Trace number 3350214

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_NOSHR 2011-03-02? (TO) 1299.98 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3350214-1304972746/watcher-3350214-1304972746 -o /tmp/evaluation-result-3350214-1304972746/solver-3350214-1304972746 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350214-1304972746.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.09 2.42 3.21 5/366 4818
/proc/meminfo: memFree=23222076/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=26652 CPUtime=0 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 1895 0 0 0 0 0 0 0 21 0 1 0 608874205 27291648 1784 33554432000 4194304 4300056 140735527376128 18446744073709551615 4220927 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 6663 1784 222 26 0 3295 0

[startup+0.06909 s]
/proc/loadavg: 1.09 2.42 3.21 5/366 4818
/proc/meminfo: memFree=23222076/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=32256 CPUtime=0.06 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 4014 0 0 0 5 1 0 0 21 0 1 0 608874205 33030144 3610 33554432000 4194304 4300056 140735527376128 18446744073709551615 4221139 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 8064 3611 222 26 0 4696 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32256

[startup+0.101117 s]
/proc/loadavg: 1.09 2.42 3.21 5/366 4818
/proc/meminfo: memFree=23222076/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=35272 CPUtime=0.09 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 5185 0 0 0 8 1 0 0 21 0 1 0 608874205 36118528 4594 33554432000 4194304 4300056 140735527376128 18446744073709551615 210647146240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 8818 4595 222 26 0 5450 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35272

[startup+0.301089 s]
/proc/loadavg: 1.09 2.42 3.21 5/366 4818
/proc/meminfo: memFree=23222076/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=42248 CPUtime=0.29 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 8695 0 0 0 28 1 0 0 22 0 1 0 608874205 43261952 6439 33554432000 4194304 4300056 140735527376128 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 10562 6439 228 26 0 7194 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42248

[startup+0.701016 s]
/proc/loadavg: 1.09 2.42 3.21 5/366 4818
/proc/meminfo: memFree=23222076/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=39604 CPUtime=0.69 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 9876 0 0 0 68 1 0 0 24 0 1 0 608874205 40554496 5910 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 9901 5910 246 26 0 6533 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39604

[startup+1.50085 s]
/proc/loadavg: 1.33 2.44 3.22 6/368 4820
/proc/meminfo: memFree=23182016/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=39604 CPUtime=1.49 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 10327 0 0 0 147 2 0 0 25 0 1 0 608874205 40554496 6345 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256071 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 9901 6345 247 26 0 6533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39604

[startup+3.10061 s]
/proc/loadavg: 1.33 2.44 3.22 7/368 4820
/proc/meminfo: memFree=23172096/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=46676 CPUtime=3.09 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 10993 0 0 0 307 2 0 0 25 0 1 0 608874205 47796224 6997 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 11669 6997 247 26 0 8301 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46676

[startup+6.30107 s]
/proc/loadavg: 1.33 2.44 3.22 6/368 4820
/proc/meminfo: memFree=23155476/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=66056 CPUtime=6.3 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 15472 0 0 0 627 3 0 0 25 0 1 0 608874205 67641344 11450 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 16514 11450 247 26 0 13146 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 66056

[startup+12.701 s]
/proc/loadavg: 1.88 2.53 3.24 7/368 4820
/proc/meminfo: memFree=23121908/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=77732 CPUtime=12.7 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 18555 0 0 0 1266 4 0 0 25 0 1 0 608874205 79597568 14498 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 19433 14498 247 26 0 16065 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 77732

[startup+25.5008 s]
/proc/loadavg: 2.21 2.57 3.24 7/368 4821
/proc/meminfo: memFree=23084088/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=96700 CPUtime=25.49 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 23790 0 0 0 2544 5 0 0 25 0 1 0 608874205 99020800 19673 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 24175 19673 247 26 0 20807 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96700

[startup+51.1005 s]
/proc/loadavg: 2.91 2.71 3.27 7/368 4821
/proc/meminfo: memFree=23080340/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=96700 CPUtime=51.09 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 36865 0 0 0 5101 8 0 0 25 0 1 0 608874205 99020800 18761 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 24175 18761 247 26 0 20807 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96700

[startup+102.314 s]
/proc/loadavg: 3.53 2.91 3.30 7/368 4823
/proc/meminfo: memFree=23054172/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=99140 CPUtime=102.3 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 64236 0 0 0 10215 15 0 0 25 0 1 0 608874205 101519360 19318 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 24785 19318 247 26 0 21417 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99140

[startup+162.301 s]
/proc/loadavg: 3.90 3.12 3.35 6/368 4824
/proc/meminfo: memFree=23042124/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=82596 CPUtime=162.29 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 95602 0 0 0 16207 22 0 0 25 0 1 0 608874205 84578304 15809 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 20649 15809 247 26 0 17281 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 82596

[startup+222.301 s]
/proc/loadavg: 3.96 3.28 3.39 7/368 4826
/proc/meminfo: memFree=23010980/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=134780 CPUtime=222.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 123694 0 0 0 22198 30 0 0 25 0 1 0 608874205 138014720 23097 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 33695 23097 247 26 0 30327 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 134780

[startup+282.301 s]
/proc/loadavg: 4.18 3.45 3.44 7/368 4828
/proc/meminfo: memFree=23034900/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=88520 CPUtime=282.29 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 153890 0 0 0 28192 37 0 0 25 0 1 0 608874205 90644480 16026 33554432000 4194304 4300056 140735527376128 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 22130 16026 247 26 0 18762 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88520

[startup+342.3 s]
/proc/loadavg: 4.06 3.55 3.47 7/368 4829
/proc/meminfo: memFree=23016896/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=108472 CPUtime=342.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 178101 0 0 0 34185 43 0 0 25 0 1 0 608874205 111075328 21340 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 27118 21340 247 26 0 23750 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 108472

[startup+402.3 s]
/proc/loadavg: 4.02 3.63 3.50 7/368 4831
/proc/meminfo: memFree=22939132/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=140304 CPUtime=402.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 204327 0 0 0 40179 49 0 0 25 0 1 0 608874205 143671296 28891 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 35076 28891 247 26 0 31708 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 140304

[startup+462.301 s]
/proc/loadavg: 4.01 3.69 3.53 7/368 4832
/proc/meminfo: memFree=22928820/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=143040 CPUtime=462.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 230539 0 0 0 46172 56 0 0 25 0 1 0 608874205 146472960 31078 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 35760 31078 247 26 0 32392 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 143040

[startup+522.301 s]
/proc/loadavg: 4.00 3.75 3.56 7/368 4834
/proc/meminfo: memFree=22935624/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=146212 CPUtime=522.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 251607 0 0 0 52165 63 0 0 25 0 1 0 608874205 149721088 29572 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 36553 29572 247 26 0 33185 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 146212

[startup+582.301 s]
/proc/loadavg: 4.12 3.82 3.59 7/368 4836
/proc/meminfo: memFree=22923076/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=149104 CPUtime=582.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 275496 0 0 0 58157 71 0 0 25 0 1 0 608874205 152682496 32500 33554432000 4194304 4300056 140735527376128 18446744073709551615 4263276 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 37276 32500 247 26 0 33908 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 149104

[startup+642.301 s]
/proc/loadavg: 4.10 3.87 3.62 6/368 4837
/proc/meminfo: memFree=22971784/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=99904 CPUtime=642.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 303806 0 0 0 64149 79 0 0 25 0 1 0 608874205 102301696 19647 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 24976 19647 247 26 0 21608 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 99904

[startup+702.301 s]
/proc/loadavg: 4.04 3.89 3.64 7/368 4839
/proc/meminfo: memFree=22970896/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=101376 CPUtime=702.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 325989 0 0 0 70143 85 0 0 25 0 1 0 608874205 103809024 19106 33554432000 4194304 4300056 140735527376128 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 25344 19106 247 26 0 21976 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 101376

[startup+762.314 s]
/proc/loadavg: 4.09 3.94 3.67 7/368 4840
/proc/meminfo: memFree=22950668/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=120952 CPUtime=762.29 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 351656 0 0 0 76135 94 0 0 25 0 1 0 608874205 123854848 21868 33554432000 4194304 4300056 140735527376128 18446744073709551615 4252367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 30238 21868 247 26 0 26870 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 120952

[startup+822.3 s]
/proc/loadavg: 4.11 3.97 3.70 7/368 4842
/proc/meminfo: memFree=22935768/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=121740 CPUtime=822.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 378139 0 0 0 82127 101 0 0 25 0 1 0 608874205 124661760 23240 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 30435 23240 247 26 0 27067 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 121740

[startup+882.3 s]
/proc/loadavg: 4.08 3.99 3.72 6/368 4844
/proc/meminfo: memFree=22931032/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=122408 CPUtime=882.27 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 402210 0 0 0 88121 106 0 0 25 0 1 0 608874205 125345792 23817 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 30602 23817 247 26 0 27234 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 122408

[startup+942.3 s]
/proc/loadavg: 4.07 4.00 3.74 7/368 4845
/proc/meminfo: memFree=22933368/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=123340 CPUtime=942.27 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 426468 0 0 0 94115 112 0 0 25 0 1 0 608874205 126300160 23454 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 30835 23454 247 26 0 27467 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 123340

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.75 7/368 4847
/proc/meminfo: memFree=22929760/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=123972 CPUtime=1002.28 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 449872 0 0 0 100108 120 0 0 25 0 1 0 608874205 126947328 24248 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 30993 24248 247 26 0 27625 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 123972

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.76 6/368 4848
/proc/meminfo: memFree=22935452/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=124712 CPUtime=1062.27 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 474664 0 0 0 106101 126 0 0 25 0 1 0 608874205 127705088 22882 33554432000 4194304 4300056 140735527376128 18446744073709551615 4263252 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 31178 22882 247 26 0 27810 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 124712

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.77 7/368 4850
/proc/meminfo: memFree=22932700/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=106940 CPUtime=1122.27 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 496627 0 0 0 112094 133 0 0 25 0 1 0 608874205 109506560 22561 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 26735 22561 247 26 0 23367 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 106940

[startup+1182.3 s]
/proc/loadavg: 4.08 4.02 3.79 7/368 4852
/proc/meminfo: memFree=22826908/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=208396 CPUtime=1182.27 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 513919 0 0 0 118089 138 0 0 25 0 1 0 608874205 213397504 39705 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 52099 39705 247 26 0 48731 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 208396

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.80 7/368 4853
/proc/meminfo: memFree=22877236/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=160276 CPUtime=1242.26 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 534502 0 0 0 124081 145 0 0 25 0 1 0 608874205 164122624 33895 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 40069 33895 247 26 0 36701 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 160276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.81 5/366 4858
/proc/meminfo: memFree=23095972/32951132 swapFree=64495964/67111528
[pid=4818] ppid=4816 vsize=113580 CPUtime=1299.96 cores=0,2
/proc/4818/stat : 4818 (lr_gl_shr) R 4816 4818 3848 0 -1 4202496 550868 0 0 0 129847 149 0 0 25 0 1 0 608874205 116305920 22216 33554432000 4194304 4300056 140735527376128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4818/statm: 28395 22216 247 26 0 25027 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 113580

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.98
CPU user time (s): 1298.48
CPU system time (s): 1.50177
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 232132

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

runsolver used 4.85626 second user time and 10.3124 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 22:25:46
IDJOB=3350214
IDBENCH=83137
IDSOLVER=1815
FILE ID=node129/3350214-1304972746
RUNJOBID= node129-1304972746-4777
PBS_JOBID= 13285621
Free space on /tmp= 48120 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=626540638

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23222240 kB
Buffers:        148928 kB
Cached:        4418928 kB
SwapCached:      52448 kB
Active:        2359816 kB
Inactive:      7167468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23222240 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:            7404 kB
Writeback:           0 kB
AnonPages:     4915888 kB
Mapped:          17080 kB
Slab:            99668 kB
PageTables:      38260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79809964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48120 MiB
End job on node129 at 2011-05-09 22:47:28