Trace number 3434045

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.03 4999.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark640.829
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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.1 (svn: 989)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.48 2/177 25044
/proc/meminfo: memFree=27295548/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=23276 CPUtime=0 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1511 0 0 0 0 0 0 0 25 0 1 0 961928402 23834624 1451 33554432000 4194304 4291235 140736705763312 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 5819 1457 214 24 0 2453 0

[startup+0.09386 s]
/proc/loadavg: 1.99 1.85 1.48 2/177 25044
/proc/meminfo: memFree=27295548/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=37236 CPUtime=0.08 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 6081 0 0 0 8 0 0 0 25 0 1 0 961928402 38129664 5467 33554432000 4194304 4291235 140736705763312 18446744073709551615 4229923 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 9309 5467 238 24 0 5943 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37236

[startup+0.100855 s]
/proc/loadavg: 1.99 1.85 1.48 2/177 25044
/proc/meminfo: memFree=27295548/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=37236 CPUtime=0.09 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 6082 0 0 0 9 0 0 0 25 0 1 0 961928402 38129664 5468 33554432000 4194304 4291235 140736705763312 18446744073709551615 4236605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 9309 5468 239 24 0 5943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37236

[startup+0.300812 s]
/proc/loadavg: 1.99 1.85 1.48 2/177 25044
/proc/meminfo: memFree=27295548/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=44108 CPUtime=0.29 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 9303 0 0 0 28 1 0 0 25 0 1 0 961928402 45166592 7145 33554432000 4194304 4291235 140736705763312 18446744073709551615 4232596 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 11027 7145 240 24 0 7661 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44108

[startup+0.700767 s]
/proc/loadavg: 1.99 1.85 1.48 2/177 25044
/proc/meminfo: memFree=27295548/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=39668 CPUtime=0.69 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 10073 0 0 0 68 1 0 0 25 0 1 0 961928402 40620032 6214 33554432000 4194304 4291235 140736705763312 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 9917 6214 259 24 0 6551 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39668

[startup+1.5006 s]
/proc/loadavg: 1.99 1.85 1.48 3/178 25045
/proc/meminfo: memFree=27271004/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=44020 CPUtime=1.49 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 10363 0 0 0 148 1 0 0 25 0 1 0 961928402 45076480 6493 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 11005 6493 259 24 0 7639 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44020

[startup+3.10029 s]
/proc/loadavg: 1.99 1.85 1.48 3/178 25045
/proc/meminfo: memFree=27268276/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=44020 CPUtime=3.08 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 11076 0 0 0 307 1 0 0 25 0 1 0 961928402 45076480 7190 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 11005 7190 259 24 0 7639 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44020

[startup+6.30076 s]
/proc/loadavg: 1.99 1.86 1.48 3/178 25045
/proc/meminfo: memFree=27253964/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=55716 CPUtime=6.29 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 14094 0 0 0 627 2 0 0 25 0 1 0 961928402 57053184 10183 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 13929 10183 259 24 0 10563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55716

[startup+12.7006 s]
/proc/loadavg: 1.99 1.86 1.49 3/178 25046
/proc/meminfo: memFree=27237372/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=74572 CPUtime=12.69 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 16161 0 0 0 1267 2 0 0 25 0 1 0 961928402 76361728 12216 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 18643 12216 259 24 0 15277 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74572

[startup+25.5004 s]
/proc/loadavg: 1.99 1.86 1.49 3/178 25046
/proc/meminfo: memFree=27207964/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=93540 CPUtime=25.49 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 19492 0 0 0 2545 4 0 0 25 0 1 0 961928402 95784960 15487 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 23385 15487 259 24 0 20019 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93540

[startup+51.1009 s]
/proc/loadavg: 1.99 1.87 1.51 3/178 25047
/proc/meminfo: memFree=27186348/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=102360 CPUtime=51.09 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 30945 0 0 0 5103 6 0 0 25 0 1 0 961928402 104816640 17687 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 25590 17687 259 24 0 22224 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102360

[startup+102.307 s]
/proc/loadavg: 1.99 1.89 1.53 3/178 25048
/proc/meminfo: memFree=27148144/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=107772 CPUtime=102.3 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 46037 0 0 0 10222 8 0 0 25 0 1 0 961928402 110358528 20859 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 26943 20859 259 24 0 23577 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107772

[startup+162.3 s]
/proc/loadavg: 1.99 1.91 1.56 3/178 25049
/proc/meminfo: memFree=27268492/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=77056 CPUtime=162.3 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 65930 0 0 0 16217 13 0 0 25 0 1 0 961928402 78905344 14983 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 19264 14983 259 24 0 15898 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 77056

[startup+222.301 s]
/proc/loadavg: 1.99 1.92 1.58 3/178 25051
/proc/meminfo: memFree=27206976/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=98292 CPUtime=222.29 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 84186 0 0 0 22213 16 0 0 25 0 1 0 961928402 100651008 19859 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 24573 19859 259 24 0 21207 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 98292

[startup+282.3 s]
/proc/loadavg: 1.99 1.93 1.60 3/178 25053
/proc/meminfo: memFree=27159444/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=104952 CPUtime=282.3 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 101508 0 0 0 28210 20 0 0 25 0 1 0 961928402 107470848 21732 33554432000 4194304 4291235 140736705763312 18446744073709551615 4262766 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 26238 21732 259 24 0 22872 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104952

[startup+342.301 s]
/proc/loadavg: 1.99 1.94 1.63 3/178 25054
/proc/meminfo: memFree=27125448/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=107944 CPUtime=342.29 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 116808 0 0 0 34205 24 0 0 25 0 1 0 961928402 110534656 20699 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 26986 20699 259 24 0 23620 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 107944

[startup+402.3 s]
/proc/loadavg: 1.99 1.95 1.65 3/178 25056
/proc/meminfo: memFree=27266660/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=91412 CPUtime=402.3 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 131687 0 0 0 40202 28 0 0 25 0 1 0 961928402 93605888 19069 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 22853 19069 259 24 0 19487 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 91412

[startup+462.301 s]
/proc/loadavg: 1.99 1.95 1.66 3/178 25057
/proc/meminfo: memFree=27170660/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=80316 CPUtime=462.29 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 146166 0 0 0 46199 30 0 0 25 0 1 0 961928402 82243584 16417 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 20079 16417 259 24 0 16713 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 80316

[startup+522.3 s]
/proc/loadavg: 1.99 1.96 1.68 3/178 25059
/proc/meminfo: memFree=27139892/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=160456 CPUtime=522.3 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 164136 0 0 0 52195 35 0 0 25 0 1 0 961928402 164306944 34109 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 40114 34109 259 24 0 36748 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 160456

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.70 3/178 25061
/proc/meminfo: memFree=27111608/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=167620 CPUtime=582.3 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 182398 0 0 0 58191 39 0 0 25 0 1 0 961928402 171642880 33570 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 41905 33570 259 24 0 38539 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 167620

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 25166
/proc/meminfo: memFree=27039940/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=257100 CPUtime=4062.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 946349 0 0 0 406000 239 0 0 25 0 1 0 961928402 263270400 56902 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 64275 56902 259 24 0 60909 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 257100

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25167
/proc/meminfo: memFree=27055288/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=196632 CPUtime=4122.38 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 956806 0 0 0 411997 241 0 0 25 0 1 0 961928402 201351168 43257 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 49158 43257 259 24 0 45792 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 196632

[startup+4182.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 25169
/proc/meminfo: memFree=26981616/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=258096 CPUtime=4182.38 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 966863 0 0 0 417995 243 0 0 25 0 1 0 961928402 264290304 53132 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 64524 53132 259 24 0 61158 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 258096

[startup+4242.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 25170
/proc/meminfo: memFree=26931372/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=258096 CPUtime=4242.38 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 972502 0 0 0 423992 246 0 0 25 0 1 0 961928402 264290304 58655 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 64524 58655 259 24 0 61158 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 258096

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25172
/proc/meminfo: memFree=26962112/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=204260 CPUtime=4302.38 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 981057 0 0 0 429989 249 0 0 25 0 1 0 961928402 209162240 45130 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256095 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 51065 45130 259 24 0 47699 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 204260

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25173
/proc/meminfo: memFree=26887440/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=265724 CPUtime=4362.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 992350 0 0 0 435986 253 0 0 25 0 1 0 961928402 272101376 56171 33554432000 4194304 4291235 140736705763312 18446744073709551615 4262200 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 66431 56171 259 24 0 63065 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 265724

[startup+4422.3 s]
/proc/loadavg: 1.66 1.92 1.91 2/172 25200
/proc/meminfo: memFree=27260584/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=315812 CPUtime=4422.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 999058 0 0 0 441983 256 0 0 25 0 1 0 961928402 323391488 62734 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 78953 62734 259 24 0 75587 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 315812

[startup+4482.3 s]
/proc/loadavg: 1.24 1.75 1.85 2/172 25202
/proc/meminfo: memFree=27306676/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=235756 CPUtime=4482.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1011692 0 0 0 447980 259 0 0 25 0 1 0 961928402 241414144 51415 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 58939 51415 259 24 0 55573 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 235756

[startup+4542.3 s]
/proc/loadavg: 1.09 1.61 1.79 2/172 25203
/proc/meminfo: memFree=27270704/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=266576 CPUtime=4542.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1020753 0 0 0 453977 262 0 0 25 0 1 0 961928402 272973824 60271 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 66644 60271 259 24 0 63278 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 266576

[startup+4602.3 s]
/proc/loadavg: 1.03 1.50 1.74 2/172 25205
/proc/meminfo: memFree=27246132/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=316664 CPUtime=4602.4 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1026817 0 0 0 459975 265 0 0 25 0 1 0 961928402 324263936 66216 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 79166 66216 259 24 0 75800 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 316664

[startup+4662.3 s]
/proc/loadavg: 1.01 1.40 1.69 2/172 25206
/proc/meminfo: memFree=27289764/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=266576 CPUtime=4662.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1041071 0 0 0 465971 268 0 0 25 0 1 0 961928402 272973824 55486 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255664 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 66644 55486 259 24 0 63278 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 266576

[startup+4722.31 s]
/proc/loadavg: 1.07 1.34 1.65 2/172 25208
/proc/meminfo: memFree=27255400/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=316664 CPUtime=4722.4 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1049726 0 0 0 471968 272 0 0 25 0 1 0 961928402 324263936 63969 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 79166 63969 259 24 0 75800 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 316664

[startup+4782.3 s]
/proc/loadavg: 1.02 1.28 1.61 2/172 25210
/proc/meminfo: memFree=27307572/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=238640 CPUtime=4782.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1062056 0 0 0 477963 276 0 0 25 0 1 0 961928402 244367360 51128 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 59660 51128 259 24 0 56294 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 238640

[startup+4842.3 s]
/proc/loadavg: 1.01 1.22 1.56 2/172 25211
/proc/meminfo: memFree=27269240/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=269460 CPUtime=4842.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1071709 0 0 0 483960 279 0 0 25 0 1 0 961928402 275927040 60585 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 67365 60585 259 24 0 63999 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 269460

[startup+4902.3 s]
/proc/loadavg: 1.00 1.18 1.53 2/172 25213
/proc/meminfo: memFree=27242436/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=319548 CPUtime=4902.39 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1078568 0 0 0 489957 282 0 0 25 0 1 0 961928402 327217152 67318 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 79887 67318 259 24 0 76521 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 319548

[startup+4962.3 s]
/proc/loadavg: 1.00 1.15 1.49 2/172 25214
/proc/meminfo: memFree=27287552/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=269744 CPUtime=4962.4 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1092993 0 0 0 495955 285 0 0 25 0 1 0 961928402 276217856 56104 33554432000 4194304 4291235 140736705763312 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 67436 56104 259 24 0 64070 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 269744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.13 1.47 2/172 25216
/proc/meminfo: memFree=27266956/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=269744 CPUtime=5000.01 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1098178 0 0 0 499713 288 0 0 25 0 1 0 961928402 276217856 61200 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 67436 61200 259 24 0 64070 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 269744

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.13 1.47 2/172 25216
/proc/meminfo: memFree=27266956/32951124 swapFree=67056676/67111528
[pid=25044] ppid=25042 vsize=269744 CPUtime=5000.01 cores=0,2,4,6
/proc/25044/stat : 25044 (minisat) R 25042 25044 24199 0 -1 4202496 1098178 0 0 0 499713 288 0 0 25 0 1 0 961928402 276217856 61200 33554432000 4194304 4291235 140736705763312 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25044/statm: 67436 61200 259 24 0 64070 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 269744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4997.14
CPU system time (s): 2.89056
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 319832

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

runsolver used 7.44087 second user time and 15.3907 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-19 19:08:24
IDJOB=3434045
IDBENCH=83114
IDSOLVER=1930
FILE ID=node136/3434045-1308503304
RUNJOBID= node136-1308502700-24798
PBS_JOBID= 13608170
Free space on /tmp= 73348 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=850616975

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27295604 kB
Buffers:        559756 kB
Cached:        4490660 kB
SwapCached:       8800 kB
Active:        1810112 kB
Inactive:      3466332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27295604 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:            3132 kB
Writeback:           0 kB
AnonPages:      223076 kB
Mapped:          13408 kB
Slab:           315484 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   470884 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= 73356 MiB
End job on node136 at 2011-06-19 20:31:46