Trace number 3440014

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.06 4999.91

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark46.8409
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

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-3440014-1307649089/watcher-3440014-1307649089 -o /tmp/evaluation-result-3440014-1307649089/solver-3440014-1307649089 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440014-1307649089.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.00 1.00 1.00 2/177 12027
/proc/meminfo: memFree=32579692/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=23356 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 1261 0 0 0 0 0 0 0 22 0 1 0 876509377 23916544 1204 33554432000 4194304 4300056 140734383466064 18446744073709551615 4223459 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 5839 1207 219 26 0 2471 0

[startup+0.0321801 s]
/proc/loadavg: 1.00 1.00 1.00 2/177 12027
/proc/meminfo: memFree=32579692/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=34196 CPUtime=0.02 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 3449 0 0 0 2 0 0 0 22 0 1 0 876509377 35016704 3307 33554432000 4194304 4300056 140734383466064 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 8549 3308 222 26 0 5181 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34196

[startup+0.101168 s]
/proc/loadavg: 1.00 1.00 1.00 2/177 12027
/proc/meminfo: memFree=32579692/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=42024 CPUtime=0.09 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 6405 0 0 0 8 1 0 0 22 0 1 0 876509377 43032576 5802 33554432000 4194304 4300056 140734383466064 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 10506 5803 222 26 0 7138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42024

[startup+0.301142 s]
/proc/loadavg: 1.00 1.00 1.00 2/177 12027
/proc/meminfo: memFree=32579692/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=56116 CPUtime=0.29 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 10696 0 0 0 27 2 0 0 23 0 1 0 876509377 57462784 9687 33554432000 4194304 4300056 140734383466064 18446744073709551615 4283443 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 14029 9688 228 26 0 10661 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56116

[startup+0.70106 s]
/proc/loadavg: 1.00 1.00 1.00 2/177 12027
/proc/meminfo: memFree=32579692/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=54548 CPUtime=0.69 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 14908 0 0 0 67 2 0 0 25 0 1 0 876509377 55857152 8922 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 13637 8922 236 26 0 10269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54548

[startup+1.50092 s]
/proc/loadavg: 1.00 1.00 1.00 3/178 12028
/proc/meminfo: memFree=32543624/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=54548 CPUtime=1.49 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 15126 0 0 0 147 2 0 0 25 0 1 0 876509377 55857152 9132 33554432000 4194304 4300056 140734383466064 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 13637 9132 247 26 0 10269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54548

[startup+3.10062 s]
/proc/loadavg: 1.08 1.02 1.01 3/178 12028
/proc/meminfo: memFree=32541760/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=61620 CPUtime=3.09 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 15426 0 0 0 307 2 0 0 25 0 1 0 876509377 63098880 9423 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 15405 9423 249 26 0 12037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61620

[startup+6.30103 s]
/proc/loadavg: 1.08 1.02 1.01 3/178 12028
/proc/meminfo: memFree=32536188/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=61620 CPUtime=6.29 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 16050 0 0 0 627 2 0 0 25 0 1 0 876509377 63098880 10031 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 15405 10031 249 26 0 12037 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61620

[startup+12.7009 s]
/proc/loadavg: 1.22 1.05 1.02 3/178 12028
/proc/meminfo: memFree=32513524/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=69200 CPUtime=12.69 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 18550 0 0 0 1266 3 0 0 25 0 1 0 876509377 70860800 12493 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 17300 12493 249 26 0 13932 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69200

[startup+25.5005 s]
/proc/loadavg: 1.34 1.08 1.02 3/178 12029
/proc/meminfo: memFree=32516744/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=76380 CPUtime=25.49 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 25015 0 0 0 2545 4 0 0 25 0 1 0 876509377 78213120 13334 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 19095 13334 249 26 0 15727 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76380

[startup+51.1009 s]
/proc/loadavg: 1.56 1.15 1.05 3/178 12029
/proc/meminfo: memFree=32495352/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=88056 CPUtime=51.09 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 27010 0 0 0 5104 5 0 0 25 0 1 0 876509377 90169344 15257 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 22014 15257 249 26 0 18646 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88056

[startup+102.307 s]
/proc/loadavg: 1.82 1.29 1.10 3/178 12031
/proc/meminfo: memFree=32476728/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=111200 CPUtime=102.3 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 30869 0 0 0 10222 8 0 0 25 0 1 0 876509377 113868800 19038 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 27800 19038 249 26 0 24432 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111200

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.15 3/178 12032
/proc/meminfo: memFree=32461064/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=95876 CPUtime=162.29 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 39942 0 0 0 16219 10 0 0 25 0 1 0 876509377 98177024 18353 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 23969 18353 249 26 0 20601 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95876

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.20 3/178 12034
/proc/meminfo: memFree=32442672/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=107552 CPUtime=222.29 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 43935 0 0 0 22217 12 0 0 25 0 1 0 876509377 110133248 22210 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 26888 22210 249 26 0 23520 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 107552

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.25 3/178 12036
/proc/meminfo: memFree=32431104/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=126520 CPUtime=282.3 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 46707 0 0 0 28216 14 0 0 25 0 1 0 876509377 129556480 24907 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 31630 24907 249 26 0 28262 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126520

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.30 3/178 12037
/proc/meminfo: memFree=32444316/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=103028 CPUtime=342.3 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 53555 0 0 0 34213 17 0 0 25 0 1 0 876509377 105500672 20342 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 25757 20342 249 26 0 22389 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 103028

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.34 3/178 12039
/proc/meminfo: memFree=32426668/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=114704 CPUtime=402.3 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 57607 0 0 0 40211 19 0 0 25 0 1 0 876509377 117456896 24240 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 28676 24240 249 26 0 25308 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114704

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.38 3/178 12040
/proc/meminfo: memFree=32415840/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=133672 CPUtime=462.31 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 60381 0 0 0 46209 22 0 0 25 0 1 0 876509377 136880128 26928 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256515 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 33418 26928 249 26 0 30050 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 133672

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 3/178 12042
/proc/meminfo: memFree=32456096/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=90196 CPUtime=522.3 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 62398 0 0 0 52207 23 0 0 25 0 1 0 876509377 92360704 16772 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 22549 16772 249 26 0 19181 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90196

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.45 3/178 12053
/proc/meminfo: memFree=32426056/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=120548 CPUtime=582.31 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 69925 0 0 0 58205 26 0 0 25 0 1 0 876509377 123441152 24140 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 30137 24140 249 26 0 26769 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 120548

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 12148
/proc/meminfo: memFree=32303832/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=4062.42 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 234031 0 0 0 406138 104 0 0 25 0 1 0 876509377 177307648 36533 33554432000 4194304 4300056 140734383466064 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 36533 249 26 0 39920 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 173152

[startup+4122.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/178 12150
/proc/meminfo: memFree=32334796/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=4122.41 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 235925 0 0 0 412136 105 0 0 25 0 1 0 876509377 177307648 38346 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 38346 249 26 0 39920 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 173152

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 12161
/proc/meminfo: memFree=32284304/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=203972 CPUtime=4182.42 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 237563 0 0 0 418136 106 0 0 25 0 1 0 876509377 208867328 39923 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 50993 39923 249 26 0 47625 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 203972

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 12162
/proc/meminfo: memFree=32321684/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=203972 CPUtime=4242.42 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 239152 0 0 0 424135 107 0 0 25 0 1 0 876509377 208867328 41443 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 50993 41443 249 26 0 47625 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 203972

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12164
/proc/meminfo: memFree=32275264/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=203972 CPUtime=4302.42 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 240491 0 0 0 430134 108 0 0 25 0 1 0 876509377 208867328 42719 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 50993 42719 249 26 0 47625 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 203972

[startup+4362.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 12168
/proc/meminfo: memFree=32359892/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=154184 CPUtime=4362.42 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 246128 0 0 0 436132 110 0 0 25 0 1 0 876509377 157884416 31934 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 38546 31934 249 26 0 35178 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 154184

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 12170
/proc/meminfo: memFree=32317212/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=4422.43 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 249090 0 0 0 442131 112 0 0 25 0 1 0 876509377 177307648 34788 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 34788 249 26 0 39920 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 173152

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 12172
/proc/meminfo: memFree=32293488/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=4482.43 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 251319 0 0 0 448130 113 0 0 25 0 1 0 876509377 177307648 36941 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 36941 249 26 0 39920 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 173152

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12173
/proc/meminfo: memFree=32314532/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=4542.43 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 253363 0 0 0 454129 114 0 0 25 0 1 0 876509377 177307648 38919 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 38919 249 26 0 39920 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 173152

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12175
/proc/meminfo: memFree=32259804/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=203972 CPUtime=4602.43 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 255138 0 0 0 460128 115 0 0 25 0 1 0 876509377 208867328 40628 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 50993 40628 249 26 0 47625 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 203972

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12176
/proc/meminfo: memFree=32235960/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=203972 CPUtime=4662.43 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 256868 0 0 0 466127 116 0 0 25 0 1 0 876509377 208867328 42297 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 50993 42297 249 26 0 47625 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 203972

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12178
/proc/meminfo: memFree=32284756/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=203972 CPUtime=4722.44 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 258244 0 0 0 472127 117 0 0 25 0 1 0 876509377 208867328 43633 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 50993 43633 249 26 0 47625 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 203972

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12180
/proc/meminfo: memFree=32234000/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=203972 CPUtime=4782.44 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 259531 0 0 0 478126 118 0 0 25 0 1 0 876509377 208867328 44884 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 50993 44884 249 26 0 47625 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 203972

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12181
/proc/meminfo: memFree=32277108/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=142508 CPUtime=4842.44 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 264462 0 0 0 484125 119 0 0 25 0 1 0 876509377 145928192 31263 33554432000 4194304 4300056 140734383466064 18446744073709551615 4251416 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 35627 31263 249 26 0 32259 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 142508

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12183
/proc/meminfo: memFree=32323068/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=154184 CPUtime=4902.44 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 267509 0 0 0 490123 121 0 0 25 0 1 0 876509377 157884416 34193 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 38546 34193 249 26 0 35178 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 154184

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12184
/proc/meminfo: memFree=32274044/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=4962.44 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 269840 0 0 0 496122 122 0 0 25 0 1 0 876509377 177307648 36442 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 36442 249 26 0 39920 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 173152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 2/176 12186
/proc/meminfo: memFree=32441184/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=5000.05 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 271183 0 0 0 499882 123 0 0 25 0 1 0 876509377 177307648 37732 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 37732 249 26 0 39920 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 173152

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: 2.00 2.00 1.94 2/176 12186
/proc/meminfo: memFree=32441184/32951124 swapFree=67052920/67111528
[pid=12027] ppid=12025 vsize=173152 CPUtime=5000.05 cores=1,3,5,7
/proc/12027/stat : 12027 (lr_gl_shr) R 12025 12027 10687 0 -1 4202496 271183 0 0 0 499882 123 0 0 25 0 1 0 876509377 177307648 37732 33554432000 4194304 4300056 140734383466064 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12027/statm: 43288 37732 249 26 0 39920 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 173152

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 4998.83
CPU system time (s): 1.23581
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 203972

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

runsolver used 7.8768 second user time and 18.6372 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-09 21:51:29
IDJOB=3440014
IDBENCH=83120
IDSOLVER=1938
FILE ID=node104/3440014-1307649089
RUNJOBID= node104-1307649089-12000
PBS_JOBID= 13549387
Free space on /tmp= 74176 MiB

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

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=1762802045

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32580864 kB
Buffers:         36464 kB
Cached:         162912 kB
SwapCached:      10300 kB
Active:         113460 kB
Inactive:       119844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32580864 kB
SwapTotal:    67111528 kB
SwapFree:     67052920 kB
Dirty:            8152 kB
Writeback:           0 kB
AnonPages:       31600 kB
Mapped:           9192 kB
Slab:            73720 kB
PageTables:       4408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   228288 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= 74176 MiB
End job on node104 at 2011-06-09 23:14:51