Trace number 3439043

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-05-15 (fixed)? (TO) 5000.11 4999.99

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
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 variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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: 977)

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-3439043-1306904023/watcher-3439043-1306904023 -o /tmp/evaluation-result-3439043-1306904023/solver-3439043-1306904023 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439043-1306904023.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 2/511 12495
/proc/meminfo: memFree=6907956/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=15728 CPUtime=0.01 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 1046 0 0 0 1 0 0 0 23 0 1 0 782818487 16105472 985 33554432000 4194304 4394578 140735597543536 18446744073709551615 255106429637 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 3932 985 247 49 0 1073 0

[startup+0.0541409 s]
/proc/loadavg: 2.02 2.04 2.00 2/511 12495
/proc/meminfo: memFree=6907956/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=20876 CPUtime=0.05 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 2319 0 0 0 5 0 0 0 23 0 1 0 782818487 21377024 2258 33554432000 4194304 4394578 140735597543536 18446744073709551615 255106429637 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 5219 2258 247 49 0 2360 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20876

[startup+0.101136 s]
/proc/loadavg: 2.02 2.04 2.00 2/511 12495
/proc/meminfo: memFree=6907956/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=28976 CPUtime=0.09 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 4178 0 0 0 9 0 0 0 23 0 1 0 782818487 29671424 4116 33554432000 4194304 4394578 140735597543536 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 7244 4118 253 49 0 4385 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28976

[startup+0.301104 s]
/proc/loadavg: 2.02 2.04 2.00 2/511 12495
/proc/meminfo: memFree=6907956/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=29260 CPUtime=0.3 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 5138 0 0 0 29 1 0 0 25 0 1 0 782818487 29962240 4454 33554432000 4194304 4394578 140735597543536 18446744073709551615 255106429637 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 7315 4458 258 49 0 4456 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 29260

[startup+0.701031 s]
/proc/loadavg: 2.02 2.04 2.00 2/511 12495
/proc/meminfo: memFree=6907956/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=45152 CPUtime=0.69 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 9356 0 0 0 67 2 0 0 25 0 1 0 782818487 46235648 8672 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 11288 8672 266 49 0 8429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45152

[startup+1.50089 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6867284/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=50488 CPUtime=1.49 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 10650 0 0 0 147 2 0 0 25 0 1 0 782818487 51699712 9966 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 12622 9966 266 49 0 9763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50488

[startup+3.10058 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6858724/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=58584 CPUtime=3.09 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 12565 0 0 0 307 2 0 0 25 0 1 0 782818487 59990016 11881 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 14646 11881 266 49 0 11787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58584

[startup+6.30105 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6841176/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=69196 CPUtime=6.3 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 15022 0 0 0 627 3 0 0 25 0 1 0 782818487 70856704 14338 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 17299 14338 266 49 0 14440 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 69196

[startup+12.7009 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6826112/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=74024 CPUtime=12.69 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 16131 0 0 0 1266 3 0 0 25 0 1 0 782818487 75800576 15447 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 18506 15447 266 49 0 15647 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74024

[startup+25.5007 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 12497
/proc/meminfo: memFree=6801444/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=89084 CPUtime=25.49 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 19577 0 0 0 2545 4 0 0 25 0 1 0 782818487 91222016 18893 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 22271 18893 266 49 0 19412 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89084

[startup+51.1012 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 12497
/proc/meminfo: memFree=6769964/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=106404 CPUtime=51.09 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 23420 0 0 0 5105 4 0 0 25 0 1 0 782818487 108957696 22736 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 26601 22736 266 49 0 23742 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106404

[startup+102.319 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12499
/proc/meminfo: memFree=6685980/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=152248 CPUtime=102.31 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 34447 0 0 0 10224 7 0 0 25 0 1 0 782818487 155901952 33763 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 38062 33763 266 49 0 35203 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 152248

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12500
/proc/meminfo: memFree=6602584/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=193900 CPUtime=162.29 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 44233 0 0 0 16220 9 0 0 25 0 1 0 782818487 198553600 43549 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 48475 43549 266 49 0 45616 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 193900

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 12502
/proc/meminfo: memFree=6545340/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=226776 CPUtime=222.3 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 51977 0 0 0 22219 11 0 0 25 0 1 0 782818487 232218624 51293 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 56694 51293 266 49 0 53835 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 226776

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 12503
/proc/meminfo: memFree=6480584/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=267300 CPUtime=282.3 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 61540 0 0 0 28217 13 0 0 25 0 1 0 782818487 273715200 60856 33554432000 4194304 4394578 140735597543536 18446744073709551615 4338171 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 66825 60856 266 49 0 63966 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 267300

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 12505
/proc/meminfo: memFree=6379976/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=326724 CPUtime=342.3 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 75910 0 0 0 34214 16 0 0 25 0 1 0 782818487 334565376 75226 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 81681 75226 266 49 0 78822 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 326724

[startup+402.301 s]
/proc/loadavg: 2.27 2.06 2.02 3/512 12507
/proc/meminfo: memFree=6319888/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=355020 CPUtime=402.3 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 82551 0 0 0 40212 18 0 0 25 0 1 0 782818487 363540480 81867 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 88755 81867 266 49 0 85896 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 355020

[startup+462.301 s]
/proc/loadavg: 2.22 2.08 2.02 3/512 12517
/proc/meminfo: memFree=6253400/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=381372 CPUtime=462.3 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 88972 0 0 0 46210 20 0 0 25 0 1 0 782818487 390524928 88288 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 95343 88288 266 49 0 92484 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 381372

[startup+522.3 s]
/proc/loadavg: 2.08 2.06 2.02 3/512 12519
/proc/meminfo: memFree=6243136/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=393952 CPUtime=522.31 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 91492 0 0 0 52210 21 0 0 25 0 1 0 782818487 403406848 90808 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 98488 90808 266 49 0 95629 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 393952

[startup+582.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/512 12520
/proc/meminfo: memFree=6196448/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=404384 CPUtime=582.31 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 93632 0 0 0 58210 21 0 0 25 0 1 0 782818487 414089216 92948 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 101096 92948 266 49 0 98237 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 404384

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.01 2.05 2.01 3/512 12625
/proc/meminfo: memFree=3196608/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1497028 CPUtime=4062.4 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 355675 0 0 0 406152 88 0 0 25 0 1 0 782818487 1532956672 354991 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 374257 354991 266 49 0 371398 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1497028

[startup+4122.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/512 12627
/proc/meminfo: memFree=3121520/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1518156 CPUtime=4122.39 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 360890 0 0 0 412149 90 0 0 25 0 1 0 782818487 1554591744 360206 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 379539 360206 266 49 0 376680 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1518156

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 12628
/proc/meminfo: memFree=3073984/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1531332 CPUtime=4182.39 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 364133 0 0 0 418148 91 0 0 25 0 1 0 782818487 1568083968 363449 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 382833 363449 266 49 0 379974 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1531332

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12630
/proc/meminfo: memFree=3047404/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1544448 CPUtime=4242.39 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 367396 0 0 0 424147 92 0 0 25 0 1 0 782818487 1581514752 366712 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 386112 366712 266 49 0 383253 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1544448

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12632
/proc/meminfo: memFree=2986840/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1549228 CPUtime=4302.4 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 368500 0 0 0 430147 93 0 0 25 0 1 0 782818487 1586409472 367816 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 387307 367816 266 49 0 384448 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1549228

[startup+4362.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/512 12633
/proc/meminfo: memFree=2911284/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1581896 CPUtime=4362.39 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 376621 0 0 0 436145 94 0 0 25 0 1 0 782818487 1619861504 375937 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 395474 375937 266 49 0 392615 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1581896

[startup+4422.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/512 12635
/proc/meminfo: memFree=2844024/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1594484 CPUtime=4422.39 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 379686 0 0 0 442144 95 0 0 25 0 1 0 782818487 1632751616 379002 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 398621 379002 266 49 0 395762 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1594484

[startup+4482.3 s]
/proc/loadavg: 2.19 2.08 2.02 3/512 12636
/proc/meminfo: memFree=2791892/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1616412 CPUtime=4482.4 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 385030 0 0 0 448144 96 0 0 25 0 1 0 782818487 1655205888 384346 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 404103 384346 266 49 0 401244 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1616412

[startup+4542.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/512 12638
/proc/meminfo: memFree=2721548/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1634332 CPUtime=4542.4 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 389434 0 0 0 454143 97 0 0 25 0 1 0 782818487 1673555968 388750 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 408583 388750 266 49 0 405724 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1634332

[startup+4602.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/512 12640
/proc/meminfo: memFree=2640400/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1665056 CPUtime=4602.41 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 396911 0 0 0 460142 99 0 0 25 0 1 0 782818487 1705017344 396227 33554432000 4194304 4394578 140735597543536 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 416264 396227 266 49 0 413405 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1665056

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 12641
/proc/meminfo: memFree=2583424/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1670688 CPUtime=4662.4 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 398015 0 0 0 466141 99 0 0 25 0 1 0 782818487 1710784512 397331 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 417672 397331 266 49 0 414813 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 1670688

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 12643
/proc/meminfo: memFree=2533660/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1674016 CPUtime=4722.42 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 398637 0 0 0 472143 99 0 0 25 0 1 0 782818487 1714192384 397953 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 418504 397953 266 49 0 415645 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1674016

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12644
/proc/meminfo: memFree=2529900/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1678880 CPUtime=4782.4 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 399811 0 0 0 478141 99 0 0 25 0 1 0 782818487 1719173120 399127 33554432000 4194304 4394578 140735597543536 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 419720 399127 266 49 0 416861 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1678880

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12646
/proc/meminfo: memFree=2525512/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1683488 CPUtime=4842.4 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 400706 0 0 0 484141 99 0 0 25 0 1 0 782818487 1723891712 400022 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 420872 400022 266 49 0 418013 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 1683488

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 12648
/proc/meminfo: memFree=2499308/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1712656 CPUtime=4902.41 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 407886 0 0 0 490139 102 0 0 25 0 1 0 782818487 1753759744 407202 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 428164 407202 266 49 0 425305 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1712656

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 12649
/proc/meminfo: memFree=2482644/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1727176 CPUtime=4962.41 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 411559 0 0 0 496138 103 0 0 25 0 1 0 782818487 1768628224 410875 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 431794 410875 266 49 0 428935 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1727176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.19 2.05 2.01 3/512 12650
/proc/meminfo: memFree=2477044/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1733020 CPUtime=5000.02 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 412917 0 0 0 499899 103 0 0 25 0 1 0 782818487 1774612480 412233 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 433255 412233 266 49 0 430396 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1733020

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

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

[startup+4999.9 s]
/proc/loadavg: 2.19 2.05 2.01 3/512 12650
/proc/meminfo: memFree=2477044/32951124 swapFree=67111204/67111528
[pid=12495] ppid=12493 vsize=1733020 CPUtime=5000.02 cores=0,2,4,6
/proc/12495/stat : 12495 (SApperloT2010) R 12493 12495 10497 0 -1 4202496 412917 0 0 0 499899 103 0 0 25 0 1 0 782818487 1774612480 412233 33554432000 4194304 4394578 140735597543536 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12495/statm: 433255 412233 266 49 0 430396 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1733020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.99
CPU time (s): 5000.11
CPU user time (s): 4999
CPU system time (s): 1.10683
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1733020

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

runsolver used 26.6849 second user time and 55.1526 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-01 06:53:44
IDJOB=3439043
IDBENCH=83245
IDSOLVER=1933
FILE ID=node144/3439043-1306904023
RUNJOBID= node144-1306904023-12475
PBS_JOBID= 13488432
Free space on /tmp= 7476 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2072.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439043-1306904023/watcher-3439043-1306904023 -o /tmp/evaluation-result-3439043-1306904023/solver-3439043-1306904023 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439043-1306904023.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=1677542135

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6908112 kB
Buffers:        102764 kB
Cached:       10248056 kB
SwapCached:        140 kB
Active:       19494996 kB
Inactive:      6021552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6908112 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:            2732 kB
Writeback:           0 kB
AnonPages:    15165148 kB
Mapped:          42400 kB
Slab:           387064 kB
PageTables:      69760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157769748 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= 7476 MiB
End job on node144 at 2011-06-01 08:17:06