Trace number 3259011

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.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3259011-1303502919/watcher-3259011-1303502919 -o /tmp/evaluation-result-3259011-1303502919/solver-3259011-1303502919 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259011-1303502919.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: 0.00 0.00 0.16 3/184 15446
/proc/meminfo: memFree=15198128/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=16644 CPUtime=0 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 1066 0 0 0 0 0 0 0 21 0 1 0 540522718 17043456 1005 33554432000 4194304 4395502 140736014539696 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 4161 1006 249 50 0 1301 0

[startup+0.0773849 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 15446
/proc/meminfo: memFree=15198128/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=26784 CPUtime=0.07 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 3541 0 0 0 7 0 0 0 21 0 1 0 540522718 27426816 3480 33554432000 4194304 4395502 140736014539696 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 6696 3483 250 50 0 3836 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26784

[startup+0.100377 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 15446
/proc/meminfo: memFree=15198128/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=29556 CPUtime=0.09 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 4224 0 0 0 9 0 0 0 21 0 1 0 540522718 30265344 4163 33554432000 4194304 4395502 140736014539696 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 7389 4167 250 50 0 4529 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29556

[startup+0.300347 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 15446
/proc/meminfo: memFree=15198128/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=37136 CPUtime=0.29 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 6133 0 0 0 27 2 0 0 22 0 1 0 540522718 38027264 6071 33554432000 4194304 4395502 140736014539696 18446744073709551615 215988617111 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 9284 6071 256 50 0 6424 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37136

[startup+0.700275 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 15446
/proc/meminfo: memFree=15198128/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=48476 CPUtime=0.69 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 10017 0 0 0 66 3 0 0 24 0 1 0 540522718 49639424 8913 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299180 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 12119 8913 267 50 0 9259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48476

[startup+1.50013 s]
/proc/loadavg: 0.32 0.07 0.18 5/190 15457
/proc/meminfo: memFree=15128248/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=58380 CPUtime=1.49 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 12483 0 0 0 145 4 0 0 25 0 1 0 540522718 59781120 11379 33554432000 4194304 4395502 140736014539696 18446744073709551615 4350423 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 14595 11380 267 50 0 11735 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58380

[startup+3.10085 s]
/proc/loadavg: 0.32 0.07 0.18 6/190 15457
/proc/meminfo: memFree=15098488/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=72560 CPUtime=3.09 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 16009 0 0 0 304 5 0 0 25 0 1 0 540522718 74301440 14905 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 18140 14905 267 50 0 15280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72560

[startup+6.30029 s]
/proc/loadavg: 0.32 0.07 0.18 5/190 15457
/proc/meminfo: memFree=15035512/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=94896 CPUtime=6.29 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 21542 0 0 0 623 6 0 0 25 0 1 0 540522718 97173504 20438 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 23724 20438 267 50 0 20864 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94896

[startup+12.7002 s]
/proc/loadavg: 0.89 0.20 0.22 5/190 15457
/proc/meminfo: memFree=14939348/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=127688 CPUtime=12.69 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 29556 0 0 0 1262 7 0 0 25 0 1 0 540522718 130752512 28452 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299869 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 31922 28452 267 50 0 29062 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127688

[startup+25.5009 s]
/proc/loadavg: 1.36 0.32 0.26 5/190 15458
/proc/meminfo: memFree=14839056/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=170676 CPUtime=25.49 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 39869 0 0 0 2540 9 0 0 25 0 1 0 540522718 174772224 38765 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 42669 38765 267 50 0 39809 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170676

[startup+51.1004 s]
/proc/loadavg: 2.26 0.62 0.36 5/190 15458
/proc/meminfo: memFree=14812472/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=171920 CPUtime=51.09 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 40213 0 0 0 5100 9 0 0 25 0 1 0 540522718 176046080 39109 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 42980 39109 267 50 0 40120 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171920

[startup+102.306 s]
/proc/loadavg: 3.30 1.18 0.56 5/190 15460
/proc/meminfo: memFree=14712148/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=198004 CPUtime=102.3 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 46328 0 0 0 10219 11 0 0 25 0 1 0 540522718 202756096 45224 33554432000 4194304 4395502 140736014539696 18446744073709551615 4314296 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 49501 45224 267 50 0 46641 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198004

[startup+162.301 s]
/proc/loadavg: 3.80 1.71 0.78 6/190 15461
/proc/meminfo: memFree=14653216/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=222128 CPUtime=162.29 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 51847 0 0 0 16217 12 0 0 25 0 1 0 540522718 227459072 50743 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 55532 50743 267 50 0 52672 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 222128

[startup+222.3 s]
/proc/loadavg: 3.92 2.12 0.98 5/190 15463
/proc/meminfo: memFree=14568748/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=240640 CPUtime=222.29 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 56227 0 0 0 22216 13 0 0 25 0 1 0 540522718 246415360 55123 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299177 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 60160 55123 267 50 0 57300 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 240640

[startup+282.301 s]
/proc/loadavg: 4.00 2.48 1.17 6/190 15465
/proc/meminfo: memFree=14524220/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=258636 CPUtime=282.3 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 60136 0 0 0 28216 14 0 0 25 0 1 0 540522718 264843264 59032 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 64659 59032 267 50 0 61799 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 258636

[startup+342.3 s]
/proc/loadavg: 4.00 2.75 1.34 5/190 15466
/proc/meminfo: memFree=14479796/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=268888 CPUtime=342.3 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 62357 0 0 0 34215 15 0 0 25 0 1 0 540522718 275341312 61253 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 67222 61253 267 50 0 64362 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 268888

[startup+402.301 s]
/proc/loadavg: 4.00 2.98 1.51 6/190 15468
/proc/meminfo: memFree=14440324/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=290712 CPUtime=402.3 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 66548 0 0 0 40214 16 0 0 25 0 1 0 540522718 297689088 65444 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299771 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 72678 65444 267 50 0 69818 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 290712

[startup+462.3 s]
/proc/loadavg: 4.00 3.16 1.66 5/190 15469
/proc/meminfo: memFree=14404708/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=294556 CPUtime=462.3 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 67466 0 0 0 46213 17 0 0 25 0 1 0 540522718 301625344 66362 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299554 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 73639 66362 267 50 0 70779 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 294556

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.80 6/190 15471
/proc/meminfo: memFree=14379748/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=303984 CPUtime=522.3 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 69448 0 0 0 52213 17 0 0 25 0 1 0 540522718 311279616 68344 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 75996 68344 267 50 0 73136 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 303984

[startup+582.3 s]
/proc/loadavg: 4.00 3.43 1.94 5/190 15473
/proc/meminfo: memFree=14348116/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=313088 CPUtime=582.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 71240 0 0 0 58213 18 0 0 25 0 1 0 540522718 320602112 70136 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 78272 70136 267 50 0 75412 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 313088

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 2.07 6/190 15474
/proc/meminfo: memFree=14312876/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=333864 CPUtime=642.32 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 76097 0 0 0 64212 20 0 0 25 0 1 0 540522718 341876736 74993 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 83466 74993 267 50 0 80606 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 333864

[startup+702.3 s]
/proc/loadavg: 4.08 3.63 2.19 5/190 15476
/proc/meminfo: memFree=14298220/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=336232 CPUtime=702.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 76683 0 0 0 70211 20 0 0 25 0 1 0 540522718 344301568 75579 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 84058 75579 267 50 0 81198 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 336232

[startup+762.307 s]
/proc/loadavg: 4.07 3.71 2.30 6/190 15477
/proc/meminfo: memFree=14277108/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=346636 CPUtime=762.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 78717 0 0 0 76211 20 0 0 25 0 1 0 540522718 354955264 77613 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299801 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 86659 77613 267 50 0 83799 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 346636

[startup+822.3 s]
/proc/loadavg: 4.07 3.78 2.41 5/190 15479
/proc/meminfo: memFree=14255000/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=361356 CPUtime=822.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 81886 0 0 0 82209 22 0 0 25 0 1 0 540522718 370028544 80782 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 90339 80782 267 50 0 87479 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 361356

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.51 5/190 15481
/proc/meminfo: memFree=14237120/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=364716 CPUtime=882.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 82588 0 0 0 88209 22 0 0 25 0 1 0 540522718 373469184 81484 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 91179 81484 267 50 0 88319 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 364716

[startup+942.3 s]
/proc/loadavg: 4.01 3.84 2.60 5/190 15482
/proc/meminfo: memFree=14222324/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=371668 CPUtime=942.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 84012 0 0 0 94209 22 0 0 25 0 1 0 540522718 380588032 82908 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 92917 82908 267 50 0 90057 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 371668

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.68 5/190 15484
/proc/meminfo: memFree=14184216/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=382556 CPUtime=1002.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 86337 0 0 0 100208 23 0 0 25 0 1 0 540522718 391737344 85233 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 95639 85233 267 50 0 92779 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 382556

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.76 5/190 15485
/proc/meminfo: memFree=14154312/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=388956 CPUtime=1062.32 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 87678 0 0 0 106208 24 0 0 25 0 1 0 540522718 398290944 86574 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 97239 86574 267 50 0 94379 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 388956

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.84 5/190 15487
/proc/meminfo: memFree=14141020/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=393564 CPUtime=1122.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 88626 0 0 0 112207 24 0 0 25 0 1 0 540522718 403009536 87522 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 98391 87522 267 50 0 95531 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 393564

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.91 5/190 15489
/proc/meminfo: memFree=14123016/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=401884 CPUtime=1182.31 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 90275 0 0 0 118206 25 0 0 25 0 1 0 540522718 411529216 89171 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 100471 89171 267 50 0 97611 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 401884

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.97 5/190 15490
/proc/meminfo: memFree=14116408/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=401884 CPUtime=1242.32 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 90334 0 0 0 124207 25 0 0 25 0 1 0 540522718 411529216 89230 33554432000 4194304 4395502 140736014539696 18446744073709551615 4347416 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 100471 89230 267 50 0 97611 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 401884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 3.97 3.04 3/180 15528
/proc/meminfo: memFree=14820080/32950940 swapFree=67111528/67111528
[pid=15446] ppid=15444 vsize=402880 CPUtime=1300.02 cores=1,3
/proc/15446/stat : 15446 (SApperloT2010) R 15444 15446 15396 0 -1 4202496 90552 0 0 0 129977 25 0 0 25 0 1 0 540522718 412549120 89448 33554432000 4194304 4395502 140736014539696 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15446/statm: 100720 89448 267 50 0 97860 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 402880

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.78
CPU system time (s): 0.276957
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 402880

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

runsolver used 2.01869 second user time and 5.08523 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-22 22:08:39
IDJOB=3259011
IDBENCH=71471
IDSOLVER=1655
FILE ID=node117/3259011-1303502919
RUNJOBID= node117-1303502915-15416
PBS_JOBID= 13134220
Free space on /tmp= 71924 MiB

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

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
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:      15198532 kB
Buffers:       1847876 kB
Cached:       15181792 kB
SwapCached:          0 kB
Active:        9163948 kB
Inactive:      8038856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15198532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10384 kB
Writeback:           0 kB
AnonPages:      173044 kB
Mapped:          15400 kB
Slab:           484284 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   338548 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= 71928 MiB
End job on node117 at 2011-04-22 22:30:21