Trace number 3420032

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
minisat hack reference: minisat 2.2.0? (TO) 5000.04 5000.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 3/558 26585
/proc/meminfo: memFree=23827964/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=27952 CPUtime=0 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 2509 0 0 0 0 0 0 0 21 0 1 0 848711448 28622848 2397 33554432000 4194304 4291037 140736841319200 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 6988 2397 216 24 0 3622 0

[startup+0.084275 s]
/proc/loadavg: 2.03 2.03 2.00 3/558 26585
/proc/meminfo: memFree=23827964/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=37088 CPUtime=0.07 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 6033 0 0 0 7 0 0 0 21 0 1 0 848711448 37978112 5437 33554432000 4194304 4291037 140736841319200 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 9272 5438 216 24 0 5906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 37088

[startup+0.10027 s]
/proc/loadavg: 2.03 2.03 2.00 3/558 26585
/proc/meminfo: memFree=23827964/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=39964 CPUtime=0.08 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 7095 0 0 0 8 0 0 0 21 0 1 0 848711448 40923136 6260 33554432000 4194304 4291037 140736841319200 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 9991 6261 216 24 0 6625 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39964

[startup+0.300244 s]
/proc/loadavg: 2.03 2.03 2.00 3/558 26585
/proc/meminfo: memFree=23827964/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=59576 CPUtime=0.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 11102 0 0 0 28 1 0 0 22 0 1 0 848711448 61005824 9993 33554432000 4194304 4291037 140736841319200 18446744073709551615 4210185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 14894 9994 240 24 0 11528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59576

[startup+0.700169 s]
/proc/loadavg: 2.03 2.03 2.00 3/558 26585
/proc/meminfo: memFree=23827964/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=46256 CPUtime=0.68 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 12736 0 0 0 67 1 0 0 24 0 1 0 848711448 47366144 7609 33554432000 4194304 4291037 140736841319200 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 11564 7609 258 24 0 8198 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 46256

[startup+1.50104 s]
/proc/loadavg: 2.03 2.03 2.00 3/559 26586
/proc/meminfo: memFree=23795108/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=46256 CPUtime=1.49 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 13056 0 0 0 147 2 0 0 25 0 1 0 848711448 47366144 7922 33554432000 4194304 4291037 140736841319200 18446744073709551615 4248933 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 11564 7922 259 24 0 8198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46256

[startup+3.10077 s]
/proc/loadavg: 2.03 2.03 2.00 3/559 26586
/proc/meminfo: memFree=23789528/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=53328 CPUtime=3.09 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 13724 0 0 0 307 2 0 0 25 0 1 0 848711448 54607872 8573 33554432000 4194304 4291037 140736841319200 18446744073709551615 4266411 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 13332 8573 259 24 0 9966 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53328

[startup+6.30024 s]
/proc/loadavg: 2.03 2.03 2.00 3/559 26586
/proc/meminfo: memFree=23776296/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=72004 CPUtime=6.28 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 18120 0 0 0 626 2 0 0 25 0 1 0 848711448 73732096 12945 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 18001 12945 259 24 0 14635 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 72004

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 2.00 3/559 26586
/proc/meminfo: memFree=23739368/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=83680 CPUtime=12.68 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 21321 0 0 0 1265 3 0 0 25 0 1 0 848711448 85688320 16100 33554432000 4194304 4291037 140736841319200 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 20920 16100 259 24 0 17554 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83680

[startup+25.501 s]
/proc/loadavg: 2.02 2.02 2.00 3/559 26586
/proc/meminfo: memFree=23696108/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=102648 CPUtime=25.49 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 26333 0 0 0 2544 5 0 0 25 0 1 0 848711448 105111552 21036 33554432000 4194304 4291037 140736841319200 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 25662 21036 259 24 0 22296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102648

[startup+51.1008 s]
/proc/loadavg: 2.01 2.02 2.00 3/559 26586
/proc/meminfo: memFree=23754576/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=93716 CPUtime=51.09 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 43340 0 0 0 5101 8 0 0 25 0 1 0 848711448 95965184 17959 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 23429 17959 259 24 0 20063 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93716

[startup+102.321 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26588
/proc/meminfo: memFree=23552292/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=193592 CPUtime=102.31 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 68871 0 0 0 10217 14 0 0 25 0 1 0 848711448 198238208 43290 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 48398 43290 259 24 0 45032 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 193592

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 26590
/proc/meminfo: memFree=23561304/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=201268 CPUtime=162.28 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 100534 0 0 0 16209 19 0 0 25 0 1 0 848711448 206098432 40360 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 50317 40360 259 24 0 46951 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 201268

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/559 26592
/proc/meminfo: memFree=23602912/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=205244 CPUtime=222.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 133095 0 0 0 22203 26 0 0 25 0 1 0 848711448 210169856 36646 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 51311 36646 259 24 0 47945 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 205244

[startup+282.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/559 26592
/proc/meminfo: memFree=23499576/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=286632 CPUtime=282.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 157945 0 0 0 28198 31 0 0 25 0 1 0 848711448 293511168 61313 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 71658 61313 259 24 0 68292 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 286632

[startup+342.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/559 26594
/proc/meminfo: memFree=23580756/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=212880 CPUtime=342.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 189714 0 0 0 34190 39 0 0 25 0 1 0 848711448 217989120 46535 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 53220 46535 259 24 0 49854 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 212880

[startup+402.301 s]
/proc/loadavg: 2.17 2.05 2.01 3/559 26596
/proc/meminfo: memFree=23573524/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=136008 CPUtime=402.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 215298 0 0 0 40183 46 0 0 25 0 1 0 848711448 139272192 26370 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 34002 26370 259 24 0 30636 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 136008

[startup+462.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/559 26598
/proc/meminfo: memFree=23465968/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=298304 CPUtime=462.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 242467 0 0 0 46176 53 0 0 25 0 1 0 848711448 305463296 53317 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 74576 53317 259 24 0 71210 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 298304

[startup+522.301 s]
/proc/loadavg: 2.15 2.08 2.02 3/559 26600
/proc/meminfo: memFree=23592148/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=220876 CPUtime=522.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 271067 0 0 0 52170 59 0 0 25 0 1 0 848711448 226177024 39216 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 55219 39216 259 24 0 51853 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 220876

[startup+582.301 s]
/proc/loadavg: 2.05 2.06 2.01 3/559 26602
/proc/meminfo: memFree=23374616/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=302264 CPUtime=582.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 301927 0 0 0 58165 64 0 0 25 0 1 0 848711448 309518336 69884 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 75566 69884 259 24 0 72200 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 302264

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/559 26704
/proc/meminfo: memFree=23257800/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=576352 CPUtime=4002.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1615023 0 0 0 399828 401 0 0 25 0 1 0 848711448 590184448 108436 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 144088 108436 259 24 0 140722 0
Current children cumulated CPU time (s) 4002.29
Current children cumulated vsize (KiB) 576352

[startup+4062.32 s]
/proc/loadavg: 2.10 2.06 2.01 3/559 26706
/proc/meminfo: memFree=23345056/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=281796 CPUtime=4062.31 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1637978 0 0 0 405822 409 0 0 25 0 1 0 848711448 288559104 62075 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 70449 62075 259 24 0 67083 0
Current children cumulated CPU time (s) 4062.31
Current children cumulated vsize (KiB) 281796

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/559 26708
/proc/meminfo: memFree=23150820/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=444092 CPUtime=4122.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1668756 0 0 0 411815 414 0 0 25 0 1 0 848711448 454750208 92641 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 111023 92641 259 24 0 107657 0
Current children cumulated CPU time (s) 4122.29
Current children cumulated vsize (KiB) 444092

[startup+4182.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/559 26710
/proc/meminfo: memFree=23206460/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=576352 CPUtime=4182.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1688998 0 0 0 417808 421 0 0 25 0 1 0 848711448 590184448 112739 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 144088 112739 259 24 0 140722 0
Current children cumulated CPU time (s) 4182.29
Current children cumulated vsize (KiB) 576352

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 26710
/proc/meminfo: memFree=23058856/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=576352 CPUtime=4242.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1705987 0 0 0 423804 425 0 0 25 0 1 0 848711448 590184448 129607 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 144088 129607 259 24 0 140722 0
Current children cumulated CPU time (s) 4242.29
Current children cumulated vsize (KiB) 576352

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26712
/proc/meminfo: memFree=23232056/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=362704 CPUtime=4302.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1732419 0 0 0 429797 432 0 0 25 0 1 0 848711448 371408896 72868 33554432000 4194304 4291037 140736841319200 18446744073709551615 4262928 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 90676 72868 259 24 0 87310 0
Current children cumulated CPU time (s) 4302.29
Current children cumulated vsize (KiB) 362704

[startup+4362.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/559 26714
/proc/meminfo: memFree=23297612/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=444092 CPUtime=4362.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1755260 0 0 0 435790 439 0 0 25 0 1 0 848711448 454750208 95564 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 111023 95564 259 24 0 107657 0
Current children cumulated CPU time (s) 4362.29
Current children cumulated vsize (KiB) 444092

[startup+4422.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/559 26716
/proc/meminfo: memFree=23103264/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=576352 CPUtime=4422.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1776642 0 0 0 441785 444 0 0 25 0 1 0 848711448 590184448 116799 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 144088 116799 259 24 0 140722 0
Current children cumulated CPU time (s) 4422.29
Current children cumulated vsize (KiB) 576352

[startup+4482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/559 26718
/proc/meminfo: memFree=22972400/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=576352 CPUtime=4482.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1793335 0 0 0 447781 448 0 0 25 0 1 0 848711448 590184448 133370 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 144088 133370 259 24 0 140722 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 576352

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/559 26718
/proc/meminfo: memFree=23310620/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=362704 CPUtime=4542.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1821710 0 0 0 453773 456 0 0 25 0 1 0 848711448 371408896 79572 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 90676 79572 259 24 0 87310 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 362704

[startup+4602.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/559 26720
/proc/meminfo: memFree=23123100/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=444092 CPUtime=4602.3 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1844120 0 0 0 459770 460 0 0 25 0 1 0 848711448 454750208 101782 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 111023 101782 259 24 0 107657 0
Current children cumulated CPU time (s) 4602.3
Current children cumulated vsize (KiB) 444092

[startup+4662.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/559 26722
/proc/meminfo: memFree=23198572/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=580772 CPUtime=4662.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1862574 0 0 0 465763 466 0 0 25 0 1 0 848711448 594710528 120088 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 145193 120088 259 24 0 141827 0
Current children cumulated CPU time (s) 4662.29
Current children cumulated vsize (KiB) 580772

[startup+4722.32 s]
/proc/loadavg: 2.04 2.05 2.00 3/559 26724
/proc/meminfo: memFree=23279124/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=329172 CPUtime=4722.31 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1893639 0 0 0 471756 475 0 0 25 0 1 0 848711448 337072128 75186 33554432000 4194304 4291037 140736841319200 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 82293 75186 259 24 0 78927 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 329172

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/559 26726
/proc/meminfo: memFree=23099896/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=460648 CPUtime=4782.3 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1917606 0 0 0 477749 481 0 0 25 0 1 0 848711448 471703552 98974 33554432000 4194304 4291037 140736841319200 18446744073709551615 4261913 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 115162 98974 259 24 0 111796 0
Current children cumulated CPU time (s) 4782.3
Current children cumulated vsize (KiB) 460648

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 26726
/proc/meminfo: memFree=23168784/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=592908 CPUtime=4842.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1937010 0 0 0 483743 486 0 0 25 0 1 0 848711448 607137792 118248 33554432000 4194304 4291037 140736841319200 18446744073709551615 4256312 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 148227 118248 259 24 0 144861 0
Current children cumulated CPU time (s) 4842.29
Current children cumulated vsize (KiB) 592908

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26728
/proc/meminfo: memFree=23017588/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=592908 CPUtime=4902.29 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1953446 0 0 0 489738 491 0 0 25 0 1 0 848711448 607137792 134564 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 148227 134564 259 24 0 144861 0
Current children cumulated CPU time (s) 4902.29
Current children cumulated vsize (KiB) 592908

[startup+4962.3 s]
/proc/loadavg: 1.92 2.00 1.99 3/559 26758
/proc/meminfo: memFree=23553176/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=379260 CPUtime=4962.3 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1980950 0 0 0 495732 498 0 0 25 0 1 0 848711448 388362240 78909 33554432000 4194304 4291037 140736841319200 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 94815 78909 259 24 0 91449 0
Current children cumulated CPU time (s) 4962.3
Current children cumulated vsize (KiB) 379260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.05 2.03 2.00 3/559 26758
/proc/meminfo: memFree=23458252/32951124 swapFree=39849780/67111528
[pid=26585] ppid=26583 vsize=460648 CPUtime=5000.01 cores=1,3,5,7
/proc/26585/stat : 26585 (minisat_release) R 26583 26585 26137 0 -1 4202496 1996419 0 0 0 499500 501 0 0 25 0 1 0 848711448 471703552 94258 33554432000 4194304 4291037 140736841319200 18446744073709551615 4267833 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26585/statm: 115162 94258 259 24 0 111796 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 460648

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.04
CPU user time (s): 4995.01
CPU system time (s): 5.02923
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 791276

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

runsolver used 25.7161 second user time and 65.2361 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-28 14:13:28
IDJOB=3420032
IDBENCH=83107
IDSOLVER=1912
FILE ID=node118/3420032-1306584808
RUNJOBID= node118-1306579394-26156
PBS_JOBID= 13471562
Free space on /tmp= 73252 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420032-1306584808/watcher-3420032-1306584808 -o /tmp/evaluation-result-3420032-1306584808/solver-3420032-1306584808 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420032-1306584808.cnf

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1692497508

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23828244 kB
Buffers:        179656 kB
Cached:        1612680 kB
SwapCached:      52848 kB
Active:         860388 kB
Inactive:      7974060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23828244 kB
SwapTotal:    67111528 kB
SwapFree:     39849780 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:     7002024 kB
Mapped:          25808 kB
Slab:           104492 kB
PageTables:     115596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 183862196 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= 73256 MiB
End job on node118 at 2011-05-28 15:36:50