Trace number 3350202

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.92 3.98 3.59 5/342 6026
/proc/meminfo: memFree=7656984/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=22148 CPUtime=0 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 1012 0 0 0 0 0 0 0 25 0 1 0 589646534 22679552 954 33554432000 4194304 4300056 140733639055856 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 5537 954 222 26 0 2169 0

[startup+0.017369 s]
/proc/loadavg: 3.92 3.98 3.59 5/342 6026
/proc/meminfo: memFree=7656984/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=22956 CPUtime=0.01 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 1294 0 0 0 1 0 0 0 25 0 1 0 589646534 23506944 1219 33554432000 4194304 4300056 140733639055856 18446744073709551615 4200891 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 5739 1219 222 26 0 2371 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22956

[startup+0.100428 s]
/proc/loadavg: 3.92 3.98 3.59 5/342 6026
/proc/meminfo: memFree=7656984/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=26824 CPUtime=0.09 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 3100 0 0 0 9 0 0 0 25 0 1 0 589646534 27467776 2847 33554432000 4194304 4300056 140733639055856 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 6706 2847 228 26 0 3338 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26824

[startup+0.300374 s]
/proc/loadavg: 3.92 3.98 3.59 5/342 6026
/proc/meminfo: memFree=7656984/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=24068 CPUtime=0.29 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 4128 0 0 0 29 0 0 0 25 0 1 0 589646534 24645632 2591 33554432000 4194304 4300056 140733639055856 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 6017 2591 245 26 0 2649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24068

[startup+0.700307 s]
/proc/loadavg: 3.92 3.98 3.59 5/342 6026
/proc/meminfo: memFree=7656984/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=26748 CPUtime=0.68 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 4359 0 0 0 68 0 0 0 25 0 1 0 589646534 27389952 2817 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 6687 2817 246 26 0 3319 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26748

[startup+1.50114 s]
/proc/loadavg: 3.92 3.98 3.59 5/343 6027
/proc/meminfo: memFree=7644456/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=26748 CPUtime=1.48 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 4712 0 0 0 148 0 0 0 25 0 1 0 589646534 27389952 3163 33554432000 4194304 4300056 140733639055856 18446744073709551615 4251317 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 6687 3163 246 26 0 3319 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26748

[startup+3.1008 s]
/proc/loadavg: 3.92 3.98 3.59 5/343 6027
/proc/meminfo: memFree=7636644/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=33824 CPUtime=3.09 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 6573 0 0 0 308 1 0 0 25 0 1 0 589646534 34635776 5012 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 8456 5012 246 26 0 5088 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33824

[startup+6.30118 s]
/proc/loadavg: 3.93 3.98 3.59 5/343 6027
/proc/meminfo: memFree=7591836/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=35360 CPUtime=6.29 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 8190 0 0 0 628 1 0 0 25 0 1 0 589646534 36208640 3813 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 8840 3813 246 26 0 5472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35360

[startup+12.7009 s]
/proc/loadavg: 3.94 3.98 3.59 5/343 6027
/proc/meminfo: memFree=7553528/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=42740 CPUtime=12.69 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 11401 0 0 0 1267 2 0 0 25 0 1 0 589646534 43765760 7000 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 10685 7000 246 26 0 7317 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42740

[startup+25.5004 s]
/proc/loadavg: 3.95 3.98 3.60 5/343 6027
/proc/meminfo: memFree=7571368/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=42740 CPUtime=25.49 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 14901 0 0 0 2547 2 0 0 25 0 1 0 589646534 43765760 7422 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 10685 7422 246 26 0 7317 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42740

[startup+51.1003 s]
/proc/loadavg: 3.97 3.98 3.61 6/343 6056
/proc/meminfo: memFree=11334600/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=61416 CPUtime=51.09 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 18446 0 0 0 5105 4 0 0 25 0 1 0 589646534 62889984 10826 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 15354 10826 246 26 0 11986 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61416

[startup+102.313 s]
/proc/loadavg: 4.12 4.03 3.64 6/343 6057
/proc/meminfo: memFree=11289080/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=42988 CPUtime=102.3 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 21389 0 0 0 10225 5 0 0 25 0 1 0 589646534 44019712 6580 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 10747 6580 246 26 0 7379 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42988

[startup+162.3 s]
/proc/loadavg: 4.11 4.04 3.66 5/338 6077
/proc/meminfo: memFree=11362356/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=62212 CPUtime=162.3 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 26749 0 0 0 16224 6 0 0 25 0 1 0 589646534 63705088 11891 33554432000 4194304 4300056 140733639055856 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 15553 11891 246 26 0 12185 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 62212

[startup+222.3 s]
/proc/loadavg: 3.47 3.86 3.62 5/337 6079
/proc/meminfo: memFree=11429348/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=62212 CPUtime=222.29 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 31847 0 0 0 22223 6 0 0 25 0 1 0 589646534 63705088 12280 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 15553 12280 246 26 0 12185 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 62212

[startup+282.3 s]
/proc/loadavg: 2.57 3.54 3.53 4/331 6098
/proc/meminfo: memFree=11553736/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=92560 CPUtime=282.3 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 39674 0 0 0 28222 8 0 0 25 0 1 0 589646534 94781440 19869 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 23140 19869 246 26 0 19772 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 92560

[startup+342.301 s]
/proc/loadavg: 2.21 3.25 3.43 4/331 6100
/proc/meminfo: memFree=11504104/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=92560 CPUtime=342.3 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 39675 0 0 0 34222 8 0 0 25 0 1 0 589646534 94781440 19870 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 23140 19870 246 26 0 19772 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92560

[startup+402.301 s]
/proc/loadavg: 2.07 3.02 3.34 4/331 6104
/proc/meminfo: memFree=11522048/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=92560 CPUtime=402.3 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 39676 0 0 0 40222 8 0 0 25 0 1 0 589646534 94781440 19871 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 23140 19871 246 26 0 19772 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92560

[startup+462.301 s]
/proc/loadavg: 2.03 2.83 3.25 4/331 6106
/proc/meminfo: memFree=11530524/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=92560 CPUtime=462.31 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 39676 0 0 0 46223 8 0 0 25 0 1 0 589646534 94781440 19871 33554432000 4194304 4300056 140733639055856 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 23140 19871 246 26 0 19772 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 92560

[startup+522.301 s]
/proc/loadavg: 2.01 2.68 3.17 4/331 6108
/proc/meminfo: memFree=11550464/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=92560 CPUtime=522.31 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 39676 0 0 0 52223 8 0 0 25 0 1 0 589646534 94781440 19871 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 23140 19871 246 26 0 19772 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 92560

[startup+582.301 s]
/proc/loadavg: 2.14 2.59 3.10 4/331 6109
/proc/meminfo: memFree=11499352/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=582.31 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40451 0 0 0 58223 8 0 0 25 0 1 0 589646534 107024384 20637 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 20637 246 26 0 22761 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 104516

[startup+642.301 s]
/proc/loadavg: 2.05 2.48 3.03 4/331 6111
/proc/meminfo: memFree=11510116/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=642.32 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40455 0 0 0 64223 9 0 0 25 0 1 0 589646534 107024384 20641 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 20641 246 26 0 22761 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 104516

[startup+702.301 s]
/proc/loadavg: 2.02 2.39 2.96 4/331 6112
/proc/meminfo: memFree=11532284/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=702.32 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40455 0 0 0 70223 9 0 0 25 0 1 0 589646534 107024384 20641 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 20641 246 26 0 22761 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 104516

[startup+762.313 s]
/proc/loadavg: 2.00 2.31 2.90 4/331 6114
/proc/meminfo: memFree=11483148/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=762.33 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40455 0 0 0 76224 9 0 0 25 0 1 0 589646534 107024384 20641 33554432000 4194304 4300056 140733639055856 18446744073709551615 4264262 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 20641 246 26 0 22761 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 104516

[startup+822.301 s]
/proc/loadavg: 2.00 2.25 2.84 4/331 6116
/proc/meminfo: memFree=11512888/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=822.32 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 82223 9 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 104516

[startup+882.3 s]
/proc/loadavg: 2.00 2.20 2.79 4/331 6117
/proc/meminfo: memFree=11540260/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=882.32 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 88223 9 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 104516

[startup+942.3 s]
/proc/loadavg: 2.00 2.17 2.73 4/331 6119
/proc/meminfo: memFree=11489260/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=942.33 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 94224 9 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 104516

[startup+1002.3 s]
/proc/loadavg: 2.00 2.13 2.69 4/331 6120
/proc/meminfo: memFree=11518616/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=1002.33 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 100224 9 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 104516

[startup+1062.3 s]
/proc/loadavg: 2.00 2.11 2.64 4/331 6122
/proc/meminfo: memFree=11477660/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=1062.33 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 106224 9 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 104516

[startup+1122.3 s]
/proc/loadavg: 2.07 2.11 2.61 4/331 6124
/proc/meminfo: memFree=11505528/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=1122.33 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 112224 9 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 104516

[startup+1182.3 s]
/proc/loadavg: 2.02 2.09 2.57 4/331 6125
/proc/meminfo: memFree=11467928/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=1182.34 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 118225 9 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 104516

[startup+1242.3 s]
/proc/loadavg: 1.52 1.95 2.49 2/325 6144
/proc/meminfo: memFree=11664784/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=1242.34 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 124224 10 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 104516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.19 1.77 2.39 2/325 6145
/proc/meminfo: memFree=11665012/32951124 swapFree=67111352/67111528
[pid=6026] ppid=6024 vsize=104516 CPUtime=1300.05 cores=0,2
/proc/6026/stat : 6026 (lr_gl_shr) R 6024 6026 5129 0 -1 4202496 40882 0 0 0 129995 10 0 0 25 0 1 0 589646534 107024384 21060 33554432000 4194304 4300056 140733639055856 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6026/statm: 26129 21060 246 26 0 22761 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 104516

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.07
CPU user time (s): 1299.96
CPU system time (s): 0.111982
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 104516

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

runsolver used 4.29235 second user time and 9.76252 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 22:18:29
IDJOB=3350202
IDBENCH=83125
IDSOLVER=1815
FILE ID=node143/3350202-1304972309
RUNJOBID= node143-1304971001-5696
PBS_JOBID= 13285607
Free space on /tmp= 41152 MiB

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

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=487861317

node143.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.846
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.69
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.846
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.15
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.846
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.74
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.846
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.846
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.846
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.846
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.74
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.846
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:       7657016 kB
Buffers:        188732 kB
Cached:        4637012 kB
SwapCached:          0 kB
Active:       20718368 kB
Inactive:      4256212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7657016 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:    20148188 kB
Mapped:          29316 kB
Slab:           193040 kB
PageTables:      61808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74633196 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= 41284 MiB
End job on node143 at 2011-05-09 22:40:11