Trace number 3309572

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
glueminisat 2.2.5? (TO) 5000.09 4999.94

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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

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-3309572-1303992383/watcher-3309572-1303992383 -o /tmp/evaluation-result-3309572-1303992383/solver-3309572-1303992383 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309572-1303992383.cnf 

running on 4 cores: 1,3,5,7

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.00 2.00 2/181 321
/proc/meminfo: memFree=20955376/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=13744 CPUtime=0 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4194304 222 0 0 0 0 0 0 0 25 0 1 0 510836555 14073856 174 33554432000 4194304 4309791 140736078356384 18446744073709551615 246511871464 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/321/statm: 3436 174 146 29 0 52 0

[startup+0.0469921 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 321
/proc/meminfo: memFree=20955376/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=30264 CPUtime=0.03 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 3405 0 0 0 3 0 0 0 25 0 1 0 510836555 30990336 3128 33554432000 4194304 4309791 140736078356384 18446744073709551615 246516531319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 7606 3135 217 29 0 4235 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30264

[startup+0.100993 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 321
/proc/meminfo: memFree=20955376/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=40144 CPUtime=0.08 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 6890 0 0 0 8 0 0 0 25 0 1 0 510836555 41107456 6158 33554432000 4194304 4309791 140736078356384 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 10036 6160 217 29 0 6665 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40144

[startup+0.30096 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 321
/proc/meminfo: memFree=20955376/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=82988 CPUtime=0.29 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 19524 0 0 0 27 2 0 0 25 0 1 0 510836555 84979712 16372 33554432000 4194304 4309791 140736078356384 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 20747 16372 221 29 0 17376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82988

[startup+0.700888 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 321
/proc/meminfo: memFree=20955376/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=97876 CPUtime=0.68 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 22173 0 0 0 66 2 0 0 25 0 1 0 510836555 100225024 18662 33554432000 4194304 4309791 140736078356384 18446744073709551615 4232118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 24469 18662 225 29 0 21098 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 97876

[startup+1.50074 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 322
/proc/meminfo: memFree=20892880/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=82728 CPUtime=1.49 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 24819 0 0 0 146 3 0 0 25 0 1 0 510836555 84713472 15732 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 20682 15732 243 29 0 17311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82728

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 322
/proc/meminfo: memFree=20891268/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=82728 CPUtime=3.09 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 25360 0 0 0 306 3 0 0 25 0 1 0 510836555 84713472 16272 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 20682 16272 243 29 0 17311 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82728

[startup+6.30087 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 322
/proc/meminfo: memFree=20886728/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=89908 CPUtime=6.29 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 26175 0 0 0 625 4 0 0 25 0 1 0 510836555 92065792 17087 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 22477 17087 245 29 0 19106 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89908

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 322
/proc/meminfo: memFree=20878312/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=101584 CPUtime=12.69 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 28052 0 0 0 1265 4 0 0 25 0 1 0 510836555 104022016 18962 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275303 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 25396 18962 245 29 0 22025 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101584

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 322
/proc/meminfo: memFree=20858604/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=120552 CPUtime=25.49 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 32494 0 0 0 2544 5 0 0 25 0 1 0 510836555 123445248 23395 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275212 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/321/statm: 30138 23395 245 29 0 26767 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 120552

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 351
/proc/meminfo: memFree=20980284/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=151372 CPUtime=51.09 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 38671 0 0 0 5103 6 0 0 25 0 1 0 510836555 155004928 29564 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 37843 29564 245 29 0 34472 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151372

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 352
/proc/meminfo: memFree=20908108/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=201460 CPUtime=102.3 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 66540 0 0 0 10220 10 0 0 25 0 1 0 510836555 206295040 37332 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 50365 37332 245 29 0 46994 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 201460

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 408
/proc/meminfo: memFree=21044332/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=151372 CPUtime=162.29 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 94555 0 0 0 16214 15 0 0 25 0 1 0 510836555 155004928 28340 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 37843 28340 245 29 0 34472 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151372

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 410
/proc/meminfo: memFree=20888624/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=283136 CPUtime=222.3 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 115326 0 0 0 22211 19 0 0 25 0 1 0 510836555 289931264 49094 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 70784 49094 245 29 0 67413 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 283136

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 411
/proc/meminfo: memFree=20769568/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=284372 CPUtime=282.29 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 127393 0 0 0 28209 20 0 0 25 0 1 0 510836555 291196928 61153 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 71093 61153 245 29 0 67722 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 284372

[startup+342.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/182 413
/proc/meminfo: memFree=20881636/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=203800 CPUtime=342.3 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 160432 0 0 0 34204 26 0 0 25 0 1 0 510836555 208691200 38431 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 50950 38431 245 29 0 47579 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 203800

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 414
/proc/meminfo: memFree=20788740/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=286364 CPUtime=402.3 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 175275 0 0 0 40203 27 0 0 25 0 1 0 510836555 293236736 53262 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 71591 53262 245 29 0 68220 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 286364

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 416
/proc/meminfo: memFree=20710340/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=286364 CPUtime=462.3 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 188600 0 0 0 46201 29 0 0 25 0 1 0 510836555 293236736 66579 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 71591 66579 245 29 0 68220 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 286364

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 418
/proc/meminfo: memFree=20735236/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=418624 CPUtime=522.3 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 203669 0 0 0 52200 30 0 0 25 0 1 0 510836555 428670976 81647 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 104656 81647 245 29 0 101285 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 418624

[startup+582.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 419
/proc/meminfo: memFree=20673212/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=419196 CPUtime=582.31 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 218739 0 0 0 58199 32 0 0 25 0 1 0 510836555 429256704 96700 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 104799 96700 245 29 0 101428 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 419196

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 561
/proc/meminfo: memFree=20689920/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=446528 CPUtime=4062.41 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1383166 0 0 0 406033 208 0 0 25 0 1 0 510836555 457244672 84807 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 111632 84807 245 29 0 108261 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 446528

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 563
/proc/meminfo: memFree=20662124/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=447328 CPUtime=4122.41 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1398818 0 0 0 412030 211 0 0 25 0 1 0 510836555 458063872 100439 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 111832 100439 245 29 0 108461 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 447328

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 564
/proc/meminfo: memFree=20554472/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=662252 CPUtime=4182.41 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1418332 0 0 0 418027 214 0 0 25 0 1 0 510836555 678146048 119931 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 165563 119931 245 29 0 162192 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 662252

[startup+4242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 566
/proc/meminfo: memFree=20549368/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=662252 CPUtime=4242.41 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1435552 0 0 0 424025 216 0 0 25 0 1 0 510836555 678146048 137129 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 165563 137129 245 29 0 162192 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 662252

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 567
/proc/meminfo: memFree=20415920/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=662252 CPUtime=4302.42 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1453684 0 0 0 430022 220 0 0 25 0 1 0 510836555 678146048 155245 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 165563 155245 245 29 0 162192 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 662252

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 569
/proc/meminfo: memFree=20392708/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=1011712 CPUtime=4362.42 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1474415 0 0 0 436019 223 0 0 25 0 1 0 510836555 1035993088 175955 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 252928 175955 245 29 0 249557 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 1011712

[startup+4422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 571
/proc/meminfo: memFree=20271540/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=1012344 CPUtime=4422.42 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1489663 0 0 0 442016 226 0 0 25 0 1 0 510836555 1036640256 191192 33554432000 4194304 4309791 140736078356384 18446744073709551615 4278334 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 253086 191192 245 29 0 249715 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 1012344

[startup+4482.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/182 572
/proc/meminfo: memFree=20885936/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=234672 CPUtime=4482.42 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1529094 0 0 0 448008 234 0 0 25 0 1 0 510836555 240304128 52983 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 58668 52983 245 29 0 55297 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 234672

[startup+4542.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/182 574
/proc/meminfo: memFree=20758692/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=316060 CPUtime=4542.42 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1548669 0 0 0 454005 237 0 0 25 0 1 0 510836555 323645440 72535 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 79015 72535 245 29 0 75644 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 316060

[startup+4602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/182 575
/proc/meminfo: memFree=20676708/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=448572 CPUtime=4602.42 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1562970 0 0 0 460003 239 0 0 25 0 1 0 510836555 459337728 86820 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 112143 86820 245 29 0 108772 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 448572

[startup+4662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/182 577
/proc/meminfo: memFree=20681516/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=448572 CPUtime=4662.43 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1579837 0 0 0 466001 242 0 0 25 0 1 0 510836555 459337728 103665 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275466 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 112143 103665 245 29 0 108772 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 448572

[startup+4722.31 s]
/proc/loadavg: 2.09 2.06 2.01 3/182 579
/proc/meminfo: memFree=20554888/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=663720 CPUtime=4722.43 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1597646 0 0 0 471999 244 0 0 25 0 1 0 510836555 679649280 121462 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 165930 121462 245 29 0 162559 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 663720

[startup+4782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/182 580
/proc/meminfo: memFree=20463844/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=663720 CPUtime=4782.44 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1614160 0 0 0 477997 247 0 0 25 0 1 0 510836555 679649280 137963 33554432000 4194304 4309791 140736078356384 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 165930 137963 245 29 0 162559 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 663720

[startup+4842.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/182 582
/proc/meminfo: memFree=20437536/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=663864 CPUtime=4842.43 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1631933 0 0 0 483993 250 0 0 25 0 1 0 510836555 679796736 155723 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 165966 155723 245 29 0 162595 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 663864

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/182 583
/proc/meminfo: memFree=20340168/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=1013828 CPUtime=4902.43 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1649216 0 0 0 489990 253 0 0 25 0 1 0 510836555 1038159872 172998 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 253457 172998 245 29 0 250086 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 1013828

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 585
/proc/meminfo: memFree=20342252/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=1013828 CPUtime=4962.44 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1663982 0 0 0 495989 255 0 0 25 0 1 0 510836555 1038159872 187746 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275466 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 253457 187746 245 29 0 250086 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1013828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 586
/proc/meminfo: memFree=20267960/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=1013968 CPUtime=5000.04 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1671069 0 0 0 499748 256 0 0 25 0 1 0 510836555 1038303232 194828 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 253492 194828 245 29 0 250121 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1013968

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.02 2.00 3/182 586
/proc/meminfo: memFree=20267960/32951124 swapFree=67111352/67111528
[pid=321] ppid=310 vsize=1013968 CPUtime=5000.04 cores=1,3,5,7
/proc/321/stat : 321 (glueminisat) R 310 321 32529 0 -1 4202496 1671069 0 0 0 499748 256 0 0 25 0 1 0 510836555 1038303232 194828 33554432000 4194304 4309791 140736078356384 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/321/statm: 253492 194828 245 29 0 250121 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1013968

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4997.49
CPU system time (s): 2.5996
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1140928

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

runsolver used 7.62684 second user time and 17.4863 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-28 14:06:24
IDJOB=3309572
IDBENCH=82389
IDSOLVER=1694
FILE ID=node134/3309572-1303992383
RUNJOBID= node134-1303987380-32548
PBS_JOBID= 13168740
Free space on /tmp= 71564 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309572-1303992383/watcher-3309572-1303992383 -o /tmp/evaluation-result-3309572-1303992383/solver-3309572-1303992383 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309572-1303992383.cnf

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=581577085

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20955656 kB
Buffers:       2324480 kB
Cached:        8811384 kB
SwapCached:         64 kB
Active:        4950624 kB
Inactive:      6491828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20955656 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           15964 kB
Writeback:           0 kB
AnonPages:      305516 kB
Mapped:          15420 kB
Slab:           490244 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   480224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71564 MiB
End job on node134 at 2011-04-28 15:29:46