Trace number 3350216

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_GL_NOSHR 2011-03-02? (TO) 1299.83 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-3350216-1304971594/watcher-3350216-1304971594 -o /tmp/evaluation-result-3350216-1304971594/solver-3350216-1304971594 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350216-1304971594.cnf -verb=0 -model -no-shrinking 

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: 4.30 3.55 3.32 5/410 17083
/proc/meminfo: memFree=23635912/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=28036 CPUtime=0 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 2043 0 0 0 0 0 0 0 18 0 1 0 608758106 28708864 1930 33554432000 4194304 4300056 140734889148192 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 7009 1931 222 26 0 3641 0

[startup+0.112282 s]
/proc/loadavg: 4.30 3.55 3.32 5/410 17083
/proc/meminfo: memFree=23635912/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=38216 CPUtime=0.1 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 5814 0 0 0 10 0 0 0 18 0 1 0 608758106 39133184 5193 33554432000 4194304 4300056 140734889148192 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 9554 5195 222 26 0 6186 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38216

[startup+0.20028 s]
/proc/loadavg: 4.30 3.55 3.32 5/410 17083
/proc/meminfo: memFree=23635912/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=43848 CPUtime=0.18 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 7185 0 0 0 18 0 0 0 18 0 1 0 608758106 44900352 6525 33554432000 4194304 4300056 140734889148192 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 10962 6525 228 26 0 7594 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 43848

[startup+0.300252 s]
/proc/loadavg: 4.30 3.55 3.32 5/410 17083
/proc/meminfo: memFree=23635912/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=51764 CPUtime=0.29 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 9234 0 0 0 28 1 0 0 18 0 1 0 608758106 53006336 8371 33554432000 4194304 4300056 140734889148192 18446744073709551615 4258659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 12941 8371 228 26 0 9573 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51764

[startup+0.701204 s]
/proc/loadavg: 4.30 3.55 3.32 5/410 17083
/proc/meminfo: memFree=23635912/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=43084 CPUtime=0.69 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 10609 0 0 0 68 1 0 0 18 0 1 0 608758106 44118016 6370 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 10771 6370 246 26 0 7403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50107 s]
/proc/loadavg: 4.30 3.55 3.32 5/411 17084
/proc/meminfo: memFree=23606528/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=43084 CPUtime=1.49 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 11016 0 0 0 148 1 0 0 20 0 1 0 608758106 44118016 6770 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 10771 6770 246 26 0 7403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43084

[startup+3.10079 s]
/proc/loadavg: 4.30 3.55 3.32 5/411 17084
/proc/meminfo: memFree=23600204/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=50156 CPUtime=3.09 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 11771 0 0 0 308 1 0 0 25 0 1 0 608758106 51359744 7516 33554432000 4194304 4300056 140734889148192 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 12539 7516 246 26 0 9171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50156

[startup+6.30021 s]
/proc/loadavg: 4.43 3.59 3.34 5/411 17084
/proc/meminfo: memFree=23574196/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=68832 CPUtime=6.29 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 16260 0 0 0 627 2 0 0 25 0 1 0 608758106 70483968 11978 33554432000 4194304 4300056 140734889148192 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 17208 11978 246 26 0 13840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68832

[startup+12.7011 s]
/proc/loadavg: 4.40 3.60 3.34 5/411 17084
/proc/meminfo: memFree=23542836/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=80508 CPUtime=12.69 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 19522 0 0 0 1266 3 0 0 25 0 1 0 608758106 82440192 15211 33554432000 4194304 4300056 140734889148192 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 20127 15211 246 26 0 16759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80508

[startup+25.5009 s]
/proc/loadavg: 4.31 3.62 3.35 5/411 17085
/proc/meminfo: memFree=23521912/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=99476 CPUtime=25.5 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 24681 0 0 0 2545 5 0 0 25 0 1 0 608758106 101863424 20300 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 24869 20300 246 26 0 21501 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 99476

[startup+51.1005 s]
/proc/loadavg: 4.20 3.65 3.37 5/411 17085
/proc/meminfo: memFree=23542556/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=80508 CPUtime=51.09 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 37772 0 0 0 5100 9 0 0 25 0 1 0 608758106 82440192 15890 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 20127 15890 246 26 0 16759 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80508

[startup+102.301 s]
/proc/loadavg: 4.13 3.71 3.40 5/411 17087
/proc/meminfo: memFree=23511780/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=132192 CPUtime=102.3 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 62889 0 0 0 10215 15 0 0 25 0 1 0 608758106 135364608 24217 33554432000 4194304 4300056 140734889148192 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 33048 24217 246 26 0 29680 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 132192

[startup+162.3 s]
/proc/loadavg: 4.05 3.76 3.44 5/411 17088
/proc/meminfo: memFree=23525532/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=103940 CPUtime=162.28 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 95265 0 0 0 16205 23 0 0 25 0 1 0 608758106 106434560 17981 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 25985 17981 246 26 0 22617 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 103940

[startup+222.316 s]
/proc/loadavg: 4.16 3.85 3.49 5/411 17090
/proc/meminfo: memFree=23453588/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=137588 CPUtime=222.29 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 121745 0 0 0 22197 32 0 0 25 0 1 0 608758106 140890112 24142 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 34397 24142 246 26 0 31029 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 137588

[startup+282.301 s]
/proc/loadavg: 4.06 3.87 3.51 5/411 17091
/proc/meminfo: memFree=23455544/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=139544 CPUtime=282.26 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 147826 0 0 0 28185 41 0 0 25 0 1 0 608758106 142893056 27737 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 34886 27737 246 26 0 31518 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 139544

[startup+342.3 s]
/proc/loadavg: 4.13 3.92 3.55 5/411 17093
/proc/meminfo: memFree=23356316/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=191700 CPUtime=342.26 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 177272 0 0 0 34175 51 0 0 25 0 1 0 608758106 196300800 32994 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 47925 32994 246 26 0 44557 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 191700

[startup+402.301 s]
/proc/loadavg: 4.05 3.94 3.58 5/411 17095
/proc/meminfo: memFree=23514156/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=93808 CPUtime=402.25 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 209830 0 0 0 40164 61 0 0 25 0 1 0 608758106 96059392 16599 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256706 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 23452 16599 246 26 0 20084 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 93808

[startup+462.301 s]
/proc/loadavg: 4.10 3.96 3.61 5/411 17096
/proc/meminfo: memFree=23509800/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=83780 CPUtime=462.25 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 235781 0 0 0 46154 71 0 0 25 0 1 0 608758106 85790720 15746 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 20945 15746 246 26 0 17577 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 83780

[startup+522.3 s]
/proc/loadavg: 4.03 3.97 3.63 5/411 17098
/proc/meminfo: memFree=23303316/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=197048 CPUtime=522.24 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 260559 0 0 0 52145 79 0 0 25 0 1 0 608758106 201777152 40366 33554432000 4194304 4300056 140734889148192 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 49262 40366 246 26 0 45894 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 197048

[startup+582.301 s]
/proc/loadavg: 4.01 3.97 3.65 5/411 17099
/proc/meminfo: memFree=23441184/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=199700 CPUtime=582.23 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 286884 0 0 0 58135 88 0 0 25 0 1 0 608758106 204492800 35994 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 49925 35994 246 26 0 46557 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 199700

[startup+642.301 s]
/proc/loadavg: 4.06 3.99 3.67 5/411 17101
/proc/meminfo: memFree=23470056/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=202912 CPUtime=642.22 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 312670 0 0 0 64124 98 0 0 25 0 1 0 608758106 207781888 33828 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 50728 33828 246 26 0 47360 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 202912

[startup+702.3 s]
/proc/loadavg: 4.02 3.99 3.69 5/411 17103
/proc/meminfo: memFree=23362784/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=153880 CPUtime=702.22 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 338466 0 0 0 70112 110 0 0 25 0 1 0 608758106 157573120 33352 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 38470 33352 246 26 0 35102 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 153880

[startup+762.301 s]
/proc/loadavg: 4.01 3.99 3.71 5/411 17104
/proc/meminfo: memFree=23465560/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=155372 CPUtime=762.23 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 366133 0 0 0 76104 119 0 0 25 0 1 0 608758106 159100928 32184 33554432000 4194304 4300056 140734889148192 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 38843 32184 246 26 0 35475 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 155372

[startup+822.301 s]
/proc/loadavg: 4.04 4.00 3.73 5/411 17106
/proc/meminfo: memFree=23350960/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=157512 CPUtime=822.2 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 391358 0 0 0 82093 127 0 0 25 0 1 0 608758106 161292288 28471 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 39378 28471 246 26 0 36010 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 157512

[startup+882.315 s]
/proc/loadavg: 4.10 4.03 3.75 5/411 17107
/proc/meminfo: memFree=23382808/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=127312 CPUtime=882.21 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 416000 0 0 0 88085 136 0 0 25 0 1 0 608758106 130367488 25896 33554432000 4194304 4300056 140734889148192 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 31828 25896 246 26 0 28460 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 127312

[startup+942.301 s]
/proc/loadavg: 3.39 3.87 3.72 3/399 17145
/proc/meminfo: memFree=23778380/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=111984 CPUtime=942.17 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 440229 0 0 0 94072 145 0 0 25 0 1 0 608758106 114671616 21294 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 27996 21294 246 26 0 24628 0
Current children cumulated CPU time (s) 942.17
Current children cumulated vsize (KiB) 111984

[startup+1002.3 s]
/proc/loadavg: 2.51 3.53 3.61 3/399 17147
/proc/meminfo: memFree=23778236/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=112236 CPUtime=1002.15 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 469123 0 0 0 100061 154 0 0 25 0 1 0 608758106 114929664 21694 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 28059 21694 246 26 0 24691 0
Current children cumulated CPU time (s) 1002.15
Current children cumulated vsize (KiB) 112236

[startup+1062.3 s]
/proc/loadavg: 2.27 3.28 3.51 3/399 17148
/proc/meminfo: memFree=23798304/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=113772 CPUtime=1062.15 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 498029 0 0 0 106054 161 0 0 25 0 1 0 608758106 116502528 22067 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 28443 22067 246 26 0 25075 0
Current children cumulated CPU time (s) 1062.15
Current children cumulated vsize (KiB) 113772

[startup+1122.3 s]
/proc/loadavg: 2.13 3.06 3.42 3/399 17150
/proc/meminfo: memFree=23665112/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=214220 CPUtime=1122.14 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 521291 0 0 0 112048 166 0 0 25 0 1 0 608758106 219361280 45136 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 53555 45136 246 26 0 50187 0
Current children cumulated CPU time (s) 1122.14
Current children cumulated vsize (KiB) 214220

[startup+1182.3 s]
/proc/loadavg: 2.05 2.86 3.33 3/399 17151
/proc/meminfo: memFree=23709864/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=216684 CPUtime=1182.13 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 546335 0 0 0 118039 174 0 0 25 0 1 0 608758106 221884416 39161 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 54171 39161 246 26 0 50803 0
Current children cumulated CPU time (s) 1182.13
Current children cumulated vsize (KiB) 216684

[startup+1242.3 s]
/proc/loadavg: 2.02 2.70 3.24 3/399 17153
/proc/meminfo: memFree=23743080/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=167864 CPUtime=1242.13 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 572047 0 0 0 124034 179 0 0 25 0 1 0 608758106 171892736 34231 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 41966 34231 246 26 0 38598 0
Current children cumulated CPU time (s) 1242.13
Current children cumulated vsize (KiB) 167864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.66 2.49 3.14 2/393 17173
/proc/meminfo: memFree=23880656/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=120276 CPUtime=1299.81 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 593053 0 0 0 129795 186 0 0 25 0 1 0 608758106 123162624 24293 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 30069 24293 246 26 0 26701 0
Current children cumulated CPU time (s) 1299.81
Current children cumulated vsize (KiB) 120276

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

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

[startup+1300 s]
/proc/loadavg: 1.66 2.49 3.14 2/393 17173
/proc/meminfo: memFree=23880656/32951132 swapFree=67093844/67111528
[pid=17083] ppid=17081 vsize=120276 CPUtime=1299.81 cores=4,6
/proc/17083/stat : 17083 (lr_gl_shr) R 17081 17083 15070 0 -1 4202496 593053 0 0 0 129795 186 0 0 25 0 1 0 608758106 123162624 24293 33554432000 4194304 4300056 140734889148192 18446744073709551615 4256165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17083/statm: 30069 24293 246 26 0 26701 0
Current children cumulated CPU time (s) 1299.81
Current children cumulated vsize (KiB) 120276

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.83
CPU user time (s): 1297.96
CPU system time (s): 1.86772
CPU usage (%): 99.9853
Max. virtual memory (cumulated for all children) (KiB): 235976

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

runsolver used 5.34619 second user time and 11.4773 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 22:06:35
IDJOB=3350216
IDBENCH=83105
IDSOLVER=1815
FILE ID=node128/3350216-1304971594
RUNJOBID= node128-1304971210-16804
PBS_JOBID= 13285622
Free space on /tmp= 50988 MiB

SOLVER NAME= minisat hack: LR_GL_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 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350216-1304971594/watcher-3350216-1304971594 -o /tmp/evaluation-result-3350216-1304971594/solver-3350216-1304971594 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350216-1304971594.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1209572129

node128.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.852
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.852
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23636068 kB
Buffers:        169856 kB
Cached:        3250100 kB
SwapCached:       1408 kB
Active:        5967748 kB
Inactive:      3032192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23636068 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           10728 kB
Writeback:           0 kB
AnonPages:     5578184 kB
Mapped:          32324 kB
Slab:           210364 kB
PageTables:      39444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 101116788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 51004 MiB
End job on node128 at 2011-05-09 22:28:17