Trace number 3249901

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.02 1300.02

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_361_s.cnf
MD5SUM6e5ac2b9425e98989eedf4cf638bde54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark170.249
Satisfiable
(Un)Satisfiability was proved
Number of variables7942
Number of clauses14991
Sum of the clauses size44382
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2591
Number of clauses of size 314400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249901-1303513341/watcher-3249901-1303513341 -o /tmp/evaluation-result-3249901-1303513341/solver-3249901-1303513341 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3249901-1303513341.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.44 3.89 3.81 4/189 29978
/proc/meminfo: memFree=12147508/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=13420 CPUtime=0 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 723 0 0 0 0 0 0 0 21 0 1 0 541564719 13742080 662 33554432000 4194304 4395502 140734905737920 18446744073709551615 218880225989 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 3355 662 249 50 0 495 0

[startup+0.0217881 s]
/proc/loadavg: 3.44 3.89 3.81 4/189 29978
/proc/meminfo: memFree=12147508/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=16624 CPUtime=0.01 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 1478 0 0 0 1 0 0 0 21 0 1 0 541564719 17022976 1228 33554432000 4194304 4395502 140734905737920 18446744073709551615 218880589719 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 4156 1228 255 50 0 1296 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16624

[startup+0.100775 s]
/proc/loadavg: 3.44 3.89 3.81 4/189 29978
/proc/meminfo: memFree=12147508/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=19804 CPUtime=0.09 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 2359 0 0 0 9 0 0 0 21 0 1 0 541564719 20279296 2109 33554432000 4194304 4395502 140734905737920 18446744073709551615 218880225989 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 4951 2109 266 50 0 2091 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19804

[startup+0.300746 s]
/proc/loadavg: 3.44 3.89 3.81 4/189 29978
/proc/meminfo: memFree=12147508/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=22228 CPUtime=0.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 2948 0 0 0 29 0 0 0 22 0 1 0 541564719 22761472 2698 33554432000 4194304 4395502 140734905737920 18446744073709551615 4346855 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 5557 2698 266 50 0 2697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22228

[startup+0.700677 s]
/proc/loadavg: 3.44 3.89 3.81 4/189 29978
/proc/meminfo: memFree=12147508/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=24984 CPUtime=0.69 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 3626 0 0 0 69 0 0 0 24 0 1 0 541564719 25583616 3376 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 6246 3376 266 50 0 3386 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24984

[startup+1.50053 s]
/proc/loadavg: 3.44 3.89 3.81 5/190 29979
/proc/meminfo: memFree=12109928/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=28856 CPUtime=1.49 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 4581 0 0 0 149 0 0 0 25 0 1 0 541564719 29548544 4331 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 7214 4331 266 50 0 4354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28856

[startup+3.10025 s]
/proc/loadavg: 3.44 3.89 3.81 5/190 29979
/proc/meminfo: memFree=12096288/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=35296 CPUtime=3.09 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 6143 0 0 0 308 1 0 0 25 0 1 0 541564719 36143104 5893 33554432000 4194304 4395502 140734905737920 18446744073709551615 4296975 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 8824 5893 266 50 0 5964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35296

[startup+6.30068 s]
/proc/loadavg: 3.56 3.91 3.82 5/190 29979
/proc/meminfo: memFree=12073204/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=43644 CPUtime=6.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 8159 0 0 0 628 1 0 0 25 0 1 0 541564719 44691456 7909 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 10911 7909 266 50 0 8051 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43644

[startup+12.7006 s]
/proc/loadavg: 3.60 3.91 3.82 5/190 29979
/proc/meminfo: memFree=12047452/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=53676 CPUtime=12.69 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 10518 0 0 0 1267 2 0 0 25 0 1 0 541564719 54964224 10268 33554432000 4194304 4395502 140734905737920 18446744073709551615 218880589719 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 13419 10268 266 50 0 10559 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53676

[startup+25.5003 s]
/proc/loadavg: 3.68 3.91 3.82 5/190 29980
/proc/meminfo: memFree=12007156/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=69356 CPUtime=25.49 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 14055 0 0 0 2547 2 0 0 25 0 1 0 541564719 71020544 13805 33554432000 4194304 4395502 140734905737920 18446744073709551615 4311171 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 17339 13805 266 50 0 14479 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69356

[startup+51.1008 s]
/proc/loadavg: 3.79 3.92 3.82 5/190 29980
/proc/meminfo: memFree=11939304/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=93764 CPUtime=51.09 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 19364 0 0 0 5105 4 0 0 25 0 1 0 541564719 96014336 19114 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 23441 19114 266 50 0 20581 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93764

[startup+102.307 s]
/proc/loadavg: 3.97 3.94 3.83 5/190 29982
/proc/meminfo: memFree=11838840/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=122552 CPUtime=102.3 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 25648 0 0 0 10225 5 0 0 25 0 1 0 541564719 125493248 25398 33554432000 4194304 4395502 140734905737920 18446744073709551615 4314443 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 30638 25398 266 50 0 27778 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122552

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.85 5/190 29983
/proc/meminfo: memFree=11749904/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=144980 CPUtime=162.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 30379 0 0 0 16223 6 0 0 25 0 1 0 541564719 148459520 30129 33554432000 4194304 4395502 140734905737920 18446744073709551615 4300710 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 36245 30129 266 50 0 33385 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 144980

[startup+222.301 s]
/proc/loadavg: 4.06 3.98 3.86 5/190 29985
/proc/meminfo: memFree=11666280/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=166728 CPUtime=222.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 35061 0 0 0 22222 7 0 0 25 0 1 0 541564719 170729472 34811 33554432000 4194304 4395502 140734905737920 18446744073709551615 218880589719 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 41682 34811 266 50 0 38822 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 166728

[startup+282.301 s]
/proc/loadavg: 3.68 3.90 3.84 4/184 30003
/proc/meminfo: memFree=11613356/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=182988 CPUtime=282.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 38368 0 0 0 28221 8 0 0 25 0 1 0 541564719 187379712 38118 33554432000 4194304 4395502 140734905737920 18446744073709551615 4328536 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 45747 38118 266 50 0 42887 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 182988

[startup+342.3 s]
/proc/loadavg: 3.25 3.74 3.78 4/184 30005
/proc/meminfo: memFree=11541012/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=191512 CPUtime=342.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 40230 0 0 0 34220 9 0 0 25 0 1 0 541564719 196108288 39980 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 47878 39980 266 50 0 45018 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 191512

[startup+402.301 s]
/proc/loadavg: 3.12 3.61 3.73 4/184 30007
/proc/meminfo: memFree=11477984/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=199484 CPUtime=402.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 41876 0 0 0 40219 10 0 0 25 0 1 0 541564719 204271616 41626 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 49871 41626 266 50 0 47011 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 199484

[startup+462.3 s]
/proc/loadavg: 3.04 3.50 3.69 4/184 30008
/proc/meminfo: memFree=11426244/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=205516 CPUtime=462.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 43181 0 0 0 46219 10 0 0 25 0 1 0 541564719 210448384 42931 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 51379 42931 266 50 0 48519 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 205516

[startup+522.301 s]
/proc/loadavg: 3.01 3.41 3.64 4/184 30010
/proc/meminfo: memFree=11362720/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=211632 CPUtime=522.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 44467 0 0 0 52218 11 0 0 25 0 1 0 541564719 216711168 44217 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299517 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 52908 44217 266 50 0 50048 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 211632

[startup+582.301 s]
/proc/loadavg: 3.00 3.33 3.60 4/184 30011
/proc/meminfo: memFree=11323872/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=219280 CPUtime=582.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 46093 0 0 0 58218 11 0 0 25 0 1 0 541564719 224542720 45843 33554432000 4194304 4395502 140734905737920 18446744073709551615 4328557 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 54820 45843 266 50 0 51960 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 219280

[startup+642.3 s]
/proc/loadavg: 3.00 3.27 3.56 4/184 30013
/proc/meminfo: memFree=11289348/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=231156 CPUtime=642.3 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 48439 0 0 0 64218 12 0 0 25 0 1 0 541564719 236703744 48189 33554432000 4194304 4395502 140734905737920 18446744073709551615 4328460 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 57789 48189 266 50 0 54929 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 231156

[startup+702.301 s]
/proc/loadavg: 3.03 3.23 3.52 4/184 30015
/proc/meminfo: memFree=11257448/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=233844 CPUtime=702.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 49014 0 0 0 70217 12 0 0 25 0 1 0 541564719 239456256 48764 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 58461 48764 266 50 0 55601 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 233844

[startup+762.306 s]
/proc/loadavg: 3.07 3.20 3.49 4/184 30016
/proc/meminfo: memFree=11227284/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=238516 CPUtime=762.3 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 50006 0 0 0 76217 13 0 0 25 0 1 0 541564719 244240384 49756 33554432000 4194304 4395502 140734905737920 18446744073709551615 4328448 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 59629 49756 266 50 0 56769 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 238516

[startup+822.301 s]
/proc/loadavg: 3.02 3.16 3.46 4/184 30018
/proc/meminfo: memFree=11209140/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=241172 CPUtime=822.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 50537 0 0 0 82215 14 0 0 25 0 1 0 541564719 246960128 50287 33554432000 4194304 4395502 140734905737920 18446744073709551615 4286229 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 60293 50287 266 50 0 57433 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 241172

[startup+882.3 s]
/proc/loadavg: 3.01 3.13 3.43 4/184 30020
/proc/meminfo: memFree=11160868/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=245480 CPUtime=882.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 51429 0 0 0 88214 15 0 0 25 0 1 0 541564719 251371520 51179 33554432000 4194304 4395502 140734905737920 18446744073709551615 4328460 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 61370 51179 266 50 0 58510 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 245480

[startup+942.301 s]
/proc/loadavg: 3.05 3.12 3.41 4/184 30021
/proc/meminfo: memFree=11153004/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=250280 CPUtime=942.3 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 52423 0 0 0 94214 16 0 0 25 0 1 0 541564719 256286720 52173 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 62570 52173 266 50 0 59710 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 250280

[startup+1002.3 s]
/proc/loadavg: 3.02 3.09 3.38 4/184 30023
/proc/meminfo: memFree=11132512/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=255020 CPUtime=1002.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 53370 0 0 0 100213 16 0 0 25 0 1 0 541564719 261140480 53120 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 63755 53120 266 50 0 60895 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 255020

[startup+1062.3 s]
/proc/loadavg: 3.00 3.07 3.35 4/184 30024
/proc/meminfo: memFree=11117604/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=258156 CPUtime=1062.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 53969 0 0 0 106212 17 0 0 25 0 1 0 541564719 264351744 53719 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 64539 53719 266 50 0 61679 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 258156

[startup+1122.3 s]
/proc/loadavg: 3.00 3.06 3.33 4/184 30026
/proc/meminfo: memFree=11087560/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=260988 CPUtime=1122.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 54582 0 0 0 112212 17 0 0 25 0 1 0 541564719 267251712 54332 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 65247 54332 266 50 0 62387 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 260988

[startup+1182.3 s]
/proc/loadavg: 3.00 3.05 3.30 4/184 30027
/proc/meminfo: memFree=11057020/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=264508 CPUtime=1182.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 55344 0 0 0 118211 18 0 0 25 0 1 0 541564719 270856192 55094 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 66127 55094 266 50 0 63267 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 264508

[startup+1242.3 s]
/proc/loadavg: 3.04 3.05 3.28 4/184 30029
/proc/meminfo: memFree=11022124/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=268108 CPUtime=1242.29 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 56098 0 0 0 124211 18 0 0 25 0 1 0 541564719 274542592 55848 33554432000 4194304 4395502 140734905737920 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 67027 55848 266 50 0 64167 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 268108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.06 3.27 2/180 30033
/proc/meminfo: memFree=11964532/32950928 swapFree=67111528/67111528
[pid=29978] ppid=29976 vsize=271372 CPUtime=1299.99 cores=5,7
/proc/29978/stat : 29978 (SApperloT2010) R 29976 29978 28497 0 -1 4202496 56777 0 0 0 129981 18 0 0 25 0 1 0 541564719 277884928 56527 33554432000 4194304 4395502 140734905737920 18446744073709551615 4294580 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/29978/statm: 67843 56527 266 50 0 64983 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 271372

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1299.82
CPU system time (s): 0.199969
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 271372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1457

runsolver used 2.16267 second user time and 4.94125 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-23 01:02:21
IDJOB=3249901
IDBENCH=83194
IDSOLVER=1655
FILE ID=node112/3249901-1303513341
RUNJOBID= node112-1303513340-29939
PBS_JOBID= 13134246
Free space on /tmp= 72556 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_361_s.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249901-1303513341/watcher-3249901-1303513341 -o /tmp/evaluation-result-3249901-1303513341/solver-3249901-1303513341 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3249901-1303513341.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6e5ac2b9425e98989eedf4cf638bde54
RANDOM SEED=1687348348

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12147788 kB
Buffers:       1629868 kB
Cached:       18522708 kB
SwapCached:          0 kB
Active:        9021968 kB
Inactive:     11242916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12147788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4084 kB
Writeback:           0 kB
AnonPages:      112184 kB
Mapped:          14884 kB
Slab:           474180 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   303924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72560 MiB
End job on node112 at 2011-04-23 01:24:03