Trace number 3439228

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.06 4999.94

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark373.939
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

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-3439228-1306909767/watcher-3439228-1306909767 -o /tmp/evaluation-result-3439228-1306909767/solver-3439228-1306909767 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439228-1306909767.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: 1.94 1.44 1.16 2/386 14758
/proc/meminfo: memFree=7241420/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=14344 CPUtime=0 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 840 0 0 0 0 0 0 0 25 0 1 0 802579502 14688256 779 33554432000 4194304 4394578 140733830490064 18446744073709551615 218370957056 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 3586 780 247 49 0 727 0

[startup+0.025908 s]
/proc/loadavg: 1.94 1.44 1.16 2/386 14758
/proc/meminfo: memFree=7241420/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=16456 CPUtime=0.02 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 1365 0 0 0 2 0 0 0 25 0 1 0 802579502 16850944 1304 33554432000 4194304 4394578 140733830490064 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 4114 1305 247 49 0 1255 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16456

[startup+0.100897 s]
/proc/loadavg: 1.94 1.44 1.16 2/386 14758
/proc/meminfo: memFree=7241420/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=20376 CPUtime=0.09 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 2375 0 0 0 9 0 0 0 25 0 1 0 802579502 20865024 2313 33554432000 4194304 4394578 140733830490064 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 5094 2313 255 49 0 2235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20376

[startup+0.300863 s]
/proc/loadavg: 1.94 1.44 1.16 2/386 14758
/proc/meminfo: memFree=7241420/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=23736 CPUtime=0.28 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 3514 0 0 0 28 0 0 0 25 0 1 0 802579502 24305664 3166 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 5934 3166 264 49 0 3075 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23736

[startup+0.70079 s]
/proc/loadavg: 1.94 1.44 1.16 2/386 14758
/proc/meminfo: memFree=7241420/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=28540 CPUtime=0.69 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 4700 0 0 0 68 1 0 0 25 0 1 0 802579502 29224960 4352 33554432000 4194304 4394578 140733830490064 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 7135 4352 266 49 0 4276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28540

[startup+1.50068 s]
/proc/loadavg: 1.94 1.44 1.16 3/387 14759
/proc/meminfo: memFree=7221332/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=36200 CPUtime=1.49 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 6630 0 0 0 148 1 0 0 25 0 1 0 802579502 37068800 6282 33554432000 4194304 4394578 140733830490064 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 9050 6282 266 49 0 6191 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36200

[startup+3.10039 s]
/proc/loadavg: 1.94 1.44 1.16 3/387 14759
/proc/meminfo: memFree=7209676/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=47432 CPUtime=3.09 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 9426 0 0 0 308 1 0 0 25 0 1 0 802579502 48570368 9078 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 11858 9078 266 49 0 8999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47432

[startup+6.30082 s]
/proc/loadavg: 1.95 1.45 1.16 3/387 14760
/proc/meminfo: memFree=7191296/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=58556 CPUtime=6.29 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 12236 0 0 0 627 2 0 0 25 0 1 0 802579502 59961344 11888 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 14639 11888 266 49 0 11780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58556

[startup+12.7007 s]
/proc/loadavg: 1.95 1.46 1.17 3/387 14760
/proc/meminfo: memFree=7179424/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=66336 CPUtime=12.69 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 14106 0 0 0 1267 2 0 0 25 0 1 0 802579502 67928064 13758 33554432000 4194304 4394578 140733830490064 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 16584 13758 266 49 0 13725 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66336

[startup+25.5004 s]
/proc/loadavg: 2.11 1.52 1.19 3/387 14760
/proc/meminfo: memFree=7169496/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=69380 CPUtime=25.49 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 14896 0 0 0 2547 2 0 0 25 0 1 0 802579502 71045120 14548 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 17345 14548 266 49 0 14486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69380

[startup+51.1009 s]
/proc/loadavg: 2.07 1.56 1.21 3/387 14761
/proc/meminfo: memFree=7151952/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=86144 CPUtime=51.09 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 19081 0 0 0 5106 3 0 0 25 0 1 0 802579502 88211456 18733 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 21536 18733 266 49 0 18677 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86144

[startup+102.315 s]
/proc/loadavg: 2.08 1.64 1.26 3/387 14762
/proc/meminfo: memFree=7126216/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=89460 CPUtime=102.31 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 19906 0 0 0 10227 4 0 0 25 0 1 0 802579502 91607040 19558 33554432000 4194304 4394578 140733830490064 18446744073709551615 4308916 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 22365 19558 266 49 0 19506 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89460

[startup+162.301 s]
/proc/loadavg: 2.03 1.70 1.30 3/387 14764
/proc/meminfo: memFree=7076684/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=117908 CPUtime=162.3 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 26995 0 0 0 16225 5 0 0 25 0 1 0 802579502 120737792 26647 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 29477 26647 266 49 0 26618 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 117908

[startup+222.301 s]
/proc/loadavg: 2.01 1.75 1.34 3/387 14765
/proc/meminfo: memFree=7019828/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=141668 CPUtime=222.29 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 32893 0 0 0 22223 6 0 0 25 0 1 0 802579502 145068032 32545 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 35417 32545 266 49 0 32558 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 141668

[startup+282.301 s]
/proc/loadavg: 2.07 1.81 1.38 3/387 14767
/proc/meminfo: memFree=7001920/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=141668 CPUtime=282.29 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 32894 0 0 0 28223 6 0 0 25 0 1 0 802579502 145068032 32546 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 35417 32546 266 49 0 32558 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 141668

[startup+342.3 s]
/proc/loadavg: 2.02 1.84 1.42 3/387 14769
/proc/meminfo: memFree=6990200/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=141668 CPUtime=342.3 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 32895 0 0 0 34223 7 0 0 25 0 1 0 802579502 145068032 32547 33554432000 4194304 4394578 140733830490064 18446744073709551615 4296795 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 35417 32547 266 49 0 32558 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141668

[startup+402.301 s]
/proc/loadavg: 2.01 1.87 1.45 3/387 14770
/proc/meminfo: memFree=6955044/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=141668 CPUtime=402.3 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 32895 0 0 0 40223 7 0 0 25 0 1 0 802579502 145068032 32547 33554432000 4194304 4394578 140733830490064 18446744073709551615 4296807 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 35417 32547 266 49 0 32558 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 141668

[startup+462.301 s]
/proc/loadavg: 2.00 1.89 1.48 3/387 14772
/proc/meminfo: memFree=6930184/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=141668 CPUtime=462.31 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 32898 0 0 0 46224 7 0 0 25 0 1 0 802579502 145068032 32550 33554432000 4194304 4394578 140733830490064 18446744073709551615 4287704 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 35417 32550 266 49 0 32558 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 141668

[startup+522.3 s]
/proc/loadavg: 2.00 1.91 1.51 3/387 14773
/proc/meminfo: memFree=6894284/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=141668 CPUtime=522.3 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 32901 0 0 0 52223 7 0 0 25 0 1 0 802579502 145068032 32553 33554432000 4194304 4394578 140733830490064 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 35417 32553 266 49 0 32558 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 141668

[startup+582.301 s]
/proc/loadavg: 2.16 1.95 1.55 3/387 14775
/proc/meminfo: memFree=6874272/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=141668 CPUtime=582.3 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 32901 0 0 0 58223 7 0 0 25 0 1 0 802579502 145068032 32553 33554432000 4194304 4394578 140733830490064 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 35417 32553 266 49 0 32558 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 141668

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.03 2.02 1.97 3/389 14920
/proc/meminfo: memFree=5635560/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4062.41 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72459 0 0 0 406222 19 0 0 25 0 1 0 802579502 307986432 71660 33554432000 4194304 4394578 140733830490064 18446744073709551615 4296280 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71660 267 49 0 72333 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 300768

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/389 14921
/proc/meminfo: memFree=5614560/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4122.39 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72459 0 0 0 412220 19 0 0 25 0 1 0 802579502 307986432 71660 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71660 267 49 0 72333 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 300768

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/389 14923
/proc/meminfo: memFree=5580532/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4182.39 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72459 0 0 0 418220 19 0 0 25 0 1 0 802579502 307986432 71660 33554432000 4194304 4394578 140733830490064 18446744073709551615 4296807 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71660 267 49 0 72333 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 300768

[startup+4242.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/389 14930
/proc/meminfo: memFree=5563620/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4242.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72460 0 0 0 424221 19 0 0 25 0 1 0 802579502 307986432 71661 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71661 267 49 0 72333 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 300768

[startup+4302.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/389 14976
/proc/meminfo: memFree=5563376/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4302.39 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72460 0 0 0 430220 19 0 0 25 0 1 0 802579502 307986432 71661 33554432000 4194304 4394578 140733830490064 18446744073709551615 4292210 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71661 267 49 0 72333 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 300768

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/389 14988
/proc/meminfo: memFree=5562960/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4362.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72460 0 0 0 436220 20 0 0 25 0 1 0 802579502 307986432 71661 33554432000 4194304 4394578 140733830490064 18446744073709551615 4346134 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71661 267 49 0 72333 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 300768

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/389 14995
/proc/meminfo: memFree=5562164/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4422.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72460 0 0 0 442220 20 0 0 25 0 1 0 802579502 307986432 71661 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71661 267 49 0 72333 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 300768

[startup+4482.3 s]
/proc/loadavg: 2.35 2.09 2.01 3/390 15013
/proc/meminfo: memFree=9045220/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4482.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72460 0 0 0 448217 23 0 0 25 0 1 0 802579502 307986432 71661 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71661 267 49 0 72333 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 300768

[startup+4542.3 s]
/proc/loadavg: 2.28 2.14 2.03 3/387 15043
/proc/meminfo: memFree=22539088/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4542.39 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72460 0 0 0 454211 28 0 0 25 0 1 0 802579502 307986432 71661 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71661 267 49 0 72333 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 300768

[startup+4602.3 s]
/proc/loadavg: 2.14 2.12 2.03 3/387 15044
/proc/meminfo: memFree=22539420/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4602.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72460 0 0 0 460212 28 0 0 25 0 1 0 802579502 307986432 71661 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71661 267 49 0 72333 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 300768

[startup+4662.3 s]
/proc/loadavg: 2.05 2.10 2.02 3/387 15046
/proc/meminfo: memFree=22538752/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4662.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72461 0 0 0 466211 29 0 0 25 0 1 0 802579502 307986432 71662 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71662 267 49 0 72333 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 300768

[startup+4722.31 s]
/proc/loadavg: 2.02 2.08 2.01 3/387 15047
/proc/meminfo: memFree=22539068/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4722.42 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72461 0 0 0 472213 29 0 0 25 0 1 0 802579502 307986432 71662 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71662 267 49 0 72333 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 300768

[startup+4782.3 s]
/proc/loadavg: 2.10 2.09 2.02 3/387 15049
/proc/meminfo: memFree=22539764/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4782.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72461 0 0 0 478211 29 0 0 25 0 1 0 802579502 307986432 71662 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71662 267 49 0 72333 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 300768

[startup+4842.3 s]
/proc/loadavg: 1.88 2.04 2.00 2/381 15069
/proc/meminfo: memFree=24036684/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=300768 CPUtime=4842.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 72462 0 0 0 484211 29 0 0 25 0 1 0 802579502 307986432 71663 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298282 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 75192 71663 267 49 0 72333 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 300768

[startup+4902.3 s]
/proc/loadavg: 1.35 1.86 1.94 2/381 15070
/proc/meminfo: memFree=24027024/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=314508 CPUtime=4902.4 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 75799 0 0 0 490211 29 0 0 25 0 1 0 802579502 322056192 75000 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 78627 75000 267 49 0 75768 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 314508

[startup+4962.3 s]
/proc/loadavg: 1.12 1.69 1.88 2/381 15072
/proc/meminfo: memFree=23959908/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=379924 CPUtime=4962.41 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 91860 0 0 0 496207 34 0 0 25 0 1 0 802579502 389042176 91061 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 94981 91061 267 49 0 92122 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 379924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.06 1.61 1.84 2/381 15073
/proc/meminfo: memFree=23960648/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=379924 CPUtime=5000.01 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 91860 0 0 0 499967 34 0 0 25 0 1 0 802579502 389042176 91061 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 94981 91061 267 49 0 92122 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 379924

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: 1.06 1.61 1.84 2/381 15073
/proc/meminfo: memFree=23960648/32951124 swapFree=49244120/67111528
[pid=14758] ppid=14756 vsize=379924 CPUtime=5000.01 cores=0,2,4,6
/proc/14758/stat : 14758 (SApperloT2010) R 14756 14758 12962 0 -1 4202496 91860 0 0 0 499967 34 0 0 25 0 1 0 802579502 389042176 91061 33554432000 4194304 4394578 140733830490064 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/14758/statm: 94981 91061 267 49 0 92122 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 379924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4999.69
CPU system time (s): 0.369943
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 379924

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

runsolver used 20.3709 second user time and 40.4988 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-01 08:29:27
IDJOB=3439228
IDBENCH=83797
IDSOLVER=1933
FILE ID=node101/3439228-1306909767
RUNJOBID= node101-1306909603-14707
PBS_JOBID= 13488475
Free space on /tmp= 33724 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439228-1306909767/watcher-3439228-1306909767 -o /tmp/evaluation-result-3439228-1306909767/solver-3439228-1306909767 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439228-1306909767.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=1389026887

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.841
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:       7241700 kB
Buffers:         88940 kB
Cached:       16679880 kB
SwapCached:      13388 kB
Active:       14562728 kB
Inactive:     10454004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7241700 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:     8245924 kB
Mapped:          17832 kB
Slab:           550268 kB
PageTables:      75136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78734724 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= 73944 MiB
End job on node101 at 2011-06-01 09:52:49