Trace number 3434047

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.06 4999.91

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.525
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3434047-1308504890/watcher-3434047-1308504890 -o /tmp/evaluation-result-3434047-1308504890/solver-3434047-1308504890 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434047-1308504890.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.00 1.00 1.00 2/174 11316
/proc/meminfo: memFree=29034140/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=23492 CPUtime=0 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1391 0 0 0 0 0 0 0 22 0 1 0 962089383 24055808 1331 33554432000 4194304 4291235 140734570739040 18446744073709551615 253640917418 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 5819 1333 214 24 0 2453 0

[startup+0.0271519 s]
/proc/loadavg: 1.00 1.00 1.00 2/174 11316
/proc/meminfo: memFree=29034140/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=30364 CPUtime=0.02 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 3207 0 0 0 2 0 0 0 22 0 1 0 962089383 31092736 3006 33554432000 4194304 4291235 140734570739040 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 7591 3007 216 24 0 4225 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30364

[startup+0.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/174 11316
/proc/meminfo: memFree=29034140/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=39400 CPUtime=0.09 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 6489 0 0 0 9 0 0 0 22 0 1 0 962089383 40345600 5846 33554432000 4194304 4291235 140734570739040 18446744073709551615 4229698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 9850 5846 238 24 0 6484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39400

[startup+0.301119 s]
/proc/loadavg: 1.00 1.00 1.00 2/174 11316
/proc/meminfo: memFree=29034140/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=46744 CPUtime=0.29 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 9904 0 0 0 28 1 0 0 23 0 1 0 962089383 47865856 7569 33554432000 4194304 4291235 140734570739040 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 11686 7569 240 24 0 8320 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46744

[startup+0.701059 s]
/proc/loadavg: 1.00 1.00 1.00 2/174 11316
/proc/meminfo: memFree=29034140/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=42384 CPUtime=0.69 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 10867 0 0 0 68 1 0 0 25 0 1 0 962089383 43401216 6692 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 10596 6692 258 24 0 7230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42384

[startup+1.50091 s]
/proc/loadavg: 1.00 1.00 1.00 3/175 11317
/proc/meminfo: memFree=29004396/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=46736 CPUtime=1.49 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 11118 0 0 0 148 1 0 0 25 0 1 0 962089383 47857664 6933 33554432000 4194304 4291235 140734570739040 18446744073709551615 4251504 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 11684 6933 258 24 0 8318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46736

[startup+3.10062 s]
/proc/loadavg: 1.00 1.00 1.00 3/175 11318
/proc/meminfo: memFree=28999932/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=46736 CPUtime=3.09 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 11758 0 0 0 308 1 0 0 25 0 1 0 962089383 47857664 7561 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 11684 7561 258 24 0 8318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46736

[startup+6.30103 s]
/proc/loadavg: 1.08 1.02 1.01 3/175 11318
/proc/meminfo: memFree=28973264/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=58232 CPUtime=6.29 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 14685 0 0 0 628 1 0 0 25 0 1 0 962089383 59629568 10465 33554432000 4194304 4291235 140734570739040 18446744073709551615 4256107 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 14558 10465 258 24 0 11192 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58232

[startup+12.7009 s]
/proc/loadavg: 1.15 1.03 1.01 3/175 11318
/proc/meminfo: memFree=28955032/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=65412 CPUtime=12.69 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 16547 0 0 0 1267 2 0 0 25 0 1 0 962089383 66981888 12300 33554432000 4194304 4291235 140734570739040 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 16353 12300 258 24 0 12987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65412

[startup+25.5005 s]
/proc/loadavg: 1.34 1.08 1.02 3/175 11318
/proc/meminfo: memFree=28942768/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=77088 CPUtime=25.49 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 19583 0 0 0 2547 2 0 0 25 0 1 0 962089383 78938112 15272 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 19272 15272 258 24 0 15906 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77088

[startup+51.1009 s]
/proc/loadavg: 1.56 1.15 1.05 3/175 11319
/proc/meminfo: memFree=28929820/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=86460 CPUtime=51.1 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 30380 0 0 0 5106 4 0 0 25 0 1 0 962089383 88535040 16526 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 21615 16526 258 24 0 18249 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 86460

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/175 11320
/proc/meminfo: memFree=28901528/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=110028 CPUtime=102.3 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 46755 0 0 0 10223 7 0 0 25 0 1 0 962089383 112668672 21875 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 27507 21875 258 24 0 24141 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110028

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/175 11322
/proc/meminfo: memFree=28883144/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=144848 CPUtime=162.3 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 64151 0 0 0 16219 11 0 0 25 0 1 0 962089383 148324352 25892 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 36212 25892 258 24 0 32846 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 144848

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/175 11323
/proc/meminfo: memFree=28866604/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=91860 CPUtime=222.3 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 84944 0 0 0 22215 15 0 0 25 0 1 0 962089383 94064640 17445 33554432000 4194304 4291235 140734570739040 18446744073709551615 4248916 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 22965 17445 258 24 0 19599 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91860

[startup+282.301 s]
/proc/loadavg: 2.04 1.61 1.25 3/175 11325
/proc/meminfo: memFree=28882700/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=107536 CPUtime=282.3 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 102152 0 0 0 28211 19 0 0 25 0 1 0 962089383 110116864 21020 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 26884 21020 258 24 0 23518 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 107536

[startup+342.301 s]
/proc/loadavg: 2.01 1.68 1.30 3/175 11327
/proc/meminfo: memFree=28848196/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=109748 CPUtime=342.3 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 118907 0 0 0 34207 23 0 0 25 0 1 0 962089383 112381952 21298 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 27437 21298 258 24 0 24071 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109748

[startup+402.301 s]
/proc/loadavg: 2.00 1.74 1.34 3/175 11328
/proc/meminfo: memFree=28903236/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=101532 CPUtime=402.31 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 135376 0 0 0 40203 28 0 0 25 0 1 0 962089383 103968768 21006 33554432000 4194304 4291235 140734570739040 18446744073709551615 4262289 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 25383 21006 258 24 0 22017 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 101532

[startup+462.3 s]
/proc/loadavg: 2.00 1.78 1.38 3/175 11330
/proc/meminfo: memFree=28878900/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=95636 CPUtime=462.31 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 151632 0 0 0 46199 32 0 0 25 0 1 0 962089383 97931264 19253 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 23909 19253 258 24 0 20543 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 95636

[startup+522.3 s]
/proc/loadavg: 2.04 1.83 1.42 3/175 11331
/proc/meminfo: memFree=28833104/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=164992 CPUtime=522.31 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 163712 0 0 0 52195 36 0 0 25 0 1 0 962089383 168951808 31089 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 41248 31089 258 24 0 37882 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 164992

[startup+582.3 s]
/proc/loadavg: 2.01 1.86 1.45 3/175 11333
/proc/meminfo: memFree=28816208/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=142456 CPUtime=582.31 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 182043 0 0 0 58191 40 0 0 25 0 1 0 962089383 145874944 31368 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 35614 31368 258 24 0 32248 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 142456

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 11438
/proc/meminfo: memFree=28598908/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=251104 CPUtime=4062.42 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 933769 0 0 0 405995 247 0 0 25 0 1 0 962089383 257130496 55882 33554432000 4194304 4291235 140734570739040 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 62776 55882 258 24 0 59410 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 251104

[startup+4122.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/175 11439
/proc/meminfo: memFree=28594548/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=301192 CPUtime=4122.41 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 944141 0 0 0 411990 251 0 0 25 0 1 0 962089383 308420608 66081 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 75298 66081 258 24 0 71932 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 301192

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/175 11441
/proc/meminfo: memFree=28589444/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=251104 CPUtime=4182.41 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 959630 0 0 0 417987 254 0 0 25 0 1 0 962089383 257130496 52746 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 62776 52746 258 24 0 59410 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 251104

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/175 11443
/proc/meminfo: memFree=28585452/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=301192 CPUtime=4242.42 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 968650 0 0 0 423983 259 0 0 25 0 1 0 962089383 308420608 61595 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 75298 61595 258 24 0 71932 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 301192

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11444
/proc/meminfo: memFree=28692680/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=204456 CPUtime=4302.42 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 979965 0 0 0 429981 261 0 0 25 0 1 0 962089383 209362944 46163 33554432000 4194304 4291235 140734570739040 18446744073709551615 4262133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 51114 46163 258 24 0 47748 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 204456

[startup+4362.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/175 11446
/proc/meminfo: memFree=28594688/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=254244 CPUtime=4362.42 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 990639 0 0 0 435979 263 0 0 25 0 1 0 962089383 260345856 56629 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 63561 56629 258 24 0 60195 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 254244

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/175 11447
/proc/meminfo: memFree=28576180/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=304332 CPUtime=4422.43 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 998607 0 0 0 441977 266 0 0 25 0 1 0 962089383 311635968 64460 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 76083 64460 258 24 0 72717 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 304332

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/175 11449
/proc/meminfo: memFree=28567856/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=226520 CPUtime=4482.43 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1013401 0 0 0 447973 270 0 0 25 0 1 0 962089383 231956480 50961 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 56630 50961 258 24 0 53264 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 226520

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11451
/proc/meminfo: memFree=28550852/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=307428 CPUtime=4542.42 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1024331 0 0 0 453970 272 0 0 25 0 1 0 962089383 314806272 61703 33554432000 4194304 4291235 140734570739040 18446744073709551615 4261933 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 76857 61703 258 24 0 73491 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 307428

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11452
/proc/meminfo: memFree=28573144/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=307428 CPUtime=4602.43 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1031477 0 0 0 459969 274 0 0 25 0 1 0 962089383 314806272 68715 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 76857 68715 258 24 0 73491 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 307428

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11454
/proc/meminfo: memFree=28551916/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=257764 CPUtime=4662.43 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1046288 0 0 0 465965 278 0 0 25 0 1 0 962089383 263950336 52623 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 64441 52623 258 24 0 61075 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 257764

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11455
/proc/meminfo: memFree=28551640/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=307852 CPUtime=4722.44 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1055635 0 0 0 471963 281 0 0 25 0 1 0 962089383 315240448 61797 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 76963 61797 258 24 0 73597 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 307852

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11457
/proc/meminfo: memFree=28553596/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=307852 CPUtime=4782.43 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1063168 0 0 0 477960 283 0 0 25 0 1 0 962089383 315240448 69201 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 76963 69201 258 24 0 73597 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 307852

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11459
/proc/meminfo: memFree=28546752/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=227136 CPUtime=4842.44 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1077971 0 0 0 483957 287 0 0 25 0 1 0 962089383 232587264 52433 33554432000 4194304 4291235 140734570739040 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 56784 52433 258 24 0 53418 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 227136

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11460
/proc/meminfo: memFree=28547724/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=308044 CPUtime=4902.43 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1088765 0 0 0 489953 290 0 0 25 0 1 0 962089383 315437056 63066 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 77011 63066 258 24 0 73645 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 308044

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11462
/proc/meminfo: memFree=28586876/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=308044 CPUtime=4962.44 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1095501 0 0 0 495952 292 0 0 25 0 1 0 962089383 315437056 69682 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 77011 69682 258 24 0 73645 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 308044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 11464
/proc/meminfo: memFree=28849120/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=227420 CPUtime=5000.04 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1106014 0 0 0 499710 294 0 0 25 0 1 0 962089383 232878080 49317 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 56855 49317 258 24 0 53489 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 227420

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: 2.00 2.00 1.94 2/174 11464
/proc/meminfo: memFree=28849120/32951124 swapFree=67060192/67111528
[pid=11316] ppid=11314 vsize=227420 CPUtime=5000.04 cores=0,2,4,6
/proc/11316/stat : 11316 (minisat) R 11314 11316 10454 0 -1 4202496 1106014 0 0 0 499710 294 0 0 25 0 1 0 962089383 232878080 49317 33554432000 4194304 4291235 140734570739040 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11316/statm: 56855 49317 258 24 0 53489 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 227420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 4997.11
CPU system time (s): 2.95555
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 308044

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

runsolver used 7.42687 second user time and 15.3257 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-19 19:34:50
IDJOB=3434047
IDBENCH=83116
IDSOLVER=1930
FILE ID=node106/3434047-1308504890
RUNJOBID= node106-1308504890-11288
PBS_JOBID= 13608200
Free space on /tmp= 73436 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=74878872

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29036676 kB
Buffers:        494220 kB
Cached:        3043888 kB
SwapCached:      13828 kB
Active:        1042288 kB
Inactive:      2527672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29036676 kB
SwapTotal:    67111528 kB
SwapFree:     67060192 kB
Dirty:            5856 kB
Writeback:           4 kB
AnonPages:       28320 kB
Mapped:           9700 kB
Slab:           282388 kB
PageTables:       3816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194464 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= 73436 MiB
End job on node106 at 2011-06-19 20:58:12