Trace number 3349916

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: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.02 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-3349916-1304971446/watcher-3349916-1304971446 -o /tmp/evaluation-result-3349916-1304971446/solver-3349916-1304971446 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349916-1304971446.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 5,7

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: 4.05 3.52 3.53 4/303 24082
/proc/meminfo: memFree=11573556/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=28036 CPUtime=0 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 2033 0 0 0 0 0 0 0 18 0 1 0 608747392 28708864 1922 33554432000 4194304 4300056 140734188701472 18446744073709551615 218370957056 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 7009 1922 222 26 0 3641 0

[startup+0.0207839 s]
/proc/loadavg: 4.05 3.52 3.53 4/303 24082
/proc/meminfo: memFree=11573556/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=29060 CPUtime=0.01 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 2358 0 0 0 1 0 0 0 18 0 1 0 608747392 29757440 2226 33554432000 4194304 4300056 140734188701472 18446744073709551615 218370957056 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 7265 2227 222 26 0 3897 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29060

[startup+0.10077 s]
/proc/loadavg: 4.05 3.52 3.53 4/303 24082
/proc/meminfo: memFree=11573556/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=36932 CPUtime=0.09 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 5442 0 0 0 9 0 0 0 18 0 1 0 608747392 37818368 4841 33554432000 4194304 4300056 140734188701472 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 9233 4842 222 26 0 5865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36932

[startup+0.300738 s]
/proc/loadavg: 4.05 3.52 3.53 4/303 24082
/proc/meminfo: memFree=11573556/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=51764 CPUtime=0.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 9234 0 0 0 28 1 0 0 18 0 1 0 608747392 53006336 8371 33554432000 4194304 4300056 140734188701472 18446744073709551615 4258619 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 12941 8371 228 26 0 9573 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51764

[startup+0.700669 s]
/proc/loadavg: 4.05 3.52 3.53 4/303 24082
/proc/meminfo: memFree=11573556/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=43084 CPUtime=0.69 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 10611 0 0 0 68 1 0 0 18 0 1 0 608747392 44118016 6372 33554432000 4194304 4300056 140734188701472 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 10771 6372 246 26 0 7403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50053 s]
/proc/loadavg: 4.05 3.52 3.53 5/304 24083
/proc/meminfo: memFree=11546024/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=43084 CPUtime=1.49 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 11034 0 0 0 148 1 0 0 20 0 1 0 608747392 44118016 6787 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 10771 6787 246 26 0 7403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43084

[startup+3.10024 s]
/proc/loadavg: 4.05 3.52 3.53 5/304 24083
/proc/meminfo: memFree=11540024/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=50156 CPUtime=3.09 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 11803 0 0 0 307 2 0 0 25 0 1 0 608747392 51359744 7548 33554432000 4194304 4300056 140734188701472 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 12539 7548 246 26 0 9171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50156

[startup+6.30068 s]
/proc/loadavg: 4.04 3.53 3.53 5/304 24083
/proc/meminfo: memFree=11513384/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=68832 CPUtime=6.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 16344 0 0 0 626 3 0 0 25 0 1 0 608747392 70483968 12060 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 17208 12060 246 26 0 13840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68832

[startup+12.7006 s]
/proc/loadavg: 4.04 3.54 3.54 5/304 24084
/proc/meminfo: memFree=11483668/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=80508 CPUtime=12.69 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 19691 0 0 0 1266 3 0 0 25 0 1 0 608747392 82440192 15378 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 20127 15378 246 26 0 16759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80508

[startup+25.5003 s]
/proc/loadavg: 4.03 3.56 3.54 5/304 24084
/proc/meminfo: memFree=11516164/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=99476 CPUtime=25.49 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 24950 0 0 0 2544 5 0 0 25 0 1 0 608747392 101863424 20567 33554432000 4194304 4300056 140734188701472 18446744073709551615 4251296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 24869 20567 246 26 0 21501 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99476

[startup+51.1007 s]
/proc/loadavg: 4.02 3.60 3.55 5/304 24084
/proc/meminfo: memFree=11478116/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=89332 CPUtime=51.09 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 38079 0 0 0 5101 8 0 0 25 0 1 0 608747392 91475968 16391 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 22333 16391 246 26 0 18965 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89332

[startup+102.312 s]
/proc/loadavg: 4.01 3.66 3.57 5/304 24113
/proc/meminfo: memFree=11591676/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=58980 CPUtime=102.3 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 55772 0 0 0 10217 13 0 0 25 0 1 0 608747392 60395520 10802 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 14745 10802 246 26 0 11377 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 58980

[startup+162.301 s]
/proc/loadavg: 4.09 3.75 3.61 5/304 24114
/proc/meminfo: memFree=11459704/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=196008 CPUtime=162.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 82650 0 0 0 16208 21 0 0 25 0 1 0 608747392 200712192 37402 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 49002 37402 246 26 0 45634 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 196008

[startup+222.3 s]
/proc/loadavg: 4.03 3.79 3.63 5/304 24116
/proc/meminfo: memFree=11432740/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=200568 CPUtime=222.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 110404 0 0 0 22200 29 0 0 25 0 1 0 608747392 205381632 39820 33554432000 4194304 4300056 140734188701472 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 50142 39820 246 26 0 46774 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 200568

[startup+282.301 s]
/proc/loadavg: 4.01 3.83 3.65 5/304 24118
/proc/meminfo: memFree=11359660/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=205372 CPUtime=282.3 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 136678 0 0 0 28193 37 0 0 25 0 1 0 608747392 210300928 35902 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 51343 35902 246 26 0 47975 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 205372

[startup+342.301 s]
/proc/loadavg: 4.06 3.87 3.67 5/304 24119
/proc/meminfo: memFree=11280512/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=212552 CPUtime=342.3 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 166271 0 0 0 34183 47 0 0 25 0 1 0 608747392 217653248 38153 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 53138 38153 246 26 0 49770 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 212552

[startup+402.3 s]
/proc/loadavg: 4.02 3.89 3.69 5/304 24121
/proc/meminfo: memFree=11354476/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=162464 CPUtime=402.28 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 193807 0 0 0 40172 56 0 0 25 0 1 0 608747392 166363136 31178 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 40616 31178 246 26 0 37248 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 162464

[startup+462.301 s]
/proc/loadavg: 4.00 3.91 3.71 5/304 24123
/proc/meminfo: memFree=11252244/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=106844 CPUtime=462.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 217393 0 0 0 46165 64 0 0 25 0 1 0 608747392 109408256 21896 33554432000 4194304 4300056 140734188701472 18446744073709551615 4252544 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 26711 21896 246 26 0 23343 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 106844

[startup+522.3 s]
/proc/loadavg: 4.08 3.94 3.73 5/304 24124
/proc/meminfo: memFree=11252672/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=218396 CPUtime=522.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 240672 0 0 0 52157 72 0 0 25 0 1 0 608747392 223637504 44903 33554432000 4194304 4300056 140734188701472 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 54599 44903 246 26 0 51231 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 218396

[startup+582.301 s]
/proc/loadavg: 4.03 3.95 3.74 5/304 24126
/proc/meminfo: memFree=11199308/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=168308 CPUtime=582.28 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 265108 0 0 0 58149 79 0 0 25 0 1 0 608747392 172347392 36630 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 42077 36630 246 26 0 38709 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 168308

[startup+642.301 s]
/proc/loadavg: 4.01 3.95 3.76 5/304 24127
/proc/meminfo: memFree=11263616/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=299784 CPUtime=642.3 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 283862 0 0 0 64144 86 0 0 25 0 1 0 608747392 306978816 55246 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 74946 55246 246 26 0 71578 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 299784

[startup+702.3 s]
/proc/loadavg: 4.13 3.99 3.78 5/304 24129
/proc/meminfo: memFree=11152940/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=225128 CPUtime=702.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 309803 0 0 0 70131 98 0 0 25 0 1 0 608747392 230531072 39937 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 56282 39937 246 26 0 52914 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 225128

[startup+762.312 s]
/proc/loadavg: 4.05 3.99 3.79 5/304 24131
/proc/meminfo: memFree=11248132/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=150500 CPUtime=762.3 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 333152 0 0 0 76124 106 0 0 25 0 1 0 608747392 154112000 29044 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 37625 29044 246 26 0 34257 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 150500

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 3.80 5/304 24132
/proc/meminfo: memFree=11152096/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=231408 CPUtime=822.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 356146 0 0 0 82115 114 0 0 25 0 1 0 608747392 236961792 51838 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 57852 51838 246 26 0 54484 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 231408

[startup+882.3 s]
/proc/loadavg: 4.08 4.00 3.82 5/304 24134
/proc/meminfo: memFree=11303464/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=155456 CPUtime=882.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 380752 0 0 0 88107 122 0 0 25 0 1 0 608747392 159186944 34257 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 38864 34257 246 26 0 35496 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 155456

[startup+942.301 s]
/proc/loadavg: 4.03 4.00 3.82 5/304 24135
/proc/meminfo: memFree=11048728/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=236364 CPUtime=942.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 400007 0 0 0 94099 130 0 0 25 0 1 0 608747392 242036736 53389 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 59091 53389 246 26 0 55723 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 236364

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/304 24137
/proc/meminfo: memFree=11064660/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=317752 CPUtime=1002.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 418734 0 0 0 100091 138 0 0 25 0 1 0 608747392 325378048 72008 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 79438 72008 246 26 0 76070 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 317752

[startup+1062.3 s]
/proc/loadavg: 3.92 3.98 3.83 4/298 24156
/proc/meminfo: memFree=11632432/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=147080 CPUtime=1062.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 440333 0 0 0 106084 145 0 0 25 0 1 0 608747392 150609920 31171 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 36770 31171 246 26 0 33402 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 147080

[startup+1122.3 s]
/proc/loadavg: 3.38 3.82 3.78 5/298 24158
/proc/meminfo: memFree=11595288/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=246956 CPUtime=1122.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 462618 0 0 0 112076 153 0 0 25 0 1 0 608747392 252882944 53224 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 61739 53224 246 26 0 58371 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 246956

[startup+1182.3 s]
/proc/loadavg: 2.98 3.63 3.72 3/292 24178
/proc/meminfo: memFree=11790632/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=202876 CPUtime=1182.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 488616 0 0 0 118066 163 0 0 25 0 1 0 608747392 207745024 42164 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 50719 42164 246 26 0 47351 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 202876

[startup+1242.3 s]
/proc/loadavg: 2.36 3.33 3.61 3/292 24179
/proc/meminfo: memFree=11648580/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=334352 CPUtime=1242.29 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 512676 0 0 0 124061 168 0 0 25 0 1 0 608747392 342376448 66007 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 83588 66007 246 26 0 80220 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 334352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.16 3.10 3.51 3/292 24181
/proc/meminfo: memFree=11718092/32951124 swapFree=52307768/67111528
[pid=24082] ppid=24080 vsize=252964 CPUtime=1300 cores=5,7
/proc/24082/stat : 24082 (lr_gl_shr) R 24080 24082 21988 0 -1 4202496 538419 0 0 0 129826 174 0 0 25 0 1 0 608747392 259035136 50331 33554432000 4194304 4300056 140734188701472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24082/statm: 63241 50331 246 26 0 59873 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 252964

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.02
CPU user time (s): 1298.26
CPU system time (s): 1.75773
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 456252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.26
system time used= 1.75773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 538419
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= 9
involuntary context switches= 1245

runsolver used 3.32949 second user time and 8.51171 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-09 22:04:06
IDJOB=3349916
IDBENCH=83105
IDSOLVER=1814
FILE ID=node101/3349916-1304971446
RUNJOBID= node101-1304971199-23970
PBS_JOBID= 13285649
Free space on /tmp= 37460 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349916-1304971446/watcher-3349916-1304971446 -o /tmp/evaluation-result-3349916-1304971446/solver-3349916-1304971446 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349916-1304971446.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=37726607

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.07
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.841
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.77
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.841
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.841
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.841
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.841
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.841
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:      11573712 kB
Buffers:        240108 kB
Cached:       10583560 kB
SwapCached:      14432 kB
Active:       11722376 kB
Inactive:      9229680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11573712 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            4136 kB
Writeback:          24 kB
AnonPages:    10125688 kB
Mapped:          15164 kB
Slab:           296892 kB
PageTables:      63632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42600016 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= 37492 MiB
End job on node101 at 2011-05-09 22:25:48