Trace number 3438558

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3438558-1306892867/watcher-3438558-1306892867 -o /tmp/evaluation-result-3438558-1306892867/solver-3438558-1306892867 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438558-1306892867.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 2/446 26415
/proc/meminfo: memFree=5466308/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=408 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) S 26413 26415 25939 0 -1 4194304 74 0 0 0 0 0 0 0 25 0 1 0 800885450 417792 29 33554432000 4194304 4394578 140737401014208 18446744073709551615 235589942919 0 2147483391 4096 0 18446744071699215550 0 0 17 2 0 0 0
/proc/26415/statm: 102 29 22 49 0 22 0

[startup+0.0216819 s]
/proc/loadavg: 1.92 2.00 1.99 2/446 26415
/proc/meminfo: memFree=5466308/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=16356 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 1078 0 0 0 0 0 0 0 25 0 1 0 800885450 16748544 1018 33554432000 4194304 4394578 140737401014208 18446744073709551615 235594866432 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 4089 1019 247 49 0 1230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16356

[startup+0.100674 s]
/proc/loadavg: 1.92 2.00 1.99 2/446 26415
/proc/meminfo: memFree=5466308/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=28596 CPUtime=0.07 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 4007 0 0 0 7 0 0 0 25 0 1 0 800885450 29282304 3947 33554432000 4194304 4394578 140737401014208 18446744073709551615 235594564194 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 7149 3971 253 49 0 4290 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28596

[startup+0.300635 s]
/proc/loadavg: 1.92 2.00 1.99 2/446 26415
/proc/meminfo: memFree=5466308/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=32100 CPUtime=0.28 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 5024 0 0 0 26 2 0 0 25 0 1 0 800885450 32870400 4963 33554432000 4194304 4394578 140737401014208 18446744073709551615 235594891159 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 8025 4963 255 49 0 5166 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32100

[startup+0.700564 s]
/proc/loadavg: 1.92 2.00 1.99 2/446 26415
/proc/meminfo: memFree=5466308/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=44048 CPUtime=0.67 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 8867 0 0 0 64 3 0 0 25 0 1 0 800885450 45105152 7964 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298405 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 11012 7965 267 49 0 8153 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 44048

[startup+1.50048 s]
/proc/loadavg: 1.92 2.00 1.99 3/447 26416
/proc/meminfo: memFree=5430956/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=53176 CPUtime=1.48 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 11140 0 0 0 144 4 0 0 25 0 1 0 800885450 54452224 10237 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 13294 10237 267 49 0 10435 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 53176

[startup+3.10025 s]
/proc/loadavg: 1.92 2.00 1.99 3/447 26416
/proc/meminfo: memFree=5420044/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=66456 CPUtime=3.07 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 14445 0 0 0 303 4 0 0 25 0 1 0 800885450 68050944 13542 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 16614 13542 267 49 0 13755 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 66456

[startup+6.3007 s]
/proc/loadavg: 1.93 2.00 1.99 3/447 26416
/proc/meminfo: memFree=5397112/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=86152 CPUtime=6.28 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 19276 0 0 0 623 5 0 0 25 0 1 0 800885450 88219648 18373 33554432000 4194304 4394578 140737401014208 18446744073709551615 4314841 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 21538 18373 267 49 0 18679 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86152

[startup+12.7006 s]
/proc/loadavg: 1.93 2.00 1.99 3/447 26416
/proc/meminfo: memFree=5362960/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=116996 CPUtime=12.68 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 26779 0 0 0 1262 6 0 0 25 0 1 0 800885450 119803904 25876 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 29249 25876 267 49 0 26390 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 116996

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.99 3/447 26418
/proc/meminfo: memFree=5345588/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=132024 CPUtime=25.48 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 30533 0 0 0 2541 7 0 0 25 0 1 0 800885450 135192576 29630 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298265 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 33006 29630 267 49 0 30147 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 132024

[startup+51.1008 s]
/proc/loadavg: 1.96 2.00 1.99 3/447 26418
/proc/meminfo: memFree=5335392/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=140264 CPUtime=51.07 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 32342 0 0 0 5100 7 0 0 25 0 1 0 800885450 143630336 31439 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 35066 31439 267 49 0 32207 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 140264

[startup+102.318 s]
/proc/loadavg: 1.98 2.00 1.99 3/447 26421
/proc/meminfo: memFree=5304984/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=167908 CPUtime=102.3 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 38759 0 0 0 10221 9 0 0 25 0 1 0 800885450 171937792 37856 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 41977 37856 267 49 0 39118 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167908

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/447 26422
/proc/meminfo: memFree=5280628/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=192480 CPUtime=162.28 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 44206 0 0 0 16218 10 0 0 25 0 1 0 800885450 197099520 43303 33554432000 4194304 4394578 140737401014208 18446744073709551615 4346589 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 48120 43303 267 49 0 45261 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 192480

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/447 26425
/proc/meminfo: memFree=5266816/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=206216 CPUtime=222.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 47411 0 0 0 22218 11 0 0 25 0 1 0 800885450 211165184 46508 33554432000 4194304 4394578 140737401014208 18446744073709551615 4335344 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 51554 46508 267 49 0 48695 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 206216

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/447 26426
/proc/meminfo: memFree=5254116/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=218684 CPUtime=282.28 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 50138 0 0 0 28217 11 0 0 25 0 1 0 800885450 223932416 49235 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 54671 49235 267 49 0 51812 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 218684

[startup+342.3 s]
/proc/loadavg: 2.20 2.05 2.01 3/447 26429
/proc/meminfo: memFree=5243896/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=229952 CPUtime=342.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 52337 0 0 0 34217 12 0 0 25 0 1 0 800885450 235470848 51434 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 57488 51434 267 49 0 54629 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 229952

[startup+402.301 s]
/proc/loadavg: 2.20 2.07 2.01 3/447 26431
/proc/meminfo: memFree=5236532/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=238196 CPUtime=402.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 54266 0 0 0 40217 12 0 0 25 0 1 0 800885450 243912704 53363 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 59549 53363 267 49 0 56690 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 238196

[startup+462.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/447 26432
/proc/meminfo: memFree=5229408/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=245256 CPUtime=462.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 55810 0 0 0 46216 13 0 0 25 0 1 0 800885450 251142144 54907 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 61314 54907 267 49 0 58455 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 245256

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/447 26434
/proc/meminfo: memFree=5202696/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=274048 CPUtime=522.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 62427 0 0 0 52215 14 0 0 25 0 1 0 800885450 280625152 61524 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 68512 61524 267 49 0 65653 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 274048

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 26435
/proc/meminfo: memFree=5198560/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=276372 CPUtime=582.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 63054 0 0 0 58215 14 0 0 25 0 1 0 800885450 283004928 62151 33554432000 4194304 4394578 140737401014208 18446744073709551615 4295813 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 69093 62151 267 49 0 66234 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 276372

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/447 27073
/proc/meminfo: memFree=3808040/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4002.36 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120436 0 0 0 400207 29 0 0 25 0 1 0 800885450 557723648 119533 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 136163 119533 267 49 0 133304 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 544652

[startup+4062.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 27074
/proc/meminfo: memFree=3805644/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4062.39 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120441 0 0 0 406209 30 0 0 25 0 1 0 800885450 557723648 119538 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 136163 119538 267 49 0 133304 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 544652

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 27076
/proc/meminfo: memFree=3729836/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4122.37 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120455 0 0 0 412207 30 0 0 25 0 1 0 800885450 557723648 119552 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 136163 119552 267 49 0 133304 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 544652

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 27077
/proc/meminfo: memFree=3708328/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4182.37 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120461 0 0 0 418207 30 0 0 25 0 1 0 800885450 557723648 119558 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 136163 119558 267 49 0 133304 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 544652

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 27079
/proc/meminfo: memFree=3692644/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4242.37 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120473 0 0 0 424207 30 0 0 25 0 1 0 800885450 557723648 119570 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 136163 119570 267 49 0 133304 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 544652

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 27081
/proc/meminfo: memFree=3683536/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4302.37 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120499 0 0 0 430207 30 0 0 25 0 1 0 800885450 557723648 119596 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 136163 119596 267 49 0 133304 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 544652

[startup+4362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/447 27082
/proc/meminfo: memFree=3676176/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4362.37 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120528 0 0 0 436207 30 0 0 25 0 1 0 800885450 557723648 119625 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/26415/statm: 136163 119625 267 49 0 133304 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 544652

[startup+4422.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/447 27093
/proc/meminfo: memFree=3658052/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4422.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120559 0 0 0 442199 30 0 0 25 0 1 0 800885450 557723648 119656 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 136163 119656 267 49 0 133304 0
Current children cumulated CPU time (s) 4422.29
Current children cumulated vsize (KiB) 544652

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/447 27094
/proc/meminfo: memFree=3654288/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=544652 CPUtime=4482.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120592 0 0 0 448199 30 0 0 25 0 1 0 800885450 557723648 119689 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 136163 119689 267 49 0 133304 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 544652

[startup+4542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 27096
/proc/meminfo: memFree=3650896/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=545036 CPUtime=4542.29 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120704 0 0 0 454199 30 0 0 25 0 1 0 800885450 558116864 119801 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 136259 119801 267 49 0 133400 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 545036

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 27101
/proc/meminfo: memFree=3633236/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=546444 CPUtime=4602.3 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 120950 0 0 0 460200 30 0 0 25 0 1 0 800885450 559558656 120047 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 136611 120047 267 49 0 133752 0
Current children cumulated CPU time (s) 4602.3
Current children cumulated vsize (KiB) 546444

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 27102
/proc/meminfo: memFree=3561692/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=552332 CPUtime=4662.3 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 122368 0 0 0 466199 31 0 0 25 0 1 0 800885450 565587968 121465 33554432000 4194304 4394578 140737401014208 18446744073709551615 4299469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 138083 121465 267 49 0 135224 0
Current children cumulated CPU time (s) 4662.3
Current children cumulated vsize (KiB) 552332

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 27104
/proc/meminfo: memFree=3536980/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=570272 CPUtime=4722.31 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 126267 0 0 0 472199 32 0 0 25 0 1 0 800885450 583958528 125364 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 142568 125364 267 49 0 139709 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 570272

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 27105
/proc/meminfo: memFree=3517596/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=570784 CPUtime=4782.3 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 126384 0 0 0 478198 32 0 0 25 0 1 0 800885450 584482816 125481 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 142696 125481 267 49 0 139837 0
Current children cumulated CPU time (s) 4782.3
Current children cumulated vsize (KiB) 570784

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 27107
/proc/meminfo: memFree=3479604/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=570784 CPUtime=4842.3 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 126391 0 0 0 484197 33 0 0 25 0 1 0 800885450 584482816 125488 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 142696 125488 267 49 0 139837 0
Current children cumulated CPU time (s) 4842.3
Current children cumulated vsize (KiB) 570784

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 27109
/proc/meminfo: memFree=3432432/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=570784 CPUtime=4902.3 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 126416 0 0 0 490197 33 0 0 25 0 1 0 800885450 584482816 125513 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 142696 125513 267 49 0 139837 0
Current children cumulated CPU time (s) 4902.3
Current children cumulated vsize (KiB) 570784

[startup+4962.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/447 27110
/proc/meminfo: memFree=3388240/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=570784 CPUtime=4962.3 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 126427 0 0 0 496197 33 0 0 25 0 1 0 800885450 584482816 125524 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 142696 125524 267 49 0 139837 0
Current children cumulated CPU time (s) 4962.3
Current children cumulated vsize (KiB) 570784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.04 2.02 2.00 3/447 27111
/proc/meminfo: memFree=3385228/32950928 swapFree=34365936/67111528
[pid=26415] ppid=26413 vsize=570784 CPUtime=5000.01 cores=0,2,4,6
/proc/26415/stat : 26415 (SApperloT2010) R 26413 26415 25939 0 -1 4202496 126430 0 0 0 499968 33 0 0 25 0 1 0 800885450 584482816 125527 33554432000 4194304 4394578 140737401014208 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26415/statm: 142696 125527 267 49 0 139837 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 570784

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): 5000.04
CPU time (s): 5000.05
CPU user time (s): 4999.69
CPU system time (s): 0.356945
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 570784

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

runsolver used 22.8095 second user time and 50.4213 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-01 03:47:47
IDJOB=3438558
IDBENCH=71571
IDSOLVER=1933
FILE ID=node120/3438558-1306892867
RUNJOBID= node120-1306884537-25957
PBS_JOBID= 13488456
Free space on /tmp= 9788 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2100c215164gyes4.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438558-1306892867/watcher-3438558-1306892867 -o /tmp/evaluation-result-3438558-1306892867/solver-3438558-1306892867 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438558-1306892867.cnf

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

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=686272593

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5466472 kB
Buffers:         90032 kB
Cached:       26250484 kB
SwapCached:      12468 kB
Active:       11720148 kB
Inactive:     14810784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5466472 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            2732 kB
Writeback:           0 kB
AnonPages:      187944 kB
Mapped:           9332 kB
Slab:           793588 kB
PageTables:      91324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105588156 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= 9868 MiB
End job on node120 at 2011-06-01 05:11:09