Trace number 3379739

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) 1299.96 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4244.96
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

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: 961)

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.59 2.55 2.61 6/343 31215
/proc/meminfo: memFree=13158236/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=13216 CPUtime=0 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 605 0 0 0 0 0 0 0 22 0 1 0 736220419 13533184 545 33554432000 4194304 4394578 140734774525424 18446744073709551615 231895151301 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 3304 546 247 49 0 445 0

[startup+0.0363899 s]
/proc/loadavg: 1.59 2.55 2.61 6/343 31215
/proc/meminfo: memFree=13158236/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=16432 CPUtime=0.02 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 1388 0 0 0 2 0 0 0 22 0 1 0 736220419 16826368 1328 33554432000 4194304 4394578 140734774525424 18446744073709551615 231895490304 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 4108 1328 247 49 0 1249 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16432

[startup+0.100386 s]
/proc/loadavg: 1.59 2.55 2.61 6/343 31215
/proc/meminfo: memFree=13158236/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=24052 CPUtime=0.08 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 3131 0 0 0 8 0 0 0 22 0 1 0 736220419 24629248 3070 33554432000 4194304 4394578 140734774525424 18446744073709551615 4267096 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 6013 3070 253 49 0 3154 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24052

[startup+0.30034 s]
/proc/loadavg: 1.59 2.55 2.61 6/343 31215
/proc/meminfo: memFree=13158236/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=24052 CPUtime=0.28 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 3133 0 0 0 28 0 0 0 23 0 1 0 736220419 24629248 3072 33554432000 4194304 4394578 140734774525424 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 6013 3072 255 49 0 3154 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24052

[startup+0.700272 s]
/proc/loadavg: 1.59 2.55 2.61 6/343 31215
/proc/meminfo: memFree=13158236/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=24052 CPUtime=0.68 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 3133 0 0 0 68 0 0 0 25 0 1 0 736220419 24629248 3072 33554432000 4194304 4394578 140734774525424 18446744073709551615 4254531 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 6013 3072 255 49 0 3154 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24052

[startup+1.50112 s]
/proc/loadavg: 1.59 2.55 2.61 6/344 31217
/proc/meminfo: memFree=13122028/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=24052 CPUtime=1.48 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 3133 0 0 0 148 0 0 0 25 0 1 0 736220419 24629248 3072 33554432000 4194304 4394578 140734774525424 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 6013 3072 255 49 0 3154 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24052

[startup+3.10081 s]
/proc/loadavg: 1.59 2.55 2.61 6/344 31217
/proc/meminfo: memFree=13113600/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=24052 CPUtime=3.08 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 3133 0 0 0 308 0 0 0 25 0 1 0 736220419 24629248 3072 33554432000 4194304 4394578 140734774525424 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 6013 3072 255 49 0 3154 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24052

[startup+6.30022 s]
/proc/loadavg: 1.78 2.57 2.62 6/344 31217
/proc/meminfo: memFree=13099712/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=24052 CPUtime=6.28 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 3133 0 0 0 628 0 0 0 25 0 1 0 736220419 24629248 3072 33554432000 4194304 4394578 140734774525424 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 6013 3072 255 49 0 3154 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24052

[startup+12.701 s]
/proc/loadavg: 1.96 2.60 2.62 5/344 31217
/proc/meminfo: memFree=13072132/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=24052 CPUtime=12.69 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 3133 0 0 0 1268 1 0 0 25 0 1 0 736220419 24629248 3072 33554432000 4194304 4394578 140734774525424 18446744073709551615 4276590 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 6013 3072 255 49 0 3154 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24052

[startup+25.5006 s]
/proc/loadavg: 2.41 2.66 2.64 6/344 31217
/proc/meminfo: memFree=13026004/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=43828 CPUtime=25.49 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 7947 0 0 0 2547 2 0 0 25 0 1 0 736220419 44879872 7658 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 10957 7658 266 49 0 8098 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43828

[startup+51.1008 s]
/proc/loadavg: 2.95 2.77 2.68 6/344 31218
/proc/meminfo: memFree=12963304/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=56368 CPUtime=51.09 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 10653 0 0 0 5106 3 0 0 25 0 1 0 736220419 57720832 10364 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 14092 10365 266 49 0 11233 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56368

[startup+102.312 s]
/proc/loadavg: 3.59 2.97 2.75 5/344 31219
/proc/meminfo: memFree=12865312/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=75984 CPUtime=102.3 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 15323 0 0 0 10226 4 0 0 25 0 1 0 736220419 77807616 15034 33554432000 4194304 4394578 140734774525424 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 18996 15034 266 49 0 16137 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75984

[startup+162.301 s]
/proc/loadavg: 3.88 3.17 2.83 6/344 31221
/proc/meminfo: memFree=12767060/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=91964 CPUtime=162.29 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 18980 0 0 0 16224 5 0 0 25 0 1 0 736220419 94171136 18691 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 22991 18691 266 49 0 20132 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91964

[startup+222.301 s]
/proc/loadavg: 3.95 3.32 2.90 6/344 31222
/proc/meminfo: memFree=12675008/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=109416 CPUtime=222.29 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 23106 0 0 0 22223 6 0 0 25 0 1 0 736220419 112041984 22817 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 27354 22817 266 49 0 24495 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 109416

[startup+282.3 s]
/proc/loadavg: 3.98 3.44 2.97 6/344 31224
/proc/meminfo: memFree=12615688/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=124336 CPUtime=282.28 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 26546 0 0 0 28222 6 0 0 25 0 1 0 736220419 127320064 26257 33554432000 4194304 4394578 140734774525424 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 31084 26257 266 49 0 28225 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 124336

[startup+342.301 s]
/proc/loadavg: 3.99 3.54 3.03 6/344 31226
/proc/meminfo: memFree=12522780/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=140832 CPUtime=342.28 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 30434 0 0 0 34220 8 0 0 25 0 1 0 736220419 144211968 30145 33554432000 4194304 4394578 140734774525424 18446744073709551615 4321818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 35208 30145 266 49 0 32349 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 140832

[startup+402.301 s]
/proc/loadavg: 4.07 3.64 3.09 6/344 31227
/proc/meminfo: memFree=12448320/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=146236 CPUtime=402.29 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 31641 0 0 0 40220 9 0 0 25 0 1 0 736220419 149745664 31352 33554432000 4194304 4394578 140734774525424 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 36559 31352 266 49 0 33700 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 146236

[startup+462.3 s]
/proc/loadavg: 4.09 3.72 3.15 6/344 31229
/proc/meminfo: memFree=12361220/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=157336 CPUtime=462.28 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 34341 0 0 0 46219 9 0 0 25 0 1 0 736220419 161112064 34052 33554432000 4194304 4394578 140734774525424 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 39334 34052 266 49 0 36475 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 157336

[startup+522.301 s]
/proc/loadavg: 4.03 3.77 3.20 6/344 31230
/proc/meminfo: memFree=12286032/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=166108 CPUtime=522.28 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 36399 0 0 0 52219 9 0 0 25 0 1 0 736220419 170094592 36110 33554432000 4194304 4394578 140734774525424 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 41527 36110 266 49 0 38668 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 166108

[startup+582.301 s]
/proc/loadavg: 4.15 3.84 3.26 6/344 31232
/proc/meminfo: memFree=12259332/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=178688 CPUtime=582.29 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 39499 0 0 0 58218 11 0 0 25 0 1 0 736220419 182976512 39210 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 44672 39210 266 49 0 41813 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 178688

[startup+642.301 s]
/proc/loadavg: 3.88 3.83 3.29 5/338 31251
/proc/meminfo: memFree=12299820/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=180356 CPUtime=642.29 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 39899 0 0 0 64218 11 0 0 25 0 1 0 736220419 184684544 39610 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 45089 39610 266 49 0 42230 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 180356

[startup+702.3 s]
/proc/loadavg: 3.37 3.69 3.27 4/338 31252
/proc/meminfo: memFree=12229724/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=183912 CPUtime=702.28 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 40729 0 0 0 70216 12 0 0 25 0 1 0 736220419 188325888 40440 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 45978 40440 266 49 0 43119 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 183912

[startup+762.312 s]
/proc/loadavg: 3.13 3.56 3.26 4/338 31254
/proc/meminfo: memFree=12168796/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=187636 CPUtime=762.29 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 41455 0 0 0 76217 12 0 0 25 0 1 0 736220419 192139264 41166 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 46909 41166 266 49 0 44050 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 187636

[startup+822.301 s]
/proc/loadavg: 3.05 3.46 3.24 5/338 31255
/proc/meminfo: memFree=12090636/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=194756 CPUtime=822.23 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 43239 0 0 0 82211 12 0 0 25 0 1 0 736220419 199430144 42950 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 48689 42950 266 49 0 45830 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 194756

[startup+882.3 s]
/proc/loadavg: 3.02 3.37 3.22 4/338 31257
/proc/meminfo: memFree=12039884/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=208796 CPUtime=882.23 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 46580 0 0 0 88210 13 0 0 25 0 1 0 736220419 213807104 46291 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 52199 46291 266 49 0 49340 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 208796

[startup+942.3 s]
/proc/loadavg: 3.00 3.30 3.20 5/338 31259
/proc/meminfo: memFree=11969036/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=211608 CPUtime=942.23 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 47212 0 0 0 94209 14 0 0 25 0 1 0 736220419 216686592 46923 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 52902 46923 266 49 0 50043 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 211608

[startup+1002.3 s]
/proc/loadavg: 3.04 3.26 3.19 4/338 31269
/proc/meminfo: memFree=11880700/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=228500 CPUtime=1002.23 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 51378 0 0 0 100207 16 0 0 25 0 1 0 736220419 233984000 51089 33554432000 4194304 4394578 140734774525424 18446744073709551615 4285603 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 57125 51089 266 49 0 54266 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 228500

[startup+1062.3 s]
/proc/loadavg: 3.01 3.21 3.18 5/338 31271
/proc/meminfo: memFree=11802408/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=240524 CPUtime=1062.23 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 54289 0 0 0 106206 17 0 0 25 0 1 0 736220419 246296576 54000 33554432000 4194304 4394578 140734774525424 18446744073709551615 4346621 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 60131 54000 266 49 0 57272 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 240524

[startup+1122.3 s]
/proc/loadavg: 3.00 3.17 3.16 5/338 31272
/proc/meminfo: memFree=11724376/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=248964 CPUtime=1122.23 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 56307 0 0 0 112205 18 0 0 25 0 1 0 736220419 254939136 56018 33554432000 4194304 4394578 140734774525424 18446744073709551615 4327600 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 62241 56018 266 49 0 59382 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 248964

[startup+1182.3 s]
/proc/loadavg: 3.11 3.17 3.16 4/338 31274
/proc/meminfo: memFree=11699660/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=265068 CPUtime=1182.23 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 60246 0 0 0 118204 19 0 0 25 0 1 0 736220419 271429632 59957 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 66267 59957 266 49 0 63408 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 265068

[startup+1242.3 s]
/proc/loadavg: 3.04 3.13 3.15 5/338 31276
/proc/meminfo: memFree=11684624/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=276572 CPUtime=1242.22 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 63114 0 0 0 124202 20 0 0 25 0 1 0 736220419 283209728 62825 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 69143 62825 266 49 0 66284 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 276572



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.11 3.14 3/336 31279
/proc/meminfo: memFree=12902760/32950928 swapFree=67085488/67111528
[pid=31215] ppid=31213 vsize=287516 CPUtime=1299.93 cores=0,2
/proc/31215/stat : 31215 (SApperloT2010) R 31213 31215 29010 0 -1 4202496 65821 0 0 0 129972 21 0 0 25 0 1 0 736220419 294416384 65532 33554432000 4194304 4394578 140734774525424 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/31215/statm: 71879 65532 266 49 0 69020 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 287516

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1299.96
CPU user time (s): 1299.73
CPU system time (s): 0.230964
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 287516

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

runsolver used 4.37833 second user time and 9.10862 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 13:44:57
IDJOB=3379739
IDBENCH=84004
IDSOLVER=1862
FILE ID=node114/3379739-1305459897
RUNJOBID= node114-1305459897-31173
PBS_JOBID= 13324876
Free space on /tmp= 72996 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379739-1305459897/watcher-3379739-1305459897 -o /tmp/evaluation-result-3379739-1305459897/solver-3379739-1305459897 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379739-1305459897.cnf

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=686509739

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.74
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.848
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:      13158640 kB
Buffers:        301496 kB
Cached:        6782784 kB
SwapCached:         96 kB
Active:       14115116 kB
Inactive:      5263780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13158640 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            3560 kB
Writeback:           0 kB
AnonPages:    12294028 kB
Mapped:          28484 kB
Slab:           307312 kB
PageTables:      41408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 54443888 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= 72996 MiB
End job on node114 at 2011-05-15 14:06:39