Trace number 3250473

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.1 1300.05

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
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-3250473-1303540116/watcher-3250473-1303540116 -o /tmp/evaluation-result-3250473-1303540116/solver-3250473-1303540116 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3250473-1303540116.cnf 

running on 2 cores: 0,2

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: 4.03 3.03 1.44 5/189 27943
/proc/meminfo: memFree=13769540/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=14424 CPUtime=0 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 808 0 0 0 0 0 0 0 25 0 1 0 446427182 14770176 747 33554432000 4194304 4395502 140734291136144 18446744073709551615 264726404864 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 3606 748 249 50 0 746 0

[startup+0.0453871 s]
/proc/loadavg: 4.03 3.03 1.44 5/189 27943
/proc/meminfo: memFree=13769540/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=19572 CPUtime=0.04 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 2112 0 0 0 4 0 0 0 25 0 1 0 446427182 20041728 2051 33554432000 4194304 4395502 140734291136144 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 4893 2051 249 50 0 2033 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19572

[startup+0.100373 s]
/proc/loadavg: 4.03 3.03 1.44 5/189 27943
/proc/meminfo: memFree=13769540/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=28044 CPUtime=0.09 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 4231 0 0 0 9 0 0 0 25 0 1 0 446427182 28717056 4069 33554432000 4194304 4395502 140734291136144 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 7011 4069 255 50 0 4151 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28044

[startup+0.300342 s]
/proc/loadavg: 4.03 3.03 1.44 5/189 27943
/proc/meminfo: memFree=13769540/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=37188 CPUtime=0.29 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 7094 0 0 0 28 1 0 0 25 0 1 0 446427182 38080512 6538 33554432000 4194304 4395502 140734291136144 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 9297 6538 266 50 0 6437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37188

[startup+0.700277 s]
/proc/loadavg: 4.03 3.03 1.44 5/189 27943
/proc/meminfo: memFree=13769540/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=42072 CPUtime=0.69 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 8324 0 0 0 68 1 0 0 25 0 1 0 446427182 43081728 7768 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 10518 7768 266 50 0 7658 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42072

[startup+1.50112 s]
/proc/loadavg: 4.03 3.03 1.44 5/190 27944
/proc/meminfo: memFree=13735936/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=48144 CPUtime=1.49 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 9830 0 0 0 148 1 0 0 25 0 1 0 446427182 49299456 9274 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 12036 9275 266 50 0 9176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48144

[startup+3.10078 s]
/proc/loadavg: 4.03 3.03 1.44 5/190 27944
/proc/meminfo: memFree=13727504/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=57324 CPUtime=3.09 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 12087 0 0 0 307 2 0 0 25 0 1 0 446427182 58699776 11531 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 14331 11531 266 50 0 11471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57324

[startup+6.3002 s]
/proc/loadavg: 4.03 3.04 1.46 5/190 27944
/proc/meminfo: memFree=13705764/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=64596 CPUtime=6.29 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 13844 0 0 0 627 2 0 0 25 0 1 0 446427182 66146304 13288 33554432000 4194304 4395502 140734291136144 18446744073709551615 4286404 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 16149 13288 266 50 0 13289 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64596

[startup+12.701 s]
/proc/loadavg: 4.02 3.06 1.47 5/190 27944
/proc/meminfo: memFree=13688040/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=78936 CPUtime=12.69 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 17307 0 0 0 1266 3 0 0 25 0 1 0 446427182 80830464 16751 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 19734 16751 266 50 0 16874 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78936

[startup+25.5006 s]
/proc/loadavg: 4.02 3.10 1.51 5/190 27945
/proc/meminfo: memFree=13642532/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=99036 CPUtime=25.5 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 22174 0 0 0 2546 4 0 0 25 0 1 0 446427182 101412864 21618 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299470 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 24759 21618 266 50 0 21899 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 99036

[startup+51.1007 s]
/proc/loadavg: 4.01 3.18 1.58 5/190 27945
/proc/meminfo: memFree=13585912/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=116664 CPUtime=51.09 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 25879 0 0 0 5105 4 0 0 25 0 1 0 446427182 119463936 25323 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 29166 25323 266 50 0 26306 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 116664

[startup+102.307 s]
/proc/loadavg: 4.00 3.30 1.70 5/190 27947
/proc/meminfo: memFree=13486808/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=170068 CPUtime=102.3 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 38724 0 0 0 10223 7 0 0 25 0 1 0 446427182 174149632 38168 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 42517 38168 266 50 0 39657 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 170068

[startup+162.301 s]
/proc/loadavg: 4.00 3.42 1.84 5/190 27948
/proc/meminfo: memFree=13339348/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=216760 CPUtime=162.29 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 49696 0 0 0 16220 9 0 0 25 0 1 0 446427182 221962240 49140 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299749 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 54190 49140 266 50 0 51330 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 216760

[startup+222.3 s]
/proc/loadavg: 4.00 3.53 1.97 5/190 27950
/proc/meminfo: memFree=13020012/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=254796 CPUtime=222.3 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 58485 0 0 0 22218 12 0 0 25 0 1 0 446427182 260911104 57929 33554432000 4194304 4395502 140734291136144 18446744073709551615 4314260 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 63699 57929 266 50 0 60839 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 254796

[startup+282.301 s]
/proc/loadavg: 4.00 3.61 2.10 5/190 27952
/proc/meminfo: memFree=12935548/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=300548 CPUtime=282.3 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 69122 0 0 0 28217 13 0 0 25 0 1 0 446427182 307761152 68566 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 75137 68566 266 50 0 72277 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 300548

[startup+342.301 s]
/proc/loadavg: 4.00 3.68 2.21 5/190 27953
/proc/meminfo: memFree=12788576/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=390060 CPUtime=342.3 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 91181 0 0 0 34211 19 0 0 25 0 1 0 446427182 399421440 90625 33554432000 4194304 4395502 140734291136144 18446744073709551615 4285641 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 97515 90625 266 50 0 94655 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 390060

[startup+402.3 s]
/proc/loadavg: 4.00 3.73 2.32 5/190 27955
/proc/meminfo: memFree=12665544/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=430068 CPUtime=402.3 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 100727 0 0 0 40208 22 0 0 25 0 1 0 446427182 440389632 100171 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 107517 100171 266 50 0 104657 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 430068

[startup+462.301 s]
/proc/loadavg: 4.00 3.78 2.42 5/190 27956
/proc/meminfo: memFree=12580320/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=450848 CPUtime=462.31 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 105787 0 0 0 46208 23 0 0 25 0 1 0 446427182 461668352 105231 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 112712 105231 266 50 0 109852 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 450848

[startup+522.301 s]
/proc/loadavg: 4.00 3.82 2.52 5/190 27958
/proc/meminfo: memFree=12449104/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=512732 CPUtime=522.31 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 120835 0 0 0 52205 26 0 0 25 0 1 0 446427182 525037568 120279 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 128183 120279 266 50 0 125323 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 512732

[startup+582.3 s]
/proc/loadavg: 4.05 3.86 2.62 5/190 27960
/proc/meminfo: memFree=12331640/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=523676 CPUtime=582.31 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 123131 0 0 0 58205 26 0 0 25 0 1 0 446427182 536244224 122575 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 130919 122575 266 50 0 128059 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 523676

[startup+642.301 s]
/proc/loadavg: 4.02 3.89 2.70 5/190 27961
/proc/meminfo: memFree=12258452/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=544844 CPUtime=642.32 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 127889 0 0 0 64205 27 0 0 25 0 1 0 446427182 557920256 127333 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 136211 127333 266 50 0 133351 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 544844

[startup+702.301 s]
/proc/loadavg: 4.00 3.90 2.78 5/190 27963
/proc/meminfo: memFree=12160956/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=619752 CPUtime=702.32 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 146392 0 0 0 70202 30 0 0 25 0 1 0 446427182 634626048 145836 33554432000 4194304 4395502 140734291136144 18446744073709551615 4347528 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 154938 145836 266 50 0 152078 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 619752

[startup+762.307 s]
/proc/loadavg: 4.00 3.92 2.85 5/190 27964
/proc/meminfo: memFree=12066452/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=669080 CPUtime=762.33 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 158471 0 0 0 76200 33 0 0 25 0 1 0 446427182 685137920 157915 33554432000 4194304 4395502 140734291136144 18446744073709551615 4311055 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 167270 157915 266 50 0 164410 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 669080

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 2.92 5/190 27966
/proc/meminfo: memFree=11945032/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=712612 CPUtime=822.32 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 169148 0 0 0 82198 34 0 0 25 0 1 0 446427182 729714688 168592 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 178153 168592 266 50 0 175293 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 712612

[startup+882.3 s]
/proc/loadavg: 4.03 3.95 2.99 5/190 27968
/proc/meminfo: memFree=11822120/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=762168 CPUtime=882.33 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 181335 0 0 0 88195 38 0 0 25 0 1 0 446427182 780460032 180779 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299177 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 190542 180779 266 50 0 187682 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 762168

[startup+942.301 s]
/proc/loadavg: 4.03 3.96 3.05 5/190 28053
/proc/meminfo: memFree=14523992/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=803680 CPUtime=942.33 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 191241 0 0 0 94193 40 0 0 25 0 1 0 446427182 822968320 190685 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 200920 190685 266 50 0 198060 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 803680

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.11 5/190 28055
/proc/meminfo: memFree=14388948/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=857896 CPUtime=1002.32 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 204790 0 0 0 100189 43 0 0 25 0 1 0 446427182 878485504 204234 33554432000 4194304 4395502 140734291136144 18446744073709551615 4294243 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 214474 204234 266 50 0 211614 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 857896

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 28056
/proc/meminfo: memFree=14298892/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=900676 CPUtime=1062.33 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 214915 0 0 0 106187 46 0 0 25 0 1 0 446427182 922292224 214359 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 225169 214359 266 50 0 222309 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 900676

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.21 5/190 28058
/proc/meminfo: memFree=14201144/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=941220 CPUtime=1122.33 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 225005 0 0 0 112185 48 0 0 25 0 1 0 446427182 963809280 224449 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 235305 224449 266 50 0 232445 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 941220

[startup+1182.3 s]
/proc/loadavg: 4.05 3.99 3.26 5/190 28087
/proc/meminfo: memFree=14169668/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=975980 CPUtime=1182.34 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 233374 0 0 0 118184 50 0 0 25 0 1 0 446427182 999403520 232818 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 243995 232818 266 50 0 241135 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 975980

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.30 5/190 28088
/proc/meminfo: memFree=14082692/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=1001388 CPUtime=1242.33 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 239234 0 0 0 124182 51 0 0 25 0 1 0 446427182 1025421312 238678 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 250347 238678 266 50 0 247487 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1001388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.35 5/190 28090
/proc/meminfo: memFree=14010868/32951124 swapFree=67111528/67111528
[pid=27943] ppid=27941 vsize=1009056 CPUtime=1300.05 cores=0,2
/proc/27943/stat : 27943 (SApperloT2010) R 27941 27943 27733 0 -1 4202496 240895 0 0 0 129953 52 0 0 25 0 1 0 446427182 1033273344 240339 33554432000 4194304 4395502 140734291136144 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/27943/statm: 252264 240339 266 50 0 249404 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1009056

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.05
CPU time (s): 1300.1
CPU user time (s): 1299.53
CPU system time (s): 0.567913
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1009056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.53
system time used= 0.567913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240895
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= 6
involuntary context switches= 14825

runsolver used 2.31065 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 08:28:36
IDJOB=3250473
IDBENCH=83254
IDSOLVER=1655
FILE ID=node141/3250473-1303540116
RUNJOBID= node141-1303539680-27751
PBS_JOBID= 13143097
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=172712344

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:      13769696 kB
Buffers:       1622004 kB
Cached:       15340780 kB
SwapCached:          0 kB
Active:       11035124 kB
Inactive:      7571624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13769696 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:     1643836 kB
Mapped:          15344 kB
Slab:           507664 kB
PageTables:       8564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1858892 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= 71540 MiB
End job on node141 at 2011-04-23 08:50:18