Trace number 3439058

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.13 4999.98

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
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 variables34306
Number of clauses708168
Sum of the clauses size3540840
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 5708168
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: 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-3439058-1306904530/watcher-3439058-1306904530 -o /tmp/evaluation-result-3439058-1306904530/solver-3439058-1306904530 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439058-1306904530.cnf 

running on 4 cores: 1,3,5,7

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.00 2.01 2.00 3/327 5947
/proc/meminfo: memFree=9132668/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=27020 CPUtime=0 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 1550 0 0 0 0 0 0 0 23 0 1 0 880683722 27668480 1489 33554432000 4194304 4394578 140733744274816 18446744073709551615 4279566 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 6755 1503 244 49 0 3896 0

[startup+0.062039 s]
/proc/loadavg: 2.00 2.01 2.00 3/327 5947
/proc/meminfo: memFree=9132668/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=33548 CPUtime=0.05 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 4370 0 0 0 5 0 0 0 23 0 1 0 880683722 34353152 4309 33554432000 4194304 4394578 140733744274816 18446744073709551615 260020057121 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 8387 4310 247 49 0 5528 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 33548

[startup+0.101028 s]
/proc/loadavg: 2.00 2.01 2.00 3/327 5947
/proc/meminfo: memFree=9132668/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=38036 CPUtime=0.09 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 5512 0 0 0 8 1 0 0 23 0 1 0 880683722 38948864 5451 33554432000 4194304 4394578 140733744274816 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 9509 5452 247 49 0 6650 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38036

[startup+0.300996 s]
/proc/loadavg: 2.00 2.01 2.00 3/327 5947
/proc/meminfo: memFree=9132668/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=59156 CPUtime=0.28 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 10778 0 0 0 27 1 0 0 25 0 1 0 880683722 60575744 10717 33554432000 4194304 4394578 140733744274816 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 14789 10718 247 49 0 11930 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59156

[startup+0.70092 s]
/proc/loadavg: 2.00 2.01 2.00 3/327 5947
/proc/meminfo: memFree=9132668/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=101264 CPUtime=0.69 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 21327 0 0 0 66 3 0 0 25 0 1 0 880683722 103694336 21266 33554432000 4194304 4394578 140733744274816 18446744073709551615 260020395776 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 25316 21268 247 49 0 22457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101264

[startup+1.50078 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 5948
/proc/meminfo: memFree=9021936/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=121028 CPUtime=1.49 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 26271 0 0 0 144 5 0 0 25 0 1 0 880683722 123932672 26209 33554432000 4194304 4394578 140733744274816 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 30257 26209 256 49 0 27398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121028

[startup+3.10048 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 5948
/proc/meminfo: memFree=9013832/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=181612 CPUtime=3.09 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 45633 0 0 0 290 19 0 0 25 0 1 0 880683722 185970688 42753 33554432000 4194304 4394578 140733744274816 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 45403 42755 264 49 0 42544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 181612

[startup+6.3009 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 5948
/proc/meminfo: memFree=8902228/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=226764 CPUtime=6.29 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 56912 0 0 0 608 21 0 0 25 0 1 0 880683722 232206336 54032 33554432000 4194304 4394578 140733744274816 18446744073709551615 4345983 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 56691 54032 267 49 0 53832 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226764

[startup+12.7007 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 5949
/proc/meminfo: memFree=8857272/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=260876 CPUtime=12.69 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 65381 0 0 0 1246 23 0 0 25 0 1 0 880683722 267137024 62501 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 65219 62501 267 49 0 62360 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 260876

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 5949
/proc/meminfo: memFree=8786072/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=315820 CPUtime=25.48 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 79041 0 0 0 2523 25 0 0 25 0 1 0 880683722 323399680 76161 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 78955 76161 267 49 0 76096 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 315820

[startup+51.1007 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 5949
/proc/meminfo: memFree=8652296/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=412924 CPUtime=51.09 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 103086 0 0 0 5078 31 0 0 25 0 1 0 880683722 422834176 100206 33554432000 4194304 4394578 140733744274816 18446744073709551615 4292790 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 103231 100206 267 49 0 100372 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 412924

[startup+102.312 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 5951
/proc/meminfo: memFree=8434760/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=572476 CPUtime=102.3 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 142195 0 0 0 10190 40 0 0 25 0 1 0 880683722 586215424 139315 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 143119 139315 267 49 0 140260 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 572476

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 5952
/proc/meminfo: memFree=8296820/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=690760 CPUtime=162.29 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 171374 0 0 0 16181 48 0 0 25 0 1 0 880683722 707338240 168494 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 172690 168494 267 49 0 169831 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 690760

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 5954
/proc/meminfo: memFree=8053348/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=859448 CPUtime=222.29 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 213318 0 0 0 22171 58 0 0 25 0 1 0 880683722 880074752 210438 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 214862 210438 267 49 0 212003 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 859448

[startup+282.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/328 5956
/proc/meminfo: memFree=7932272/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=965564 CPUtime=282.3 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 239224 0 0 0 28164 66 0 0 25 0 1 0 880683722 988737536 236344 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298743 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 241391 236344 267 49 0 238532 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 965564

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/328 5957
/proc/meminfo: memFree=7840464/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=992812 CPUtime=342.3 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 245963 0 0 0 34162 68 0 0 25 0 1 0 880683722 1016639488 243083 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 248203 243083 267 49 0 245344 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 992812

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 5959
/proc/meminfo: memFree=7780764/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=992812 CPUtime=402.3 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 246015 0 0 0 40162 68 0 0 25 0 1 0 880683722 1016639488 243135 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 248203 243135 267 49 0 245344 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 992812

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 5960
/proc/meminfo: memFree=7710016/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1013228 CPUtime=462.3 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 251153 0 0 0 46160 70 0 0 25 0 1 0 880683722 1037545472 248273 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 253307 248273 267 49 0 250448 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1013228

[startup+522.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/328 5962
/proc/meminfo: memFree=7430220/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1249212 CPUtime=522.3 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 309599 0 0 0 52150 80 0 0 25 0 1 0 880683722 1279193088 306719 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 312303 306719 267 49 0 309444 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1249212

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 5964
/proc/meminfo: memFree=7411068/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1250796 CPUtime=582.31 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 310065 0 0 0 58150 81 0 0 25 0 1 0 880683722 1280815104 307185 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 312699 307185 267 49 0 309840 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1250796

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/328 6069
/proc/meminfo: memFree=5695372/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1457632 CPUtime=4062.42 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 361426 0 0 0 406143 99 0 0 25 0 1 0 880683722 1492615168 358546 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 364408 358546 267 49 0 361549 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1457632

[startup+4122.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/328 6070
/proc/meminfo: memFree=5647072/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1462400 CPUtime=4122.41 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 362579 0 0 0 412142 99 0 0 25 0 1 0 880683722 1497497600 359699 33554432000 4194304 4394578 140733744274816 18446744073709551615 4345906 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 365600 359699 267 49 0 362741 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 1462400

[startup+4182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/328 6072
/proc/meminfo: memFree=5611668/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1462400 CPUtime=4182.41 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 362584 0 0 0 418142 99 0 0 25 0 1 0 880683722 1497497600 359704 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 365600 359704 267 49 0 362741 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 1462400

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 6073
/proc/meminfo: memFree=5590036/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1468340 CPUtime=4242.42 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 364080 0 0 0 424142 100 0 0 25 0 1 0 880683722 1503580160 361200 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 367085 361200 267 49 0 364226 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1468340

[startup+4302.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/328 6075
/proc/meminfo: memFree=5577460/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1468340 CPUtime=4302.42 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 364082 0 0 0 430142 100 0 0 25 0 1 0 880683722 1503580160 361202 33554432000 4194304 4394578 140733744274816 18446744073709551615 4291957 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 367085 361202 267 49 0 364226 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1468340

[startup+4362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/328 6076
/proc/meminfo: memFree=5533636/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1474412 CPUtime=4362.43 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 365663 0 0 0 436142 101 0 0 25 0 1 0 880683722 1509797888 362783 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 368603 362783 267 49 0 365744 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1474412

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/328 6078
/proc/meminfo: memFree=5458556/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1474412 CPUtime=4422.43 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 365669 0 0 0 442142 101 0 0 25 0 1 0 880683722 1509797888 362789 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 368603 362789 267 49 0 365744 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 1474412

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6080
/proc/meminfo: memFree=5421676/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1474412 CPUtime=4482.43 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 365680 0 0 0 448142 101 0 0 25 0 1 0 880683722 1509797888 362800 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 368603 362800 267 49 0 365744 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1474412

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6081
/proc/meminfo: memFree=5400412/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1476792 CPUtime=4542.43 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 366273 0 0 0 454142 101 0 0 25 0 1 0 880683722 1512235008 363393 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 369198 363393 267 49 0 366339 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1476792

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6083
/proc/meminfo: memFree=5393668/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1476792 CPUtime=4602.44 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 366287 0 0 0 460143 101 0 0 25 0 1 0 880683722 1512235008 363407 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 369198 363407 267 49 0 366339 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 1476792

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/328 6084
/proc/meminfo: memFree=5385560/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1480772 CPUtime=4662.43 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 367269 0 0 0 466142 101 0 0 25 0 1 0 880683722 1516310528 364389 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 370193 364389 267 49 0 367334 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 1480772

[startup+4722.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 6086
/proc/meminfo: memFree=5373588/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1490024 CPUtime=4722.45 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 369294 0 0 0 472143 102 0 0 25 0 1 0 880683722 1525784576 366414 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 372506 366414 267 49 0 369647 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 1490024

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 6088
/proc/meminfo: memFree=5371044/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1490024 CPUtime=4782.44 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 369314 0 0 0 478142 102 0 0 25 0 1 0 880683722 1525784576 366434 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 372506 366434 267 49 0 369647 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1490024

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6089
/proc/meminfo: memFree=5352136/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1506976 CPUtime=4842.44 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 373361 0 0 0 484141 103 0 0 25 0 1 0 880683722 1543143424 370481 33554432000 4194304 4394578 140733744274816 18446744073709551615 4291977 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 376744 370481 267 49 0 373885 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 1506976

[startup+4902.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/328 6091
/proc/meminfo: memFree=5343896/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1506976 CPUtime=4902.44 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 373379 0 0 0 490141 103 0 0 25 0 1 0 880683722 1543143424 370499 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 376744 370499 267 49 0 373885 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1506976

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/328 6092
/proc/meminfo: memFree=5286928/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1519808 CPUtime=4962.44 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 376485 0 0 0 496140 104 0 0 25 0 1 0 880683722 1556283392 373605 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298272 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 379952 373605 267 49 0 377093 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1519808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 2/326 6094
/proc/meminfo: memFree=7670440/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1519808 CPUtime=5000.05 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 376487 0 0 0 499901 104 0 0 25 0 1 0 880683722 1556283392 373607 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 379952 373607 267 49 0 377093 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1519808

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.00 2.01 2.00 2/326 6094
/proc/meminfo: memFree=7670440/32951124 swapFree=67056304/67111528
[pid=5947] ppid=5945 vsize=1519808 CPUtime=5000.05 cores=1,3,5,7
/proc/5947/stat : 5947 (SApperloT2010) R 5945 5947 4449 0 -1 4202496 376487 0 0 0 499901 104 0 0 25 0 1 0 880683722 1556283392 373607 33554432000 4194304 4394578 140733744274816 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5947/statm: 379952 373607 267 49 0 377093 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1519808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.98
CPU time (s): 5000.13
CPU user time (s): 4999.02
CPU system time (s): 1.10983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1519808

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

runsolver used 14.4258 second user time and 35.6896 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-01 07:02:11
IDJOB=3439058
IDBENCH=83249
IDSOLVER=1933
FILE ID=node110/3439058-1306904530
RUNJOBID= node110-1306899528-5690
PBS_JOBID= 13488466
Free space on /tmp= 58916 MiB

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

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=678093470

node110.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9132948 kB
Buffers:        235000 kB
Cached:       19291836 kB
SwapCached:       8140 kB
Active:       11653404 kB
Inactive:     11516140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9132948 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           25168 kB
Writeback:           0 kB
AnonPages:     3640684 kB
Mapped:          27556 kB
Slab:           556080 kB
PageTables:      27184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75642296 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= 58916 MiB
End job on node110 at 2011-06-01 08:25:33