Trace number 3434052

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: MiniSAT 2.2.0-agile-26? (TO) 5000.04 5000.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1033.04
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3434052-1306882504/watcher-3434052-1306882504 -o /tmp/evaluation-result-3434052-1306882504/solver-3434052-1306882504 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434052-1306882504.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.00 2.03 2.00 2/535 28597
/proc/meminfo: memFree=5771784/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 2629 0 0 0 0 0 0 0 22 0 1 0 780666647 29065216 2505 33554432000 4194304 4291235 140734774006944 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 7096 2505 216 24 0 3730 0

[startup+0.089238 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 28597
/proc/meminfo: memFree=5771784/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=38924 CPUtime=0.07 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 6496 0 0 0 7 0 0 0 22 0 1 0 780666647 39858176 5856 33554432000 4194304 4291235 140734774006944 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 9731 5857 216 24 0 6365 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38924

[startup+0.100238 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 28597
/proc/meminfo: memFree=5771784/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=40568 CPUtime=0.09 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 7204 0 0 0 8 1 0 0 22 0 1 0 780666647 41541632 6348 33554432000 4194304 4291235 140734774006944 18446744073709551615 4215495 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 10142 6348 237 24 0 6776 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40568

[startup+0.300199 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 28597
/proc/meminfo: memFree=5771784/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=47640 CPUtime=0.29 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 10534 0 0 0 28 1 0 0 23 0 1 0 780666647 48783360 7870 33554432000 4194304 4291235 140734774006944 18446744073709551615 4236577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 11910 7870 240 24 0 8544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47640

[startup+0.701127 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 28597
/proc/meminfo: memFree=5771784/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=45220 CPUtime=0.69 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 11923 0 0 0 68 1 0 0 25 0 1 0 780666647 46305280 7193 33554432000 4194304 4291235 140734774006944 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 11305 7193 259 24 0 7939 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45220

[startup+1.50099 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 28598
/proc/meminfo: memFree=5742140/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=45220 CPUtime=1.49 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 12182 0 0 0 148 1 0 0 25 0 1 0 780666647 46305280 7444 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 11305 7444 259 24 0 7939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45220

[startup+3.1007 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 28598
/proc/meminfo: memFree=5738204/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=52292 CPUtime=3.09 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 12797 0 0 0 308 1 0 0 25 0 1 0 780666647 53547008 8044 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 13073 8044 259 24 0 9707 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52292

[startup+6.30112 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 28598
/proc/meminfo: memFree=5729648/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=52696 CPUtime=6.29 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 14018 0 0 0 628 1 0 0 25 0 1 0 780666647 53960704 9247 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 13174 9247 259 24 0 9808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52696

[startup+12.701 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 28598
/proc/meminfo: memFree=5702932/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=71892 CPUtime=12.7 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 19113 0 0 0 1267 3 0 0 25 0 1 0 780666647 73617408 14306 33554432000 4194304 4291235 140734774006944 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 17973 14306 259 24 0 14607 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 71892

[startup+25.5007 s]
/proc/loadavg: 2.08 2.04 2.00 3/536 28598
/proc/meminfo: memFree=5677516/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=102536 CPUtime=25.49 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 22534 0 0 0 2546 3 0 0 25 0 1 0 780666647 104996864 17659 33554432000 4194304 4291235 140734774006944 18446744073709551615 4248867 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 25634 17659 259 24 0 22268 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102536

[startup+51.1011 s]
/proc/loadavg: 2.12 2.05 2.01 3/536 28599
/proc/meminfo: memFree=5673640/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=83568 CPUtime=51.09 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 31945 0 0 0 5103 6 0 0 25 0 1 0 780666647 85573632 14397 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 20892 14397 259 24 0 17526 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83568

[startup+102.32 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 28600
/proc/meminfo: memFree=5640112/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=82028 CPUtime=102.22 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 48965 0 0 0 10212 10 0 0 25 0 1 0 780666647 83996672 16029 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 20507 16029 259 24 0 17141 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 82028

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/536 28602
/proc/meminfo: memFree=5668328/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=88628 CPUtime=162.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 67367 0 0 0 16204 15 0 0 25 0 1 0 780666647 90755072 17619 33554432000 4194304 4291235 140734774006944 18446744073709551615 4251588 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 22157 17619 259 24 0 18791 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 88628

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 28604
/proc/meminfo: memFree=5640220/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=83504 CPUtime=222.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 83719 0 0 0 22198 21 0 0 25 0 1 0 780666647 85508096 16495 33554432000 4194304 4291235 140734774006944 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 20876 16495 259 24 0 17510 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 83504

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 2/534 28606
/proc/meminfo: memFree=5827548/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=152148 CPUtime=282.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 98729 0 0 0 28194 25 0 0 25 0 1 0 780666647 155799552 31253 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 38037 31253 259 24 0 34671 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 152148

[startup+342.301 s]
/proc/loadavg: 1.97 2.00 1.99 3/536 28635
/proc/meminfo: memFree=5797532/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=155824 CPUtime=342.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 118270 0 0 0 34189 30 0 0 25 0 1 0 780666647 159563776 31635 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 38956 31635 259 24 0 35590 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 155824

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/536 28645
/proc/meminfo: memFree=5806408/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=159104 CPUtime=402.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 136841 0 0 0 40183 36 0 0 25 0 1 0 780666647 162922496 28631 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 39776 28631 259 24 0 36410 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 159104

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/536 28647
/proc/meminfo: memFree=5816636/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=111800 CPUtime=462.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 154608 0 0 0 46179 40 0 0 25 0 1 0 780666647 114483200 23964 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255647 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 27950 23964 259 24 0 24584 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 111800

[startup+522.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/536 28649
/proc/meminfo: memFree=5774172/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=161588 CPUtime=522.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 165628 0 0 0 52173 46 0 0 25 0 1 0 780666647 165466112 34807 33554432000 4194304 4291235 140734774006944 18446744073709551615 4256313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 40397 34807 259 24 0 37031 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 161588

[startup+582.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/536 28650
/proc/meminfo: memFree=5801520/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=131288 CPUtime=582.19 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 183119 0 0 0 58168 51 0 0 25 0 1 0 780666647 134438912 26747 33554432000 4194304 4291235 140734774006944 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28597/statm: 32822 26747 259 24 0 29456 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 131288

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/536 28753
/proc/meminfo: memFree=5580296/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=304268 CPUtime=4002.27 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 946780 0 0 0 399912 315 0 0 25 0 1 0 780666647 311570432 68869 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 76067 68869 259 24 0 72701 0
Current children cumulated CPU time (s) 4002.27
Current children cumulated vsize (KiB) 304268

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 28755
/proc/meminfo: memFree=5677452/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=204392 CPUtime=4062.29 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 960211 0 0 0 405909 320 0 0 25 0 1 0 780666647 209297408 44350 33554432000 4194304 4291235 140734774006944 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 51098 44350 259 24 0 47732 0
Current children cumulated CPU time (s) 4062.29
Current children cumulated vsize (KiB) 204392

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 28757
/proc/meminfo: memFree=5609444/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=304268 CPUtime=4122.27 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 977785 0 0 0 411902 325 0 0 25 0 1 0 780666647 311570432 61649 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 76067 61649 259 24 0 72701 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 304268

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 28758
/proc/meminfo: memFree=5562008/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=385656 CPUtime=4182.28 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 989750 0 0 0 417898 330 0 0 25 0 1 0 780666647 394911744 73458 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 96414 73458 259 24 0 93048 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 385656

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 28760
/proc/meminfo: memFree=5643168/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=254180 CPUtime=4242.28 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1006768 0 0 0 423892 336 0 0 25 0 1 0 780666647 260280320 53299 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 63545 53299 259 24 0 60179 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 254180

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 28761
/proc/meminfo: memFree=5600840/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=304268 CPUtime=4302.28 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1017357 0 0 0 429887 341 0 0 25 0 1 0 780666647 311570432 63721 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 76067 63721 259 24 0 72701 0
Current children cumulated CPU time (s) 4302.28
Current children cumulated vsize (KiB) 304268

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 28763
/proc/meminfo: memFree=5689308/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=192716 CPUtime=4362.28 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1029402 0 0 0 435883 345 0 0 25 0 1 0 780666647 197341184 41917 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 48179 41917 259 24 0 44813 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 192716

[startup+4422.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/536 28765
/proc/meminfo: memFree=5631096/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=254180 CPUtime=4422.28 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1043952 0 0 0 441880 348 0 0 25 0 1 0 780666647 260280320 56215 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 63545 56215 259 24 0 60179 0
Current children cumulated CPU time (s) 4422.28
Current children cumulated vsize (KiB) 254180

[startup+4482.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/536 28766
/proc/meminfo: memFree=5598788/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=304268 CPUtime=4482.28 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1052203 0 0 0 447877 351 0 0 25 0 1 0 780666647 311570432 64340 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 76067 64340 259 24 0 72701 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 304268

[startup+4542.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/536 28768
/proc/meminfo: memFree=5671140/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=223788 CPUtime=4542.28 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1064909 0 0 0 453873 355 0 0 25 0 1 0 780666647 229158912 46247 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 55947 46247 259 24 0 52581 0
Current children cumulated CPU time (s) 4542.28
Current children cumulated vsize (KiB) 223788

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 28769
/proc/meminfo: memFree=5593944/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=254608 CPUtime=4602.3 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1076323 0 0 0 459872 358 0 0 25 0 1 0 780666647 260718592 57419 33554432000 4194304 4291235 140734774006944 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 63652 57419 259 24 0 60286 0
Current children cumulated CPU time (s) 4602.3
Current children cumulated vsize (KiB) 254608

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 28771
/proc/meminfo: memFree=5594136/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=304696 CPUtime=4662.29 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1084219 0 0 0 465867 362 0 0 25 0 1 0 780666647 312008704 65188 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 76174 65188 259 24 0 72808 0
Current children cumulated CPU time (s) 4662.29
Current children cumulated vsize (KiB) 304696

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 28773
/proc/meminfo: memFree=5649376/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=226312 CPUtime=4722.31 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1099598 0 0 0 471864 367 0 0 25 0 1 0 780666647 231743488 51382 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 56578 51382 259 24 0 53212 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 226312

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 28774
/proc/meminfo: memFree=5612976/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=307220 CPUtime=4782.29 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1109157 0 0 0 477859 370 0 0 25 0 1 0 780666647 314593280 60794 33554432000 4194304 4291235 140734774006944 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 76805 60794 259 24 0 73439 0
Current children cumulated CPU time (s) 4782.29
Current children cumulated vsize (KiB) 307220

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 28776
/proc/meminfo: memFree=5689540/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=189388 CPUtime=4842.29 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1119959 0 0 0 483854 375 0 0 25 0 1 0 780666647 193933312 41525 33554432000 4194304 4291235 140734774006944 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 47347 41525 259 24 0 43981 0
Current children cumulated CPU time (s) 4842.29
Current children cumulated vsize (KiB) 189388

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 28777
/proc/meminfo: memFree=5627488/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=258032 CPUtime=4902.3 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1135618 0 0 0 489851 379 0 0 25 0 1 0 780666647 264224768 56910 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 64508 56910 259 24 0 61142 0
Current children cumulated CPU time (s) 4902.3
Current children cumulated vsize (KiB) 258032

[startup+4962.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/536 28779
/proc/meminfo: memFree=5591704/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=308120 CPUtime=4962.3 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1144589 0 0 0 495848 382 0 0 25 0 1 0 780666647 315514880 65715 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 77030 65715 259 24 0 73664 0
Current children cumulated CPU time (s) 4962.3
Current children cumulated vsize (KiB) 308120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.19 2.06 2.02 3/536 28780
/proc/meminfo: memFree=5572940/32951124 swapFree=50328308/67111528
[pid=28597] ppid=28595 vsize=308660 CPUtime=5000.01 cores=1,3,5,7
/proc/28597/stat : 28597 (minisat) R 28595 28597 28304 0 -1 4202496 1149364 0 0 0 499616 385 0 0 25 0 1 0 780666647 316067840 70424 33554432000 4194304 4291235 140734774006944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28597/statm: 77165 70424 259 24 0 73799 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 308660

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): 4996.17
CPU system time (s): 3.86841
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 397152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.17
system time used= 3.86841
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1149364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 4284

runsolver used 25.5211 second user time and 63.4414 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-01 00:55:04
IDJOB=3434052
IDBENCH=83121
IDSOLVER=1930
FILE ID=node146/3434052-1306882504
RUNJOBID= node146-1306877501-28323
PBS_JOBID= 13488430
Free space on /tmp= 48340 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top25.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434052-1306882504/watcher-3434052-1306882504 -o /tmp/evaluation-result-3434052-1306882504/solver-3434052-1306882504 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434052-1306882504.cnf

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=1275553817

node146.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.830
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:       5771940 kB
Buffers:         93416 kB
Cached:       15766696 kB
SwapCached:       9228 kB
Active:       17755400 kB
Inactive:      8732224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5771940 kB
SwapTotal:    67111528 kB
SwapFree:     50328308 kB
Dirty:            3868 kB
Writeback:          12 kB
AnonPages:    10625736 kB
Mapped:          28092 kB
Slab:           523004 kB
PageTables:      97788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160889992 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= 48340 MiB
End job on node146 at 2011-06-01 02:18:26