Trace number 3439934

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) 5000.31 5000.17

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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: 977)

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-3439934-1306905493/watcher-3439934-1306905493 -o /tmp/evaluation-result-3439934-1306905493/solver-3439934-1306905493 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439934-1306905493.cnf -verb=0 -model 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 24533
/proc/meminfo: memFree=4170164/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=21168 CPUtime=0.01 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 807 0 0 0 1 0 0 0 25 0 1 0 880779986 21676032 750 33554432000 4194304 4300056 140735424583216 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 5292 750 222 26 0 1924 0

[startup+0.114924 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 24533
/proc/meminfo: memFree=4170164/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=36416 CPUtime=0.1 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 5172 0 0 0 10 0 0 0 25 0 1 0 880779986 37289984 4537 33554432000 4194304 4300056 140735424583216 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 9104 4538 222 26 0 5736 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 36416

[startup+0.200904 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 24533
/proc/meminfo: memFree=4170164/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=51084 CPUtime=0.19 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 9117 0 0 0 18 1 0 0 25 0 1 0 880779986 52310016 7961 33554432000 4194304 4300056 140735424583216 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 12771 7961 222 26 0 9403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51084

[startup+0.300888 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 24533
/proc/meminfo: memFree=4170164/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=66040 CPUtime=0.29 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 13306 0 0 0 27 2 0 0 25 0 1 0 880779986 67624960 11372 33554432000 4194304 4300056 140735424583216 18446744073709551615 4230496 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 16510 11372 226 26 0 13142 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66040

[startup+0.70081 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 24533
/proc/meminfo: memFree=4170164/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=71960 CPUtime=0.69 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 15204 0 0 0 67 2 0 0 25 0 1 0 880779986 73687040 13029 33554432000 4194304 4300056 140735424583216 18446744073709551615 256415049490 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 17990 13029 228 26 0 14622 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71960

[startup+1.50066 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24534
/proc/meminfo: memFree=4125400/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=61024 CPUtime=1.49 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 17097 0 0 0 146 3 0 0 25 0 1 0 880779986 62488576 11015 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 15256 11015 244 26 0 11888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61024

[startup+3.10035 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24534
/proc/meminfo: memFree=4121804/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=65444 CPUtime=3.09 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 17427 0 0 0 306 3 0 0 25 0 1 0 880779986 67014656 11345 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 16361 11345 246 26 0 12993 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65444

[startup+6.30074 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24534
/proc/meminfo: memFree=4114904/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=72624 CPUtime=6.29 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 18844 0 0 0 626 3 0 0 25 0 1 0 880779986 74366976 12758 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 18156 12758 246 26 0 14788 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72624

[startup+12.7005 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24534
/proc/meminfo: memFree=4098468/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=84300 CPUtime=12.69 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 21438 0 0 0 1265 4 0 0 25 0 1 0 880779986 86323200 15351 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24533/statm: 21075 15351 246 26 0 17707 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84300

[startup+25.5011 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24535
/proc/meminfo: memFree=4073048/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=103268 CPUtime=25.47 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 25450 0 0 0 2543 4 0 0 25 0 1 0 880779986 105746432 19362 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 25817 19362 246 26 0 22449 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 103268

[startup+51.1013 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 24535
/proc/meminfo: memFree=4026896/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=134088 CPUtime=51.07 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 32774 0 0 0 5102 5 0 0 25 0 1 0 880779986 137306112 26680 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252466 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 33522 26680 246 26 0 30154 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 134088

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 24537
/proc/meminfo: memFree=3917508/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=266340 CPUtime=102.28 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 50004 0 0 0 10220 8 0 0 25 0 1 0 880779986 272732160 43888 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 66585 43888 246 26 0 63217 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 266340

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 24538
/proc/meminfo: memFree=3823976/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=268700 CPUtime=162.27 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 65346 0 0 0 16215 12 0 0 25 0 1 0 880779986 275148800 59217 33554432000 4194304 4300056 140735424583216 18446744073709551615 4263176 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 67175 59217 246 26 0 63807 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 268700

[startup+222.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 24540
/proc/meminfo: memFree=3704392/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=403496 CPUtime=222.29 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 85433 0 0 0 22213 16 0 0 25 0 1 0 880779986 413179904 79291 33554432000 4194304 4300056 140735424583216 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 100874 79291 246 26 0 97506 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 403496

[startup+282.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/516 24541
/proc/meminfo: memFree=3594236/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=403896 CPUtime=282.27 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 102938 0 0 0 28209 18 0 0 25 0 1 0 880779986 413589504 96791 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 100974 96791 246 26 0 97606 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 403896

[startup+342.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/516 24543
/proc/meminfo: memFree=3495972/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=619356 CPUtime=342.28 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 117971 0 0 0 34207 21 0 0 25 0 1 0 880779986 634220544 111815 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 154839 111815 246 26 0 151471 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 619356

[startup+402.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/516 24545
/proc/meminfo: memFree=3375748/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=624504 CPUtime=402.27 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 138518 0 0 0 40203 24 0 0 25 0 1 0 880779986 639492096 132335 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252424 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 156126 132335 246 26 0 152758 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 624504

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/516 24546
/proc/meminfo: memFree=3253676/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=626764 CPUtime=462.28 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 158626 0 0 0 46200 28 0 0 25 0 1 0 880779986 641806336 152433 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 156691 152433 246 26 0 153323 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 626764

[startup+522.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/516 24548
/proc/meminfo: memFree=3148332/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=979784 CPUtime=522.28 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 176982 0 0 0 52196 32 0 0 25 0 1 0 880779986 1003298816 170769 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 244946 170769 246 26 0 241578 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 979784

[startup+582.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/516 24549
/proc/meminfo: memFree=3044600/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=981972 CPUtime=582.29 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 194877 0 0 0 58194 35 0 0 25 0 1 0 880779986 1005539328 188644 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 245493 188644 246 26 0 242125 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 981972

[startup+642.3 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/516 25086
/proc/meminfo: memFree=1029076/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6504596 CPUtime=4062.42 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1104644 0 0 0 406032 210 0 0 25 0 1 0 880779986 6660706304 1097799 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1626149 1097799 248 26 0 1622781 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 6504596

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 25088
/proc/meminfo: memFree=989392/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6504736 CPUtime=4122.4 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1113296 0 0 0 412029 211 0 0 25 0 1 0 880779986 6660849664 1106450 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1626184 1106450 248 26 0 1622816 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 6504736

[startup+4182.32 s]
/proc/loadavg: 2.16 2.05 2.01 3/516 25089
/proc/meminfo: memFree=952760/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6505016 CPUtime=4182.43 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1121287 0 0 0 418030 213 0 0 25 0 1 0 880779986 6661136384 1114439 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1626254 1114439 248 26 0 1622886 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 6505016

[startup+4242.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/516 25091
/proc/meminfo: memFree=908664/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6506036 CPUtime=4242.41 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1131135 0 0 0 424026 215 0 0 25 0 1 0 880779986 6662180864 1124281 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1626509 1124281 248 26 0 1623141 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 6506036

[startup+4302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/516 25093
/proc/meminfo: memFree=858856/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6507368 CPUtime=4302.41 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1142429 0 0 0 430024 217 0 0 25 0 1 0 880779986 6663544832 1135562 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1626842 1135562 248 26 0 1623474 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 6507368

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/516 25094
/proc/meminfo: memFree=794492/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6507940 CPUtime=4362.42 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1157698 0 0 0 436022 220 0 0 25 0 1 0 880779986 6664130560 1150827 33554432000 4194304 4300056 140735424583216 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1626985 1150827 248 26 0 1623617 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 6507940

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 25096
/proc/meminfo: memFree=727340/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6508208 CPUtime=4422.42 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1173320 0 0 0 442019 223 0 0 25 0 1 0 880779986 6664404992 1166439 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627052 1166439 248 26 0 1623684 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 6508208

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 25097
/proc/meminfo: memFree=657544/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6508792 CPUtime=4482.42 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1190561 0 0 0 448016 226 0 0 25 0 1 0 880779986 6665003008 1183675 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252344 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627198 1183675 248 26 0 1623830 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 6508792

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/516 25099
/proc/meminfo: memFree=599660/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6509824 CPUtime=4542.42 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1203727 0 0 0 454014 228 0 0 25 0 1 0 880779986 6666059776 1196841 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627456 1196841 248 26 0 1624088 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 6509824

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 25101
/proc/meminfo: memFree=552064/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6510252 CPUtime=4602.42 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1214964 0 0 0 460012 230 0 0 25 0 1 0 880779986 6666498048 1208073 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627563 1208073 248 26 0 1624195 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 6510252

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 25102
/proc/meminfo: memFree=497436/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6510384 CPUtime=4662.42 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1227276 0 0 0 466010 232 0 0 25 0 1 0 880779986 6666633216 1220382 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627596 1220382 248 26 0 1624228 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 6510384

[startup+4722.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/516 25104
/proc/meminfo: memFree=447804/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6510660 CPUtime=4722.45 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1239205 0 0 0 472010 235 0 0 25 0 1 0 880779986 6666915840 1232310 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252234 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627665 1232310 248 26 0 1624297 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 6510660

[startup+4782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/516 25105
/proc/meminfo: memFree=396108/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6510660 CPUtime=4782.43 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1251692 0 0 0 478005 238 0 0 25 0 1 0 880779986 6666915840 1244791 33554432000 4194304 4300056 140735424583216 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627665 1244794 248 26 0 1624297 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 6510660

[startup+4842.32 s]
/proc/loadavg: 2.04 2.05 2.01 3/516 25109
/proc/meminfo: memFree=335896/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6510660 CPUtime=4842.45 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1265697 0 0 0 484005 240 0 0 25 0 1 0 880779986 6666915840 1258795 33554432000 4194304 4300056 140735424583216 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627665 1258795 248 26 0 1624297 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 6510660

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 25112
/proc/meminfo: memFree=288056/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6511224 CPUtime=4902.43 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1277301 0 0 0 490001 242 0 0 25 0 1 0 880779986 6667493376 1270397 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627806 1270397 248 26 0 1624438 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 6511224

[startup+4962.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/516 25113
/proc/meminfo: memFree=228468/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6511360 CPUtime=4962.44 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1290735 0 0 0 495998 246 0 0 25 0 1 0 880779986 6667632640 1283830 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627840 1283830 248 26 0 1624472 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 6511360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.14 2.07 2.01 3/516 25114
/proc/meminfo: memFree=188000/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=6511360 CPUtime=5000.06 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4202496 1299873 0 0 0 499758 248 0 0 25 0 1 0 880779986 6667632640 1292967 33554432000 4194304 4300056 140735424583216 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24533/statm: 1627840 1292967 248 26 0 1624472 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 6511360

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

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

[startup+5000.1 s]
/proc/loadavg: 2.14 2.07 2.01 3/516 25114
/proc/meminfo: memFree=188000/32950928 swapFree=61513528/67111528
[pid=24533] ppid=24531 vsize=0 CPUtime=5000.24 cores=0,2,4,6
/proc/24533/stat : 24533 (lr_gl_shr) R 24531 24533 22922 0 -1 4203524 1299873 0 0 0 499758 266 0 0 25 0 1 0 880779986 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/24533/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.17
CPU time (s): 5000.31
CPU user time (s): 4997.59
CPU system time (s): 2.72558
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6511360

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

runsolver used 27.5618 second user time and 58.0122 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-01 07:18:13
IDJOB=3439934
IDBENCH=82392
IDSOLVER=1938
FILE ID=node115/3439934-1306905493
RUNJOBID= node115-1306899876-24149
PBS_JOBID= 13488461
Free space on /tmp= 8888 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439934-1306905493/watcher-3439934-1306905493 -o /tmp/evaluation-result-3439934-1306905493/solver-3439934-1306905493 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439934-1306905493.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1803105702

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4170320 kB
Buffers:         94796 kB
Cached:       14774032 kB
SwapCached:       5172 kB
Active:       19798488 kB
Inactive:      8349080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4170320 kB
SwapTotal:    67111528 kB
SwapFree:     61513528 kB
Dirty:           12424 kB
Writeback:           0 kB
AnonPages:    13276716 kB
Mapped:          33748 kB
Slab:           485752 kB
PageTables:      78120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153660388 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= 9032 MiB
End job on node115 at 2011-06-01 08:41:35