Trace number 3349936

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.07 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3349936-1304969444/watcher-3349936-1304969444 -o /tmp/evaluation-result-3349936-1304969444/solver-3349936-1304969444 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349936-1304969444.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: 4.09 4.00 3.08 4/342 5420
/proc/meminfo: memFree=11318064/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=20528 CPUtime=0 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 650 0 0 0 0 0 0 0 25 0 1 0 589360089 21020672 593 33554432000 4194304 4300056 140734417314208 18446744073709551615 270338383616 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 5132 593 222 26 0 1764 0

[startup+0.073806 s]
/proc/loadavg: 4.09 4.00 3.08 4/342 5420
/proc/meminfo: memFree=11318064/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=29784 CPUtime=0.07 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 3132 0 0 0 7 0 0 0 25 0 1 0 589360089 30498816 2836 33554432000 4194304 4300056 140734417314208 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 7446 2837 222 26 0 4078 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29784

[startup+0.100753 s]
/proc/loadavg: 4.09 4.00 3.08 4/342 5420
/proc/meminfo: memFree=11318064/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=33464 CPUtime=0.09 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 4359 0 0 0 9 0 0 0 25 0 1 0 589360089 34267136 3902 33554432000 4194304 4300056 140734417314208 18446744073709551615 4221036 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/5420/statm: 8366 3902 222 26 0 4998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33464

[startup+0.300701 s]
/proc/loadavg: 4.09 4.00 3.08 4/342 5420
/proc/meminfo: memFree=11318064/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=50544 CPUtime=0.29 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 8913 0 0 0 28 1 0 0 25 0 1 0 589360089 51757056 7813 33554432000 4194304 4300056 140734417314208 18446744073709551615 4230669 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/5420/statm: 12636 7813 228 26 0 9268 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50544

[startup+0.700634 s]
/proc/loadavg: 4.09 4.00 3.08 4/342 5420
/proc/meminfo: memFree=11318064/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=45280 CPUtime=0.69 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 10414 0 0 0 68 1 0 0 25 0 1 0 589360089 46366720 6897 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/5420/statm: 11320 6897 236 26 0 7952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45280

[startup+1.5005 s]
/proc/loadavg: 4.09 4.00 3.08 5/343 5421
/proc/meminfo: memFree=11288924/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=45280 CPUtime=1.49 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 10651 0 0 0 147 2 0 0 25 0 1 0 589360089 46366720 7133 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 11320 7133 246 26 0 7952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45280

[startup+3.1002 s]
/proc/loadavg: 4.09 4.00 3.08 5/343 5421
/proc/meminfo: memFree=11285020/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=48000 CPUtime=3.09 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 11078 0 0 0 307 2 0 0 25 0 1 0 589360089 49152000 7559 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 12000 7559 246 26 0 8632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48000

[startup+6.30057 s]
/proc/loadavg: 4.09 4.00 3.08 5/343 5421
/proc/meminfo: memFree=11273760/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=52420 CPUtime=6.29 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 12099 0 0 0 627 2 0 0 25 0 1 0 589360089 53678080 8579 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 13105 8579 247 26 0 9737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52420

[startup+12.7003 s]
/proc/loadavg: 4.08 4.00 3.09 5/343 5422
/proc/meminfo: memFree=11248228/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=71276 CPUtime=12.69 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 14647 0 0 0 1267 2 0 0 25 0 1 0 589360089 72986624 11122 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 17819 11122 247 26 0 14451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71276

[startup+25.5008 s]
/proc/loadavg: 4.06 4.00 3.10 5/343 5422
/proc/meminfo: memFree=11213532/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=90244 CPUtime=25.49 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 17809 0 0 0 2546 3 0 0 25 0 1 0 589360089 92409856 14283 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 22561 14283 247 26 0 19193 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90244

[startup+51.1007 s]
/proc/loadavg: 4.04 4.00 3.12 5/343 5422
/proc/meminfo: memFree=11143532/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=121064 CPUtime=51.09 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 25017 0 0 0 5104 5 0 0 25 0 1 0 589360089 123969536 21481 33554432000 4194304 4300056 140734417314208 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 30266 21481 247 26 0 26898 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121064

[startup+102.312 s]
/proc/loadavg: 4.05 4.01 3.17 5/343 5451
/proc/meminfo: memFree=11163564/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=171956 CPUtime=102.31 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 38597 0 0 0 10222 9 0 0 25 0 1 0 589360089 176082944 35045 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 42989 35045 247 26 0 39621 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 171956

[startup+162.301 s]
/proc/loadavg: 4.10 4.04 3.23 5/343 5453
/proc/meminfo: memFree=10922884/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=255512 CPUtime=162.3 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 56139 0 0 0 16217 13 0 0 25 0 1 0 589360089 261644288 52566 33554432000 4194304 4300056 140734417314208 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 63878 52566 247 26 0 60510 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 255512

[startup+222.301 s]
/proc/loadavg: 4.07 4.04 3.28 5/343 5454
/proc/meminfo: memFree=10623680/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=390592 CPUtime=222.3 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 90245 0 0 0 22210 20 0 0 25 0 1 0 589360089 399966208 86635 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 97648 86635 247 26 0 94280 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 390592

[startup+282.301 s]
/proc/loadavg: 4.13 4.06 3.33 5/343 5483
/proc/meminfo: memFree=10621048/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=607736 CPUtime=282.3 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 112768 0 0 0 28204 26 0 0 25 0 1 0 589360089 622321664 109132 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 151934 109132 247 26 0 148566 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 607736

[startup+342.301 s]
/proc/loadavg: 4.12 4.08 3.38 5/343 5484
/proc/meminfo: memFree=10385624/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=609484 CPUtime=342.31 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 135796 0 0 0 34198 33 0 0 25 0 1 0 589360089 624111616 132137 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 152371 132137 247 26 0 149003 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 609484

[startup+402.301 s]
/proc/loadavg: 4.08 4.07 3.42 5/343 5486
/proc/meminfo: memFree=10208580/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=959876 CPUtime=402.3 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 158598 0 0 0 40192 38 0 0 25 0 1 0 589360089 982913024 154922 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 239969 154922 247 26 0 236601 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 959876

[startup+462.301 s]
/proc/loadavg: 4.03 4.06 3.46 5/343 5596
/proc/meminfo: memFree=10171492/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=960296 CPUtime=462.31 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 177785 0 0 0 46188 43 0 0 25 0 1 0 589360089 983343104 174099 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 240074 174099 247 26 0 236706 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 960296

[startup+522.301 s]
/proc/loadavg: 4.01 4.05 3.49 5/343 5597
/proc/meminfo: memFree=9984176/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=962728 CPUtime=522.31 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 202948 0 0 0 52184 47 0 0 25 0 1 0 589360089 985833472 199233 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 240682 199233 247 26 0 237314 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 962728

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.52 5/343 5599
/proc/meminfo: memFree=9866152/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=964632 CPUtime=582.32 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 225389 0 0 0 58180 52 0 0 25 0 1 0 589360089 987783168 221652 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252310 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 241158 221652 247 26 0 237790 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 964632

[startup+642.3 s]
/proc/loadavg: 3.97 4.02 3.54 4/337 5617
/proc/meminfo: memFree=9704808/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=1533416 CPUtime=642.33 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 247443 0 0 0 64177 56 0 0 25 0 1 0 589360089 1570217984 243692 33554432000 4194304 4300056 140734417314208 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 383354 243692 247 26 0 379986 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1533416

[startup+702.3 s]
/proc/loadavg: 2.75 3.67 3.45 3/331 5636
/proc/meminfo: memFree=10514088/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=1535092 CPUtime=702.32 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 273610 0 0 0 70174 58 0 0 25 0 1 0 589360089 1571934208 269836 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 383773 269836 247 26 0 380405 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1535092

[startup+762.312 s]
/proc/loadavg: 2.27 3.36 3.36 3/331 5638
/proc/meminfo: memFree=10509824/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=1535828 CPUtime=762.34 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 294451 0 0 0 76173 61 0 0 25 0 1 0 589360089 1572687872 290668 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 383957 290668 247 26 0 380589 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 1535828

[startup+822.3 s]
/proc/loadavg: 2.14 3.13 3.27 3/331 5639
/proc/meminfo: memFree=10368932/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=1537720 CPUtime=822.32 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 316361 0 0 0 82168 64 0 0 25 0 1 0 589360089 1574625280 312566 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 384430 312566 247 26 0 381062 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1537720

[startup+882.301 s]
/proc/loadavg: 2.05 2.92 3.19 3/331 5641
/proc/meminfo: memFree=10302160/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=1539516 CPUtime=882.33 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 338935 0 0 0 88166 67 0 0 25 0 1 0 589360089 1576464384 335118 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 384879 335118 247 26 0 381511 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1539516

[startup+942.301 s]
/proc/loadavg: 2.02 2.75 3.11 3/331 5642
/proc/meminfo: memFree=10138664/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=1541712 CPUtime=942.33 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 362901 0 0 0 94163 70 0 0 25 0 1 0 589360089 1578713088 359062 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 385428 359062 247 26 0 382060 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1541712

[startup+1002.3 s]
/proc/loadavg: 2.00 2.61 3.04 3/331 5644
/proc/meminfo: memFree=10195408/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=1542000 CPUtime=1002.33 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 373934 0 0 0 100162 71 0 0 25 0 1 0 589360089 1579008000 370083 33554432000 4194304 4300056 140734417314208 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 385500 370083 247 26 0 382132 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1542000

[startup+1062.3 s]
/proc/loadavg: 2.00 2.50 2.97 3/331 5646
/proc/meminfo: memFree=10010852/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=2465400 CPUtime=1062.33 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 405702 0 0 0 106158 75 0 0 25 0 1 0 589360089 2524569600 401827 33554432000 4194304 4300056 140734417314208 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 616350 401827 247 26 0 612982 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2465400

[startup+1122.3 s]
/proc/loadavg: 2.00 2.40 2.91 3/331 5647
/proc/meminfo: memFree=9976560/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=2465868 CPUtime=1122.34 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 427080 0 0 0 112156 78 0 0 25 0 1 0 589360089 2525048832 423194 33554432000 4194304 4300056 140734417314208 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 616467 423194 247 26 0 613099 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2465868

[startup+1182.3 s]
/proc/loadavg: 2.07 2.35 2.86 3/331 5649
/proc/meminfo: memFree=9828212/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=2466164 CPUtime=1182.34 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 448621 0 0 0 118154 80 0 0 25 0 1 0 589360089 2525351936 444727 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 616541 444727 247 26 0 613173 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2466164

[startup+1242.3 s]
/proc/loadavg: 2.02 2.29 2.80 3/331 5650
/proc/meminfo: memFree=9799016/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=2469084 CPUtime=1242.35 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 475320 0 0 0 124151 84 0 0 25 0 1 0 589360089 2528342016 471408 33554432000 4194304 4300056 140734417314208 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 617271 471408 247 26 0 613903 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 2469084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.07 2.25 2.76 3/331 5652
/proc/meminfo: memFree=11511532/32951124 swapFree=67111352/67111528
[pid=5420] ppid=5418 vsize=159984 CPUtime=1300.05 cores=4,6
/proc/5420/stat : 5420 (lr_gl_shr) R 5418 5420 5129 0 -1 4202496 509699 0 0 0 129910 95 0 0 25 0 1 0 589360089 163823616 28475 33554432000 4194304 4300056 140734417314208 18446744073709551615 4252534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5420/statm: 39996 28475 248 26 0 36628 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 159984

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.07
CPU user time (s): 1299.11
CPU system time (s): 0.962853
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2473304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.11
system time used= 0.962853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509703
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= 7
involuntary context switches= 889

runsolver used 4.43832 second user time and 9.10862 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 21:30:45
IDJOB=3349936
IDBENCH=82390
IDSOLVER=1814
FILE ID=node143/3349936-1304969444
RUNJOBID= node143-1304968092-5148
PBS_JOBID= 13285607
Free space on /tmp= 41216 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.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-3349936-1304969444/watcher-3349936-1304969444 -o /tmp/evaluation-result-3349936-1304969444/solver-3349936-1304969444 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349936-1304969444.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=468767106

node143.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.846
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.69
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.846
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.15
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.846
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.74
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.846
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:      11318220 kB
Buffers:        186008 kB
Cached:        4453024 kB
SwapCached:          0 kB
Active:       17181940 kB
Inactive:      4139372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11318220 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           24768 kB
Writeback:           0 kB
AnonPages:    16682136 kB
Mapped:          29316 kB
Slab:           191608 kB
PageTables:      55228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70628612 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= 41276 MiB
End job on node143 at 2011-05-09 21:52:27