Trace number 3257647

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.02 1300.03

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark689.141
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3257647-1303470429/watcher-3257647-1303470429 -o /tmp/evaluation-result-3257647-1303470429/solver-3257647-1303470429 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3257647-1303470429.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.75 2.09 2.76 4/189 16985
/proc/meminfo: memFree=27175336/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=14604 CPUtime=0 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 797 0 0 0 0 0 0 0 25 0 1 0 537273630 14954496 736 33554432000 4194304 4395502 140734069795360 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 3651 736 249 50 0 791 0

[startup+0.063786 s]
/proc/loadavg: 2.75 2.09 2.76 4/189 16985
/proc/meminfo: memFree=27175336/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=23200 CPUtime=0.05 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 2867 0 0 0 5 0 0 0 25 0 1 0 537273630 23756800 2806 33554432000 4194304 4395502 140734069795360 18446744073709551615 260905393920 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 5834 2806 249 50 0 2974 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23200

[startup+0.100777 s]
/proc/loadavg: 2.75 2.09 2.76 4/189 16985
/proc/meminfo: memFree=27175336/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=27800 CPUtime=0.09 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 3972 0 0 0 9 0 0 0 25 0 1 0 537273630 28467200 3911 33554432000 4194304 4395502 140734069795360 18446744073709551615 260905012859 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 6950 3912 249 50 0 4090 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27800

[startup+0.300741 s]
/proc/loadavg: 2.75 2.09 2.76 4/189 16985
/proc/meminfo: memFree=27175336/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=35404 CPUtime=0.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 5952 0 0 0 28 1 0 0 25 0 1 0 537273630 36253696 5718 33554432000 4194304 4395502 140734069795360 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 8851 5718 256 50 0 5991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35404

[startup+0.700669 s]
/proc/loadavg: 2.75 2.09 2.76 4/189 16985
/proc/meminfo: memFree=27175336/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=35404 CPUtime=0.69 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 5952 0 0 0 68 1 0 0 25 0 1 0 537273630 36253696 5718 33554432000 4194304 4395502 140734069795360 18446744073709551615 4253272 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 8851 5718 256 50 0 5991 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35404

[startup+1.50052 s]
/proc/loadavg: 2.85 2.12 2.77 6/190 16986
/proc/meminfo: memFree=27149916/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=35404 CPUtime=1.49 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 5952 0 0 0 148 1 0 0 25 0 1 0 537273630 36253696 5718 33554432000 4194304 4395502 140734069795360 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 8851 5718 256 50 0 5991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35404

[startup+3.10023 s]
/proc/loadavg: 2.85 2.12 2.77 6/190 16986
/proc/meminfo: memFree=27147316/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=41716 CPUtime=3.09 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 8207 0 0 0 307 2 0 0 25 0 1 0 537273630 42717184 7565 33554432000 4194304 4395502 140734069795360 18446744073709551615 4337882 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 10429 7565 267 50 0 7569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41716

[startup+6.30064 s]
/proc/loadavg: 2.85 2.12 2.77 5/190 16986
/proc/meminfo: memFree=27122348/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=56560 CPUtime=6.3 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 11656 0 0 0 627 3 0 0 25 0 1 0 537273630 57917440 11014 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 14140 11014 267 50 0 11280 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 56560

[startup+12.7005 s]
/proc/loadavg: 3.02 2.18 2.78 6/190 16986
/proc/meminfo: memFree=27109460/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=63060 CPUtime=12.69 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 13264 0 0 0 1266 3 0 0 25 0 1 0 537273630 64573440 12622 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 15765 12622 267 50 0 12905 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63060

[startup+25.5001 s]
/proc/loadavg: 3.17 2.24 2.80 5/190 16987
/proc/meminfo: memFree=27086284/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=77996 CPUtime=25.48 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 16799 0 0 0 2544 4 0 0 25 0 1 0 537273630 79867904 16157 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299517 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 19499 16157 267 50 0 16639 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 77996

[startup+51.1005 s]
/proc/loadavg: 3.45 2.38 2.83 5/190 16987
/proc/meminfo: memFree=27047984/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=98276 CPUtime=51.08 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 21453 0 0 0 5102 6 0 0 25 0 1 0 537273630 100634624 20811 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299498 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 24569 20811 267 50 0 21709 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98276

[startup+102.307 s]
/proc/loadavg: 3.78 2.65 2.89 5/190 16989
/proc/meminfo: memFree=26966256/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=146556 CPUtime=102.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 32869 0 0 0 10219 10 0 0 25 0 1 0 537273630 150073344 32227 33554432000 4194304 4395502 140734069795360 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 36639 32227 267 50 0 33779 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 146556

[startup+162.301 s]
/proc/loadavg: 3.92 2.89 2.96 5/190 16990
/proc/meminfo: memFree=26902844/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=178048 CPUtime=162.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 40057 0 0 0 16216 12 0 0 25 0 1 0 537273630 182321152 39415 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 44512 39415 267 50 0 41652 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 178048

[startup+222.3 s]
/proc/loadavg: 4.11 3.14 3.04 6/190 16992
/proc/meminfo: memFree=26826048/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=212328 CPUtime=222.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 48356 0 0 0 22214 14 0 0 25 0 1 0 537273630 217423872 47714 33554432000 4194304 4395502 140734069795360 18446744073709551615 260905050673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 53082 47714 267 50 0 50222 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 212328

[startup+282.3 s]
/proc/loadavg: 4.04 3.29 3.09 6/190 16994
/proc/meminfo: memFree=26775168/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=251196 CPUtime=282.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 57368 0 0 0 28211 17 0 0 25 0 1 0 537273630 257224704 56726 33554432000 4194304 4395502 140734069795360 18446744073709551615 4347430 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 62799 56726 267 50 0 59939 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 251196

[startup+342.3 s]
/proc/loadavg: 4.01 3.42 3.15 6/190 16995
/proc/meminfo: memFree=26736164/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=278152 CPUtime=342.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 63434 0 0 0 34210 18 0 0 25 0 1 0 537273630 284827648 62792 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 69538 62792 267 50 0 66678 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 278152

[startup+402.3 s]
/proc/loadavg: 4.07 3.54 3.20 6/190 16997
/proc/meminfo: memFree=26697168/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=298236 CPUtime=402.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 68178 0 0 0 40209 20 0 0 25 0 1 0 537273630 305393664 67536 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 74559 67536 267 50 0 71699 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 298236

[startup+462.3 s]
/proc/loadavg: 4.02 3.62 3.25 6/190 16998
/proc/meminfo: memFree=26642932/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=325068 CPUtime=462.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 74412 0 0 0 46207 21 0 0 25 0 1 0 537273630 332869632 73770 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 81267 73770 267 50 0 78407 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 325068

[startup+522.3 s]
/proc/loadavg: 4.01 3.69 3.29 6/190 17000
/proc/meminfo: memFree=26589820/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=345636 CPUtime=522.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 79582 0 0 0 52205 23 0 0 25 0 1 0 537273630 353931264 78940 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299554 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 86409 78940 267 50 0 83549 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 345636

[startup+582.3 s]
/proc/loadavg: 4.00 3.74 3.33 6/190 17002
/proc/meminfo: memFree=26552452/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=356748 CPUtime=582.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 81816 0 0 0 58205 24 0 0 25 0 1 0 537273630 365309952 81174 33554432000 4194304 4395502 140734069795360 18446744073709551615 4347393 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 89187 81174 267 50 0 86327 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 356748

[startup+642.3 s]
/proc/loadavg: 4.00 3.78 3.37 5/190 17003
/proc/meminfo: memFree=26507760/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=388720 CPUtime=642.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 89755 0 0 0 64203 26 0 0 25 0 1 0 537273630 398049280 89113 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299749 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 97180 89113 267 50 0 94320 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 388720

[startup+702.3 s]
/proc/loadavg: 4.00 3.82 3.41 6/190 17005
/proc/meminfo: memFree=26453024/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=415940 CPUtime=702.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 96344 0 0 0 70200 29 0 0 25 0 1 0 537273630 425922560 95702 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 103985 95702 267 50 0 101125 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 415940

[startup+762.306 s]
/proc/loadavg: 4.08 3.87 3.45 6/190 17006
/proc/meminfo: memFree=26421588/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=427988 CPUtime=762.3 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 99036 0 0 0 76201 29 0 0 25 0 1 0 537273630 438259712 98394 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 106997 98394 267 50 0 104137 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 427988

[startup+822.3 s]
/proc/loadavg: 4.03 3.89 3.48 5/190 17008
/proc/meminfo: memFree=26375660/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=436948 CPUtime=822.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 100671 0 0 0 82200 29 0 0 25 0 1 0 537273630 447434752 100029 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 109237 100029 267 50 0 106377 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 436948

[startup+882.3 s]
/proc/loadavg: 4.01 3.91 3.51 6/190 17010
/proc/meminfo: memFree=26348576/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=440020 CPUtime=882.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 101354 0 0 0 88199 30 0 0 25 0 1 0 537273630 450580480 100712 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 110005 100712 267 50 0 107145 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 440020

[startup+942.3 s]
/proc/loadavg: 4.00 3.92 3.54 6/190 17011
/proc/meminfo: memFree=26315420/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=457448 CPUtime=942.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 105566 0 0 0 94198 31 0 0 25 0 1 0 537273630 468426752 104924 33554432000 4194304 4395502 140734069795360 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 114362 104924 267 50 0 111502 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 457448

[startup+1002.3 s]
/proc/loadavg: 4.03 3.95 3.57 5/190 17013
/proc/meminfo: memFree=26266384/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=482328 CPUtime=1002.29 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 111644 0 0 0 100196 33 0 0 25 0 1 0 537273630 493903872 111002 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 120582 111002 267 50 0 117722 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 482328

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.59 6/190 17014
/proc/meminfo: memFree=26217844/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=503088 CPUtime=1062.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 116556 0 0 0 106194 34 0 0 25 0 1 0 537273630 515162112 115914 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 125772 115914 267 50 0 122912 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 503088

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.62 6/190 17016
/proc/meminfo: memFree=26171172/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=531808 CPUtime=1122.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 123691 0 0 0 112192 36 0 0 25 0 1 0 537273630 544571392 123049 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 132952 123049 267 50 0 130092 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 531808

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/190 17018
/proc/meminfo: memFree=26124004/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=561172 CPUtime=1182.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 131037 0 0 0 118189 39 0 0 25 0 1 0 537273630 574640128 130395 33554432000 4194304 4395502 140734069795360 18446744073709551615 4314443 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 140293 130395 267 50 0 137433 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 561172

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.66 6/190 17019
/proc/meminfo: memFree=26086752/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=584704 CPUtime=1242.28 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 136437 0 0 0 124187 41 0 0 25 0 1 0 537273630 598736896 135795 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 146176 135795 267 50 0 143316 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 584704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.98 3.71 3.58 2/173 17075
/proc/meminfo: memFree=26747360/32950928 swapFree=67071984/67111528
[pid=16985] ppid=16983 vsize=595432 CPUtime=1299.99 cores=1,3
/proc/16985/stat : 16985 (SApperloT2010) R 16983 16985 16498 0 -1 4202496 139030 0 0 0 129957 42 0 0 25 0 1 0 537273630 609722368 138388 33554432000 4194304 4395502 140734069795360 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16985/statm: 148858 138388 267 50 0 145998 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 595432

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.02
CPU user time (s): 1299.57
CPU system time (s): 0.449931
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 595432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.57
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139030
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= 2935

runsolver used 2.08868 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-22 13:07:10
IDJOB=3257647
IDBENCH=71153
IDSOLVER=1655
FILE ID=node116/3257647-1303470429
RUNJOBID= node116-1303470379-16889
PBS_JOBID= 13107189
Free space on /tmp= 72464 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257647-1303470429/watcher-3257647-1303470429 -o /tmp/evaluation-result-3257647-1303470429/solver-3257647-1303470429 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3257647-1303470429.cnf

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1523291211

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.77
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27175616 kB
Buffers:        786816 kB
Cached:        4431576 kB
SwapCached:       9728 kB
Active:        1932236 kB
Inactive:      3445600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27175616 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            6200 kB
Writeback:           0 kB
AnonPages:      153336 kB
Mapped:          14740 kB
Slab:           334160 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   376024 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= 72468 MiB
End job on node116 at 2011-04-22 13:28:52