Trace number 3438573

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.09 5000.13

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3438573-1306926089/watcher-3438573-1306926089 -o /tmp/evaluation-result-3438573-1306926089/solver-3438573-1306926089 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438573-1306926089.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: 8.01 8.05 8.00 2/395 12213
/proc/meminfo: memFree=30442056/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=13528 CPUtime=0 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 683 0 0 0 0 0 0 0 25 0 1 0 804208627 13852672 622 33554432000 4194304 4394578 140734504566256 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 3382 623 247 49 0 523 0

[startup+0.0979351 s]
/proc/loadavg: 8.01 8.05 8.00 2/395 12213
/proc/meminfo: memFree=30442056/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=20208 CPUtime=0.08 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 2600 0 0 0 8 0 0 0 25 0 1 0 804208627 20692992 2298 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 5052 2298 266 49 0 2193 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20208

[startup+0.10093 s]
/proc/loadavg: 8.01 8.05 8.00 2/395 12213
/proc/meminfo: memFree=30442056/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=20208 CPUtime=0.08 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 2617 0 0 0 8 0 0 0 25 0 1 0 804208627 20692992 2315 33554432000 4194304 4394578 140734504566256 18446744073709551615 4295967 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 5052 2315 266 49 0 2193 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20208

[startup+0.300898 s]
/proc/loadavg: 8.01 8.05 8.00 2/395 12213
/proc/meminfo: memFree=30442056/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=23644 CPUtime=0.29 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 3446 0 0 0 28 1 0 0 25 0 1 0 804208627 24211456 3144 33554432000 4194304 4394578 140734504566256 18446744073709551615 4292134 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 5911 3144 266 49 0 3052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23644

[startup+0.700896 s]
/proc/loadavg: 8.01 8.05 8.00 2/395 12213
/proc/meminfo: memFree=30442056/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=27592 CPUtime=0.69 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 4445 0 0 0 68 1 0 0 25 0 1 0 804208627 28254208 4143 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 6898 4143 266 49 0 4039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27592

[startup+1.50075 s]
/proc/loadavg: 7.53 7.95 7.97 3/401 12222
/proc/meminfo: memFree=30395036/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=32980 CPUtime=1.49 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 5768 0 0 0 148 1 0 0 25 0 1 0 804208627 33771520 5466 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 8245 5466 266 49 0 5386 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32980

[startup+3.10051 s]
/proc/loadavg: 7.53 7.95 7.97 3/401 12222
/proc/meminfo: memFree=30377400/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=36732 CPUtime=3.09 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 6704 0 0 0 308 1 0 0 25 0 1 0 804208627 37613568 6402 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 9183 6402 266 49 0 6324 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36732

[startup+6.30083 s]
/proc/loadavg: 7.53 7.95 7.97 3/401 12222
/proc/meminfo: memFree=30357932/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=40184 CPUtime=6.29 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 7472 0 0 0 628 1 0 0 25 0 1 0 804208627 41148416 7170 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 10046 7170 266 49 0 7187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40184

[startup+12.7007 s]
/proc/loadavg: 6.68 7.75 7.90 3/401 12222
/proc/meminfo: memFree=30340120/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=46492 CPUtime=12.69 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 8918 0 0 0 1268 1 0 0 25 0 1 0 804208627 47607808 8616 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 11623 8616 266 49 0 8764 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46492

[startup+25.5005 s]
/proc/loadavg: 5.96 7.56 7.84 3/401 12222
/proc/meminfo: memFree=30328704/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=53404 CPUtime=25.49 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 10382 0 0 0 2547 2 0 0 25 0 1 0 804208627 54685696 10080 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 13351 10080 266 49 0 10492 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53404

[startup+51.101 s]
/proc/loadavg: 4.40 7.03 7.65 3/401 12223
/proc/meminfo: memFree=30305788/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=63392 CPUtime=51.09 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 12577 0 0 0 5107 2 0 0 25 0 1 0 804208627 64913408 12275 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 15848 12275 266 49 0 12989 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63392

[startup+102.315 s]
/proc/loadavg: 3.04 6.25 7.35 3/401 12224
/proc/meminfo: memFree=30272036/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=79044 CPUtime=102.31 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 15927 0 0 0 10228 3 0 0 25 0 1 0 804208627 80941056 15625 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 19761 15625 266 49 0 16902 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 79044

[startup+162.3 s]
/proc/loadavg: 2.38 5.48 7.02 4/402 12229
/proc/meminfo: memFree=30223000/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=92000 CPUtime=162.29 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 18678 0 0 0 16226 3 0 0 25 0 1 0 804208627 94208000 18376 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 23000 18376 266 49 0 20141 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92000

[startup+222.301 s]
/proc/loadavg: 2.25 4.88 6.71 3/401 12230
/proc/meminfo: memFree=30227332/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=102436 CPUtime=222.28 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 20833 0 0 0 22225 3 0 0 25 0 1 0 804208627 104894464 20531 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 25609 20531 266 49 0 22750 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 102436

[startup+282.301 s]
/proc/loadavg: 2.09 4.36 6.42 3/401 12232
/proc/meminfo: memFree=30207212/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=107320 CPUtime=282.28 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 21860 0 0 0 28224 4 0 0 25 0 1 0 804208627 109895680 21558 33554432000 4194304 4394578 140734504566256 18446744073709551615 4308925 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 26830 21558 266 49 0 23971 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 107320

[startup+342.3 s]
/proc/loadavg: 2.03 3.93 6.14 3/401 12234
/proc/meminfo: memFree=30198876/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=112872 CPUtime=342.28 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 22978 0 0 0 34224 4 0 0 25 0 1 0 804208627 115580928 22676 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 28218 22676 266 49 0 25359 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 112872

[startup+402.301 s]
/proc/loadavg: 2.01 3.57 5.87 3/401 12235
/proc/meminfo: memFree=30187312/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=118012 CPUtime=402.28 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 24027 0 0 0 40223 5 0 0 25 0 1 0 804208627 120844288 23725 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 29503 23725 266 49 0 26644 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 118012

[startup+462.301 s]
/proc/loadavg: 2.00 3.28 5.63 3/401 12237
/proc/meminfo: memFree=30167440/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=132440 CPUtime=462.29 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 27003 0 0 0 46223 6 0 0 25 0 1 0 804208627 135618560 26701 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 33110 26701 266 49 0 30251 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 132440

[startup+522.3 s]
/proc/loadavg: 2.00 3.05 5.40 3/401 12238
/proc/meminfo: memFree=30158472/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=138716 CPUtime=522.29 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 28220 0 0 0 52223 6 0 0 25 0 1 0 804208627 142045184 27918 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 34679 27918 266 49 0 31820 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 138716

[startup+582.301 s]
/proc/loadavg: 2.00 2.85 5.18 3/401 12240
/proc/meminfo: memFree=30151620/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=139484 CPUtime=582.28 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 28379 0 0 0 58222 6 0 0 25 0 1 0 804208627 142831616 28077 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 34871 28077 266 49 0 32012 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 139484

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.07 3/401 12345
/proc/meminfo: memFree=29878792/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=253140 CPUtime=4062.29 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 51672 0 0 0 406213 16 0 0 25 0 1 0 804208627 259215360 51370 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 63285 51370 266 49 0 60426 0
Current children cumulated CPU time (s) 4062.29
Current children cumulated vsize (KiB) 253140

[startup+4122.3 s]
/proc/loadavg: 2.15 2.05 2.08 3/401 12346
/proc/meminfo: memFree=29878392/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=253140 CPUtime=4122.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 51672 0 0 0 412211 16 0 0 25 0 1 0 804208627 259215360 51370 33554432000 4194304 4394578 140734504566256 18446744073709551615 4338212 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 63285 51370 266 49 0 60426 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 253140

[startup+4182.3 s]
/proc/loadavg: 2.15 2.07 2.09 3/401 12348
/proc/meminfo: memFree=29878624/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=253396 CPUtime=4182.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 51727 0 0 0 418211 16 0 0 25 0 1 0 804208627 259477504 51425 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 63349 51425 266 49 0 60490 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 253396

[startup+4242.3 s]
/proc/loadavg: 2.05 2.05 2.08 3/401 12350
/proc/meminfo: memFree=29871648/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=255704 CPUtime=4242.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 52257 0 0 0 424211 16 0 0 25 0 1 0 804208627 261840896 51955 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 63926 51955 266 49 0 61067 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 255704

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.08 3/401 12351
/proc/meminfo: memFree=29862700/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=255960 CPUtime=4302.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 52316 0 0 0 430211 16 0 0 25 0 1 0 804208627 262103040 52014 33554432000 4194304 4394578 140734504566256 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 63990 52014 266 49 0 61131 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 255960

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/401 12353
/proc/meminfo: memFree=29856840/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=258112 CPUtime=4362.26 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 52816 0 0 0 436210 16 0 0 25 0 1 0 804208627 264306688 52514 33554432000 4194304 4394578 140734504566256 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 64528 52514 266 49 0 61669 0
Current children cumulated CPU time (s) 4362.26
Current children cumulated vsize (KiB) 258112

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/401 12354
/proc/meminfo: memFree=29853212/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=258112 CPUtime=4422.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 52820 0 0 0 442210 17 0 0 25 0 1 0 804208627 264306688 52518 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 64528 52518 266 49 0 61669 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 258112

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/401 12356
/proc/meminfo: memFree=29847228/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=258624 CPUtime=4482.26 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 52896 0 0 0 448209 17 0 0 25 0 1 0 804208627 264830976 52594 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 64656 52594 266 49 0 61797 0
Current children cumulated CPU time (s) 4482.26
Current children cumulated vsize (KiB) 258624

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/401 12358
/proc/meminfo: memFree=29842860/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=261968 CPUtime=4542.26 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 53497 0 0 0 454209 17 0 0 25 0 1 0 804208627 268255232 53195 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 65492 53195 266 49 0 62633 0
Current children cumulated CPU time (s) 4542.26
Current children cumulated vsize (KiB) 261968

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/401 12359
/proc/meminfo: memFree=29837740/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=262992 CPUtime=4602.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 53740 0 0 0 460209 18 0 0 25 0 1 0 804208627 269303808 53438 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 65748 53438 266 49 0 62889 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 262992

[startup+4662.3 s]
/proc/loadavg: 2.29 2.06 2.06 3/401 12361
/proc/meminfo: memFree=29833252/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=263248 CPUtime=4662.26 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 53787 0 0 0 466208 18 0 0 25 0 1 0 804208627 269565952 53485 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 65812 53485 266 49 0 62953 0
Current children cumulated CPU time (s) 4662.26
Current children cumulated vsize (KiB) 263248

[startup+4722.31 s]
/proc/loadavg: 2.24 2.08 2.07 3/401 12362
/proc/meminfo: memFree=29830128/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=264016 CPUtime=4722.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 53961 0 0 0 472209 18 0 0 25 0 1 0 804208627 270352384 53659 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 66004 53659 266 49 0 63145 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 264016

[startup+4782.3 s]
/proc/loadavg: 2.09 2.06 2.06 3/401 12364
/proc/meminfo: memFree=29827628/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=264016 CPUtime=4782.26 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 53962 0 0 0 478208 18 0 0 25 0 1 0 804208627 270352384 53660 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 66004 53660 266 49 0 63145 0
Current children cumulated CPU time (s) 4782.26
Current children cumulated vsize (KiB) 264016

[startup+4842.3 s]
/proc/loadavg: 2.03 2.05 2.06 4/401 12366
/proc/meminfo: memFree=29826112/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=264016 CPUtime=4842.26 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 53966 0 0 0 484208 18 0 0 25 0 1 0 804208627 270352384 53664 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 66004 53664 266 49 0 63145 0
Current children cumulated CPU time (s) 4842.26
Current children cumulated vsize (KiB) 264016

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/401 12367
/proc/meminfo: memFree=29824848/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=264272 CPUtime=4902.27 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 54051 0 0 0 490208 19 0 0 25 0 1 0 804208627 270614528 53749 33554432000 4194304 4394578 140734504566256 18446744073709551615 4313558 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 66068 53749 266 49 0 63209 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 264272

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/401 12369
/proc/meminfo: memFree=29822696/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=264272 CPUtime=4962.26 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 54052 0 0 0 496207 19 0 0 25 0 1 0 804208627 270614528 53750 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 66068 53750 266 49 0 63209 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 264272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.04 2/400 12371
/proc/meminfo: memFree=30219856/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=264656 CPUtime=5000.07 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 54121 0 0 0 499988 19 0 0 25 0 1 0 804208627 271007744 53819 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 66164 53819 266 49 0 63305 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 264656

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

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

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.04 2/400 12371
/proc/meminfo: memFree=30219856/32950904 swapFree=56615552/67111528
[pid=12213] ppid=12211 vsize=264656 CPUtime=5000.07 cores=0,2,4,6
/proc/12213/stat : 12213 (SApperloT2010) R 12211 12213 12183 0 -1 4202496 54121 0 0 0 499988 19 0 0 25 0 1 0 804208627 271007744 53819 33554432000 4194304 4394578 140734504566256 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12213/statm: 66164 53819 266 49 0 63305 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 264656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.09
CPU user time (s): 4999.89
CPU system time (s): 0.202969
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 264656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.89
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54121
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= 6
involuntary context switches= 8137

runsolver used 19.3681 second user time and 44.2793 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-01 13:01:29
IDJOB=3438573
IDBENCH=71583
IDSOLVER=1933
FILE ID=node121/3438573-1306926089
RUNJOBID= node121-1306926089-12201
PBS_JOBID= 13488560
Free space on /tmp= 73844 MiB

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

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=619800746

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      30442460 kB
Buffers:        177876 kB
Cached:         224972 kB
SwapCached:       9896 kB
Active:        1992108 kB
Inactive:       255108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30442460 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:     1841748 kB
Mapped:          12484 kB
Slab:           139332 kB
PageTables:      51812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83505460 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= 73844 MiB
End job on node121 at 2011-06-01 14:24:51