Trace number 3349845

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.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

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: 4.14 4.05 3.35 4/359 3674
/proc/meminfo: memFree=25564288/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=20648 CPUtime=0 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 760 0 0 0 0 0 0 0 21 0 1 0 608576752 21143552 688 33554432000 4194304 4300056 140733350788448 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 5162 689 219 26 0 1794 0

[startup+0.0945591 s]
/proc/loadavg: 4.14 4.05 3.35 4/359 3674
/proc/meminfo: memFree=25564288/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=34264 CPUtime=0.08 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 5060 0 0 0 8 0 0 0 21 0 1 0 608576752 35086336 4511 33554432000 4194304 4300056 140733350788448 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 8566 4512 220 26 0 5198 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34264

[startup+0.100573 s]
/proc/loadavg: 4.14 4.05 3.35 4/359 3674
/proc/meminfo: memFree=25564288/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=37048 CPUtime=0.09 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 5560 0 0 0 8 1 0 0 21 0 1 0 608576752 37937152 4991 33554432000 4194304 4300056 140733350788448 18446744073709551615 4220653 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 9262 4992 225 26 0 5894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37048

[startup+0.300533 s]
/proc/loadavg: 4.14 4.05 3.35 4/359 3674
/proc/meminfo: memFree=25564288/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=53100 CPUtime=0.29 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 10168 0 0 0 28 1 0 0 22 0 1 0 608576752 54374400 9199 33554432000 4194304 4300056 140733350788448 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 13275 9199 250 26 0 9907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53100

[startup+0.700453 s]
/proc/loadavg: 4.14 4.05 3.35 4/359 3674
/proc/meminfo: memFree=25564288/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=54544 CPUtime=0.69 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 14215 0 0 0 67 2 0 0 24 0 1 0 608576752 55853056 9570 33554432000 4194304 4300056 140733350788448 18446744073709551615 4255144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 13636 9570 250 26 0 10268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54544

[startup+1.50028 s]
/proc/loadavg: 4.14 4.05 3.35 5/360 3675
/proc/meminfo: memFree=25523740/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=55044 CPUtime=1.49 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 15415 0 0 0 147 2 0 0 25 0 1 0 608576752 56365056 9785 33554432000 4194304 4300056 140733350788448 18446744073709551615 4262747 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 13761 9785 268 26 0 10393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55044

[startup+3.10102 s]
/proc/loadavg: 4.12 4.05 3.35 5/360 3675
/proc/meminfo: memFree=25516548/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=62116 CPUtime=3.09 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 16617 0 0 0 306 3 0 0 25 0 1 0 608576752 63606784 10955 33554432000 4194304 4300056 140733350788448 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 15529 10955 268 26 0 12161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62116

[startup+6.30044 s]
/proc/loadavg: 4.12 4.05 3.35 5/360 3675
/proc/meminfo: memFree=25488008/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=80792 CPUtime=6.29 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 21337 0 0 0 626 3 0 0 25 0 1 0 608576752 82731008 15631 33554432000 4194304 4300056 140733350788448 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 20198 15631 268 26 0 16830 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80792

[startup+12.7003 s]
/proc/loadavg: 4.11 4.05 3.36 5/360 3676
/proc/meminfo: memFree=25454628/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=92468 CPUtime=12.69 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 24886 0 0 0 1265 4 0 0 25 0 1 0 608576752 94687232 19103 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 23117 19103 268 26 0 19749 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92468

[startup+25.5009 s]
/proc/loadavg: 4.09 4.04 3.36 5/360 3676
/proc/meminfo: memFree=25388676/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=96404 CPUtime=25.49 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 34191 0 0 0 2543 6 0 0 25 0 1 0 608576752 98717696 18885 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 24101 18885 268 26 0 20733 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96404

[startup+51.1002 s]
/proc/loadavg: 4.19 4.07 3.39 5/360 3677
/proc/meminfo: memFree=25306656/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=103400 CPUtime=51.09 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 49695 0 0 0 5100 9 0 0 25 0 1 0 608576752 105881600 19507 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 25850 19507 268 26 0 22482 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103400

[startup+102.314 s]
/proc/loadavg: 4.08 4.06 3.42 5/360 3678
/proc/meminfo: memFree=25061920/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=160324 CPUtime=102.31 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 77815 0 0 0 10214 17 0 0 25 0 1 0 608576752 164171776 31265 33554432000 4194304 4300056 140733350788448 18446744073709551615 4263840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 40081 31265 268 26 0 36713 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 160324

[startup+162.301 s]
/proc/loadavg: 4.03 4.05 3.45 5/360 3680
/proc/meminfo: memFree=24886128/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=170768 CPUtime=162.3 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 113762 0 0 0 16204 26 0 0 25 0 1 0 608576752 174866432 32289 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 42692 32289 268 26 0 39324 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 170768

[startup+222.301 s]
/proc/loadavg: 4.01 4.03 3.48 5/360 3681
/proc/meminfo: memFree=24701048/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=135260 CPUtime=222.3 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 165516 0 0 0 22195 35 0 0 25 0 1 0 608576752 138506240 29684 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 33815 29684 268 26 0 30447 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 135260

[startup+282.301 s]
/proc/loadavg: 4.00 4.03 3.51 5/360 3683
/proc/meminfo: memFree=24466116/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=185048 CPUtime=282.3 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 195101 0 0 0 28188 42 0 0 25 0 1 0 608576752 189489152 41783 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 46262 41783 268 26 0 42894 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 185048

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.54 5/360 3684
/proc/meminfo: memFree=24290112/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=242272 CPUtime=342.3 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 223073 0 0 0 34182 48 0 0 25 0 1 0 608576752 248086528 46052 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 60568 46052 268 26 0 57200 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 242272

[startup+402.301 s]
/proc/loadavg: 4.04 4.03 3.57 5/360 3686
/proc/meminfo: memFree=24174980/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=172652 CPUtime=402.31 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 267821 0 0 0 40171 60 0 0 25 0 1 0 608576752 176795648 39516 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 43163 39516 268 26 0 39795 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 172652

[startup+462.301 s]
/proc/loadavg: 4.01 4.02 3.60 5/360 3688
/proc/meminfo: memFree=23779764/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=471912 CPUtime=462.3 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 316976 0 0 0 46160 70 0 0 25 0 1 0 608576752 483237888 88348 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 117978 88348 268 26 0 114610 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 471912

[startup+522.3 s]
/proc/loadavg: 4.04 4.03 3.62 5/360 3689
/proc/meminfo: memFree=23795324/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=168872 CPUtime=522.3 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 354877 0 0 0 52151 79 0 0 25 0 1 0 608576752 172924928 37819 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256018 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 42218 37819 268 26 0 38850 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 168872

[startup+582.3 s]
/proc/loadavg: 4.18 4.08 3.67 5/360 3691
/proc/meminfo: memFree=23557056/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=225832 CPUtime=582.3 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 389624 0 0 0 58144 86 0 0 25 0 1 0 608576752 231251968 49039 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256556 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 56458 49039 268 26 0 53090 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 225832

[startup+642.3 s]
/proc/loadavg: 4.10 4.08 3.69 5/360 3692
/proc/meminfo: memFree=23376960/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=225832 CPUtime=642.31 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 416599 0 0 0 64140 91 0 0 25 0 1 0 608576752 231251968 46912 33554432000 4194304 4300056 140733350788448 18446744073709551615 4262480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 56458 46912 268 26 0 53090 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 225832

[startup+702.3 s]
/proc/loadavg: 4.04 4.06 3.70 5/360 3694
/proc/meminfo: memFree=23178312/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=231408 CPUtime=702.31 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 445105 0 0 0 70133 98 0 0 25 0 1 0 608576752 236961792 48713 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 57852 48713 268 26 0 54484 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 231408

[startup+762.313 s]
/proc/loadavg: 4.01 4.05 3.72 5/360 3696
/proc/meminfo: memFree=23170928/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=238028 CPUtime=762.32 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 470662 0 0 0 76127 105 0 0 25 0 1 0 608576752 243740672 52921 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 59507 52921 268 26 0 56139 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 238028

[startup+822.3 s]
/proc/loadavg: 4.00 4.04 3.74 5/360 3697
/proc/meminfo: memFree=23058420/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=238028 CPUtime=822.32 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 491179 0 0 0 82121 111 0 0 25 0 1 0 608576752 243740672 50477 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 59507 50477 268 26 0 56139 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 238028

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.75 5/360 3699
/proc/meminfo: memFree=22955068/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=213128 CPUtime=882.32 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 517057 0 0 0 88114 118 0 0 25 0 1 0 608576752 218243072 48339 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 53282 48339 268 26 0 49914 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 213128

[startup+942.301 s]
/proc/loadavg: 4.05 4.04 3.76 5/360 3700
/proc/meminfo: memFree=22817296/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=194160 CPUtime=942.32 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 536953 0 0 0 94109 123 0 0 25 0 1 0 608576752 198819840 44174 33554432000 4194304 4300056 140733350788448 18446744073709551615 4252304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 48540 44174 268 26 0 45172 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 194160

[startup+1002.3 s]
/proc/loadavg: 3.59 3.92 3.74 4/354 3720
/proc/meminfo: memFree=25350108/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=221892 CPUtime=1002.32 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 590018 0 0 0 100097 135 0 0 25 0 1 0 608576752 227217408 49499 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 55473 49499 268 26 0 52105 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 221892

[startup+1062.3 s]
/proc/loadavg: 2.76 3.63 3.65 3/348 3740
/proc/meminfo: memFree=26733800/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=519544 CPUtime=1062.33 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 642051 0 0 0 106088 145 0 0 25 0 1 0 608576752 532013056 101303 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 129886 101303 268 26 0 126518 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 519544

[startup+1122.3 s]
/proc/loadavg: 2.32 3.33 3.54 3/348 3741
/proc/meminfo: memFree=26888108/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=265528 CPUtime=1122.33 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 681115 0 0 0 112079 154 0 0 25 0 1 0 608576752 271900672 59264 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 66382 59264 268 26 0 63014 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 265528

[startup+1182.3 s]
/proc/loadavg: 2.12 3.10 3.45 3/348 3743
/proc/meminfo: memFree=26936288/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=207636 CPUtime=1182.32 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 710619 0 0 0 118071 161 0 0 25 0 1 0 608576752 212619264 47070 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 51909 47070 268 26 0 48541 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 207636

[startup+1242.3 s]
/proc/loadavg: 2.04 2.88 3.35 3/348 3744
/proc/meminfo: memFree=26844224/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=276280 CPUtime=1242.32 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 728499 0 0 0 124067 165 0 0 25 0 1 0 608576752 282910720 64576 33554432000 4194304 4300056 140733350788448 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 69070 64576 268 26 0 65702 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 276280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.73 2.67 3.25 2/342 3764
/proc/meminfo: memFree=27221608/32951124 swapFree=40554396/67111528
[pid=3674] ppid=3672 vsize=281248 CPUtime=1300.04 cores=0,2
/proc/3674/stat : 3674 (lr_gl_shr) R 3672 3674 3183 0 -1 4202496 747309 0 0 0 129834 170 0 0 25 0 1 0 608576752 287997952 59277 33554432000 4194304 4300056 140733350788448 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3674/statm: 70312 59277 268 26 0 66944 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 281248

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

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

runsolver used 4.49332 second user time and 9.73652 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-09 21:36:03
IDJOB=3349845
IDBENCH=82467
IDSOLVER=1814
FILE ID=node104/3349845-1304969763
RUNJOBID= node104-1304968100-3202
PBS_JOBID= 13285646
Free space on /tmp= 16328 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.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-3349845-1304969763/watcher-3349845-1304969763 -o /tmp/evaluation-result-3349845-1304969763/solver-3349845-1304969763 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349845-1304969763.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1020587223

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:      25564700 kB
Buffers:        141652 kB
Cached:        1159688 kB
SwapCached:     121656 kB
Active:        2203088 kB
Inactive:      4949312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25564700 kB
SwapTotal:    67111528 kB
SwapFree:     40554396 kB
Dirty:          159708 kB
Writeback:           0 kB
AnonPages:     5742276 kB
Mapped:          11404 kB
Slab:            81992 kB
PageTables:      88424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76742252 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= 16568 MiB
End job on node104 at 2011-05-09 21:57:45