Trace number 3440023

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.09 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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-3440023-1306935723/watcher-3440023-1306935723 -o /tmp/evaluation-result-3440023-1306935723/solver-3440023-1306935723 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440023-1306935723.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: 1.89 1.98 1.99 3/455 30767
/proc/meminfo: memFree=25769556/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=25820 CPUtime=0.01 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 1913 0 0 0 1 0 0 0 21 0 1 0 785988197 26439680 1787 33554432000 4194304 4300056 140733505326208 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 6455 1788 222 26 0 3087 0

[startup+0.0671509 s]
/proc/loadavg: 1.89 1.98 1.99 3/455 30767
/proc/meminfo: memFree=25769556/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=31028 CPUtime=0.05 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 3897 0 0 0 5 0 0 0 21 0 1 0 785988197 31772672 3480 33554432000 4194304 4300056 140733505326208 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 7757 3481 222 26 0 4389 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31028

[startup+0.101149 s]
/proc/loadavg: 1.89 1.98 1.99 3/455 30767
/proc/meminfo: memFree=25769556/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=32884 CPUtime=0.09 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 4962 0 0 0 8 1 0 0 21 0 1 0 785988197 33673216 4364 33554432000 4194304 4300056 140733505326208 18446744073709551615 4230686 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 8221 4364 226 26 0 4853 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32884

[startup+0.301111 s]
/proc/loadavg: 1.89 1.98 1.99 3/455 30767
/proc/meminfo: memFree=25769556/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=38644 CPUtime=0.29 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 7813 0 0 0 28 1 0 0 22 0 1 0 785988197 39571456 5822 33554432000 4194304 4300056 140733505326208 18446744073709551615 4230702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 9661 5822 228 26 0 6293 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38644

[startup+0.701041 s]
/proc/loadavg: 1.89 1.98 1.99 3/455 30767
/proc/meminfo: memFree=25769556/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=34628 CPUtime=0.69 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 8576 0 0 0 68 1 0 0 23 0 1 0 785988197 35459072 5122 33554432000 4194304 4300056 140733505326208 18446744073709551615 4251352 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 8657 5122 246 26 0 5289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34628

[startup+1.50089 s]
/proc/loadavg: 1.89 1.98 1.99 3/456 30768
/proc/meminfo: memFree=25748848/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=38980 CPUtime=1.49 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 8786 0 0 0 148 1 0 0 25 0 1 0 785988197 39915520 5326 33554432000 4194304 4300056 140733505326208 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 9745 5326 247 26 0 6377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38980

[startup+3.10059 s]
/proc/loadavg: 1.89 1.98 1.99 3/456 30768
/proc/meminfo: memFree=25746380/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=39164 CPUtime=3.09 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 9206 0 0 0 308 1 0 0 25 0 1 0 785988197 40103936 5731 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 9791 5731 247 26 0 6423 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39164

[startup+6.301 s]
/proc/loadavg: 1.90 1.98 1.99 3/456 30768
/proc/meminfo: memFree=25741000/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=50928 CPUtime=6.29 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 11755 0 0 0 627 2 0 0 25 0 1 0 785988197 52150272 8264 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 12732 8264 247 26 0 9364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50928

[startup+12.7008 s]
/proc/loadavg: 1.91 1.98 1.99 3/456 30769
/proc/meminfo: memFree=25725520/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=50928 CPUtime=12.69 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 12781 0 0 0 1267 2 0 0 25 0 1 0 785988197 52150272 9261 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 12732 9261 249 26 0 9364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50928

[startup+25.5005 s]
/proc/loadavg: 1.93 1.98 1.99 3/456 30769
/proc/meminfo: memFree=25717096/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=58108 CPUtime=25.49 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 14223 0 0 0 2546 3 0 0 25 0 1 0 785988197 59502592 10657 33554432000 4194304 4300056 140733505326208 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 14527 10657 249 26 0 11159 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58108

[startup+51.1007 s]
/proc/loadavg: 1.95 1.98 1.99 3/456 30770
/proc/meminfo: memFree=25719904/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=58088 CPUtime=51.09 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 18314 0 0 0 5105 4 0 0 25 0 1 0 785988197 59482112 9547 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 14522 9547 249 26 0 11154 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58088

[startup+102.317 s]
/proc/loadavg: 1.98 1.98 1.99 3/456 30771
/proc/meminfo: memFree=25694464/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=88548 CPUtime=102.31 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 24425 0 0 0 10224 7 0 0 25 0 1 0 785988197 90673152 15381 33554432000 4194304 4300056 140733505326208 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 22137 15381 249 26 0 18769 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 88548

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/456 30773
/proc/meminfo: memFree=25672724/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=101368 CPUtime=162.3 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 29196 0 0 0 16222 8 0 0 25 0 1 0 785988197 103800832 20065 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 25342 20065 249 26 0 21974 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101368

[startup+222.3 s]
/proc/loadavg: 2.08 2.01 2.00 3/456 30774
/proc/meminfo: memFree=25668708/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=101368 CPUtime=222.3 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 30254 0 0 0 22221 9 0 0 25 0 1 0 785988197 103800832 21090 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 25342 21090 249 26 0 21974 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101368

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/456 30776
/proc/meminfo: memFree=25667060/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=101368 CPUtime=282.3 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 30327 0 0 0 28221 9 0 0 25 0 1 0 785988197 103800832 21162 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 25342 21162 249 26 0 21974 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101368

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/456 30777
/proc/meminfo: memFree=25662692/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=101368 CPUtime=342.3 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 38646 0 0 0 34220 10 0 0 25 0 1 0 785988197 103800832 21774 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 25342 21774 249 26 0 21974 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 101368

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/456 30779
/proc/meminfo: memFree=25644420/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=101368 CPUtime=402.3 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 46554 0 0 0 40219 11 0 0 25 0 1 0 785988197 103800832 21775 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 25342 21775 249 26 0 21974 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101368

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/456 30781
/proc/meminfo: memFree=25641784/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=150688 CPUtime=462.3 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 54187 0 0 0 46218 12 0 0 25 0 1 0 785988197 154304512 29407 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 37672 29407 249 26 0 34304 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 150688

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 30782
/proc/meminfo: memFree=25638396/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=101368 CPUtime=522.31 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 55437 0 0 0 52218 13 0 0 25 0 1 0 785988197 103800832 21776 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 25342 21776 249 26 0 21974 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 101368

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 30784
/proc/meminfo: memFree=25633656/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=101368 CPUtime=582.31 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 64086 0 0 0 58216 15 0 0 25 0 1 0 785988197 103800832 21784 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 25342 21784 249 26 0 21974 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 101368

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.12 2.04 2.01 3/456 30889
/proc/meminfo: memFree=25545072/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=169744 CPUtime=4062.44 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 355283 0 0 0 406150 94 0 0 25 0 1 0 785988197 173817856 32889 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 42436 32889 249 26 0 39068 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 169744

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/456 30890
/proc/meminfo: memFree=25588316/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=120424 CPUtime=4122.42 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 357075 0 0 0 412147 95 0 0 25 0 1 0 785988197 123314176 21973 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 30106 21973 249 26 0 26738 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 120424

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/456 30892
/proc/meminfo: memFree=25518584/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=169744 CPUtime=4182.43 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 366177 0 0 0 418146 97 0 0 25 0 1 0 785988197 173817856 31042 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 42436 31042 249 26 0 39068 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 169744

[startup+4242.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/456 30893
/proc/meminfo: memFree=25540012/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=169744 CPUtime=4242.43 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 369492 0 0 0 424144 99 0 0 25 0 1 0 785988197 173817856 34286 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 42436 34286 249 26 0 39068 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 169744

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 30895
/proc/meminfo: memFree=25550260/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=120424 CPUtime=4302.43 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 370550 0 0 0 430144 99 0 0 25 0 1 0 785988197 123314176 22056 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 30106 22056 249 26 0 26738 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 120424

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 30897
/proc/meminfo: memFree=25548864/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=169744 CPUtime=4362.43 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 380505 0 0 0 436141 102 0 0 25 0 1 0 785988197 173817856 31946 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 42436 31946 249 26 0 39068 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 169744

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 30898
/proc/meminfo: memFree=25535792/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=200564 CPUtime=4422.44 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 383834 0 0 0 442140 104 0 0 25 0 1 0 785988197 205377536 35200 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 50141 35200 249 26 0 46773 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 200564

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 30900
/proc/meminfo: memFree=25553360/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=132620 CPUtime=4482.43 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 389903 0 0 0 448138 105 0 0 25 0 1 0 785988197 135802880 26890 33554432000 4194304 4300056 140733505326208 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 33155 26890 249 26 0 29787 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 132620

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 30901
/proc/meminfo: memFree=25518840/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=181940 CPUtime=4542.44 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 402251 0 0 0 454136 108 0 0 25 0 1 0 785988197 186306560 39121 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 45485 39121 249 26 0 42117 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 181940

[startup+4602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/456 30903
/proc/meminfo: memFree=25464728/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=212760 CPUtime=4602.46 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 405680 0 0 0 460136 110 0 0 25 0 1 0 785988197 217866240 42449 33554432000 4194304 4300056 140733505326208 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 53190 42449 249 26 0 49822 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 212760

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/456 30905
/proc/meminfo: memFree=25555820/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=132620 CPUtime=4662.44 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 407502 0 0 0 466133 111 0 0 25 0 1 0 785988197 135802880 29690 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 33155 29690 249 26 0 29787 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 132620

[startup+4722.32 s]
/proc/loadavg: 2.12 2.04 2.01 3/456 30906
/proc/meminfo: memFree=25522292/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=181940 CPUtime=4722.46 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 416321 0 0 0 472134 112 0 0 25 0 1 0 785988197 186306560 38465 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 45485 38465 249 26 0 42117 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 181940

[startup+4782.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/456 30917
/proc/meminfo: memFree=25468164/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=212760 CPUtime=4782.44 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 420256 0 0 0 478130 114 0 0 25 0 1 0 785988197 217866240 42295 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 53190 42295 249 26 0 49822 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 212760

[startup+4842.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/456 30918
/proc/meminfo: memFree=25518844/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=132620 CPUtime=4842.44 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 422696 0 0 0 484129 115 0 0 25 0 1 0 785988197 135802880 29690 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 33155 29690 249 26 0 29787 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 132620

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 30920
/proc/meminfo: memFree=25520408/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=181940 CPUtime=4902.44 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 431812 0 0 0 490128 116 0 0 25 0 1 0 785988197 186306560 38767 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 45485 38767 249 26 0 42117 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 181940

[startup+4962.3 s]
/proc/loadavg: 1.72 1.96 1.98 2/450 30940
/proc/meminfo: memFree=25639372/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=212760 CPUtime=4962.45 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 435324 0 0 0 496126 119 0 0 25 0 1 0 785988197 217866240 42198 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 53190 42198 249 26 0 49822 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 212760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.37 1.84 1.94 2/450 30941
/proc/meminfo: memFree=25633516/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=212760 CPUtime=5000.07 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 436839 0 0 0 499887 120 0 0 25 0 1 0 785988197 217866240 43681 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 53190 43681 249 26 0 49822 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 212760

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

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

[startup+4999.9 s]
/proc/loadavg: 1.37 1.84 1.94 2/450 30941
/proc/meminfo: memFree=25633516/32951124 swapFree=60476376/67111528
[pid=30767] ppid=30765 vsize=212760 CPUtime=5000.07 cores=1,3,5,7
/proc/30767/stat : 30767 (lr_gl_shr) R 30765 30767 29338 0 -1 4202496 436839 0 0 0 499887 120 0 0 25 0 1 0 785988197 217866240 43681 33554432000 4194304 4300056 140733505326208 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30767/statm: 53190 43681 249 26 0 49822 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 212760

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4998.87
CPU system time (s): 1.21181
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 212760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.87
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436839
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 6091

runsolver used 20.5339 second user time and 52.2141 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-01 15:42:03
IDJOB=3440023
IDBENCH=83135
IDSOLVER=1938
FILE ID=node147/3440023-1306935723
RUNJOBID= node147-1306924641-30170
PBS_JOBID= 13488480
Free space on /tmp= 73756 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=376434039

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25769852 kB
Buffers:        195820 kB
Cached:         372316 kB
SwapCached:      11164 kB
Active:        6502152 kB
Inactive:       427420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25769852 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            3508 kB
Writeback:           0 kB
AnonPages:     6358936 kB
Mapped:          22764 kB
Slab:           126008 kB
PageTables:      58580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120822708 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= 73756 MiB
End job on node147 at 2011-06-01 17:05:25