Trace number 3439063

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.17 5000.03

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.27781
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
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 44478
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3439063-1306904545/watcher-3439063-1306904545 -o /tmp/evaluation-result-3439063-1306904545/solver-3439063-1306904545 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439063-1306904545.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: 1.95 2.05 2.01 1/422 6284
/proc/meminfo: memFree=7803888/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=12468 CPUtime=0 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 517 0 0 0 0 0 0 0 22 0 1 0 802052673 12767232 456 33554432000 4194304 4394578 140733557414992 18446744073709551615 246516858775 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 3117 456 256 49 0 258 0

[startup+0.034792 s]
/proc/loadavg: 1.95 2.05 2.01 1/422 6284
/proc/meminfo: memFree=7803888/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=13464 CPUtime=0.03 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 785 0 0 0 3 0 0 0 22 0 1 0 802052673 13787136 724 33554432000 4194304 4394578 140733557414992 18446744073709551615 4346344 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 3366 724 267 49 0 507 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13464

[startup+0.10078 s]
/proc/loadavg: 1.95 2.05 2.01 1/422 6284
/proc/meminfo: memFree=7803888/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=13728 CPUtime=0.09 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 880 0 0 0 9 0 0 0 22 0 1 0 802052673 14057472 819 33554432000 4194304 4394578 140733557414992 18446744073709551615 246516495045 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 3432 819 267 49 0 573 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13728

[startup+0.300742 s]
/proc/loadavg: 1.95 2.05 2.01 1/422 6284
/proc/meminfo: memFree=7803888/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=14520 CPUtime=0.29 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 1057 0 0 0 29 0 0 0 23 0 1 0 802052673 14868480 996 33554432000 4194304 4394578 140733557414992 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 3630 996 267 49 0 771 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14520

[startup+0.700669 s]
/proc/loadavg: 1.95 2.05 2.01 1/422 6284
/proc/meminfo: memFree=7803888/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=15448 CPUtime=0.69 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 1293 0 0 0 69 0 0 0 25 0 1 0 802052673 15818752 1232 33554432000 4194304 4394578 140733557414992 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 3862 1232 267 49 0 1003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15448

[startup+1.50052 s]
/proc/loadavg: 1.95 2.05 2.01 3/422 6306
/proc/meminfo: memFree=7805224/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=16940 CPUtime=1.49 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 1646 0 0 0 149 0 0 0 25 0 1 0 802052673 17346560 1585 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 4235 1585 267 49 0 1376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16940

[startup+3.10023 s]
/proc/loadavg: 1.95 2.05 2.01 3/425 6312
/proc/meminfo: memFree=7747472/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=20136 CPUtime=3.09 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 2444 0 0 0 309 0 0 0 25 0 1 0 802052673 20619264 2383 33554432000 4194304 4394578 140733557414992 18446744073709551615 4296624 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 5034 2383 267 49 0 2175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20136

[startup+6.30065 s]
/proc/loadavg: 1.96 2.05 2.01 3/425 6312
/proc/meminfo: memFree=7586540/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=26264 CPUtime=6.29 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 3966 0 0 0 628 1 0 0 25 0 1 0 802052673 26894336 3905 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 6566 3905 267 49 0 3707 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26264

[startup+12.7005 s]
/proc/loadavg: 1.96 2.05 2.01 3/425 6312
/proc/meminfo: memFree=7535372/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=34580 CPUtime=12.69 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 5981 0 0 0 1268 1 0 0 25 0 1 0 802052673 35409920 5920 33554432000 4194304 4394578 140733557414992 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 8645 5920 267 49 0 5786 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34580

[startup+25.5002 s]
/proc/loadavg: 1.97 2.05 2.01 3/425 6313
/proc/meminfo: memFree=7465356/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=46860 CPUtime=25.49 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 9004 0 0 0 2548 1 0 0 25 0 1 0 802052673 47984640 8943 33554432000 4194304 4394578 140733557414992 18446744073709551615 4299043 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 11715 8943 267 49 0 8856 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46860

[startup+51.1005 s]
/proc/loadavg: 1.98 2.04 2.01 3/425 6313
/proc/meminfo: memFree=7354168/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=61252 CPUtime=51.09 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 12460 0 0 0 5106 3 0 0 25 0 1 0 802052673 62722048 12399 33554432000 4194304 4394578 140733557414992 18446744073709551615 246516501405 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 15313 12399 267 49 0 12454 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61252

[startup+102.315 s]
/proc/loadavg: 1.99 2.03 2.00 3/425 6315
/proc/meminfo: memFree=7169372/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=95288 CPUtime=102.31 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 20895 0 0 0 10226 5 0 0 25 0 1 0 802052673 97574912 20834 33554432000 4194304 4394578 140733557414992 18446744073709551615 4290928 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 23822 20834 267 49 0 20963 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 95288

[startup+162.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/425 6319
/proc/meminfo: memFree=7014728/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=131540 CPUtime=162.29 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 29939 0 0 0 16222 7 0 0 25 0 1 0 802052673 134696960 29878 33554432000 4194304 4394578 140733557414992 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 32885 29878 267 49 0 30026 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131540

[startup+222.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/425 6321
/proc/meminfo: memFree=6800900/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=164912 CPUtime=222.29 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 38232 0 0 0 22219 10 0 0 25 0 1 0 802052673 168869888 38171 33554432000 4194304 4394578 140733557414992 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 41228 38171 267 49 0 38369 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 164912

[startup+282.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/425 6323
/proc/meminfo: memFree=6680828/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=190460 CPUtime=282.3 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 44618 0 0 0 28217 13 0 0 25 0 1 0 802052673 195031040 44557 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 47615 44557 267 49 0 44756 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 190460

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 6324
/proc/meminfo: memFree=6607260/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=226212 CPUtime=342.3 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 53572 0 0 0 34215 15 0 0 25 0 1 0 802052673 231641088 53511 33554432000 4194304 4394578 140733557414992 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 56553 53511 267 49 0 53694 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 226212

[startup+402.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/425 6326
/proc/meminfo: memFree=6568044/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=266384 CPUtime=402.3 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 63604 0 0 0 40213 17 0 0 25 0 1 0 802052673 272777216 63543 33554432000 4194304 4394578 140733557414992 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 66596 63543 267 49 0 63737 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 266384

[startup+462.301 s]
/proc/loadavg: 2.21 2.08 2.01 3/425 6327
/proc/meminfo: memFree=6521880/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=303880 CPUtime=462.3 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 72951 0 0 0 46210 20 0 0 25 0 1 0 802052673 311173120 72890 33554432000 4194304 4394578 140733557414992 18446744073709551615 4299016 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 75970 72890 267 49 0 73111 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 303880

[startup+522.301 s]
/proc/loadavg: 2.13 2.08 2.01 3/425 6329
/proc/meminfo: memFree=6300128/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=303880 CPUtime=522.31 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 72990 0 0 0 52211 20 0 0 25 0 1 0 802052673 311173120 72929 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 75970 72929 267 49 0 73111 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 303880

[startup+582.301 s]
/proc/loadavg: 2.11 2.09 2.02 3/425 6331
/proc/meminfo: memFree=6239820/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=344540 CPUtime=582.3 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 83150 0 0 0 58208 22 0 0 25 0 1 0 802052673 352808960 83089 33554432000 4194304 4394578 140733557414992 18446744073709551615 4291715 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 86135 83089 267 49 0 83276 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 344540

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.15 2.08 2.01 3/425 6435
/proc/meminfo: memFree=3905176/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2461672 CPUtime=4062.43 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 612424 0 0 0 406104 139 0 0 25 0 1 0 802052673 2520752128 612363 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 615418 612363 267 49 0 612559 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 2461672

[startup+4122.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/425 6437
/proc/meminfo: memFree=3846364/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2517868 CPUtime=4122.41 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 626459 0 0 0 412100 141 0 0 25 0 1 0 802052673 2578296832 626398 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 629467 626398 267 49 0 626608 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 2517868

[startup+4182.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/425 6439
/proc/meminfo: memFree=3827220/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2537400 CPUtime=4182.41 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 631336 0 0 0 418099 142 0 0 25 0 1 0 802052673 2598297600 631275 33554432000 4194304 4394578 140733557414992 18446744073709551615 4296280 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 634350 631275 267 49 0 631491 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 2537400

[startup+4242.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/425 6440
/proc/meminfo: memFree=3790588/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2568852 CPUtime=4242.42 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 639184 0 0 0 424098 144 0 0 25 0 1 0 802052673 2630504448 639123 33554432000 4194304 4394578 140733557414992 18446744073709551615 4290876 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 642213 639123 267 49 0 639354 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 2568852

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 6442
/proc/meminfo: memFree=3734628/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2623876 CPUtime=4302.42 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 652935 0 0 0 430095 147 0 0 25 0 1 0 802052673 2686849024 652874 33554432000 4194304 4394578 140733557414992 18446744073709551615 4297097 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 655969 652874 267 49 0 653110 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 2623876

[startup+4362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/425 6443
/proc/meminfo: memFree=3685124/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2668332 CPUtime=4362.42 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 664063 0 0 0 436092 150 0 0 25 0 1 0 802052673 2732371968 664002 33554432000 4194304 4394578 140733557414992 18446744073709551615 4288050 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 667083 664002 267 49 0 664224 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 2668332

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 6445
/proc/meminfo: memFree=3629164/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2723308 CPUtime=4422.42 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 677805 0 0 0 442089 153 0 0 25 0 1 0 802052673 2788667392 677744 33554432000 4194304 4394578 140733557414992 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 680827 677744 267 49 0 677968 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 2723308

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 6447
/proc/meminfo: memFree=3602224/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2750344 CPUtime=4482.42 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 684565 0 0 0 448088 154 0 0 25 0 1 0 802052673 2816352256 684504 33554432000 4194304 4394578 140733557414992 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 687586 684504 267 49 0 684727 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 2750344

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 6448
/proc/meminfo: memFree=3543524/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2804296 CPUtime=4542.43 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 698045 0 0 0 454086 157 0 0 25 0 1 0 802052673 2871599104 697984 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 701074 697984 267 49 0 698215 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 2804296

[startup+4602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/425 6450
/proc/meminfo: memFree=3494004/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2851900 CPUtime=4602.44 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 709948 0 0 0 460084 160 0 0 25 0 1 0 802052673 2920345600 709887 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298650 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 712975 709887 267 49 0 710116 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 2851900

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 6451
/proc/meminfo: memFree=3440780/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2904248 CPUtime=4662.43 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 723018 0 0 0 466081 162 0 0 25 0 1 0 802052673 2973949952 722957 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 726062 722957 267 49 0 723203 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 2904248

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 6453
/proc/meminfo: memFree=3403544/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2940924 CPUtime=4722.45 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 732187 0 0 0 472081 164 0 0 25 0 1 0 802052673 3011506176 732126 33554432000 4194304 4394578 140733557414992 18446744073709551615 4308934 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 735231 732126 267 49 0 732372 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 2940924

[startup+4782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/425 6455
/proc/meminfo: memFree=3400896/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2940924 CPUtime=4782.44 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 732190 0 0 0 478080 164 0 0 25 0 1 0 802052673 3011506176 732129 33554432000 4194304 4394578 140733557414992 18446744073709551615 4296280 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 735231 732129 267 49 0 732372 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 2940924

[startup+4842.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/425 6456
/proc/meminfo: memFree=3393636/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2940924 CPUtime=4842.44 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 732193 0 0 0 484080 164 0 0 25 0 1 0 802052673 3011506176 732132 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 735231 732132 267 49 0 732372 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 2940924

[startup+4902.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/425 6458
/proc/meminfo: memFree=3393600/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2941112 CPUtime=4902.44 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 732205 0 0 0 490080 164 0 0 25 0 1 0 802052673 3011698688 732144 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 735278 732144 267 49 0 732419 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 2941112

[startup+4962.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/425 6459
/proc/meminfo: memFree=3378412/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2941112 CPUtime=4962.44 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 732205 0 0 0 496080 164 0 0 25 0 1 0 802052673 3011698688 732144 33554432000 4194304 4394578 140733557414992 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 735278 732144 267 49 0 732419 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 2941112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.05 2.01 3/425 6460
/proc/meminfo: memFree=3378120/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=2941112 CPUtime=5000.05 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4202496 732206 0 0 0 499841 164 0 0 25 0 1 0 802052673 3011698688 732145 33554432000 4194304 4394578 140733557414992 18446744073709551615 4292675 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/6284/statm: 735278 732145 267 49 0 732419 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 2941112

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

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

[startup+5000.02 s]
/proc/loadavg: 2.04 2.05 2.01 3/425 6460
/proc/meminfo: memFree=3378120/32951124 swapFree=44043512/67111528
[pid=6284] ppid=6282 vsize=0 CPUtime=5000.16 cores=1,3,5,7
/proc/6284/stat : 6284 (SApperloT2010) R 6282 6284 3013 0 -1 4203524 732206 0 0 0 499842 174 0 0 25 0 1 0 802052673 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 3 0 0 0
/proc/6284/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.17
CPU user time (s): 4998.42
CPU system time (s): 1.75173
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2941112

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

runsolver used 19.0461 second user time and 45.2511 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-01 07:02:25
IDJOB=3439063
IDBENCH=83250
IDSOLVER=1933
FILE ID=node134/3439063-1306904545
RUNJOBID= node134-1306899542-6028
PBS_JOBID= 13488442
Free space on /tmp= 19264 MiB

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

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
RANDOM SEED=1495440757

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7804160 kB
Buffers:        109452 kB
Cached:       18468920 kB
SwapCached:       9328 kB
Active:       12667592 kB
Inactive:     11736008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7804160 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:              52 kB
Writeback:           0 kB
AnonPages:     5822972 kB
Mapped:          21360 kB
Slab:           583988 kB
PageTables:      89764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110777788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 19256 MiB
End job on node134 at 2011-06-01 08:25:47