Trace number 3350219

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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

running on 2 cores: 1,3

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.11 3.44 3.28 5/410 17054
/proc/meminfo: memFree=23477684/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=28036 CPUtime=0 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 2108 0 0 0 0 0 0 0 24 0 1 0 608755578 28708864 1998 33554432000 4194304 4300056 140734907533360 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 7009 2007 219 26 0 3641 0

[startup+0.0392791 s]
/proc/loadavg: 4.11 3.44 3.28 5/410 17054
/proc/meminfo: memFree=23477684/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=30704 CPUtime=0.02 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 3296 0 0 0 2 0 0 0 24 0 1 0 608755578 31440896 3096 33554432000 4194304 4300056 140734907533360 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 7676 3097 222 26 0 4308 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30704

[startup+0.100267 s]
/proc/loadavg: 4.11 3.44 3.28 5/410 17054
/proc/meminfo: memFree=23477684/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=37192 CPUtime=0.09 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 5798 0 0 0 8 1 0 0 24 0 1 0 608755578 38084608 5197 33554432000 4194304 4300056 140734907533360 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 9298 5198 222 26 0 5930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37192

[startup+0.300234 s]
/proc/loadavg: 4.11 3.44 3.28 5/410 17054
/proc/meminfo: memFree=23477684/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=49508 CPUtime=0.29 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 9640 0 0 0 27 2 0 0 25 0 1 0 608755578 50696192 8662 33554432000 4194304 4300056 140734907533360 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 12377 8663 228 26 0 9009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49508

[startup+0.700168 s]
/proc/loadavg: 4.11 3.44 3.28 5/410 17054
/proc/meminfo: memFree=23477684/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=45444 CPUtime=0.69 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 12385 0 0 0 67 2 0 0 25 0 1 0 608755578 46534656 7365 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 11361 7365 246 26 0 7993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45444

[startup+1.50103 s]
/proc/loadavg: 4.10 3.45 3.29 5/411 17055
/proc/meminfo: memFree=23445344/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=45444 CPUtime=1.49 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 12641 0 0 0 147 2 0 0 25 0 1 0 608755578 46534656 7610 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 11361 7610 247 26 0 7993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45444

[startup+3.10075 s]
/proc/loadavg: 4.10 3.45 3.29 5/411 17055
/proc/meminfo: memFree=23440508/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=52516 CPUtime=3.09 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 13190 0 0 0 307 2 0 0 25 0 1 0 608755578 53776384 8148 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 13129 8148 247 26 0 9761 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52516

[startup+6.30017 s]
/proc/loadavg: 4.42 3.52 3.31 5/411 17055
/proc/meminfo: memFree=23519108/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=52820 CPUtime=5.85 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 14193 0 0 0 577 8 0 0 25 0 1 0 608755578 54087680 9135 33554432000 4194304 4300056 140734907533360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17054/statm: 13205 9135 247 26 0 9837 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 52820

[startup+12.7011 s]
/proc/loadavg: 4.38 3.53 3.31 5/411 17057
/proc/meminfo: memFree=23481284/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=72284 CPUtime=12.16 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 19231 0 0 0 1207 9 0 0 25 0 1 0 608755578 74018816 14149 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 18071 14149 247 26 0 14703 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 72284

[startup+25.5009 s]
/proc/loadavg: 4.30 3.55 3.32 5/408 17078
/proc/meminfo: memFree=23634944/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=102928 CPUtime=24.94 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 23002 0 0 0 2481 13 0 0 25 0 1 0 608755578 105398272 17852 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 25732 17852 247 26 0 22364 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 102928

[startup+51.1005 s]
/proc/loadavg: 4.31 3.62 3.35 5/411 17085
/proc/meminfo: memFree=23522160/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=72284 CPUtime=49.92 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 32278 0 0 0 4960 32 0 0 25 0 1 0 608755578 74018816 14394 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 18071 14394 247 26 0 14703 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 72284

[startup+102.316 s]
/proc/loadavg: 4.19 3.69 3.39 5/411 17086
/proc/meminfo: memFree=23514032/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=105056 CPUtime=101.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 49584 0 0 0 10075 38 0 0 25 0 1 0 608755578 107577344 18624 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 26264 18624 247 26 0 22896 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 105056

[startup+162.3 s]
/proc/loadavg: 4.07 3.74 3.42 5/411 17088
/proc/meminfo: memFree=23533720/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=108820 CPUtime=161.12 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 67150 0 0 0 16068 44 0 0 25 0 1 0 608755578 111431680 23325 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 27205 23325 247 26 0 23837 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 108820

[startup+222.301 s]
/proc/loadavg: 4.12 3.82 3.47 5/411 17089
/proc/meminfo: memFree=23475796/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=93772 CPUtime=221.12 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 88084 0 0 0 22063 49 0 0 25 0 1 0 608755578 96022528 17250 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 23443 17250 247 26 0 20075 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 93772

[startup+282.301 s]
/proc/loadavg: 4.09 3.86 3.50 5/411 17091
/proc/meminfo: memFree=23556868/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=95800 CPUtime=281.11 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 104620 0 0 0 28058 53 0 0 25 0 1 0 608755578 98099200 18209 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 23950 18209 247 26 0 20582 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 95800

[startup+342.3 s]
/proc/loadavg: 4.08 3.90 3.54 5/411 17092
/proc/meminfo: memFree=23443624/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=116760 CPUtime=341.12 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 121130 0 0 0 34054 58 0 0 25 0 1 0 608755578 119562240 20569 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 29190 20569 247 26 0 25822 0
Current children cumulated CPU time (s) 341.12
Current children cumulated vsize (KiB) 116760

[startup+402.301 s]
/proc/loadavg: 4.07 3.93 3.57 5/411 17094
/proc/meminfo: memFree=23541812/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=117180 CPUtime=401.12 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 136438 0 0 0 40048 64 0 0 25 0 1 0 608755578 119992320 21884 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 29295 21884 247 26 0 25927 0
Current children cumulated CPU time (s) 401.12
Current children cumulated vsize (KiB) 117180

[startup+462.301 s]
/proc/loadavg: 4.02 3.94 3.59 5/411 17096
/proc/meminfo: memFree=23424244/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=119436 CPUtime=461.12 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 152257 0 0 0 46044 68 0 0 25 0 1 0 608755578 122302464 21565 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 29859 21565 247 26 0 26491 0
Current children cumulated CPU time (s) 461.12
Current children cumulated vsize (KiB) 119436

[startup+522.3 s]
/proc/loadavg: 4.05 3.96 3.62 5/411 17097
/proc/meminfo: memFree=23402652/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=104960 CPUtime=521.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 168309 0 0 0 52040 73 0 0 25 0 1 0 608755578 107479040 20942 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 26240 20942 247 26 0 22872 0
Current children cumulated CPU time (s) 521.13
Current children cumulated vsize (KiB) 104960

[startup+582.301 s]
/proc/loadavg: 4.02 3.97 3.64 5/411 17099
/proc/meminfo: memFree=23440568/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=105656 CPUtime=581.12 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 182778 0 0 0 58036 76 0 0 25 0 1 0 608755578 108191744 20547 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 26414 20547 247 26 0 23046 0
Current children cumulated CPU time (s) 581.12
Current children cumulated vsize (KiB) 105656

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.66 5/411 17100
/proc/meminfo: memFree=23447492/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=106208 CPUtime=641.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 197643 0 0 0 64032 81 0 0 25 0 1 0 608755578 108756992 20388 33554432000 4194304 4300056 140734907533360 18446744073709551615 4262771 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 26552 20388 247 26 0 23184 0
Current children cumulated CPU time (s) 641.13
Current children cumulated vsize (KiB) 106208

[startup+702.3 s]
/proc/loadavg: 4.03 3.99 3.68 5/411 17102
/proc/meminfo: memFree=23416480/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=156416 CPUtime=701.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 207882 0 0 0 70028 85 0 0 25 0 1 0 608755578 160169984 30468 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 39104 30468 247 26 0 35736 0
Current children cumulated CPU time (s) 701.13
Current children cumulated vsize (KiB) 156416

[startup+762.315 s]
/proc/loadavg: 4.01 3.99 3.70 5/411 17104
/proc/meminfo: memFree=23517148/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=159112 CPUtime=761.14 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 223915 0 0 0 76025 89 0 0 25 0 1 0 608755578 162930688 29941 33554432000 4194304 4300056 140734907533360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 39778 29941 247 26 0 36410 0
Current children cumulated CPU time (s) 761.14
Current children cumulated vsize (KiB) 159112

[startup+822.301 s]
/proc/loadavg: 4.06 4.00 3.72 5/411 17105
/proc/meminfo: memFree=23438388/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=129168 CPUtime=821.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 238413 0 0 0 82018 95 0 0 25 0 1 0 608755578 132268032 26520 33554432000 4194304 4300056 140734907533360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 32292 26520 247 26 0 28924 0
Current children cumulated CPU time (s) 821.13
Current children cumulated vsize (KiB) 129168

[startup+882.3 s]
/proc/loadavg: 4.16 4.03 3.75 5/411 17107
/proc/meminfo: memFree=23382316/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=129356 CPUtime=881.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 252974 0 0 0 88014 99 0 0 25 0 1 0 608755578 132460544 24546 33554432000 4194304 4300056 140734907533360 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 32339 24546 247 26 0 28971 0
Current children cumulated CPU time (s) 881.13
Current children cumulated vsize (KiB) 129356

[startup+942.301 s]
/proc/loadavg: 4.12 4.04 3.76 3/408 17110
/proc/meminfo: memFree=23715144/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=111596 CPUtime=941.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 267487 0 0 0 94009 104 0 0 25 0 1 0 608755578 114274304 22681 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 27899 22681 247 26 0 24531 0
Current children cumulated CPU time (s) 941.13
Current children cumulated vsize (KiB) 111596

[startup+1002.3 s]
/proc/loadavg: 2.78 3.67 3.65 3/399 17146
/proc/meminfo: memFree=23740180/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=111596 CPUtime=1001.13 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 282860 0 0 0 100004 109 0 0 25 0 1 0 608755578 114274304 21750 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256519 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 27899 21750 247 26 0 24531 0
Current children cumulated CPU time (s) 1001.13
Current children cumulated vsize (KiB) 111596

[startup+1062.3 s]
/proc/loadavg: 2.41 3.39 3.56 3/399 17148
/proc/meminfo: memFree=23697628/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=163084 CPUtime=1061.14 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 293519 0 0 0 106000 114 0 0 25 0 1 0 608755578 166998016 32250 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 40771 32250 247 26 0 37403 0
Current children cumulated CPU time (s) 1061.14
Current children cumulated vsize (KiB) 163084

[startup+1122.3 s]
/proc/loadavg: 2.21 3.15 3.46 3/399 17149
/proc/meminfo: memFree=23716948/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=134416 CPUtime=1121.14 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 308190 0 0 0 111996 118 0 0 25 0 1 0 608755578 137641984 28102 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 33604 28102 247 26 0 30236 0
Current children cumulated CPU time (s) 1121.14
Current children cumulated vsize (KiB) 134416

[startup+1182.3 s]
/proc/loadavg: 2.07 2.94 3.37 3/399 17151
/proc/meminfo: memFree=23755252/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=115900 CPUtime=1181.14 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 320538 0 0 0 117992 122 0 0 25 0 1 0 608755578 118681600 22536 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 28975 22536 247 26 0 25607 0
Current children cumulated CPU time (s) 1181.14
Current children cumulated vsize (KiB) 115900

[startup+1242.3 s]
/proc/loadavg: 2.02 2.77 3.28 3/399 17152
/proc/meminfo: memFree=23742964/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=169772 CPUtime=1241.14 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 329987 0 0 0 123989 125 0 0 25 0 1 0 608755578 173846528 31847 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 42443 31847 247 26 0 39075 0
Current children cumulated CPU time (s) 1241.14
Current children cumulated vsize (KiB) 169772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.62 3.19 3/399 17154
/proc/meminfo: memFree=23679088/32951132 swapFree=67093844/67111528
[pid=17054] ppid=17052 vsize=140612 CPUtime=1298.85 cores=1,3
/proc/17054/stat : 17054 (lr_gl_shr) R 17052 17054 15070 0 -1 4202496 344982 0 0 0 129756 129 0 0 25 0 1 0 608755578 143986688 29274 33554432000 4194304 4300056 140734907533360 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17054/statm: 35153 29274 247 26 0 31785 0
Current children cumulated CPU time (s) 1298.85
Current children cumulated vsize (KiB) 140612

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): 1298.87
CPU user time (s): 1297.56
CPU system time (s): 1.3028
CPU usage (%): 99.9112
Max. virtual memory (cumulated for all children) (KiB): 190108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.56
system time used= 1.3028
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344983
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= 10
involuntary context switches= 813

runsolver used 4.70029 second user time and 11.8962 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 22:06:09
IDJOB=3350219
IDBENCH=83103
IDSOLVER=1815
FILE ID=node128/3350219-1304971569
RUNJOBID= node128-1304971210-16805
PBS_JOBID= 13285622
Free space on /tmp= 50960 MiB

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

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
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:      23477724 kB
Buffers:        169784 kB
Cached:        3277712 kB
SwapCached:       1408 kB
Active:        6127020 kB
Inactive:      3030896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23477724 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            4660 kB
Writeback:          36 kB
AnonPages:     5709044 kB
Mapped:          32324 kB
Slab:           210268 kB
PageTables:      39604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 101289480 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= 51000 MiB
End job on node128 at 2011-05-09 22:27:51