Trace number 3439253

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.06 4999.92

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
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 variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3439253-1307649757/watcher-3439253-1307649757 -o /tmp/evaluation-result-3439253-1307649757/solver-3439253-1307649757 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439253-1307649757.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.73 6.80 7.55 2/177 5641
/proc/meminfo: memFree=32506228/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=13440 CPUtime=0 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 625 0 0 0 0 0 0 0 22 0 1 0 857391532 13762560 564 33554432000 4194304 4394578 140733480809360 18446744073709551615 233509958341 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 3360 565 247 49 0 501 0

[startup+0.0806861 s]
/proc/loadavg: 4.73 6.80 7.55 2/177 5641
/proc/meminfo: memFree=32506228/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=18696 CPUtime=0.07 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 1943 0 0 0 6 1 0 0 22 0 1 0 857391532 19144704 1881 33554432000 4194304 4394578 140733480809360 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 4674 1881 256 49 0 1815 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18696

[startup+0.100681 s]
/proc/loadavg: 4.73 6.80 7.55 2/177 5641
/proc/meminfo: memFree=32506228/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=18696 CPUtime=0.09 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 1943 0 0 0 8 1 0 0 22 0 1 0 857391532 19144704 1881 33554432000 4194304 4394578 140733480809360 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 4674 1881 256 49 0 1815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18696

[startup+0.300646 s]
/proc/loadavg: 4.73 6.80 7.55 2/177 5641
/proc/meminfo: memFree=32506228/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=24540 CPUtime=0.29 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 3720 0 0 0 28 1 0 0 23 0 1 0 857391532 25128960 3374 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 6135 3374 267 49 0 3276 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24540

[startup+0.700572 s]
/proc/loadavg: 4.73 6.80 7.55 2/177 5641
/proc/meminfo: memFree=32506228/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=30648 CPUtime=0.69 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 5215 0 0 0 67 2 0 0 25 0 1 0 857391532 31383552 4869 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 7662 4869 267 49 0 4803 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30648

[startup+1.50043 s]
/proc/loadavg: 4.51 6.72 7.52 3/178 5642
/proc/meminfo: memFree=32473532/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=38176 CPUtime=1.49 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 7044 0 0 0 147 2 0 0 25 0 1 0 857391532 39092224 6698 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 9544 6698 267 49 0 6685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38176

[startup+3.10015 s]
/proc/loadavg: 4.51 6.72 7.52 3/178 5642
/proc/meminfo: memFree=32455924/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=50468 CPUtime=3.09 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 9949 0 0 0 307 2 0 0 25 0 1 0 857391532 51679232 9603 33554432000 4194304 4394578 140733480809360 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 12617 9603 267 49 0 9758 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50468

[startup+6.30057 s]
/proc/loadavg: 4.51 6.72 7.52 3/178 5642
/proc/meminfo: memFree=32441036/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=59400 CPUtime=6.29 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 11859 0 0 0 627 2 0 0 25 0 1 0 857391532 60825600 11513 33554432000 4194304 4394578 140733480809360 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 14850 11513 267 49 0 11991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59400

[startup+12.7004 s]
/proc/loadavg: 4.12 6.57 7.46 3/178 5642
/proc/meminfo: memFree=32421944/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=67880 CPUtime=12.69 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 13581 0 0 0 1266 3 0 0 25 0 1 0 857391532 69509120 13235 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 16970 13235 267 49 0 14111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67880

[startup+25.5011 s]
/proc/loadavg: 3.80 6.41 7.40 3/178 5643
/proc/meminfo: memFree=32407564/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=80080 CPUtime=25.49 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 16153 0 0 0 2546 3 0 0 25 0 1 0 857391532 82001920 15807 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 20020 15807 267 49 0 17161 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80080

[startup+51.1006 s]
/proc/loadavg: 3.18 6.06 7.26 3/178 5643
/proc/meminfo: memFree=32384712/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=106784 CPUtime=51.09 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 21696 0 0 0 5105 4 0 0 25 0 1 0 857391532 109346816 21350 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 26696 21350 267 49 0 23837 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106784

[startup+102.306 s]
/proc/loadavg: 2.47 5.37 6.95 3/178 5645
/proc/meminfo: memFree=32360368/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=125840 CPUtime=102.29 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 25614 0 0 0 10225 4 0 0 25 0 1 0 857391532 128860160 25268 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 31460 25268 267 49 0 28601 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 125840

[startup+162.301 s]
/proc/loadavg: 2.17 4.76 6.64 3/178 5646
/proc/meminfo: memFree=32324480/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=147232 CPUtime=162.29 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 30041 0 0 0 16224 5 0 0 25 0 1 0 857391532 150765568 29695 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 36808 29695 267 49 0 33949 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 147232

[startup+222.301 s]
/proc/loadavg: 2.06 4.25 6.35 3/178 5648
/proc/meminfo: memFree=32315136/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=159524 CPUtime=222.3 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 32382 0 0 0 22224 6 0 0 25 0 1 0 857391532 163352576 32036 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 39881 32036 267 49 0 37022 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 159524

[startup+282.301 s]
/proc/loadavg: 2.02 3.84 6.07 3/178 5649
/proc/meminfo: memFree=32285680/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=170008 CPUtime=282.3 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 34685 0 0 0 28224 6 0 0 25 0 1 0 857391532 174088192 34339 33554432000 4194304 4394578 140733480809360 18446744073709551615 4313771 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 42502 34339 267 49 0 39643 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170008

[startup+342.3 s]
/proc/loadavg: 2.01 3.50 5.81 3/178 5651
/proc/meminfo: memFree=32274844/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=182740 CPUtime=342.3 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 37343 0 0 0 34223 7 0 0 25 0 1 0 857391532 187125760 36997 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298902 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 45685 36997 267 49 0 42826 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182740

[startup+402.301 s]
/proc/loadavg: 2.00 3.23 5.57 3/178 5653
/proc/meminfo: memFree=32270324/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=187988 CPUtime=402.3 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 38467 0 0 0 40223 7 0 0 25 0 1 0 857391532 192499712 38121 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 46997 38121 267 49 0 44138 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 187988

[startup+462.301 s]
/proc/loadavg: 2.00 3.00 5.34 3/178 5654
/proc/meminfo: memFree=32263204/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=196484 CPUtime=462.3 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 40232 0 0 0 46223 7 0 0 25 0 1 0 857391532 201199616 39886 33554432000 4194304 4394578 140733480809360 18446744073709551615 4313737 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 49121 39886 267 49 0 46262 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 196484

[startup+522.3 s]
/proc/loadavg: 2.00 2.82 5.13 3/178 5656
/proc/meminfo: memFree=32253964/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=204036 CPUtime=522.31 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 41911 0 0 0 52223 8 0 0 25 0 1 0 857391532 208932864 41565 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 51009 41565 267 49 0 48150 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 204036

[startup+582.3 s]
/proc/loadavg: 2.00 2.66 4.93 3/178 5658
/proc/meminfo: memFree=32240388/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=206948 CPUtime=582.3 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 42529 0 0 0 58222 8 0 0 25 0 1 0 857391532 211914752 42183 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 51737 42183 267 49 0 48878 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 206948

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/178 5762
/proc/meminfo: memFree=31916332/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=417280 CPUtime=4062.41 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 85670 0 0 0 406222 19 0 0 25 0 1 0 857391532 427294720 85324 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 104320 85324 267 49 0 101461 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 417280

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 5764
/proc/meminfo: memFree=31913544/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=419848 CPUtime=4122.4 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 86353 0 0 0 412221 19 0 0 25 0 1 0 857391532 429924352 86007 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 104962 86007 267 49 0 102103 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 419848

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 5766
/proc/meminfo: memFree=31910616/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=423944 CPUtime=4182.4 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 87078 0 0 0 418221 19 0 0 25 0 1 0 857391532 434118656 86732 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 105986 86732 267 49 0 103127 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 423944

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 5767
/proc/meminfo: memFree=31908712/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=425480 CPUtime=4242.4 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 87537 0 0 0 424221 19 0 0 25 0 1 0 857391532 435691520 87191 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 106370 87191 267 49 0 103511 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 425480

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 5769
/proc/meminfo: memFree=31902084/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=425480 CPUtime=4302.4 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 87543 0 0 0 430221 19 0 0 25 0 1 0 857391532 435691520 87197 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 106370 87197 267 49 0 103511 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 425480

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 5770
/proc/meminfo: memFree=31899784/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=425992 CPUtime=4362.41 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 87634 0 0 0 436222 19 0 0 25 0 1 0 857391532 436215808 87288 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 106498 87288 267 49 0 103639 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 425992

[startup+4422.3 s]
/proc/loadavg: 2.12 2.03 2.02 3/178 5772
/proc/meminfo: memFree=31898864/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=427016 CPUtime=4422.41 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 87857 0 0 0 442222 19 0 0 25 0 1 0 857391532 437264384 87511 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 106754 87511 267 49 0 103895 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 427016

[startup+4482.3 s]
/proc/loadavg: 2.04 2.02 2.01 3/178 5773
/proc/meminfo: memFree=31889368/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=434184 CPUtime=4482.42 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89061 0 0 0 448222 20 0 0 25 0 1 0 857391532 444604416 88715 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 108546 88715 267 49 0 105687 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 434184

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5775
/proc/meminfo: memFree=31888572/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=435208 CPUtime=4542.42 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89255 0 0 0 454222 20 0 0 25 0 1 0 857391532 445652992 88909 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 108802 88909 267 49 0 105943 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 435208

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 5777
/proc/meminfo: memFree=31888272/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=435208 CPUtime=4602.43 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89256 0 0 0 460223 20 0 0 25 0 1 0 857391532 445652992 88910 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 108802 88910 267 49 0 105943 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 435208

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 5778
/proc/meminfo: memFree=31884248/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=435208 CPUtime=4662.42 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89261 0 0 0 466222 20 0 0 25 0 1 0 857391532 445652992 88915 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 108802 88915 267 49 0 105943 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 435208

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5780
/proc/meminfo: memFree=31874144/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=435208 CPUtime=4722.43 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89296 0 0 0 472223 20 0 0 25 0 1 0 857391532 445652992 88950 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 108802 88950 267 49 0 105943 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 435208

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5781
/proc/meminfo: memFree=31874080/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=435208 CPUtime=4782.42 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89297 0 0 0 478222 20 0 0 25 0 1 0 857391532 445652992 88951 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 108802 88951 267 49 0 105943 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 435208

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5783
/proc/meminfo: memFree=31870540/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=437776 CPUtime=4842.42 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89864 0 0 0 484222 20 0 0 25 0 1 0 857391532 448282624 89518 33554432000 4194304 4394578 140733480809360 18446744073709551615 4299772 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 109444 89518 267 49 0 106585 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 437776

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5785
/proc/meminfo: memFree=31865272/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=437776 CPUtime=4902.42 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89864 0 0 0 490222 20 0 0 25 0 1 0 857391532 448282624 89518 33554432000 4194304 4394578 140733480809360 18446744073709551615 4300054 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 109444 89518 267 49 0 106585 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 437776

[startup+4962.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 5789
/proc/meminfo: memFree=31864684/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=438288 CPUtime=4962.42 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 89994 0 0 0 496222 20 0 0 25 0 1 0 857391532 448806912 89648 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 109572 89648 267 49 0 106713 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 438288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.09 2.03 2.01 2/177 5791
/proc/meminfo: memFree=32148248/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=438288 CPUtime=5000.03 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 90015 0 0 0 499983 20 0 0 25 0 1 0 857391532 448806912 89669 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 109572 89669 267 49 0 106713 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 438288

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

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

[startup+4999.9 s]
/proc/loadavg: 2.09 2.03 2.01 2/177 5791
/proc/meminfo: memFree=32148248/32951124 swapFree=67056964/67111528
[pid=5641] ppid=5639 vsize=438288 CPUtime=5000.03 cores=1,3,5,7
/proc/5641/stat : 5641 (SApperloT2010) R 5639 5641 4755 0 -1 4202496 90015 0 0 0 499983 20 0 0 25 0 1 0 857391532 448806912 89669 33554432000 4194304 4394578 140733480809360 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5641/statm: 109572 89669 267 49 0 106713 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 438288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4999.84
CPU system time (s): 0.223965
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 438288

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

runsolver used 7.39188 second user time and 16.3655 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 22:02:37
IDJOB=3439253
IDBENCH=83907
IDSOLVER=1933
FILE ID=node145/3439253-1307649757
RUNJOBID= node145-1307649757-5614
PBS_JOBID= 13549405
Free space on /tmp= 74200 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439253-1307649757/watcher-3439253-1307649757 -o /tmp/evaluation-result-3439253-1307649757/solver-3439253-1307649757 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439253-1307649757.cnf

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=464891286

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32506780 kB
Buffers:         54144 kB
Cached:         226016 kB
SwapCached:       7944 kB
Active:          99352 kB
Inactive:       205792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32506780 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:       21984 kB
Mapped:          13232 kB
Slab:            74140 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   210100 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= 74200 MiB
End job on node145 at 2011-06-09 23:25:59