Trace number 3394205

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 5000.12 5000.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2632.81
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394205-1306075050/watcher-3394205-1306075050 -o /tmp/evaluation-result-3394205-1306075050/solver-3394205-1306075050 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394205-1306075050.cnf 

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.02 2.00 3/455 5289
/proc/meminfo: memFree=14542060/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=21196 CPUtime=0 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 699920902 21704704 308 33554432000 4194304 4479436 140736297801392 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 5299 308 267 70 0 2419 0

[startup+0.0178249 s]
/proc/loadavg: 2.00 2.02 2.00 3/455 5289
/proc/meminfo: memFree=14542060/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=21196 CPUtime=0.01 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 485 0 0 0 1 0 0 0 25 0 1 0 699920902 21704704 427 33554432000 4194304 4479436 140736297801392 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 5299 429 267 70 0 2419 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21196

[startup+0.1008 s]
/proc/loadavg: 2.00 2.02 2.00 3/455 5289
/proc/meminfo: memFree=14542060/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=21196 CPUtime=0.09 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1248 0 0 0 9 0 0 0 25 0 1 0 699920902 21704704 1190 33554432000 4194304 4479436 140736297801392 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 5299 1190 267 70 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21196

[startup+0.300794 s]
/proc/loadavg: 2.00 2.02 2.00 3/455 5289
/proc/meminfo: memFree=14542060/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=23964 CPUtime=0.28 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 6612 0 0 0 28 0 0 0 25 0 1 0 699920902 24539136 3341 33554432000 4194304 4479436 140736297801392 18446744073709551615 4244273 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 5991 3341 371 70 0 3111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23964

[startup+0.700717 s]
/proc/loadavg: 2.00 2.02 2.00 3/455 5289
/proc/meminfo: memFree=14542060/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=35456 CPUtime=0.69 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 9606 0 0 0 68 1 0 0 25 0 1 0 699920902 36306944 6230 33554432000 4194304 4479436 140736297801392 18446744073709551615 4343775 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 8864 6230 383 70 0 5984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35456

[startup+1.50057 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5290
/proc/meminfo: memFree=14517756/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=35456 CPUtime=1.49 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 9626 0 0 0 148 1 0 0 25 0 1 0 699920902 36306944 6250 33554432000 4194304 4479436 140736297801392 18446744073709551615 4405890 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 8864 6250 402 70 0 5984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35456

[startup+3.10023 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5290
/proc/meminfo: memFree=14516764/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=35456 CPUtime=3.09 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 9633 0 0 0 308 1 0 0 25 0 1 0 699920902 36306944 6257 33554432000 4194304 4479436 140736297801392 18446744073709551615 4338158 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 8864 6257 405 70 0 5984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35456

[startup+6.30067 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5290
/proc/meminfo: memFree=14515060/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=36976 CPUtime=6.29 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 10014 0 0 0 628 1 0 0 25 0 1 0 699920902 37863424 6638 33554432000 4194304 4479436 140736297801392 18446744073709551615 4344102 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 9244 6638 406 70 0 6364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36976

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5290
/proc/meminfo: memFree=14503172/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=48128 CPUtime=12.69 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 12802 0 0 0 1268 1 0 0 25 0 1 0 699920902 49283072 9426 33554432000 4194304 4479436 140736297801392 18446744073709551615 4306795 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 12032 9426 406 70 0 9152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48128

[startup+25.5011 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5291
/proc/meminfo: memFree=14496600/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=55296 CPUtime=25.49 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 14594 0 0 0 2548 1 0 0 25 0 1 0 699920902 56623104 11218 33554432000 4194304 4479436 140736297801392 18446744073709551615 4384797 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/5289/statm: 13824 11218 406 70 0 10944 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55296

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5291
/proc/meminfo: memFree=14480496/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=71680 CPUtime=51.07 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 18690 0 0 0 5105 2 0 0 25 0 1 0 699920902 73400320 15314 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382568 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 17920 15314 406 70 0 15040 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71680

[startup+102.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 5293
/proc/meminfo: memFree=14475276/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=79664 CPUtime=102.29 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 26869 0 0 0 10226 3 0 0 25 0 1 0 699920902 81575936 17318 33554432000 4194304 4479436 140736297801392 18446744073709551615 4384802 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 19916 17318 391 70 0 17036 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 79664

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 5294
/proc/meminfo: memFree=14468672/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=81720 CPUtime=162.28 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 44791 0 0 0 16222 6 0 0 25 0 1 0 699920902 83681280 17832 33554432000 4194304 4479436 140736297801392 18446744073709551615 4306783 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 20430 17832 391 70 0 17550 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 81720

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 5296
/proc/meminfo: memFree=14459104/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=91964 CPUtime=222.27 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 52472 0 0 0 22221 6 0 0 25 0 1 0 699920902 94171136 20393 33554432000 4194304 4479436 140736297801392 18446744073709551615 4307020 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 22991 20393 391 70 0 20111 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 91964

[startup+282.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/456 5326
/proc/meminfo: memFree=14204564/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=108352 CPUtime=282.28 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 65529 0 0 0 28220 8 0 0 25 0 1 0 699920902 110952448 24490 33554432000 4194304 4479436 140736297801392 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 27088 24490 391 70 0 24208 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 108352

[startup+342.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/453 5330
/proc/meminfo: memFree=14476176/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=96064 CPUtime=342.28 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 78841 0 0 0 34219 9 0 0 25 0 1 0 699920902 98369536 21418 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382484 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 24016 21418 391 70 0 21136 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 96064

[startup+402.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/456 5356
/proc/meminfo: memFree=14560944/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=98116 CPUtime=402.28 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 94202 0 0 0 40216 12 0 0 25 0 1 0 699920902 100470784 21931 33554432000 4194304 4479436 140736297801392 18446744073709551615 4384797 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 24529 21931 391 70 0 21649 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 98116

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 5357
/proc/meminfo: memFree=14540948/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=104260 CPUtime=462.29 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 107002 0 0 0 46215 14 0 0 25 0 1 0 699920902 106762240 23467 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382522 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 26065 23467 391 70 0 23185 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 104260

[startup+522.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/456 5359
/proc/meminfo: memFree=14542160/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=102212 CPUtime=522.29 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 121338 0 0 0 52214 15 0 0 25 0 1 0 699920902 104665088 22955 33554432000 4194304 4479436 140736297801392 18446744073709551615 4306783 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 25553 22955 391 70 0 22673 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 102212

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/456 5361
/proc/meminfo: memFree=14528616/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=116548 CPUtime=582.28 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 136698 0 0 0 58212 16 0 0 25 0 1 0 699920902 119345152 26539 33554432000 4194304 4479436 140736297801392 18446744073709551615 4455896 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 29137 26539 391 70 0 26257 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 116548

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5518
/proc/meminfo: memFree=14499944/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=137040 CPUtime=4002.37 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1134333 0 0 0 400101 136 0 0 25 0 1 0 699920902 140328960 31662 33554432000 4194304 4479436 140736297801392 18446744073709551615 4450821 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 34260 31662 391 70 0 31380 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 137040

[startup+4062.32 s]
/proc/loadavg: 2.14 2.06 2.01 3/456 5519
/proc/meminfo: memFree=14503012/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=124752 CPUtime=4062.38 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1163517 0 0 0 406099 139 0 0 25 0 1 0 699920902 127746048 28590 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382311 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 31188 28590 391 70 0 28308 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 124752

[startup+4122.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/456 5521
/proc/meminfo: memFree=14505724/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=122704 CPUtime=4122.37 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1195517 0 0 0 412094 143 0 0 25 0 1 0 699920902 125648896 28078 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382461 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 30676 28078 391 70 0 27796 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 122704

[startup+4182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 5523
/proc/meminfo: memFree=14508056/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=120656 CPUtime=4182.37 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1208829 0 0 0 418092 145 0 0 25 0 1 0 699920902 123551744 27566 33554432000 4194304 4479436 140736297801392 18446744073709551615 4306783 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 30164 27566 391 70 0 27284 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 120656

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5524
/proc/meminfo: memFree=14503948/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=132944 CPUtime=4242.37 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1226749 0 0 0 424090 147 0 0 25 0 1 0 699920902 136134656 30638 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382430 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 33236 30638 391 70 0 30356 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 132944

[startup+4302.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/456 5526
/proc/meminfo: memFree=14501948/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=126800 CPUtime=4302.38 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1247229 0 0 0 430089 149 0 0 25 0 1 0 699920902 129843200 29102 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382480 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 31700 29102 391 70 0 28820 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 126800

[startup+4362.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/456 5527
/proc/meminfo: memFree=14490528/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=139088 CPUtime=4362.37 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1271293 0 0 0 436085 152 0 0 25 0 1 0 699920902 142426112 32174 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382480 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 34772 32174 391 70 0 31892 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 139088

[startup+4422.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/456 5529
/proc/meminfo: memFree=14491496/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=145232 CPUtime=4422.37 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1292285 0 0 0 442083 154 0 0 25 0 1 0 699920902 148717568 33710 33554432000 4194304 4479436 140736297801392 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 36308 33710 391 70 0 33428 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 145232

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 5531
/proc/meminfo: memFree=14479064/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=149328 CPUtime=4482.38 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1319933 0 0 0 448081 157 0 0 25 0 1 0 699920902 152911872 34734 33554432000 4194304 4479436 140736297801392 18446744073709551615 4330617 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 37332 34734 391 70 0 34452 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 149328

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5532
/proc/meminfo: memFree=14486612/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=149328 CPUtime=4542.37 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1346045 0 0 0 454077 160 0 0 25 0 1 0 699920902 152911872 34734 33554432000 4194304 4479436 140736297801392 18446744073709551615 4450973 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 37332 34734 391 70 0 34452 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 149328

[startup+4602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/456 5534
/proc/meminfo: memFree=14498248/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=130896 CPUtime=4602.39 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1361405 0 0 0 460076 163 0 0 25 0 1 0 699920902 134037504 30126 33554432000 4194304 4479436 140736297801392 18446744073709551615 4380610 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 32724 30126 391 70 0 29844 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 130896

[startup+4662.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/456 5535
/proc/meminfo: memFree=14500832/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=126800 CPUtime=4662.38 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1381885 0 0 0 466073 165 0 0 25 0 1 0 699920902 129843200 29102 33554432000 4194304 4479436 140736297801392 18446744073709551615 4380541 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 31700 29102 391 70 0 28820 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 126800

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 5537
/proc/meminfo: memFree=14511480/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=124752 CPUtime=4722.4 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1401597 0 0 0 472072 168 0 0 25 0 1 0 699920902 127746048 28590 33554432000 4194304 4479436 140736297801392 18446744073709551615 4382488 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 31188 28590 391 70 0 28308 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 124752

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5539
/proc/meminfo: memFree=14486656/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=142160 CPUtime=4782.38 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1423613 0 0 0 478068 170 0 0 25 0 1 0 699920902 145571840 32942 33554432000 4194304 4479436 140736297801392 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 35540 32942 391 70 0 32660 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 142160

[startup+4842.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/456 5540
/proc/meminfo: memFree=14481556/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=147280 CPUtime=4842.38 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1431805 0 0 0 484067 171 0 0 25 0 1 0 699920902 150814720 34222 33554432000 4194304 4479436 140736297801392 18446744073709551615 4385105 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 36820 34222 391 70 0 33940 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 147280

[startup+4902.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/456 5542
/proc/meminfo: memFree=14513532/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=122704 CPUtime=4902.38 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1445885 0 0 0 490065 173 0 0 25 0 1 0 699920902 125648896 28078 33554432000 4194304 4479436 140736297801392 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 30676 28078 391 70 0 27796 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 122704

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 5543
/proc/meminfo: memFree=14505572/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=122704 CPUtime=4962.39 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1469437 0 0 0 496063 176 0 0 25 0 1 0 699920902 125648896 28078 33554432000 4194304 4479436 140736297801392 18446744073709551615 4306765 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 30676 28078 391 70 0 27796 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 122704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 5544
/proc/meminfo: memFree=14500596/32951124 swapFree=63485464/67111528
[pid=5289] ppid=5287 vsize=126800 CPUtime=5000.09 cores=0,2,4,6
/proc/5289/stat : 5289 (MPhaseSAT64) R 5287 5289 4965 0 -1 4202496 1478141 0 0 0 499832 177 0 0 25 0 1 0 699920902 129843200 29102 33554432000 4194304 4479436 140736297801392 18446744073709551615 4452259 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5289/statm: 31700 29102 391 70 0 28820 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 126800

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.12
CPU user time (s): 4998.34
CPU system time (s): 1.78073
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 194384

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

runsolver used 23.1965 second user time and 49.3935 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-22 16:37:30
IDJOB=3394205
IDBENCH=82390
IDSOLVER=1879
FILE ID=node147/3394205-1306075050
RUNJOBID= node147-1306069993-4983
PBS_JOBID= 13387856
Free space on /tmp= 73384 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394205-1306075050/watcher-3394205-1306075050 -o /tmp/evaluation-result-3394205-1306075050/solver-3394205-1306075050 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394205-1306075050.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1211427895

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14542348 kB
Buffers:        356680 kB
Cached:        8309212 kB
SwapCached:      13096 kB
Active:        9992456 kB
Inactive:      8129792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14542348 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:            8192 kB
Writeback:           0 kB
AnonPages:     9451256 kB
Mapped:          27664 kB
Slab:           160920 kB
PageTables:      58716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120912740 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= 73388 MiB
End job on node147 at 2011-05-22 18:00:52