Trace number 3439923

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
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.1 (svn: 989)

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-3439923-1308503368/watcher-3439923-1308503368 -o /tmp/evaluation-result-3439923-1308503368/solver-3439923-1308503368 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439923-1308503368.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: 1.04 1.01 1.00 3/174 27389
/proc/meminfo: memFree=28667800/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=19888 CPUtime=0 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 493 0 0 0 0 0 0 0 22 0 1 0 81081633 20365312 435 33554432000 4194304 4300056 140737076043840 18446744073709551615 232124079872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 4972 435 221 26 0 1604 0

[startup+0.0939709 s]
/proc/loadavg: 1.04 1.01 1.00 3/174 27389
/proc/meminfo: memFree=28667800/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=31496 CPUtime=0.08 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 4098 0 0 0 8 0 0 0 22 0 1 0 81081633 32251904 3661 33554432000 4194304 4300056 140737076043840 18446744073709551615 232124079872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 7874 3661 222 26 0 4506 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31496

[startup+0.100968 s]
/proc/loadavg: 1.04 1.01 1.00 3/174 27389
/proc/meminfo: memFree=28667800/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=33624 CPUtime=0.09 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 4425 0 0 0 8 1 0 0 22 0 1 0 81081633 34430976 3955 33554432000 4194304 4300056 140737076043840 18446744073709551615 232123740869 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 8406 3956 222 26 0 5038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33624

[startup+0.300943 s]
/proc/loadavg: 1.04 1.01 1.00 3/174 27389
/proc/meminfo: memFree=28667800/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=66672 CPUtime=0.29 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 13415 0 0 0 27 2 0 0 23 0 1 0 81081633 68272128 11459 33554432000 4194304 4300056 140737076043840 18446744073709551615 4230678 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 16668 11459 226 26 0 13300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66672

[startup+0.700867 s]
/proc/loadavg: 1.04 1.01 1.00 3/174 27389
/proc/meminfo: memFree=28667800/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=72088 CPUtime=0.68 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 15287 0 0 0 66 2 0 0 25 0 1 0 81081633 73818112 13091 33554432000 4194304 4300056 140737076043840 18446744073709551615 4199128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 18022 13091 228 26 0 14654 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72088

[startup+1.50061 s]
/proc/loadavg: 1.12 1.03 1.01 3/178 27400
/proc/meminfo: memFree=28546592/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=61152 CPUtime=1.49 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 17258 0 0 0 146 3 0 0 25 0 1 0 81081633 62619648 11121 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252522 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 15288 11121 246 26 0 11920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61152

[startup+3.1004 s]
/proc/loadavg: 1.12 1.03 1.01 4/178 27400
/proc/meminfo: memFree=28556388/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=65572 CPUtime=3.09 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 17989 0 0 0 306 3 0 0 25 0 1 0 81081633 67145728 11851 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 16393 11851 246 26 0 13025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65572

[startup+6.30088 s]
/proc/loadavg: 1.19 1.05 1.01 3/178 27401
/proc/meminfo: memFree=28544860/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=72752 CPUtime=6.29 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 19056 0 0 0 625 4 0 0 25 0 1 0 81081633 74498048 12917 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 18188 12917 246 26 0 14820 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72752

[startup+12.7008 s]
/proc/loadavg: 1.25 1.06 1.02 3/178 27401
/proc/meminfo: memFree=28523968/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=72752 CPUtime=12.69 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 20137 0 0 0 1265 4 0 0 25 0 1 0 81081633 74498048 13996 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 18188 13996 246 26 0 14820 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72752

[startup+25.5005 s]
/proc/loadavg: 1.37 1.09 1.03 4/178 27402
/proc/meminfo: memFree=28472612/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=103396 CPUtime=25.49 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 26497 0 0 0 2544 5 0 0 25 0 1 0 81081633 105877504 20346 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 25849 20346 246 26 0 22481 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103396

[startup+51.101 s]
/proc/loadavg: 1.62 1.18 1.06 3/178 27402
/proc/meminfo: memFree=28399044/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=134216 CPUtime=51.08 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 32216 0 0 0 5102 6 0 0 25 0 1 0 81081633 137437184 26056 33554432000 4194304 4300056 140737076043840 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 33554 26056 246 26 0 30186 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 134216

[startup+102.306 s]
/proc/loadavg: 1.83 1.30 1.10 3/178 27404
/proc/meminfo: memFree=28226612/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=267228 CPUtime=102.28 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 51038 0 0 0 10220 8 0 0 25 0 1 0 81081633 273641472 44866 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 66807 44866 246 26 0 63439 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 267228

[startup+162.3 s]
/proc/loadavg: 1.94 1.43 1.16 3/178 27405
/proc/meminfo: memFree=28019132/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=403888 CPUtime=162.28 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 75872 0 0 0 16216 12 0 0 25 0 1 0 81081633 413581312 69667 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252544 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 100972 69667 246 26 0 97604 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 403888

[startup+222.301 s]
/proc/loadavg: 1.97 1.53 1.21 3/178 27406
/proc/meminfo: memFree=27830520/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=408612 CPUtime=222.28 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 97211 0 0 0 22212 16 0 0 25 0 1 0 81081633 418418688 90985 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27389/statm: 102153 90985 246 26 0 98785 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 408612

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.25 3/178 27408
/proc/meminfo: memFree=27633700/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=628324 CPUtime=282.29 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 121958 0 0 0 28210 19 0 0 25 0 1 0 81081633 643403776 115713 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 157081 115713 246 26 0 153713 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 628324

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.30 3/178 27410
/proc/meminfo: memFree=27424248/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=632164 CPUtime=342.28 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 149449 0 0 0 34206 22 0 0 25 0 1 0 81081633 647335936 143190 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 158041 143190 246 26 0 154673 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 632164

[startup+402.301 s]
/proc/loadavg: 1.99 1.74 1.34 3/178 27412
/proc/meminfo: memFree=27240572/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=982872 CPUtime=402.29 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 172277 0 0 0 40204 25 0 0 25 0 1 0 81081633 1006460928 166003 33554432000 4194304 4300056 140737076043840 18446744073709551615 4263598 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 245718 166003 246 26 0 242350 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 982872

[startup+462.3 s]
/proc/loadavg: 1.99 1.78 1.38 3/178 27413
/proc/meminfo: memFree=27058904/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=985128 CPUtime=462.29 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 195663 0 0 0 46202 27 0 0 25 0 1 0 81081633 1008771072 189384 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 246282 189384 246 26 0 242914 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 985128

[startup+522.301 s]
/proc/loadavg: 1.99 1.82 1.41 3/178 27414
/proc/meminfo: memFree=26903000/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=985400 CPUtime=522.29 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 214918 0 0 0 52200 29 0 0 25 0 1 0 81081633 1009049600 208633 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 246350 208633 246 26 0 242982 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 985400

[startup+582.301 s]
/proc/loadavg: 2.05 1.86 1.45 3/178 27416
/proc/meminfo: memFree=26736452/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=991760 CPUtime=582.3 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 236801 0 0 0 58196 34 0 0 25 0 1 0 81081633 1015562240 230496 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 247940 230496 246 26 0 244572 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 991760

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 27521
/proc/meminfo: memFree=24462772/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=356128 CPUtime=4062.39 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1321897 0 0 0 406001 238 0 0 25 0 1 0 81081633 364675072 79880 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 89032 79880 250 26 0 85664 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 356128

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27522
/proc/meminfo: memFree=24341832/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=437516 CPUtime=4122.38 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1341293 0 0 0 411997 241 0 0 25 0 1 0 81081633 448016384 99255 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252452 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 109379 99255 250 26 0 106011 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 437516

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27524
/proc/meminfo: memFree=24246212/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=569776 CPUtime=4182.38 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1355564 0 0 0 417995 243 0 0 25 0 1 0 81081633 583450624 113513 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 142444 113513 250 26 0 139076 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 569776

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27526
/proc/meminfo: memFree=24137200/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=569776 CPUtime=4242.38 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1374658 0 0 0 423994 244 0 0 25 0 1 0 81081633 583450624 132589 33554432000 4194304 4300056 140737076043840 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 142444 132589 250 26 0 139076 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 569776

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27528
/proc/meminfo: memFree=24046656/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=784700 CPUtime=4302.39 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1387036 0 0 0 429993 246 0 0 25 0 1 0 81081633 803532800 144960 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 196175 144960 250 26 0 192807 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 784700

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27529
/proc/meminfo: memFree=23965912/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=784700 CPUtime=4362.39 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1397613 0 0 0 435992 247 0 0 25 0 1 0 81081633 803532800 155533 33554432000 4194304 4300056 140737076043840 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 196175 155533 250 26 0 192807 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 784700

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27530
/proc/meminfo: memFree=23879568/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=784700 CPUtime=4422.38 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1411011 0 0 0 441990 248 0 0 25 0 1 0 81081633 803532800 168928 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 196175 168928 250 26 0 192807 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 784700

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27532
/proc/meminfo: memFree=23800568/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=784700 CPUtime=4482.39 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1420819 0 0 0 447989 250 0 0 25 0 1 0 81081633 803532800 178731 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 196175 178731 250 26 0 192807 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 784700

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27534
/proc/meminfo: memFree=23705568/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1133948 CPUtime=4542.39 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1433999 0 0 0 453987 252 0 0 25 0 1 0 81081633 1161162752 191902 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 283487 191902 250 26 0 280119 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 1133948

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27536
/proc/meminfo: memFree=23602748/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1133948 CPUtime=4602.39 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1450469 0 0 0 459984 255 0 0 25 0 1 0 81081633 1161162752 208352 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252424 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 283487 208352 250 26 0 280119 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 1133948

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27537
/proc/meminfo: memFree=23484804/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1133948 CPUtime=4662.39 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1469296 0 0 0 465982 257 0 0 25 0 1 0 81081633 1161162752 227161 33554432000 4194304 4300056 140737076043840 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 283487 227161 250 26 0 280119 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 1133948

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27538
/proc/meminfo: memFree=23360276/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1133948 CPUtime=4722.4 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1491130 0 0 0 471981 259 0 0 25 0 1 0 81081633 1161162752 248979 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 283487 248979 250 26 0 280119 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 1133948

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27540
/proc/meminfo: memFree=23227704/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1133948 CPUtime=4782.4 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1516670 0 0 0 477976 264 0 0 25 0 1 0 81081633 1161162752 274491 33554432000 4194304 4300056 140737076043840 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 283487 274491 250 26 0 280119 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1133948

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27542
/proc/meminfo: memFree=23124392/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1701476 CPUtime=4842.4 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1536197 0 0 0 483973 267 0 0 25 0 1 0 81081633 1742311424 294000 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 425369 294000 250 26 0 422001 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 1701476

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27544
/proc/meminfo: memFree=23038940/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1701476 CPUtime=4902.4 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1553780 0 0 0 489971 269 0 0 25 0 1 0 81081633 1742311424 311573 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 425369 311573 250 26 0 422001 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 1701476

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27545
/proc/meminfo: memFree=22933524/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1701476 CPUtime=4962.4 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1570730 0 0 0 495968 272 0 0 25 0 1 0 81081633 1742311424 328507 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 425369 328507 250 26 0 422001 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 1701476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27546
/proc/meminfo: memFree=22870020/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1701476 CPUtime=5000.01 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1580955 0 0 0 499727 274 0 0 25 0 1 0 81081633 1742311424 338727 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 425369 338727 250 26 0 422001 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1701476

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27546
/proc/meminfo: memFree=22870020/32950928 swapFree=67111364/67111528
[pid=27389] ppid=27387 vsize=1701476 CPUtime=5000.01 cores=0,2,4,6
/proc/27389/stat : 27389 (lr_gl_shr) R 27387 27389 26742 0 -1 4202496 1580955 0 0 0 499727 274 0 0 25 0 1 0 81081633 1742311424 338727 33554432000 4194304 4300056 140737076043840 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27389/statm: 425369 338727 250 26 0 422001 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1701476

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.97
CPU time (s): 5000.07
CPU user time (s): 4997.27
CPU system time (s): 2.80357
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6546128

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

runsolver used 7.30289 second user time and 15.4616 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-19 19:09:28
IDJOB=3439923
IDBENCH=82372
IDSOLVER=1938
FILE ID=node124/3439923-1308503368
RUNJOBID= node124-1308503368-27371
PBS_JOBID= 13608182
Free space on /tmp= 73152 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1246202912

node124.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28668856 kB
Buffers:        541004 kB
Cached:        3303500 kB
SwapCached:          0 kB
Active:        1299020 kB
Inactive:      2611680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28668856 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           24836 kB
Writeback:           0 kB
AnonPages:       65952 kB
Mapped:          15944 kB
Slab:           308044 kB
PageTables:       3888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185784 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= 73136 MiB
End job on node124 at 2011-06-19 20:32:50