Trace number 3440020

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_SHR 2011-03-02? (TO) 5000.1 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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: 977)

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-3440020-1306932860/watcher-3440020-1306932860 -o /tmp/evaluation-result-3440020-1306932860/solver-3440020-1306932860 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440020-1306932860.cnf -verb=0 -model 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.02 2/558 20258
/proc/meminfo: memFree=28817956/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=24244 CPUtime=0.01 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 1495 0 0 0 1 0 0 0 25 0 1 0 883516672 24825856 1422 33554432000 4194304 4300056 140734920722928 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 6061 1423 222 26 0 2693 0

[startup+0.026783 s]
/proc/loadavg: 2.04 2.06 2.02 2/558 20258
/proc/meminfo: memFree=28817956/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=25364 CPUtime=0.02 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 1936 0 0 0 2 0 0 0 25 0 1 0 883516672 25972736 1803 33554432000 4194304 4300056 140734920722928 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 6341 1803 222 26 0 2973 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25364

[startup+0.100772 s]
/proc/loadavg: 2.04 2.06 2.02 2/558 20258
/proc/meminfo: memFree=28817956/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=29452 CPUtime=0.09 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 3740 0 0 0 9 0 0 0 25 0 1 0 883516672 30158848 3470 33554432000 4194304 4300056 140734920722928 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 7363 3471 228 26 0 3995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29452

[startup+0.300751 s]
/proc/loadavg: 2.04 2.06 2.02 2/558 20258
/proc/meminfo: memFree=28817956/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=27604 CPUtime=0.29 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 5261 0 0 0 28 1 0 0 25 0 1 0 883516672 28266496 3344 33554432000 4194304 4300056 140734920722928 18446744073709551615 4252304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 6901 3344 246 26 0 3533 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27604

[startup+0.700671 s]
/proc/loadavg: 2.04 2.06 2.02 2/558 20258
/proc/meminfo: memFree=28817956/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=30280 CPUtime=0.69 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 5420 0 0 0 68 1 0 0 25 0 1 0 883516672 31006720 3496 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 7570 3496 247 26 0 4202 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30280

[startup+1.50054 s]
/proc/loadavg: 2.04 2.06 2.02 3/559 20259
/proc/meminfo: memFree=28803216/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=30280 CPUtime=1.49 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 5617 0 0 0 148 1 0 0 25 0 1 0 883516672 31006720 3684 33554432000 4194304 4300056 140734920722928 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 7570 3684 247 26 0 4202 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30280

[startup+3.10027 s]
/proc/loadavg: 2.04 2.06 2.02 3/559 20259
/proc/meminfo: memFree=28800984/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=30280 CPUtime=3.09 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 6041 0 0 0 308 1 0 0 25 0 1 0 883516672 31006720 4088 33554432000 4194304 4300056 140734920722928 18446744073709551615 4254738 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 7570 4088 247 26 0 4202 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30280

[startup+6.30074 s]
/proc/loadavg: 2.04 2.06 2.02 3/559 20261
/proc/meminfo: memFree=28793708/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=37356 CPUtime=6.29 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 7753 0 0 0 628 1 0 0 25 0 1 0 883516672 38252544 5774 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 9339 5774 249 26 0 5971 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37356

[startup+12.7007 s]
/proc/loadavg: 2.03 2.06 2.02 3/559 20261
/proc/meminfo: memFree=28797540/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=34716 CPUtime=12.69 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 8638 0 0 0 1268 1 0 0 25 0 1 0 883516672 35549184 4295 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 8679 4295 249 26 0 5311 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34716

[startup+25.5005 s]
/proc/loadavg: 2.02 2.06 2.02 3/559 20261
/proc/meminfo: memFree=28831020/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=46684 CPUtime=25.49 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 15611 0 0 0 2547 2 0 0 25 0 1 0 883516672 47804416 8225 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 11671 8225 249 26 0 8303 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46684

[startup+51.1003 s]
/proc/loadavg: 2.14 2.08 2.03 3/559 20261
/proc/meminfo: memFree=28828352/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=65360 CPUtime=51.09 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 15917 0 0 0 5107 2 0 0 25 0 1 0 883516672 66928640 8517 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 16340 8517 249 26 0 12972 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65360

[startup+102.322 s]
/proc/loadavg: 2.18 2.10 2.03 3/559 20263
/proc/meminfo: memFree=28813940/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=65360 CPUtime=102.32 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 16559 0 0 0 10229 3 0 0 25 0 1 0 883516672 66928640 9144 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 16340 9144 249 26 0 12972 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 65360

[startup+162.301 s]
/proc/loadavg: 2.06 2.08 2.03 3/559 20265
/proc/meminfo: memFree=28789600/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=65360 CPUtime=162.29 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 20184 0 0 0 16225 4 0 0 25 0 1 0 883516672 66928640 12592 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 16340 12592 249 26 0 12972 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65360

[startup+222.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/559 20265
/proc/meminfo: memFree=28783616/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=73176 CPUtime=222.3 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 32527 0 0 0 22224 6 0 0 25 0 1 0 883516672 74932224 11976 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 18294 11976 249 26 0 14926 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 73176

[startup+282.301 s]
/proc/loadavg: 2.01 2.05 2.02 3/559 20267
/proc/meminfo: memFree=28776272/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=92032 CPUtime=282.3 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 32551 0 0 0 28224 6 0 0 25 0 1 0 883516672 94240768 12000 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 23008 12000 249 26 0 19640 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 92032

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/559 20269
/proc/meminfo: memFree=28767804/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=92032 CPUtime=342.3 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 32918 0 0 0 34224 6 0 0 25 0 1 0 883516672 94240768 12351 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 23008 12351 249 26 0 19640 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92032

[startup+402.301 s]
/proc/loadavg: 2.31 2.09 2.03 3/559 20280
/proc/meminfo: memFree=28760332/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=92032 CPUtime=402.3 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 32926 0 0 0 40224 6 0 0 25 0 1 0 883516672 94240768 12358 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 23008 12358 249 26 0 19640 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92032

[startup+462.301 s]
/proc/loadavg: 2.18 2.09 2.03 3/559 20282
/proc/meminfo: memFree=28801020/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=92032 CPUtime=462.3 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 36667 0 0 0 46223 7 0 0 25 0 1 0 883516672 94240768 15941 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 23008 15941 249 26 0 19640 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 92032

[startup+522.301 s]
/proc/loadavg: 2.06 2.07 2.02 3/559 20282
/proc/meminfo: memFree=28764516/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=92032 CPUtime=522.3 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 38678 0 0 0 52223 7 0 0 25 0 1 0 883516672 94240768 17897 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 23008 17897 249 26 0 19640 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 92032

[startup+582.301 s]
/proc/loadavg: 2.02 2.06 2.01 3/559 20284
/proc/meminfo: memFree=28756188/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=92032 CPUtime=582.3 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 38678 0 0 0 58223 7 0 0 25 0 1 0 883516672 94240768 17897 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 23008 17897 249 26 0 19640 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 92032

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/559 20417
/proc/meminfo: memFree=28734724/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4002.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 321783 0 0 0 400182 53 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 153728

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 20419
/proc/meminfo: memFree=28769204/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4062.37 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 330530 0 0 0 406183 54 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 153728

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 20419
/proc/meminfo: memFree=28735428/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=203048 CPUtime=4122.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 339179 0 0 0 412180 55 0 0 25 0 1 0 883516672 207921152 38904 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 50762 38904 249 26 0 47394 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 203048

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 20421
/proc/meminfo: memFree=28727188/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4182.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 339586 0 0 0 418180 55 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 153728

[startup+4242.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/559 20423
/proc/meminfo: memFree=28768432/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4242.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 347974 0 0 0 424179 56 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 153728

[startup+4302.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/559 20425
/proc/meminfo: memFree=28729928/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4302.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 356872 0 0 0 430177 58 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 153728

[startup+4362.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/559 20427
/proc/meminfo: memFree=28718352/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4362.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 366871 0 0 0 436175 60 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 153728

[startup+4422.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/559 20427
/proc/meminfo: memFree=28711360/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=203048 CPUtime=4422.36 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 375201 0 0 0 442174 62 0 0 25 0 1 0 883516672 207921152 38592 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 50762 38592 249 26 0 47394 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 203048

[startup+4482.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/559 20429
/proc/meminfo: memFree=28699160/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4482.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 375883 0 0 0 448173 62 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 153728

[startup+4542.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/559 20431
/proc/meminfo: memFree=28737188/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4542.35 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 384671 0 0 0 454172 63 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 153728

[startup+4602.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/559 20433
/proc/meminfo: memFree=28662620/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=203048 CPUtime=4602.37 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 394755 0 0 0 460172 65 0 0 25 0 1 0 883516672 207921152 40308 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 50762 40308 249 26 0 47394 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 203048

[startup+4662.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/559 20435
/proc/meminfo: memFree=28687624/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4662.36 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 395240 0 0 0 466170 66 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4275990 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 153728

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 20435
/proc/meminfo: memFree=28736436/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4722.38 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 404977 0 0 0 472170 68 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 153728

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 20437
/proc/meminfo: memFree=28660748/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=203048 CPUtime=4782.36 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 413702 0 0 0 478167 69 0 0 25 0 1 0 883516672 207921152 38976 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256531 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 50762 38976 249 26 0 47394 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 203048

[startup+4842.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/559 20439
/proc/meminfo: memFree=28736224/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4842.36 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 414826 0 0 0 484166 70 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 153728

[startup+4902.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/559 20441
/proc/meminfo: memFree=28736288/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=4902.36 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 424263 0 0 0 490164 72 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4254643 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 153728

[startup+4962.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/559 20443
/proc/meminfo: memFree=28662208/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=203048 CPUtime=4962.37 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 431997 0 0 0 496163 74 0 0 25 0 1 0 883516672 207921152 38013 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 50762 38013 249 26 0 47394 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 203048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.17 2.08 2.02 3/559 20443
/proc/meminfo: memFree=28686360/32951124 swapFree=34426104/67111528
[pid=20258] ppid=20256 vsize=153728 CPUtime=5000.07 cores=1,3,5,7
/proc/20258/stat : 20258 (lr_gl_shr) R 20256 20258 19946 0 -1 4202496 434006 0 0 0 499933 74 0 0 25 0 1 0 883516672 157417472 30281 33554432000 4194304 4300056 140734920722928 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20258/statm: 38432 30281 249 26 0 35064 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 153728

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): 5000.03
CPU time (s): 5000.1
CPU user time (s): 4999.35
CPU system time (s): 0.754885
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 203048

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

runsolver used 27.3758 second user time and 67.0368 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-01 14:54:20
IDJOB=3440020
IDBENCH=83130
IDSOLVER=1938
FILE ID=node118/3440020-1306932860
RUNJOBID= node118-1306927167-19965
PBS_JOBID= 13488569
Free space on /tmp= 73652 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440020-1306932860/watcher-3440020-1306932860 -o /tmp/evaluation-result-3440020-1306932860/solver-3440020-1306932860 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440020-1306932860.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=498929037

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28818228 kB
Buffers:        283348 kB
Cached:        1793160 kB
SwapCached:      56136 kB
Active:         836852 kB
Inactive:      2959324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28818228 kB
SwapTotal:    67111528 kB
SwapFree:     34426104 kB
Dirty:            1988 kB
Writeback:           0 kB
AnonPages:     1676264 kB
Mapped:          14876 kB
Slab:           150408 kB
PageTables:     115788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 183980104 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= 73652 MiB
End job on node118 at 2011-06-01 16:17:42