Trace number 3349930

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/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

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-3349930-1304972996/watcher-3349930-1304972996 -o /tmp/evaluation-result-3349930-1304972996/solver-3349930-1304972996 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349930-1304972996.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 4,6

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: 1.27 2.24 2.96 2/366 23968
/proc/meminfo: memFree=12536840/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=14412 CPUtime=0.01 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 526 0 0 0 1 0 0 0 22 0 1 0 589715904 14757888 425 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 3603 425 242 26 0 235 0

[startup+0.057888 s]
/proc/loadavg: 1.27 2.24 2.96 2/366 23968
/proc/meminfo: memFree=12536840/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=14944 CPUtime=0.05 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 643 0 0 0 5 0 0 0 22 0 1 0 589715904 15302656 532 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 3736 532 242 26 0 368 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14944

[startup+0.100943 s]
/proc/loadavg: 1.27 2.24 2.96 2/366 23968
/proc/meminfo: memFree=12536840/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=15344 CPUtime=0.09 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 681 0 0 0 9 0 0 0 22 0 1 0 589715904 15712256 570 33554432000 4194304 4300056 140733209455568 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 3836 570 243 26 0 468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15344

[startup+0.30091 s]
/proc/loadavg: 1.27 2.24 2.96 2/366 23968
/proc/meminfo: memFree=12536840/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=15732 CPUtime=0.29 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 848 0 0 0 29 0 0 0 23 0 1 0 589715904 16109568 726 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 3933 726 243 26 0 565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15732

[startup+0.700841 s]
/proc/loadavg: 1.27 2.24 2.96 2/366 23968
/proc/meminfo: memFree=12536840/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=15732 CPUtime=0.69 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 859 0 0 0 69 0 0 0 25 0 1 0 589715904 16109568 736 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 3933 736 243 26 0 565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15732

[startup+1.5007 s]
/proc/loadavg: 1.27 2.24 2.96 5/377 23989
/proc/meminfo: memFree=12526924/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=16368 CPUtime=1.49 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 932 0 0 0 149 0 0 0 25 0 1 0 589715904 16760832 807 33554432000 4194304 4300056 140733209455568 18446744073709551615 4262974 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 4092 807 243 26 0 724 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16368

[startup+3.1004 s]
/proc/loadavg: 1.49 2.27 2.97 5/377 23989
/proc/meminfo: memFree=12522976/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=17624 CPUtime=3.09 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 1244 0 0 0 309 0 0 0 25 0 1 0 589715904 18046976 1106 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 4406 1106 243 26 0 1038 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17624

[startup+6.30084 s]
/proc/loadavg: 1.49 2.27 2.97 5/377 23989
/proc/meminfo: memFree=12519624/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=17624 CPUtime=6.29 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 1289 0 0 0 629 0 0 0 25 0 1 0 589715904 18046976 1149 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 4406 1149 243 26 0 1038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17624

[startup+12.7007 s]
/proc/loadavg: 1.88 2.32 2.98 5/377 23989
/proc/meminfo: memFree=12514644/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=18060 CPUtime=12.69 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 1483 0 0 0 1269 0 0 0 25 0 1 0 589715904 18493440 1334 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 4515 1334 243 26 0 1147 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18060

[startup+25.5004 s]
/proc/loadavg: 2.20 2.38 2.99 5/377 23989
/proc/meminfo: memFree=12509836/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=21140 CPUtime=25.49 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 2055 0 0 0 2549 0 0 0 25 0 1 0 589715904 21647360 1890 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 5285 1890 243 26 0 1917 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21140

[startup+51.1008 s]
/proc/loadavg: 2.98 2.54 3.02 5/377 24017
/proc/meminfo: memFree=12484212/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=22492 CPUtime=51.09 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 2367 0 0 0 5109 0 0 0 25 0 1 0 589715904 23031808 2191 33554432000 4194304 4300056 140733209455568 18446744073709551615 4252387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 5623 2191 243 26 0 2255 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22492

[startup+102.314 s]
/proc/loadavg: 3.67 2.80 3.08 5/377 24018
/proc/meminfo: memFree=12460712/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=24832 CPUtime=102.31 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 3238 0 0 0 10231 0 0 0 25 0 1 0 589715904 25427968 3029 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 6208 3029 243 26 0 2840 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24832

[startup+162.301 s]
/proc/loadavg: 3.88 3.02 3.14 5/377 24020
/proc/meminfo: memFree=12451988/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=27508 CPUtime=162.3 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 3698 0 0 0 16230 0 0 0 25 0 1 0 589715904 28168192 3472 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 6877 3472 243 26 0 3509 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 27508

[startup+222.3 s]
/proc/loadavg: 3.95 3.19 3.19 5/377 24049
/proc/meminfo: memFree=12268976/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=28260 CPUtime=222.3 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 4131 0 0 0 22230 0 0 0 25 0 1 0 589715904 28938240 3886 33554432000 4194304 4300056 140733209455568 18446744073709551615 4263302 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 7065 3886 243 26 0 3697 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 28260

[startup+282.301 s]
/proc/loadavg: 3.98 3.34 3.24 5/377 24050
/proc/meminfo: memFree=12264424/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=30544 CPUtime=282.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 4561 0 0 0 28228 0 0 0 25 0 1 0 589715904 31277056 4305 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 7636 4305 243 26 0 4268 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 30544

[startup+342.301 s]
/proc/loadavg: 3.99 3.45 3.28 5/377 24052
/proc/meminfo: memFree=12261840/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=32648 CPUtime=342.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 4687 0 0 0 34228 0 0 0 25 0 1 0 589715904 33431552 4429 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 8162 4429 243 26 0 4794 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 32648

[startup+402.301 s]
/proc/loadavg: 4.08 3.58 3.33 5/377 24053
/proc/meminfo: memFree=12260076/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=32648 CPUtime=402.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 4712 0 0 0 40228 0 0 0 25 0 1 0 589715904 33431552 4453 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 8162 4453 243 26 0 4794 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 32648

[startup+462.3 s]
/proc/loadavg: 4.07 3.67 3.38 5/377 24055
/proc/meminfo: memFree=12233880/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=32648 CPUtime=462.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 5254 0 0 0 46228 0 0 0 25 0 1 0 589715904 33431552 4975 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 8162 4975 243 26 0 4794 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 32648

[startup+522.301 s]
/proc/loadavg: 4.06 3.74 3.42 5/377 24057
/proc/meminfo: memFree=12153484/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=35428 CPUtime=522.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 5482 0 0 0 52228 0 0 0 25 0 1 0 589715904 36278272 5198 33554432000 4194304 4300056 140733209455568 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 8857 5198 243 26 0 5489 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 35428

[startup+582.301 s]
/proc/loadavg: 4.06 3.80 3.46 5/377 24058
/proc/meminfo: memFree=12069504/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=35428 CPUtime=582.29 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 5953 0 0 0 58229 0 0 0 25 0 1 0 589715904 36278272 5662 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 8857 5662 243 26 0 5489 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 35428

[startup+642.301 s]
/proc/loadavg: 4.11 3.86 3.50 5/377 24060
/proc/meminfo: memFree=12002392/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=35428 CPUtime=642.31 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 5962 0 0 0 64230 1 0 0 25 0 1 0 589715904 36278272 5670 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 8857 5670 243 26 0 5489 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 35428

[startup+702.3 s]
/proc/loadavg: 4.18 3.93 3.54 5/377 24088
/proc/meminfo: memFree=12035120/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=38192 CPUtime=702.3 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 6241 0 0 0 70229 1 0 0 25 0 1 0 589715904 39108608 5941 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 9548 5941 243 26 0 6180 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 38192

[startup+762.314 s]
/proc/loadavg: 4.06 3.94 3.57 5/377 24090
/proc/meminfo: memFree=12027460/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=38192 CPUtime=762.3 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 6293 0 0 0 76229 1 0 0 25 0 1 0 589715904 39108608 5993 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 9548 5993 243 26 0 6180 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 38192

[startup+822.301 s]
/proc/loadavg: 4.02 3.95 3.59 5/377 24092
/proc/meminfo: memFree=12018244/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=39372 CPUtime=822.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 6943 0 0 0 82227 1 0 0 25 0 1 0 589715904 40316928 6623 33554432000 4194304 4300056 140733209455568 18446744073709551615 4262969 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 9843 6623 243 26 0 6475 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 39372

[startup+882.3 s]
/proc/loadavg: 4.01 3.95 3.61 5/377 24093
/proc/meminfo: memFree=12010408/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=39372 CPUtime=882.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 6980 0 0 0 88227 1 0 0 25 0 1 0 589715904 40316928 6659 33554432000 4194304 4300056 140733209455568 18446744073709551615 4263293 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 9843 6659 243 26 0 6475 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 39372

[startup+942.3 s]
/proc/loadavg: 4.20 4.01 3.65 5/377 24095
/proc/meminfo: memFree=12005540/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=43724 CPUtime=942.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 7012 0 0 0 94227 1 0 0 25 0 1 0 589715904 44773376 6691 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 10931 6691 243 26 0 7563 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 43724

[startup+1002.3 s]
/proc/loadavg: 4.13 4.02 3.68 5/377 24096
/proc/meminfo: memFree=11996704/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=43724 CPUtime=1002.28 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 7060 0 0 0 100227 1 0 0 25 0 1 0 589715904 44773376 6738 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 10931 6738 243 26 0 7563 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 43724

[startup+1062.3 s]
/proc/loadavg: 4.09 4.03 3.70 5/377 24098
/proc/meminfo: memFree=11982904/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=43724 CPUtime=1062.29 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 8119 0 0 0 106228 1 0 0 25 0 1 0 589715904 44773376 7752 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 10931 7752 243 26 0 7563 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 43724

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.72 5/377 24100
/proc/meminfo: memFree=11976916/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=43724 CPUtime=1122.29 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 8120 0 0 0 112228 1 0 0 25 0 1 0 589715904 44773376 7753 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 10931 7753 243 26 0 7563 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 43724

[startup+1182.3 s]
/proc/loadavg: 3.38 3.83 3.67 4/371 24118
/proc/meminfo: memFree=11991444/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=43724 CPUtime=1182.29 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 8120 0 0 0 118228 1 0 0 25 0 1 0 589715904 44773376 7753 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 10931 7753 243 26 0 7563 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 43724

[startup+1242.3 s]
/proc/loadavg: 3.19 3.69 3.63 4/371 24120
/proc/meminfo: memFree=11981616/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=43724 CPUtime=1242.29 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 8120 0 0 0 124228 1 0 0 25 0 1 0 589715904 44773376 7753 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 10931 7753 243 26 0 7563 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 43724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.08 3.57 3.59 4/371 24121
/proc/meminfo: memFree=11975144/32951124 swapFree=65155552/67111528
[pid=23968] ppid=23966 vsize=44444 CPUtime=1300.01 cores=4,6
/proc/23968/stat : 23968 (lr_gl_shr) R 23966 23968 22980 0 -1 4202496 9167 0 0 0 129999 2 0 0 25 0 1 0 589715904 45510656 7579 33554432000 4194304 4300056 140733209455568 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23968/statm: 11111 7579 244 26 0 7743 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 44444

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.99
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9167
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= 6
involuntary context switches= 2396

runsolver used 5.08723 second user time and 10.2804 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-09 22:29:56
IDJOB=3349930
IDBENCH=83430
IDSOLVER=1814
FILE ID=node146/3349930-1304972996
RUNJOBID= node146-1304972996-23920
PBS_JOBID= 13285604
Free space on /tmp= 41856 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.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-3349930-1304972996/watcher-3349930-1304972996 -o /tmp/evaluation-result-3349930-1304972996/solver-3349930-1304972996 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349930-1304972996.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=826723950

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12537228 kB
Buffers:        159428 kB
Cached:        4464284 kB
SwapCached:       9316 kB
Active:       10667804 kB
Inactive:      9435388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12537228 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:             788 kB
Writeback:           0 kB
AnonPages:    15477424 kB
Mapped:          22468 kB
Slab:           185036 kB
PageTables:      59032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81781116 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= 41792 MiB
End job on node146 at 2011-05-09 22:51:38