Trace number 3250385

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.11 1300.07

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
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-3250385-1303539749/watcher-3250385-1303539749 -o /tmp/evaluation-result-3250385-1303539749/solver-3250385-1303539749 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3250385-1303539749.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: 2.29 0.64 0.22 4/189 27876
/proc/meminfo: memFree=15197840/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=27024 CPUtime=0 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 2611 0 0 0 0 0 0 0 23 0 1 0 446390641 27672576 2551 33554432000 4194304 4395502 140734962288000 18446744073709551615 4280382 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 6756 2563 246 50 0 3896 0

[startup+0.027545 s]
/proc/loadavg: 2.29 0.64 0.22 4/189 27876
/proc/meminfo: memFree=15197840/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=29592 CPUtime=0.02 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 3400 0 0 0 2 0 0 0 23 0 1 0 446390641 30302208 3340 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 7398 3341 249 50 0 4538 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29592

[startup+0.10052 s]
/proc/loadavg: 2.29 0.64 0.22 4/189 27876
/proc/meminfo: memFree=15197840/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=37776 CPUtime=0.09 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 5453 0 0 0 9 0 0 0 23 0 1 0 446390641 38682624 5393 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726404864 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 9444 5395 249 50 0 6584 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37776

[startup+0.300483 s]
/proc/loadavg: 2.29 0.64 0.22 4/189 27876
/proc/meminfo: memFree=15197840/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=57180 CPUtime=0.29 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 10306 0 0 0 28 1 0 0 25 0 1 0 446390641 58552320 10246 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 14295 10247 249 50 0 11435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57180

[startup+0.700407 s]
/proc/loadavg: 2.29 0.64 0.22 4/189 27876
/proc/meminfo: memFree=15197840/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=92860 CPUtime=0.69 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 19195 0 0 0 66 3 0 0 25 0 1 0 446390641 95088640 18125 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 23215 18126 249 50 0 20355 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92860

[startup+1.50026 s]
/proc/loadavg: 2.29 0.64 0.22 5/190 27877
/proc/meminfo: memFree=15095540/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=119480 CPUtime=1.49 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 25852 0 0 0 144 5 0 0 25 0 1 0 446390641 122347520 24781 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 29870 24781 255 50 0 27010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119480

[startup+3.10095 s]
/proc/loadavg: 2.29 0.64 0.22 5/190 27877
/proc/meminfo: memFree=15093992/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=151836 CPUtime=3.09 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 37654 0 0 0 295 14 0 0 25 0 1 0 446390641 155480064 33815 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 37959 33818 257 50 0 35099 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151836

[startup+6.30036 s]
/proc/loadavg: 2.43 0.69 0.24 5/190 27877
/proc/meminfo: memFree=14989076/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=219228 CPUtime=6.29 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 54945 0 0 0 612 17 0 0 25 0 1 0 446390641 224489472 51106 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 54807 51106 266 50 0 51947 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219228

[startup+12.7011 s]
/proc/loadavg: 2.56 0.75 0.26 5/190 27878
/proc/meminfo: memFree=14953496/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=248220 CPUtime=12.69 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 62211 0 0 0 1250 19 0 0 25 0 1 0 446390641 254177280 58372 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 62055 58373 266 50 0 59195 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 248220

[startup+25.5007 s]
/proc/loadavg: 2.87 0.91 0.31 5/190 27878
/proc/meminfo: memFree=14879476/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=301376 CPUtime=25.49 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 75336 0 0 0 2526 23 0 0 25 0 1 0 446390641 308609024 71497 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 75344 71497 266 50 0 72484 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 301376

[startup+51.1009 s]
/proc/loadavg: 3.26 1.16 0.41 5/190 27879
/proc/meminfo: memFree=14751640/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=391268 CPUtime=51.1 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 97584 0 0 0 5081 29 0 0 25 0 1 0 446390641 400658432 93745 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 97817 93745 266 50 0 94957 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 391268

[startup+102.307 s]
/proc/loadavg: 3.68 1.59 0.60 5/190 27880
/proc/meminfo: memFree=14536568/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=536552 CPUtime=102.3 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 133609 0 0 0 10192 38 0 0 25 0 1 0 446390641 549429248 129770 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 134138 129770 266 50 0 131278 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 536552

[startup+162.301 s]
/proc/loadavg: 3.99 2.06 0.82 5/190 27885
/proc/meminfo: memFree=14348548/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=651176 CPUtime=162.3 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 161461 0 0 0 16183 47 0 0 25 0 1 0 446390641 666804224 157622 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 162794 157622 266 50 0 159934 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 651176

[startup+222.3 s]
/proc/loadavg: 3.99 2.41 1.01 5/190 27886
/proc/meminfo: memFree=14163188/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=763960 CPUtime=222.3 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 189472 0 0 0 22174 56 0 0 25 0 1 0 446390641 782295040 185633 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299586 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 190990 185633 266 50 0 188130 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 763960

[startup+282.301 s]
/proc/loadavg: 3.99 2.70 1.20 5/190 27888
/proc/meminfo: memFree=13958560/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=919112 CPUtime=282.3 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 227503 0 0 0 28162 68 0 0 25 0 1 0 446390641 941170688 223664 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 229778 223664 266 50 0 226918 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 919112

[startup+342.301 s]
/proc/loadavg: 4.04 2.94 1.38 5/190 27916
/proc/meminfo: memFree=13780580/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=988292 CPUtime=342.31 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 244641 0 0 0 34156 75 0 0 25 0 1 0 446390641 1012011008 240802 33554432000 4194304 4395502 140734962288000 18446744073709551615 4346790 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 247073 240802 266 50 0 244213 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 988292

[startup+402.3 s]
/proc/loadavg: 4.01 3.13 1.54 5/190 27945
/proc/meminfo: memFree=13612208/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=988292 CPUtime=402.31 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 244704 0 0 0 40156 75 0 0 25 0 1 0 446390641 1012011008 240865 33554432000 4194304 4395502 140734962288000 18446744073709551615 4346821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 247073 240865 266 50 0 244213 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 988292

[startup+462.301 s]
/proc/loadavg: 4.00 3.29 1.69 5/190 27947
/proc/meminfo: memFree=13491528/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=988292 CPUtime=462.31 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 244782 0 0 0 46156 75 0 0 25 0 1 0 446390641 1012011008 240943 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 247073 240943 266 50 0 244213 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 988292

[startup+522.301 s]
/proc/loadavg: 4.00 3.42 1.83 5/190 27948
/proc/meminfo: memFree=13373084/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1013380 CPUtime=522.31 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 251120 0 0 0 52154 77 0 0 25 0 1 0 446390641 1037701120 247281 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 253345 247281 266 50 0 250485 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1013380

[startup+582.3 s]
/proc/loadavg: 4.00 3.52 1.96 5/190 27950
/proc/meminfo: memFree=13041836/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1228936 CPUtime=582.31 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 304492 0 0 0 58140 91 0 0 25 0 1 0 446390641 1258430464 300653 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 307234 300653 266 50 0 304374 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1228936

[startup+642.301 s]
/proc/loadavg: 4.00 3.60 2.09 5/190 27951
/proc/meminfo: memFree=12954400/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1239680 CPUtime=642.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 307115 0 0 0 64140 92 0 0 25 0 1 0 446390641 1269432320 303276 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 309920 303276 266 50 0 307060 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1239680

[startup+702.301 s]
/proc/loadavg: 4.00 3.67 2.20 5/190 27953
/proc/meminfo: memFree=12800856/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1239680 CPUtime=702.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 307132 0 0 0 70140 92 0 0 25 0 1 0 446390641 1269432320 303293 33554432000 4194304 4395502 140734962288000 18446744073709551615 4314335 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 309920 303293 266 50 0 307060 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1239680

[startup+762.306 s]
/proc/loadavg: 4.00 3.73 2.31 5/190 27955
/proc/meminfo: memFree=12670264/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1255956 CPUtime=762.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 311234 0 0 0 76139 93 0 0 25 0 1 0 446390641 1286098944 307395 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 313989 307395 266 50 0 311129 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1255956

[startup+822.301 s]
/proc/loadavg: 4.00 3.78 2.42 5/190 27956
/proc/meminfo: memFree=12594708/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1255956 CPUtime=822.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 311260 0 0 0 82139 93 0 0 25 0 1 0 446390641 1286098944 307421 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299576 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 313989 307421 266 50 0 311129 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1255956

[startup+882.301 s]
/proc/loadavg: 4.00 3.81 2.51 5/190 27958
/proc/meminfo: memFree=12455064/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1255956 CPUtime=882.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 311393 0 0 0 88139 93 0 0 25 0 1 0 446390641 1286098944 307554 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 313989 307554 266 50 0 311129 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1255956

[startup+942.3 s]
/proc/loadavg: 4.05 3.86 2.61 5/190 27959
/proc/meminfo: memFree=12338588/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1270224 CPUtime=942.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 314822 0 0 0 94138 94 0 0 25 0 1 0 446390641 1300709376 310983 33554432000 4194304 4395502 140734962288000 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 317556 310983 266 50 0 314696 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1270224

[startup+1002.3 s]
/proc/loadavg: 4.02 3.88 2.69 5/190 27961
/proc/meminfo: memFree=12268876/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1270224 CPUtime=1002.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 314842 0 0 0 100138 94 0 0 25 0 1 0 446390641 1300709376 311003 33554432000 4194304 4395502 140734962288000 18446744073709551615 4293008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 317556 311003 266 50 0 314696 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1270224

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.77 5/190 27963
/proc/meminfo: memFree=12170508/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1270224 CPUtime=1062.32 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 314877 0 0 0 106138 94 0 0 25 0 1 0 446390641 1300709376 311038 33554432000 4194304 4395502 140734962288000 18446744073709551615 264726072221 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 317556 311038 266 50 0 314696 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1270224

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.85 5/190 27964
/proc/meminfo: memFree=12079720/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1277920 CPUtime=1122.33 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 316793 0 0 0 112138 95 0 0 25 0 1 0 446390641 1308590080 312954 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 319480 312954 266 50 0 316620 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1277920

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.92 5/190 27966
/proc/meminfo: memFree=11954212/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1277920 CPUtime=1182.33 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 316840 0 0 0 118138 95 0 0 25 0 1 0 446390641 1308590080 313001 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 319480 313001 266 50 0 316620 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1277920

[startup+1242.3 s]
/proc/loadavg: 4.03 3.95 2.99 5/190 27967
/proc/meminfo: memFree=11831792/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1286376 CPUtime=1242.33 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 318949 0 0 0 124137 96 0 0 25 0 1 0 446390641 1317249024 315110 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 321594 315110 266 50 0 318734 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1286376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 3.96 3.05 5/190 28025
/proc/meminfo: memFree=13269328/32951124 swapFree=67111528/67111528
[pid=27876] ppid=27874 vsize=1287520 CPUtime=1300.04 cores=5,7
/proc/27876/stat : 27876 (SApperloT2010) R 27874 27876 27733 0 -1 4202496 319149 0 0 0 129908 96 0 0 25 0 1 0 446390641 1318420480 315310 33554432000 4194304 4395502 140734962288000 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/27876/statm: 321880 315310 266 50 0 319020 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1287520

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.07
CPU time (s): 1300.11
CPU user time (s): 1299.08
CPU system time (s): 1.02584
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1287520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.08
system time used= 1.02584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319149
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= 8
involuntary context switches= 1373

runsolver used 2.10668 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 08:22:30
IDJOB=3250385
IDBENCH=83251
IDSOLVER=1655
FILE ID=node141/3250385-1303539749
RUNJOBID= node141-1303539680-27754
PBS_JOBID= 13143097
Free space on /tmp= 71520 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250385-1303539749/watcher-3250385-1303539749 -o /tmp/evaluation-result-3250385-1303539749/solver-3250385-1303539749 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3250385-1303539749.cnf

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=1931306589

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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	: 5332.84
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.806
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.75
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15198120 kB
Buffers:       1621980 kB
Cached:       15338340 kB
SwapCached:          0 kB
Active:        9609864 kB
Inactive:      7570972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15198120 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22992 kB
Writeback:           0 kB
AnonPages:      220272 kB
Mapped:          15628 kB
Slab:           508524 kB
PageTables:       5640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   405132 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= 71520 MiB
End job on node141 at 2011-04-23 08:44:12