Trace number 3263147

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
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 555162

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263147-1303546304/watcher-3263147-1303546304 -o /tmp/evaluation-result-3263147-1303546304/solver-3263147-1303546304 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3263147-1303546304.cnf 

running on 2 cores: 4,6

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.78 3.34 3.72 3/184 23156
/proc/meminfo: memFree=14806208/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=13172 CPUtime=0 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 598 0 0 0 0 0 0 0 21 0 1 0 447045703 13488128 537 33554432000 4194304 4395502 140734539144064 18446744073709551615 254261616384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 3293 539 249 50 0 433 0

[startup+0.043335 s]
/proc/loadavg: 1.78 3.34 3.72 3/184 23156
/proc/meminfo: memFree=14806208/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=18196 CPUtime=0.04 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 1786 0 0 0 4 0 0 0 21 0 1 0 447045703 18632704 1725 33554432000 4194304 4395502 140734539144064 18446744073709551615 254261616384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 4549 1725 249 50 0 1689 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18196

[startup+0.100348 s]
/proc/loadavg: 1.78 3.34 3.72 3/184 23156
/proc/meminfo: memFree=14806208/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=23484 CPUtime=0.09 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 3022 0 0 0 9 0 0 0 21 0 1 0 447045703 24047616 2960 33554432000 4194304 4395502 140734539144064 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 5871 2960 255 50 0 3011 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23484

[startup+0.300312 s]
/proc/loadavg: 1.78 3.34 3.72 3/184 23156
/proc/meminfo: memFree=14806208/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=23484 CPUtime=0.29 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 3022 0 0 0 29 0 0 0 22 0 1 0 447045703 24047616 2960 33554432000 4194304 4395502 140734539144064 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 5871 2960 255 50 0 3011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23484

[startup+0.700248 s]
/proc/loadavg: 1.78 3.34 3.72 3/184 23156
/proc/meminfo: memFree=14806208/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=23484 CPUtime=0.69 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 3022 0 0 0 69 0 0 0 24 0 1 0 447045703 24047616 2960 33554432000 4194304 4395502 140734539144064 18446744073709551615 254261274866 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 5871 2960 255 50 0 3011 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23484

[startup+1.5011 s]
/proc/loadavg: 1.78 3.34 3.72 5/190 23167
/proc/meminfo: memFree=14751984/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=23484 CPUtime=1.49 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 3022 0 0 0 149 0 0 0 25 0 1 0 447045703 24047616 2960 33554432000 4194304 4395502 140734539144064 18446744073709551615 254261641111 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 5871 2960 255 50 0 3011 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23484

[startup+3.10083 s]
/proc/loadavg: 1.78 3.34 3.72 5/190 23167
/proc/meminfo: memFree=14737848/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=23484 CPUtime=3.09 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 3022 0 0 0 309 0 0 0 25 0 1 0 447045703 24047616 2960 33554432000 4194304 4395502 140734539144064 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 5871 2960 255 50 0 3011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23484

[startup+6.30025 s]
/proc/loadavg: 1.96 3.35 3.72 5/190 23167
/proc/meminfo: memFree=14721700/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=23484 CPUtime=6.29 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 3022 0 0 0 629 0 0 0 25 0 1 0 447045703 24047616 2960 33554432000 4194304 4395502 140734539144064 18446744073709551615 4253243 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 5871 2960 255 50 0 3011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23484

[startup+12.7011 s]
/proc/loadavg: 2.12 3.36 3.72 5/190 23167
/proc/meminfo: memFree=14701376/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=23484 CPUtime=12.69 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 3022 0 0 0 1269 0 0 0 25 0 1 0 447045703 24047616 2960 33554432000 4194304 4395502 140734539144064 18446744073709551615 4253243 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 5871 2960 255 50 0 3011 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23484

[startup+25.5009 s]
/proc/loadavg: 2.54 3.39 3.72 5/190 23168
/proc/meminfo: memFree=14650176/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=44808 CPUtime=25.49 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 8111 0 0 0 2547 2 0 0 25 0 1 0 447045703 45883392 7833 33554432000 4194304 4395502 140734539144064 18446744073709551615 4347453 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 11202 7833 266 50 0 8342 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44808

[startup+51.1003 s]
/proc/loadavg: 3.04 3.44 3.73 5/190 23168
/proc/meminfo: memFree=14592296/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=56116 CPUtime=51.09 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 10591 0 0 0 5106 3 0 0 25 0 1 0 447045703 57462784 10313 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 14029 10313 266 50 0 11169 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56116

[startup+102.307 s]
/proc/loadavg: 3.58 3.52 3.74 5/190 23170
/proc/meminfo: memFree=14543168/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=72460 CPUtime=102.3 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 14486 0 0 0 10226 4 0 0 25 0 1 0 447045703 74199040 14208 33554432000 4194304 4395502 140734539144064 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 18115 14208 266 50 0 15255 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72460

[startup+162.301 s]
/proc/loadavg: 3.84 3.61 3.75 5/190 23171
/proc/meminfo: memFree=14504824/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=89020 CPUtime=162.3 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 18315 0 0 0 16224 6 0 0 25 0 1 0 447045703 91156480 18037 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 22255 18037 266 50 0 19395 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 89020

[startup+222.301 s]
/proc/loadavg: 4.02 3.69 3.77 5/190 23173
/proc/meminfo: memFree=14456912/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=105128 CPUtime=222.29 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 22079 0 0 0 22222 7 0 0 25 0 1 0 447045703 107651072 21801 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 26282 21801 266 50 0 23422 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105128

[startup+282.3 s]
/proc/loadavg: 4.01 3.75 3.78 5/190 23175
/proc/meminfo: memFree=14424888/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=114984 CPUtime=282.3 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 24372 0 0 0 28222 8 0 0 25 0 1 0 447045703 117743616 24094 33554432000 4194304 4395502 140734539144064 18446744073709551615 4328540 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 28746 24094 266 50 0 25886 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 114984

[startup+342.301 s]
/proc/loadavg: 4.00 3.79 3.79 5/190 23176
/proc/meminfo: memFree=14408996/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=117808 CPUtime=342.3 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 24929 0 0 0 34221 9 0 0 25 0 1 0 447045703 120635392 24651 33554432000 4194304 4395502 140734539144064 18446744073709551615 4288534 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 29452 24651 266 50 0 26592 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117808

[startup+402.3 s]
/proc/loadavg: 4.05 3.84 3.81 5/190 23178
/proc/meminfo: memFree=14382552/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=127464 CPUtime=402.3 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 27051 0 0 0 40220 10 0 0 25 0 1 0 447045703 130523136 26773 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 31866 26773 266 50 0 29006 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127464

[startup+462.301 s]
/proc/loadavg: 4.02 3.87 3.82 5/190 23179
/proc/meminfo: memFree=14352768/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=145636 CPUtime=462.3 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 31502 0 0 0 46218 12 0 0 25 0 1 0 447045703 149131264 31224 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 36409 31224 266 50 0 33549 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 145636

[startup+522.301 s]
/proc/loadavg: 4.06 3.90 3.83 5/190 23181
/proc/meminfo: memFree=14331664/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=155928 CPUtime=522.3 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 34016 0 0 0 52217 13 0 0 25 0 1 0 447045703 159670272 33738 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 38982 33738 266 50 0 36122 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 155928

[startup+582.3 s]
/proc/loadavg: 4.02 3.92 3.84 5/190 23183
/proc/meminfo: memFree=14304460/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=170088 CPUtime=582.31 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 37493 0 0 0 58216 15 0 0 25 0 1 0 447045703 174170112 37215 33554432000 4194304 4395502 140734539144064 18446744073709551615 4328512 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 42522 37215 266 50 0 39662 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 170088

[startup+642.301 s]
/proc/loadavg: 4.00 3.93 3.84 5/190 23184
/proc/meminfo: memFree=14286952/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=175248 CPUtime=642.31 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 38528 0 0 0 64216 15 0 0 25 0 1 0 447045703 179453952 38250 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 43812 38250 266 50 0 40952 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 175248

[startup+702.301 s]
/proc/loadavg: 4.00 3.94 3.85 5/190 23186
/proc/meminfo: memFree=14265964/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=182472 CPUtime=702.31 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 40340 0 0 0 70215 16 0 0 25 0 1 0 447045703 186851328 40062 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 45618 40062 266 50 0 42758 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 182472

[startup+762.307 s]
/proc/loadavg: 4.00 3.95 3.85 5/190 23187
/proc/meminfo: memFree=14244728/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=194316 CPUtime=762.32 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 43187 0 0 0 76214 18 0 0 25 0 1 0 447045703 198979584 42909 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 48579 42909 266 50 0 45719 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 194316

[startup+822.301 s]
/proc/loadavg: 4.10 3.98 3.87 5/190 23192
/proc/meminfo: memFree=14225816/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=201408 CPUtime=822.31 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 44905 0 0 0 82212 19 0 0 25 0 1 0 447045703 206241792 44627 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 50352 44627 266 50 0 47492 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 201408

[startup+882.3 s]
/proc/loadavg: 4.04 3.98 3.88 5/190 23194
/proc/meminfo: memFree=14197740/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=221420 CPUtime=882.31 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 49847 0 0 0 88211 20 0 0 25 0 1 0 447045703 226734080 49569 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 55355 49569 266 50 0 52495 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 221420

[startup+942.301 s]
/proc/loadavg: 4.08 4.00 3.89 5/190 23195
/proc/meminfo: memFree=14179080/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=236300 CPUtime=942.31 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 53507 0 0 0 94210 21 0 0 25 0 1 0 447045703 241971200 53229 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 59075 53229 266 50 0 56215 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 236300

[startup+1002.3 s]
/proc/loadavg: 4.03 4.00 3.89 5/190 23197
/proc/meminfo: memFree=14158724/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=242588 CPUtime=1002.32 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 55062 0 0 0 100210 22 0 0 25 0 1 0 447045703 248410112 54784 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299554 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 60647 54784 266 50 0 57787 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 242588

[startup+1062.3 s]
/proc/loadavg: 4.08 4.02 3.90 5/190 23198
/proc/meminfo: memFree=14138856/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=258628 CPUtime=1062.32 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 59044 0 0 0 106208 24 0 0 25 0 1 0 447045703 264835072 58766 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 64657 58766 266 50 0 61797 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 258628

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 23200
/proc/meminfo: memFree=14122564/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=273064 CPUtime=1122.32 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 62565 0 0 0 112206 26 0 0 25 0 1 0 447045703 279617536 62287 33554432000 4194304 4395502 140734539144064 18446744073709551615 4328554 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 68266 62287 266 50 0 65406 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 273064

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 23202
/proc/meminfo: memFree=14108032/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=284172 CPUtime=1182.32 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 65232 0 0 0 118205 27 0 0 25 0 1 0 447045703 290992128 64954 33554432000 4194304 4395502 140734539144064 18446744073709551615 4347261 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 71043 64954 266 50 0 68183 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 284172

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 23203
/proc/meminfo: memFree=14087664/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=298172 CPUtime=1242.32 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 68709 0 0 0 124204 28 0 0 25 0 1 0 447045703 305328128 68431 33554432000 4194304 4395502 140734539144064 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 74543 68431 266 50 0 71683 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 298172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 3/188 23207
/proc/meminfo: memFree=14388336/32951124 swapFree=67111528/67111528
[pid=23156] ppid=23154 vsize=301988 CPUtime=1300.03 cores=4,6
/proc/23156/stat : 23156 (SApperloT2010) R 23154 23156 22113 0 -1 4202496 69569 0 0 0 129974 29 0 0 25 0 1 0 447045703 309235712 69291 33554432000 4194304 4395502 140734539144064 18446744073709551615 4296468 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23156/statm: 75497 69291 266 50 0 72637 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 301988

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.75
CPU system time (s): 0.303953
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 301988

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

runsolver used 2.23066 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-23 10:11:44
IDJOB=3263147
IDBENCH=83930
IDSOLVER=1655
FILE ID=node140/3263147-1303546304
RUNJOBID= node140-1303546304-23125
PBS_JOBID= 13143098
Free space on /tmp= 72072 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263147-1303546304/watcher-3263147-1303546304 -o /tmp/evaluation-result-3263147-1303546304/solver-3263147-1303546304 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3263147-1303546304.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=898749574

node140.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.833
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.66
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.833
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.14
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.833
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.75
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.833
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.833
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.833
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.833
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.833
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:     32951124 kB
MemFree:      14806488 kB
Buffers:       2350644 kB
Cached:       15162832 kB
SwapCached:          0 kB
Active:       10137952 kB
Inactive:      7451164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14806488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4012 kB
Writeback:           0 kB
AnonPages:       74720 kB
Mapped:          14876 kB
Slab:           491876 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   241608 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= 72072 MiB
End job on node140 at 2011-04-23 10:33:26