Trace number 3259055

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) 1299.98 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v945c61409g3.cnf
MD5SUM4de3b21cb74a7ec60763201555524736
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9317
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3259055-1303502920/watcher-3259055-1303502920 -o /tmp/evaluation-result-3259055-1303502920/solver-3259055-1303502920 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259055-1303502920.cnf 

running on 2 cores: 5,7

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: 0.00 0.00 0.16 4/189 15456
/proc/meminfo: memFree=15169936/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=13712 CPUtime=0 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 687 0 0 0 0 0 0 0 22 0 1 0 540522738 14041088 626 33554432000 4194304 4395502 140735688360320 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 3428 632 249 50 0 568 0

[startup+0.079602 s]
/proc/loadavg: 0.00 0.00 0.16 4/189 15456
/proc/meminfo: memFree=15169936/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=17884 CPUtime=0.07 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 1987 0 0 0 6 1 0 0 22 0 1 0 540522738 18313216 1685 33554432000 4194304 4395502 140735688360320 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 4471 1688 257 50 0 1611 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17884

[startup+0.100593 s]
/proc/loadavg: 0.00 0.00 0.16 4/189 15456
/proc/meminfo: memFree=15169936/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=19996 CPUtime=0.09 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 2546 0 0 0 8 1 0 0 22 0 1 0 540522738 20475904 2244 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 4999 2244 266 50 0 2139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19996

[startup+0.300556 s]
/proc/loadavg: 0.00 0.00 0.16 4/189 15456
/proc/meminfo: memFree=15169936/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=23220 CPUtime=0.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 3339 0 0 0 28 1 0 0 23 0 1 0 540522738 23777280 3037 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299118 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 5805 3037 266 50 0 2945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23220

[startup+0.700486 s]
/proc/loadavg: 0.00 0.00 0.16 4/189 15456
/proc/meminfo: memFree=15169936/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=27156 CPUtime=0.69 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 4307 0 0 0 68 1 0 0 25 0 1 0 540522738 27807744 4005 33554432000 4194304 4395502 140735688360320 18446744073709551615 4314378 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 6789 4005 266 50 0 3929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27156

[startup+1.50035 s]
/proc/loadavg: 0.32 0.07 0.18 6/190 15457
/proc/meminfo: memFree=15121676/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=32616 CPUtime=1.49 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 5652 0 0 0 147 2 0 0 25 0 1 0 540522738 33398784 5350 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 8154 5350 266 50 0 5294 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32616

[startup+3.10007 s]
/proc/loadavg: 0.32 0.07 0.18 6/190 15457
/proc/meminfo: memFree=15092660/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=36516 CPUtime=3.09 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 6595 0 0 0 307 2 0 0 25 0 1 0 540522738 37392384 6293 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 9129 6293 266 50 0 6269 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36516

[startup+6.3005 s]
/proc/loadavg: 0.32 0.07 0.18 6/190 15457
/proc/meminfo: memFree=15031916/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=40108 CPUtime=6.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 7435 0 0 0 627 2 0 0 25 0 1 0 540522738 41070592 7133 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 10027 7133 266 50 0 7167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40108

[startup+12.7004 s]
/proc/loadavg: 0.89 0.20 0.22 6/190 15457
/proc/meminfo: memFree=14936372/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=43968 CPUtime=12.69 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 8324 0 0 0 1267 2 0 0 25 0 1 0 540522738 45023232 8022 33554432000 4194304 4395502 140735688360320 18446744073709551615 4292116 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 10992 8022 266 50 0 8132 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43968

[startup+25.5001 s]
/proc/loadavg: 1.36 0.32 0.26 6/190 15458
/proc/meminfo: memFree=14838932/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=53152 CPUtime=25.49 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 10363 0 0 0 2546 3 0 0 25 0 1 0 540522738 54427648 10061 33554432000 4194304 4395502 140735688360320 18446744073709551615 4339072 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 13288 10061 266 50 0 10428 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53152

[startup+51.1007 s]
/proc/loadavg: 2.26 0.62 0.36 6/190 15458
/proc/meminfo: memFree=14812100/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=62596 CPUtime=51.09 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 12364 0 0 0 5106 3 0 0 25 0 1 0 540522738 64098304 12062 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 15649 12062 266 50 0 12789 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62596

[startup+102.307 s]
/proc/loadavg: 3.30 1.18 0.56 6/190 15460
/proc/meminfo: memFree=14712024/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=75048 CPUtime=102.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 14928 0 0 0 10225 4 0 0 25 0 1 0 540522738 76849152 14626 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 18762 14626 266 50 0 15902 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 75048

[startup+162.3 s]
/proc/loadavg: 3.80 1.71 0.78 6/190 15461
/proc/meminfo: memFree=14652720/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=88236 CPUtime=162.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 17847 0 0 0 16224 5 0 0 25 0 1 0 540522738 90353664 17545 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 22059 17545 266 50 0 19199 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88236

[startup+222.301 s]
/proc/loadavg: 3.92 2.12 0.98 6/190 15463
/proc/meminfo: memFree=14568748/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=101452 CPUtime=222.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 20592 0 0 0 22223 6 0 0 25 0 1 0 540522738 103886848 20290 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299614 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 25363 20290 266 50 0 22503 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 101452

[startup+282.3 s]
/proc/loadavg: 4.00 2.48 1.17 6/190 15465
/proc/meminfo: memFree=14523972/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=103196 CPUtime=282.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 20963 0 0 0 28223 6 0 0 25 0 1 0 540522738 105672704 20661 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 25799 20661 266 50 0 22939 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103196

[startup+342.301 s]
/proc/loadavg: 4.00 2.75 1.34 6/190 15466
/proc/meminfo: memFree=14479796/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=107552 CPUtime=342.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 21905 0 0 0 34222 7 0 0 25 0 1 0 540522738 110133248 21603 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 26888 21603 266 50 0 24028 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 107552

[startup+402.3 s]
/proc/loadavg: 4.00 2.98 1.51 6/190 15468
/proc/meminfo: memFree=14440324/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=110336 CPUtime=402.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 22502 0 0 0 40221 8 0 0 25 0 1 0 540522738 112984064 22200 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 27584 22200 266 50 0 24724 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 110336

[startup+462.301 s]
/proc/loadavg: 4.00 3.16 1.66 6/190 15469
/proc/meminfo: memFree=14404708/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=120708 CPUtime=462.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 24531 0 0 0 46220 9 0 0 25 0 1 0 540522738 123604992 24229 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 30177 24229 266 50 0 27317 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 120708

[startup+522.3 s]
/proc/loadavg: 4.00 3.31 1.80 6/190 15471
/proc/meminfo: memFree=14379748/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=124676 CPUtime=522.28 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 25338 0 0 0 52219 9 0 0 25 0 1 0 540522738 127668224 25036 33554432000 4194304 4395502 140735688360320 18446744073709551615 4314232 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 31169 25036 266 50 0 28309 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 124676

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.94 6/190 15473
/proc/meminfo: memFree=14348116/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=126660 CPUtime=582.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 25786 0 0 0 58219 10 0 0 25 0 1 0 540522738 129699840 25484 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 31665 25484 266 50 0 28805 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 126660

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 2.07 6/190 15474
/proc/meminfo: memFree=14312752/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=129604 CPUtime=642.28 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 26406 0 0 0 64218 10 0 0 25 0 1 0 540522738 132714496 26104 33554432000 4194304 4395502 140735688360320 18446744073709551615 4347457 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 32401 26104 266 50 0 29541 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 129604

[startup+702.301 s]
/proc/loadavg: 4.08 3.63 2.19 6/190 15476
/proc/meminfo: memFree=14298220/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=133092 CPUtime=702.28 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 27065 0 0 0 70217 11 0 0 25 0 1 0 540522738 136286208 26763 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 33273 26763 266 50 0 30413 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 133092

[startup+762.307 s]
/proc/loadavg: 4.07 3.71 2.30 6/190 15477
/proc/meminfo: memFree=14277108/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=138472 CPUtime=762.29 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 28067 0 0 0 76217 12 0 0 25 0 1 0 540522738 141795328 27765 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 34618 27765 266 50 0 31758 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 138472

[startup+822.301 s]
/proc/loadavg: 4.07 3.78 2.41 6/190 15479
/proc/meminfo: memFree=14255000/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=139304 CPUtime=822.28 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 28251 0 0 0 82216 12 0 0 25 0 1 0 540522738 142647296 27949 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 34826 27949 266 50 0 31966 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 139304

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.51 6/190 15481
/proc/meminfo: memFree=14236872/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=143640 CPUtime=882.27 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 29154 0 0 0 88215 12 0 0 25 0 1 0 540522738 147087360 28852 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 35910 28852 266 50 0 33050 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 143640

[startup+942.3 s]
/proc/loadavg: 4.01 3.84 2.60 6/190 15482
/proc/meminfo: memFree=14222324/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=145496 CPUtime=942.26 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 29553 0 0 0 94214 12 0 0 25 0 1 0 540522738 148987904 29251 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 36374 29251 266 50 0 33514 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 145496

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.68 6/190 15484
/proc/meminfo: memFree=14184092/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=151972 CPUtime=1002.25 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 30912 0 0 0 100213 12 0 0 25 0 1 0 540522738 155619328 30610 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 37993 30610 266 50 0 35133 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 151972

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.76 6/190 15485
/proc/meminfo: memFree=14154312/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=159352 CPUtime=1062.26 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 32450 0 0 0 106213 13 0 0 25 0 1 0 540522738 163176448 32148 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 39838 32148 266 50 0 36978 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 159352

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.84 6/190 15487
/proc/meminfo: memFree=14141020/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=162168 CPUtime=1122.25 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 33098 0 0 0 112212 13 0 0 25 0 1 0 540522738 166060032 32796 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 40542 32796 266 50 0 37682 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 162168

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.91 6/190 15489
/proc/meminfo: memFree=14122644/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=166268 CPUtime=1182.26 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 34003 0 0 0 118212 14 0 0 25 0 1 0 540522738 170258432 33701 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 41567 33701 266 50 0 38707 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 166268

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.97 6/190 15490
/proc/meminfo: memFree=14116408/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=166524 CPUtime=1242.25 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 34064 0 0 0 124211 14 0 0 25 0 1 0 540522738 170520576 33762 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 41631 33762 266 50 0 38771 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 166524



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 3.97 3.04 2/178 15529
/proc/meminfo: memFree=15177092/32950940 swapFree=67111528/67111528
[pid=15456] ppid=15454 vsize=166524 CPUtime=1299.96 cores=5,7
/proc/15456/stat : 15456 (SApperloT2010) R 15454 15456 15396 0 -1 4202496 34070 0 0 0 129982 14 0 0 25 0 1 0 540522738 170520576 33768 33554432000 4194304 4395502 140735688360320 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15456/statm: 41631 33768 266 50 0 38771 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 166524

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.01
CPU time (s): 1299.98
CPU user time (s): 1299.82
CPU system time (s): 0.151976
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 166524

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

runsolver used 2.05069 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-22 22:08:40
IDJOB=3259055
IDBENCH=71481
IDSOLVER=1655
FILE ID=node117/3259055-1303502920
RUNJOBID= node117-1303502915-15417
PBS_JOBID= 13134220
Free space on /tmp= 71920 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v945c61409g3.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259055-1303502920/watcher-3259055-1303502920 -o /tmp/evaluation-result-3259055-1303502920/solver-3259055-1303502920 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3259055-1303502920.cnf

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

MD5SUM BENCH= 4de3b21cb74a7ec60763201555524736
RANDOM SEED=543933572

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15170216 kB
Buffers:       1847892 kB
Cached:       15182940 kB
SwapCached:          0 kB
Active:        9191932 kB
Inactive:      8039004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15170216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11160 kB
Writeback:           0 kB
AnonPages:      199816 kB
Mapped:          15400 kB
Slab:           484284 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   391584 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= 71932 MiB
End job on node117 at 2011-04-22 22:30:22