Trace number 3318208

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) 1300.05 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.62 2.48 5/355 6014
/proc/meminfo: memFree=16978644/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=23272 CPUtime=0 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 1424 0 0 0 0 0 0 0 20 0 1 0 582611417 23830528 1366 33554432000 4194304 4291235 140735743347664 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 5818 1372 214 24 0 2452 0

[startup+0.046576 s]
/proc/loadavg: 0.93 1.62 2.48 5/355 6014
/proc/meminfo: memFree=16978644/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=32172 CPUtime=0.04 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 3865 0 0 0 4 0 0 0 20 0 1 0 582611417 32944128 3577 33554432000 4194304 4291235 140735743347664 18446744073709551615 4278053 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 8043 3580 216 24 0 4677 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32172

[startup+0.100595 s]
/proc/loadavg: 0.93 1.62 2.48 5/355 6014
/proc/meminfo: memFree=16978644/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=39124 CPUtime=0.08 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 6358 0 0 0 8 0 0 0 20 0 1 0 582611417 40062976 5726 33554432000 4194304 4291235 140735743347664 18446744073709551615 4215169 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 9781 5726 237 24 0 6415 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39124

[startup+0.3006 s]
/proc/loadavg: 0.93 1.62 2.48 5/355 6014
/proc/meminfo: memFree=16978644/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=45632 CPUtime=0.29 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 9502 0 0 0 28 1 0 0 21 0 1 0 582611417 46727168 7104 33554432000 4194304 4291235 140735743347664 18446744073709551615 4218828 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 11408 7105 240 24 0 8042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45632

[startup+0.700519 s]
/proc/loadavg: 0.93 1.62 2.48 5/355 6014
/proc/meminfo: memFree=16978644/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=44028 CPUtime=0.69 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 10889 0 0 0 68 1 0 0 22 0 1 0 582611417 45084672 6637 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 11007 6637 258 24 0 7641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44028

[startup+1.50038 s]
/proc/loadavg: 0.93 1.62 2.48 5/362 6027
/proc/meminfo: memFree=16892016/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=44028 CPUtime=1.49 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 11284 0 0 0 148 1 0 0 25 0 1 0 582611417 45084672 7025 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 11007 7025 258 24 0 7641 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44028

[startup+3.10111 s]
/proc/loadavg: 0.93 1.62 2.48 5/362 6027
/proc/meminfo: memFree=16876792/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=51100 CPUtime=3.09 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 12102 0 0 0 308 1 0 0 25 0 1 0 582611417 52326400 7825 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 12775 7825 258 24 0 9409 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51100

[startup+6.30054 s]
/proc/loadavg: 1.25 1.67 2.50 5/362 6027
/proc/meminfo: memFree=16839588/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=69776 CPUtime=6.29 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 16521 0 0 0 627 2 0 0 25 0 1 0 582611417 71450624 12219 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 17444 12219 258 24 0 14078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69776

[startup+12.7004 s]
/proc/loadavg: 1.47 1.71 2.50 5/362 6027
/proc/meminfo: memFree=16775960/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=81452 CPUtime=12.69 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 18971 0 0 0 1266 3 0 0 25 0 1 0 582611417 83406848 14631 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 20363 14631 258 24 0 16997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81452

[startup+25.5012 s]
/proc/loadavg: 2.03 1.82 2.53 5/362 6027
/proc/meminfo: memFree=16705520/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=100420 CPUtime=25.49 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 23709 0 0 0 2545 4 0 0 25 0 1 0 582611417 102830080 19305 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 25105 19305 258 24 0 21739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100420

[startup+51.1007 s]
/proc/loadavg: 2.86 2.03 2.58 5/362 6028
/proc/meminfo: memFree=16703604/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=69776 CPUtime=51.1 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 34837 0 0 0 5102 8 0 0 25 0 1 0 582611417 71450624 12274 33554432000 4194304 4291235 140735743347664 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 17444 12274 258 24 0 14078 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 69776

[startup+102.314 s]
/proc/loadavg: 3.50 2.33 2.65 5/362 6029
/proc/meminfo: memFree=16495364/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=182664 CPUtime=102.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 56118 0 0 0 10217 13 0 0 25 0 1 0 582611417 187047936 33346 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 45666 33346 258 24 0 42300 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 182664

[startup+162.301 s]
/proc/loadavg: 3.85 2.65 2.73 5/362 6031
/proc/meminfo: memFree=16516040/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=186616 CPUtime=162.29 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 87312 0 0 0 16207 22 0 0 25 0 1 0 582611417 191094784 35457 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 46654 35457 258 24 0 43288 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 186616

[startup+222.301 s]
/proc/loadavg: 4.00 2.91 2.82 5/362 6032
/proc/meminfo: memFree=16446828/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=139636 CPUtime=222.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 114651 0 0 0 22200 30 0 0 25 0 1 0 582611417 142987264 30355 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 34909 30355 258 24 0 31543 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139636

[startup+282.301 s]
/proc/loadavg: 4.00 3.10 2.89 5/362 6034
/proc/meminfo: memFree=16411832/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=80892 CPUtime=282.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 136967 0 0 0 28193 37 0 0 25 0 1 0 582611417 82833408 14781 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 20223 14781 258 24 0 16857 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 80892

[startup+342.301 s]
/proc/loadavg: 4.04 3.28 2.96 5/362 6036
/proc/meminfo: memFree=16511004/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=197532 CPUtime=342.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 157436 0 0 0 34187 43 0 0 25 0 1 0 582611417 202272768 35092 33554432000 4194304 4291235 140735743347664 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 49383 35092 258 24 0 46017 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 197532

[startup+402.301 s]
/proc/loadavg: 4.01 3.41 3.02 5/362 6037
/proc/meminfo: memFree=16500440/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=119388 CPUtime=402.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 181982 0 0 0 40179 51 0 0 25 0 1 0 582611417 122253312 23933 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 29847 23933 258 24 0 26481 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 119388

[startup+462.3 s]
/proc/loadavg: 4.00 3.51 3.08 5/362 6039
/proc/meminfo: memFree=16408392/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=202084 CPUtime=462.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 203645 0 0 0 46174 56 0 0 25 0 1 0 582611417 206934016 45418 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 50521 45418 258 24 0 47155 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 202084

[startup+522.301 s]
/proc/loadavg: 4.00 3.60 3.13 5/362 6040
/proc/meminfo: memFree=16445188/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=154188 CPUtime=522.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 229095 0 0 0 52166 64 0 0 25 0 1 0 582611417 157888512 34115 33554432000 4194304 4291235 140735743347664 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 38547 34115 258 24 0 35181 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154188

[startup+582.3 s]
/proc/loadavg: 4.06 3.68 3.19 5/362 6042
/proc/meminfo: memFree=16513360/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=94920 CPUtime=582.3 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 250846 0 0 0 58159 71 0 0 25 0 1 0 582611417 97198080 17833 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 23730 17833 258 24 0 20364 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 94920

[startup+642.301 s]
/proc/loadavg: 4.12 3.77 3.25 5/362 6044
/proc/meminfo: memFree=16395044/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=207392 CPUtime=642.31 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 272717 0 0 0 64153 78 0 0 25 0 1 0 582611417 212369408 39555 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255905 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 51848 39555 258 24 0 48482 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 207392

[startup+702.3 s]
/proc/loadavg: 4.09 3.82 3.30 5/362 6045
/proc/meminfo: memFree=16110556/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=423940 CPUtime=702.31 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 301771 0 0 0 70145 86 0 0 25 0 1 0 582611417 434114560 68474 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 105985 68474 258 24 0 102619 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 423940

[startup+762.314 s]
/proc/loadavg: 4.03 3.85 3.34 5/362 6047
/proc/meminfo: memFree=16037620/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=162664 CPUtime=762.32 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 327833 0 0 0 76139 93 0 0 25 0 1 0 582611417 166567936 33404 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 40666 33404 258 24 0 37300 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 162664

[startup+822.301 s]
/proc/loadavg: 4.07 3.90 3.39 5/362 6048
/proc/meminfo: memFree=16385416/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=297824 CPUtime=822.31 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 349106 0 0 0 82133 98 0 0 25 0 1 0 582611417 304971776 54528 33554432000 4194304 4291235 140735743347664 18446744073709551615 4248307 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 74456 54528 258 24 0 71090 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 297824

[startup+882.301 s]
/proc/loadavg: 4.08 3.94 3.43 5/362 6050
/proc/meminfo: memFree=16285936/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=144896 CPUtime=882.31 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 373640 0 0 0 88124 107 0 0 25 0 1 0 582611417 148373504 29849 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 36224 29849 258 24 0 32858 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 144896

[startup+942.301 s]
/proc/loadavg: 4.03 3.94 3.46 5/362 6061
/proc/meminfo: memFree=16259112/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=225804 CPUtime=942.31 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 394336 0 0 0 94117 114 0 0 25 0 1 0 582611417 231223296 50341 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 56451 50341 258 24 0 53085 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 225804

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.49 5/362 6062
/proc/meminfo: memFree=16332860/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=175716 CPUtime=1002.31 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 418282 0 0 0 100110 121 0 0 25 0 1 0 582611417 179933184 37951 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 43929 37951 258 24 0 40563 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 175716

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.52 5/362 6064
/proc/meminfo: memFree=16267608/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=307192 CPUtime=1062.31 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 435693 0 0 0 106105 126 0 0 25 0 1 0 582611417 314564608 55196 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 76798 55196 258 24 0 73432 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 307192

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.55 5/362 6065
/proc/meminfo: memFree=16400892/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=144896 CPUtime=1122.32 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 457227 0 0 0 112097 135 0 0 25 0 1 0 582611417 148373504 31528 33554432000 4194304 4291235 140735743347664 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 36224 31528 258 24 0 32858 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 144896

[startup+1182.3 s]
/proc/loadavg: 4.03 3.98 3.58 5/362 6067
/proc/meminfo: memFree=16142440/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=227484 CPUtime=1182.32 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 476353 0 0 0 118091 141 0 0 25 0 1 0 582611417 232943616 50487 33554432000 4194304 4291235 140735743347664 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 56871 50487 258 24 0 53505 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 227484

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.61 5/362 6069
/proc/meminfo: memFree=16304108/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=128272 CPUtime=1242.32 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 499872 0 0 0 124084 148 0 0 25 0 1 0 582611417 131350528 24997 33554432000 4194304 4291235 140735743347664 18446744073709551615 4256137 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 32068 24997 258 24 0 28702 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 128272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.63 6/361 6071
/proc/meminfo: memFree=16432920/32951124 swapFree=67111348/67111528
[pid=6014] ppid=6012 vsize=228148 CPUtime=1300.03 cores=0,2
/proc/6014/stat : 6014 (minisat) R 6012 6014 5564 0 -1 4202496 523107 0 0 0 129848 155 0 0 25 0 1 0 582611417 233623552 48059 33554432000 4194304 4291235 140735743347664 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6014/statm: 57037 48059 258 24 0 53671 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 228148

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

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

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

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

runsolver used 4.92825 second user time and 9.75452 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-09 02:45:53
IDJOB=3318208
IDBENCH=83105
IDSOLVER=1707
FILE ID=node144/3318208-1304901953
RUNJOBID= node144-1304901953-5984
PBS_JOBID= 13282127
Free space on /tmp= 37692 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318208-1304901953/watcher-3318208-1304901953 -o /tmp/evaluation-result-3318208-1304901953/solver-3318208-1304901953 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318208-1304901953.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=19564929

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16982016 kB
Buffers:        193996 kB
Cached:        8154312 kB
SwapCached:          0 kB
Active:        7589508 kB
Inactive:      7906408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16982016 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6692 kB
Writeback:          24 kB
AnonPages:     7147172 kB
Mapped:          27200 kB
Slab:           372756 kB
PageTables:      38052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82021616 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= 37688 MiB
End job on node144 at 2011-05-09 03:07:35