Trace number 3349910

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_NOGL_NOSHR 2011-03-02? (TO) 1300.06 1300.02

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

running on 2 cores: 4,6

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: 3.14 3.81 3.64 4/370 16552
/proc/meminfo: memFree=25957648/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=25520 CPUtime=0.01 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 1796 0 0 0 1 0 0 0 21 0 1 0 608846263 26132480 1678 33554432000 4194304 4300056 140735402495840 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 6380 1680 222 26 0 3012 0

[startup+0.0356219 s]
/proc/loadavg: 3.14 3.81 3.64 4/370 16552
/proc/meminfo: memFree=25957648/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=28060 CPUtime=0.03 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 2705 0 0 0 3 0 0 0 21 0 1 0 608846263 28733440 2496 33554432000 4194304 4300056 140735402495840 18446744073709551615 253640859392 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 7015 2497 222 26 0 3647 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28060

[startup+0.100641 s]
/proc/loadavg: 3.14 3.81 3.64 4/370 16552
/proc/meminfo: memFree=25957648/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=32884 CPUtime=0.09 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 4962 0 0 0 9 0 0 0 21 0 1 0 608846263 33673216 4365 33554432000 4194304 4300056 140735402495840 18446744073709551615 4230579 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 8221 4365 226 26 0 4853 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32884

[startup+0.300615 s]
/proc/loadavg: 3.14 3.81 3.64 4/370 16552
/proc/meminfo: memFree=25957648/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=38644 CPUtime=0.29 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 7813 0 0 0 29 0 0 0 22 0 1 0 608846263 39571456 5823 33554432000 4194304 4300056 140735402495840 18446744073709551615 4232745 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 9661 5823 228 26 0 6293 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38644

[startup+0.700525 s]
/proc/loadavg: 3.14 3.81 3.64 4/370 16552
/proc/meminfo: memFree=25957648/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=34628 CPUtime=0.69 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 8556 0 0 0 69 0 0 0 24 0 1 0 608846263 35459072 5104 33554432000 4194304 4300056 140735402495840 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 8657 5104 246 26 0 5289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34628

[startup+1.50038 s]
/proc/loadavg: 3.14 3.81 3.64 5/371 16554
/proc/meminfo: memFree=25938856/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=38980 CPUtime=1.49 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 8942 0 0 0 149 0 0 0 25 0 1 0 608846263 39915520 5480 33554432000 4194304 4300056 140735402495840 18446744073709551615 4262778 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 9745 5480 247 26 0 6377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38980

[startup+3.1011 s]
/proc/loadavg: 3.21 3.81 3.64 5/371 16554
/proc/meminfo: memFree=25919512/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=50612 CPUtime=3.09 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 11641 0 0 0 308 1 0 0 25 0 1 0 608846263 51826688 8166 33554432000 4194304 4300056 140735402495840 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 12653 8166 247 26 0 9285 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50612

[startup+6.30051 s]
/proc/loadavg: 3.21 3.81 3.64 5/371 16554
/proc/meminfo: memFree=25878636/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=57792 CPUtime=6.29 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 13158 0 0 0 628 1 0 0 25 0 1 0 608846263 59179008 9661 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 14448 9661 247 26 0 11080 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57792

[startup+12.7003 s]
/proc/loadavg: 3.33 3.82 3.64 5/371 16554
/proc/meminfo: memFree=25855512/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=69468 CPUtime=12.69 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 16618 0 0 0 1267 2 0 0 25 0 1 0 608846263 71135232 13088 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 17367 13088 247 26 0 13999 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69468

[startup+25.501 s]
/proc/loadavg: 3.51 3.84 3.65 5/371 16554
/proc/meminfo: memFree=25792768/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=60604 CPUtime=25.49 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 25719 0 0 0 2546 3 0 0 25 0 1 0 608846263 62058496 11183 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 15151 11183 247 26 0 11783 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60604

[startup+51.1004 s]
/proc/loadavg: 3.68 3.85 3.66 5/371 16555
/proc/meminfo: memFree=25728064/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=129248 CPUtime=51.09 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 37895 0 0 0 5103 6 0 0 25 0 1 0 608846263 132349952 23229 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 32312 23229 247 26 0 28944 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 129248

[startup+102.314 s]
/proc/loadavg: 3.87 3.87 3.67 5/371 16556
/proc/meminfo: memFree=25712644/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=105880 CPUtime=102.31 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 64815 0 0 0 10218 13 0 0 25 0 1 0 608846263 108421120 19930 33554432000 4194304 4300056 140735402495840 18446744073709551615 4252472 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 26470 19930 247 26 0 23102 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 105880

[startup+162.301 s]
/proc/loadavg: 3.95 3.89 3.69 5/371 16558
/proc/meminfo: memFree=25642180/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=136700 CPUtime=162.3 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 93414 0 0 0 16209 21 0 0 25 0 1 0 608846263 139980800 29427 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 34175 29427 247 26 0 30807 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136700

[startup+222.3 s]
/proc/loadavg: 4.03 3.93 3.71 5/371 16559
/proc/meminfo: memFree=25633816/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=64624 CPUtime=222.29 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 120474 0 0 0 22201 28 0 0 25 0 1 0 608846263 66174976 12498 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256679 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 16156 12498 247 26 0 12788 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 64624

[startup+282.3 s]
/proc/loadavg: 4.16 3.97 3.74 5/371 16561
/proc/meminfo: memFree=25596704/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=119928 CPUtime=282.29 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 150944 0 0 0 28194 35 0 0 25 0 1 0 608846263 122806272 22972 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 29982 22972 247 26 0 26614 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 119928

[startup+342.3 s]
/proc/loadavg: 4.11 3.99 3.76 5/371 16563
/proc/meminfo: memFree=25530688/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=119928 CPUtime=342.3 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 176495 0 0 0 34188 42 0 0 25 0 1 0 608846263 122806272 25857 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 29982 25857 247 26 0 26614 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 119928

[startup+402.301 s]
/proc/loadavg: 4.04 3.99 3.77 5/371 16564
/proc/meminfo: memFree=25552604/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=156304 CPUtime=402.3 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 202424 0 0 0 40181 49 0 0 25 0 1 0 608846263 160055296 31752 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 39076 31752 247 26 0 35708 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 156304

[startup+462.301 s]
/proc/loadavg: 4.09 4.02 3.79 5/371 16566
/proc/meminfo: memFree=25554172/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=156304 CPUtime=462.3 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 226946 0 0 0 46175 55 0 0 25 0 1 0 608846263 160055296 33744 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 39076 33744 247 26 0 35708 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 156304

[startup+522.301 s]
/proc/loadavg: 4.07 4.03 3.81 5/371 16567
/proc/meminfo: memFree=25513332/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=161832 CPUtime=522.31 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 252468 0 0 0 52168 63 0 0 25 0 1 0 608846263 165715968 35737 33554432000 4194304 4300056 140735402495840 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 40458 35737 247 26 0 37090 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 161832

[startup+582.301 s]
/proc/loadavg: 4.17 4.06 3.83 5/371 16569
/proc/meminfo: memFree=25549496/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=161832 CPUtime=582.31 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 276502 0 0 0 58161 70 0 0 25 0 1 0 608846263 165715968 35938 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 40458 35938 247 26 0 37090 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 161832

[startup+642.301 s]
/proc/loadavg: 4.06 4.05 3.84 5/371 16571
/proc/meminfo: memFree=25436740/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=161832 CPUtime=642.32 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 298975 0 0 0 64158 74 0 0 25 0 1 0 608846263 165715968 35890 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 40458 35890 247 26 0 37090 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 161832

[startup+702.301 s]
/proc/loadavg: 4.10 4.06 3.85 5/371 16572
/proc/meminfo: memFree=25440912/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=136212 CPUtime=702.31 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 316904 0 0 0 70151 80 0 0 25 0 1 0 608846263 139481088 26155 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 34053 26155 247 26 0 30685 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 136212

[startup+762.314 s]
/proc/loadavg: 4.11 4.06 3.86 5/371 16574
/proc/meminfo: memFree=25386948/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=217120 CPUtime=762.33 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 338838 0 0 0 76147 86 0 0 25 0 1 0 608846263 222330880 47871 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 54280 47871 247 26 0 50912 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 217120

[startup+822.3 s]
/proc/loadavg: 4.04 4.05 3.87 5/371 16575
/proc/meminfo: memFree=25427224/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=221268 CPUtime=822.31 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 364179 0 0 0 82138 93 0 0 25 0 1 0 608846263 226578432 39692 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 55317 39692 247 26 0 51949 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 221268

[startup+882.3 s]
/proc/loadavg: 4.05 4.05 3.88 5/371 16577
/proc/meminfo: memFree=25410096/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=177224 CPUtime=882.31 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 390657 0 0 0 88131 100 0 0 25 0 1 0 608846263 181477376 38072 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 44306 38072 247 26 0 40938 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 177224

[startup+942.3 s]
/proc/loadavg: 4.02 4.04 3.88 5/371 16579
/proc/meminfo: memFree=25248504/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=177224 CPUtime=942.32 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 414391 0 0 0 94125 107 0 0 25 0 1 0 608846263 181477376 34558 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 44306 34558 247 26 0 40938 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 177224

[startup+1002.3 s]
/proc/loadavg: 4.06 4.04 3.89 5/371 16580
/proc/meminfo: memFree=25458416/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=121076 CPUtime=1002.31 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 435806 0 0 0 100118 113 0 0 25 0 1 0 608846263 123981824 26089 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256063 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 30269 26089 247 26 0 26901 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 121076

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.90 5/371 16582
/proc/meminfo: memFree=25321868/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=232628 CPUtime=1062.32 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 457307 0 0 0 106114 118 0 0 25 0 1 0 608846263 238211072 47304 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 58157 47304 247 26 0 54789 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 232628

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 3.91 5/371 16583
/proc/meminfo: memFree=25464324/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=232628 CPUtime=1122.32 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 482667 0 0 0 112107 125 0 0 25 0 1 0 608846263 238211072 45495 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 58157 45495 247 26 0 54789 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 232628

[startup+1182.3 s]
/proc/loadavg: 4.04 4.04 3.91 5/371 16585
/proc/meminfo: memFree=25311912/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=232628 CPUtime=1182.32 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 508496 0 0 0 118101 131 0 0 25 0 1 0 608846263 238211072 43337 33554432000 4194304 4300056 140735402495840 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 58157 43337 247 26 0 54789 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 232628

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.91 5/371 16587
/proc/meminfo: memFree=25460324/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=159796 CPUtime=1242.33 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 532078 0 0 0 124098 135 0 0 25 0 1 0 608846263 163631104 32429 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 39949 32429 247 26 0 36581 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 159796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.05 3.92 2/365 16591
/proc/meminfo: memFree=25798000/32951124 swapFree=56449212/67111528
[pid=16552] ppid=16550 vsize=240704 CPUtime=1300.04 cores=4,6
/proc/16552/stat : 16552 (lr_gl_shr) R 16550 16552 15415 0 -1 4202496 551126 0 0 0 129864 140 0 0 25 0 1 0 608846263 246480896 51251 33554432000 4194304 4300056 140735402495840 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16552/statm: 60176 51251 247 26 0 56808 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 240704

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): 1300.06
CPU user time (s): 1298.64
CPU system time (s): 1.41478
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 315348

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

runsolver used 4.93525 second user time and 10.4534 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-09 22:20:59
IDJOB=3349910
IDBENCH=83135
IDSOLVER=1814
FILE ID=node106/3349910-1304972459
RUNJOBID= node106-1304972458-16511
PBS_JOBID= 13285644
Free space on /tmp= 45944 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 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 -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349910-1304972459/watcher-3349910-1304972459 -o /tmp/evaluation-result-3349910-1304972459/solver-3349910-1304972459 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349910-1304972459.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=1236133230

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:     32951124 kB
MemFree:      25957688 kB
Buffers:        154228 kB
Cached:        3821236 kB
SwapCached:      27228 kB
Active:         360696 kB
Inactive:      6423624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25957688 kB
SwapTotal:    67111528 kB
SwapFree:     56449212 kB
Dirty:           11784 kB
Writeback:           0 kB
AnonPages:     2790456 kB
Mapped:          10324 kB
Slab:            95660 kB
PageTables:      48228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75121268 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= 45952 MiB
End job on node106 at 2011-05-09 22:42:41