Trace number 3349570

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_SHR 2011-03-02? (TO) 1300.1 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.53 2.26 2.91 4/336 11867
/proc/meminfo: memFree=26916740/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=20464 CPUtime=0.01 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 631 0 0 0 1 0 0 0 22 0 1 0 608703287 20955136 574 33554432000 4194304 4300056 140733886185408 18446744073709551615 244446945024 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 5116 574 222 26 0 1748 0

[startup+0.10008 s]
/proc/loadavg: 1.53 2.26 2.91 4/336 11867
/proc/meminfo: memFree=26916740/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=24148 CPUtime=0.09 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 1568 0 0 0 9 0 0 0 22 0 1 0 608703287 24727552 1435 33554432000 4194304 4300056 140733886185408 18446744073709551615 244446945024 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 6037 1435 222 26 0 2669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24148

[startup+0.20106 s]
/proc/loadavg: 1.53 2.26 2.91 4/336 11867
/proc/meminfo: memFree=26916740/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=30180 CPUtime=0.19 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 4077 0 0 0 19 0 0 0 23 0 1 0 608703287 30904320 3383 33554432000 4194304 4300056 140733886185408 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 7545 3384 222 26 0 4177 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30180

[startup+0.301039 s]
/proc/loadavg: 1.53 2.26 2.91 4/336 11867
/proc/meminfo: memFree=26916740/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=43928 CPUtime=0.29 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 7971 0 0 0 28 1 0 0 23 0 1 0 608703287 44982272 6551 33554432000 4194304 4300056 140733886185408 18446744073709551615 244446945024 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 10982 6551 222 26 0 7614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43928

[startup+0.700978 s]
/proc/loadavg: 1.53 2.26 2.91 4/336 11867
/proc/meminfo: memFree=26916740/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=113720 CPUtime=0.69 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 28279 0 0 0 65 4 0 0 25 0 1 0 608703287 116449280 21525 33554432000 4194304 4300056 140733886185408 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 28430 21525 222 26 0 25062 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113720

[startup+1.50082 s]
/proc/loadavg: 1.53 2.26 2.91 5/337 11868
/proc/meminfo: memFree=26598572/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=246916 CPUtime=1.49 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 66783 0 0 0 139 10 0 0 25 0 1 0 608703287 252841984 49245 33554432000 4194304 4300056 140733886185408 18446744073709551615 244446945024 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 61729 49245 222 26 0 58361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246916

[startup+3.10052 s]
/proc/loadavg: 1.53 2.26 2.91 5/337 11868
/proc/meminfo: memFree=26298208/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=467768 CPUtime=3.09 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 144263 0 0 0 287 22 0 0 25 0 1 0 608703287 478994432 104379 33554432000 4194304 4300056 140733886185408 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 116942 104384 222 26 0 113574 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 467768

[startup+6.30094 s]
/proc/loadavg: 1.89 2.33 2.93 5/337 11868
/proc/meminfo: memFree=25800108/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=666716 CPUtime=6.29 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 201364 0 0 0 596 33 0 0 25 0 1 0 608703287 682717184 144126 33554432000 4194304 4300056 140733886185408 18446744073709551615 4230560 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 166679 144126 227 26 0 163311 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 666716

[startup+12.7007 s]
/proc/loadavg: 2.06 2.35 2.94 5/337 11868
/proc/meminfo: memFree=25696736/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=522548 CPUtime=12.69 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 231351 0 0 0 1232 37 0 0 25 0 1 0 608703287 535089152 113965 33554432000 4194304 4300056 140733886185408 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 130637 113965 236 26 0 127269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 522548

[startup+25.5004 s]
/proc/loadavg: 2.49 2.43 2.95 5/337 11868
/proc/meminfo: memFree=25900292/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=474260 CPUtime=25.49 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 254923 0 0 0 2508 41 0 0 25 0 1 0 608703287 485642240 110112 33554432000 4194304 4300056 140733886185408 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 118565 110112 247 26 0 115197 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 474260

[startup+51.1006 s]
/proc/loadavg: 3.00 2.56 2.98 5/337 11869
/proc/meminfo: memFree=25745192/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=524348 CPUtime=51.09 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 260540 0 0 0 5066 43 0 0 25 0 1 0 608703287 536932352 115719 33554432000 4194304 4300056 140733886185408 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 131087 115719 247 26 0 127719 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 524348

[startup+102.301 s]
/proc/loadavg: 3.57 2.78 3.03 5/337 11870
/proc/meminfo: memFree=25453544/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=605736 CPUtime=102.3 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 270068 0 0 0 10184 46 0 0 25 0 1 0 608703287 620273664 125238 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 151434 125238 247 26 0 148066 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 605736

[startup+162.301 s]
/proc/loadavg: 3.84 3.00 3.09 5/337 11872
/proc/meminfo: memFree=25063268/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=605736 CPUtime=162.3 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 277915 0 0 0 16182 48 0 0 25 0 1 0 608703287 620273664 133078 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 151434 133078 247 26 0 148066 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 605736

[startup+222.313 s]
/proc/loadavg: 3.94 3.18 3.14 5/337 11874
/proc/meminfo: memFree=24724708/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=605736 CPUtime=222.31 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 288627 0 0 0 22181 50 0 0 25 0 1 0 608703287 620273664 143778 33554432000 4194304 4300056 140733886185408 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 151434 143778 247 26 0 148066 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 605736

[startup+282.301 s]
/proc/loadavg: 3.98 3.32 3.19 5/337 11884
/proc/meminfo: memFree=24395932/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=737996 CPUtime=282.3 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 293071 0 0 0 28179 51 0 0 25 0 1 0 608703287 755707904 148221 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 184499 148221 247 26 0 181131 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 737996

[startup+342.301 s]
/proc/loadavg: 4.08 3.47 3.25 5/337 11886
/proc/meminfo: memFree=24029968/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=737996 CPUtime=342.3 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 301727 0 0 0 34178 52 0 0 25 0 1 0 608703287 755707904 156865 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 184499 156865 247 26 0 181131 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 737996

[startup+402.3 s]
/proc/loadavg: 4.03 3.57 3.29 5/337 11970
/proc/meminfo: memFree=24385200/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=737996 CPUtime=402.3 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 307418 0 0 0 40177 53 0 0 25 0 1 0 608703287 755707904 162552 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 184499 162552 247 26 0 181131 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 737996

[startup+462.3 s]
/proc/loadavg: 4.01 3.64 3.34 5/337 11973
/proc/meminfo: memFree=24142716/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=737996 CPUtime=462.3 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 312803 0 0 0 46176 54 0 0 25 0 1 0 608703287 755707904 167932 33554432000 4194304 4300056 140733886185408 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 184499 167932 247 26 0 181131 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 737996

[startup+522.3 s]
/proc/loadavg: 4.08 3.73 3.38 5/337 12001
/proc/meminfo: memFree=23873104/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=737996 CPUtime=522.31 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 322125 0 0 0 52175 56 0 0 25 0 1 0 608703287 755707904 177250 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 184499 177250 247 26 0 181131 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 737996

[startup+582.301 s]
/proc/loadavg: 4.07 3.79 3.42 5/337 12003
/proc/meminfo: memFree=23625284/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=952920 CPUtime=582.31 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 328591 0 0 0 58173 58 0 0 25 0 1 0 608703287 975790080 183713 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 238230 183713 247 26 0 234862 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 952920

[startup+642.301 s]
/proc/loadavg: 4.02 3.83 3.46 5/337 12005
/proc/meminfo: memFree=23385792/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=952920 CPUtime=642.32 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 336860 0 0 0 64172 60 0 0 25 0 1 0 608703287 975790080 191972 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 238230 191972 247 26 0 234862 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 952920

[startup+702.301 s]
/proc/loadavg: 4.04 3.87 3.49 5/337 12006
/proc/meminfo: memFree=23118132/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=952920 CPUtime=702.32 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 345649 0 0 0 70170 62 0 0 25 0 1 0 608703287 975790080 200756 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 238230 200756 247 26 0 234862 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 952920

[startup+762.301 s]
/proc/loadavg: 4.05 3.91 3.53 5/337 12008
/proc/meminfo: memFree=22868720/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=952920 CPUtime=762.33 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 353695 0 0 0 76169 64 0 0 25 0 1 0 608703287 975790080 208789 33554432000 4194304 4300056 140733886185408 18446744073709551615 4256351 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 238230 208789 247 26 0 234862 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 952920

[startup+822.301 s]
/proc/loadavg: 4.16 3.95 3.57 5/337 12009
/proc/meminfo: memFree=22634048/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=952920 CPUtime=822.31 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 363092 0 0 0 82164 67 0 0 25 0 1 0 608703287 975790080 218169 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252399 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 238230 218169 247 26 0 234862 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 952920

[startup+882.312 s]
/proc/loadavg: 4.12 3.97 3.60 5/337 12011
/proc/meminfo: memFree=22368384/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=952920 CPUtime=882.33 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 370169 0 0 0 88164 69 0 0 25 0 1 0 608703287 975790080 225245 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 238230 225245 247 26 0 234862 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 952920

[startup+942.3 s]
/proc/loadavg: 4.04 3.97 3.62 5/337 12013
/proc/meminfo: memFree=22119584/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=942.32 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 376857 0 0 0 94162 70 0 0 25 0 1 0 608703287 1333420032 231925 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 231925 247 26 0 322174 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1302168

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.64 5/337 12014
/proc/meminfo: memFree=21871272/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=1002.32 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 386972 0 0 0 100159 73 0 0 25 0 1 0 608703287 1333420032 242035 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 242035 247 26 0 322174 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1302168

[startup+1062.3 s]
/proc/loadavg: 4.06 3.99 3.66 5/337 12016
/proc/meminfo: memFree=21639104/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=1062.33 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 394245 0 0 0 106158 75 0 0 25 0 1 0 608703287 1333420032 249303 33554432000 4194304 4300056 140733886185408 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 249303 247 26 0 322174 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1302168

[startup+1122.3 s]
/proc/loadavg: 4.02 3.99 3.68 5/337 12017
/proc/meminfo: memFree=21386960/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=1122.33 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 403405 0 0 0 112156 77 0 0 25 0 1 0 608703287 1333420032 258461 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 258461 247 26 0 322174 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1302168

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.70 5/337 12019
/proc/meminfo: memFree=21158632/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=1182.34 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 412308 0 0 0 118154 80 0 0 25 0 1 0 608703287 1333420032 267356 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 267356 247 26 0 322174 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1302168

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.72 5/337 12048
/proc/meminfo: memFree=21103052/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=1242.33 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 419206 0 0 0 124151 82 0 0 25 0 1 0 608703287 1333420032 274251 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 274251 247 26 0 322174 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1302168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.97 3.73 3/330 12068
/proc/meminfo: memFree=26168084/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=1300.05 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 425235 0 0 0 129921 84 0 0 25 0 1 0 608703287 1333420032 280271 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 280271 247 26 0 322174 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1302168

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

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

[startup+1300 s]
/proc/loadavg: 3.92 3.97 3.73 3/330 12068
/proc/meminfo: memFree=26168084/32951124 swapFree=44485652/67111528
[pid=11867] ppid=11865 vsize=1302168 CPUtime=1300.05 cores=1,3
/proc/11867/stat : 11867 (lr_gl_shr) R 11865 11867 11366 0 -1 4202496 425235 0 0 0 129921 84 0 0 25 0 1 0 608703287 1333420032 280271 33554432000 4194304 4300056 140733886185408 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11867/statm: 325542 280271 247 26 0 322174 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1302168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.1
CPU user time (s): 1299.21
CPU system time (s): 0.890864
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1302168

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

runsolver used 4.24235 second user time and 9.34158 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-09 21:57:08
IDJOB=3349570
IDBENCH=82399
IDSOLVER=1813
FILE ID=node105/3349570-1304971023
RUNJOBID= node105-1304971023-11826
PBS_JOBID= 13285645
Free space on /tmp= 48356 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349570-1304971023/watcher-3349570-1304971023 -o /tmp/evaluation-result-3349570-1304971023/solver-3349570-1304971023 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349570-1304971023.cnf -verb=0 -model

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=640605786

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26917020 kB
Buffers:        142024 kB
Cached:        4113536 kB
SwapCached:      39280 kB
Active:        1028100 kB
Inactive:      4764020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26917020 kB
SwapTotal:    67111528 kB
SwapFree:     44485652 kB
Dirty:          443816 kB
Writeback:           0 kB
AnonPages:     1503736 kB
Mapped:          10808 kB
Slab:           111752 kB
PageTables:      67484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65732552 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= 48604 MiB
End job on node105 at 2011-05-09 22:18:51