Trace number 3318230

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: MiniSAT 2.2.0-agile-26? (TO) 1300.02 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3318230-1304900601/watcher-3318230-1304900601 -o /tmp/evaluation-result-3318230-1304900601/solver-3318230-1304900601 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318230-1304900601.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.09 4.04 3.36 5/364 28139
/proc/meminfo: memFree=3475312/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=21216 CPUtime=0 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 1092 0 0 0 0 0 0 0 21 0 1 0 601657237 21725184 1033 33554432000 4194304 4291235 140736499226128 18446744073709551615 4220611 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 5304 1033 216 24 0 1938 0

[startup+0.067928 s]
/proc/loadavg: 4.09 4.04 3.36 5/364 28139
/proc/meminfo: memFree=3475312/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=31228 CPUtime=0.05 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 4267 0 0 0 5 0 0 0 21 0 1 0 601657237 31977472 3834 33554432000 4194304 4291235 140736499226128 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 7807 3836 216 24 0 4441 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31228

[startup+0.100903 s]
/proc/loadavg: 4.09 4.04 3.36 5/364 28139
/proc/meminfo: memFree=3475312/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=37652 CPUtime=0.09 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 6203 0 0 0 8 1 0 0 21 0 1 0 601657237 38555648 5485 33554432000 4194304 4291235 140736499226128 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 9413 5486 216 24 0 6047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37652

[startup+0.300864 s]
/proc/loadavg: 4.09 4.04 3.36 5/364 28139
/proc/meminfo: memFree=3475312/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=66980 CPUtime=0.29 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 13572 0 0 0 27 2 0 0 22 0 1 0 601657237 68587520 11638 33554432000 4194304 4291235 140736499226128 18446744073709551615 4230134 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 16745 11638 237 24 0 13379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66980

[startup+0.700781 s]
/proc/loadavg: 4.09 4.04 3.36 5/364 28139
/proc/meminfo: memFree=3475312/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=72904 CPUtime=0.69 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 15470 0 0 0 67 2 0 0 23 0 1 0 601657237 74653696 13295 33554432000 4194304 4291235 140736499226128 18446744073709551615 239476352786 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 18226 13295 239 24 0 14860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72904

[startup+1.50063 s]
/proc/loadavg: 4.09 4.04 3.36 5/365 28140
/proc/meminfo: memFree=3427200/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=61968 CPUtime=1.49 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 17356 0 0 0 146 3 0 0 25 0 1 0 601657237 63455232 11275 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 15492 11275 258 24 0 12126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61968

[startup+3.10033 s]
/proc/loadavg: 4.09 4.04 3.36 5/365 28140
/proc/meminfo: memFree=3421000/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=66388 CPUtime=3.09 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 17794 0 0 0 306 3 0 0 25 0 1 0 601657237 67981312 11713 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 16597 11713 258 24 0 13231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66388

[startup+6.30072 s]
/proc/loadavg: 4.08 4.04 3.36 5/365 28140
/proc/meminfo: memFree=3398912/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=66388 CPUtime=6.29 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 18657 0 0 0 626 3 0 0 25 0 1 0 601657237 67981312 12575 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 16597 12575 258 24 0 13231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66388

[startup+12.7005 s]
/proc/loadavg: 4.08 4.04 3.37 5/365 28140
/proc/meminfo: memFree=3367216/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=73568 CPUtime=12.69 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 20138 0 0 0 1266 3 0 0 25 0 1 0 601657237 75333632 14056 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248312 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 18392 14056 258 24 0 15026 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73568

[startup+25.501 s]
/proc/loadavg: 4.06 4.04 3.38 5/365 28141
/proc/meminfo: memFree=3313576/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=85244 CPUtime=25.49 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 22352 0 0 0 2545 4 0 0 25 0 1 0 601657237 87289856 16267 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 21311 16267 258 24 0 17945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85244

[startup+51.1011 s]
/proc/loadavg: 4.20 4.07 3.40 5/360 28162
/proc/meminfo: memFree=3221624/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=135032 CPUtime=51.09 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 28793 0 0 0 5104 5 0 0 25 0 1 0 601657237 138272768 22699 33554432000 4194304 4291235 140736499226128 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 33758 22699 258 24 0 30392 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135032

[startup+102.313 s]
/proc/loadavg: 4.16 4.08 3.44 5/365 28170
/proc/meminfo: memFree=2463348/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=185120 CPUtime=102.29 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 38433 0 0 0 10223 6 0 0 25 0 1 0 601657237 189562880 32335 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 46280 32335 258 24 0 42914 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 185120

[startup+162.301 s]
/proc/loadavg: 4.06 4.06 3.47 5/365 28171
/proc/meminfo: memFree=2170084/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=266508 CPUtime=162.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 52505 0 0 0 16216 8 0 0 25 0 1 0 601657237 272904192 46396 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 66627 46396 258 24 0 63261 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 266508

[startup+222.301 s]
/proc/loadavg: 4.09 4.08 3.51 5/365 28173
/proc/meminfo: memFree=1748548/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=399444 CPUtime=222.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 80553 0 0 0 22213 11 0 0 25 0 1 0 601657237 409030656 74435 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 99861 74435 258 24 0 96495 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 399444

[startup+282.301 s]
/proc/loadavg: 4.03 4.06 3.54 5/365 28175
/proc/meminfo: memFree=1436428/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=400664 CPUtime=282.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 93711 0 0 0 28210 14 0 0 25 0 1 0 601657237 410279936 87576 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 100166 87576 258 24 0 96800 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 400664

[startup+342.301 s]
/proc/loadavg: 4.07 4.06 3.57 5/365 28176
/proc/meminfo: memFree=1126008/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=616748 CPUtime=342.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 108158 0 0 0 34207 16 0 0 25 0 1 0 601657237 631549952 102010 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 154187 102010 258 24 0 150821 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 616748

[startup+402.301 s]
/proc/loadavg: 4.07 4.06 3.60 5/365 28178
/proc/meminfo: memFree=841060/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=617892 CPUtime=402.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 119538 0 0 0 40205 19 0 0 25 0 1 0 601657237 632721408 113384 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248381 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 154473 113384 258 24 0 151107 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 617892

[startup+462.301 s]
/proc/loadavg: 4.11 4.08 3.64 5/365 28179
/proc/meminfo: memFree=473680/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=619856 CPUtime=462.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 142349 0 0 0 46201 23 0 0 25 0 1 0 601657237 634732544 136176 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248381 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 154964 136176 258 24 0 151598 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 619856

[startup+522.301 s]
/proc/loadavg: 4.04 4.06 3.65 5/365 28181
/proc/meminfo: memFree=148544/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=621620 CPUtime=522.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 157445 0 0 0 52198 26 0 0 25 0 1 0 601657237 636538880 151265 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 155405 151265 258 24 0 152039 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 621620

[startup+582.301 s]
/proc/loadavg: 4.01 4.05 3.67 5/365 28183
/proc/meminfo: memFree=99612/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=972324 CPUtime=582.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 171639 0 0 0 58193 30 0 0 25 0 1 0 601657237 995659776 165441 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 243081 165441 258 24 0 239715 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 972324

[startup+642.301 s]
/proc/loadavg: 4.00 4.04 3.69 5/365 28184
/proc/meminfo: memFree=95828/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=973220 CPUtime=642.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 185745 0 0 0 64192 32 0 0 25 0 1 0 601657237 996577280 179538 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248594 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 243305 179538 258 24 0 239939 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 973220

[startup+702.301 s]
/proc/loadavg: 4.06 4.04 3.71 5/365 28186
/proc/meminfo: memFree=92012/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=974568 CPUtime=702.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 200823 0 0 0 70188 35 0 0 25 0 1 0 601657237 997957632 194602 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 243642 194602 258 24 0 240276 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 974568

[startup+762.313 s]
/proc/loadavg: 4.07 4.05 3.73 5/365 28187
/proc/meminfo: memFree=99124/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=976200 CPUtime=762.25 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 216657 0 0 0 76186 39 0 0 25 0 1 0 601657237 999628800 210423 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 244050 210423 258 24 0 240684 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 976200

[startup+822.301 s]
/proc/loadavg: 4.02 4.04 3.74 5/365 28189
/proc/meminfo: memFree=94388/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=978376 CPUtime=822.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 235803 0 0 0 82181 43 0 0 25 0 1 0 601657237 1001857024 229549 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248408 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 244594 229549 258 24 0 241228 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 978376

[startup+882.301 s]
/proc/loadavg: 4.12 4.06 3.77 5/365 28191
/proc/meminfo: memFree=97068/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1545904 CPUtime=882.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 247637 0 0 0 88178 45 0 0 25 0 1 0 601657237 1583005696 241378 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 386476 241378 258 24 0 383110 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 1545904

[startup+942.301 s]
/proc/loadavg: 4.04 4.04 3.78 6/365 28192
/proc/meminfo: memFree=92096/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1546308 CPUtime=942.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 262847 0 0 0 94175 48 0 0 25 0 1 0 601657237 1583419392 256574 33554432000 4194304 4291235 140736499226128 18446744073709551615 4263312 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 386577 256574 258 24 0 383211 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 1546308

[startup+1002.3 s]
/proc/loadavg: 3.79 3.98 3.77 4/359 28212
/proc/meminfo: memFree=323812/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1547172 CPUtime=1002.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 281288 0 0 0 100171 52 0 0 25 0 1 0 601657237 1584304128 274997 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 386793 274997 258 24 0 383427 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 1547172

[startup+1062.3 s]
/proc/loadavg: 3.29 3.80 3.72 4/359 28213
/proc/meminfo: memFree=96212/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1547572 CPUtime=1062.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 292061 0 0 0 106169 54 0 0 25 0 1 0 601657237 1584713728 285764 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 386893 285764 258 24 0 383527 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 1547572

[startup+1122.3 s]
/proc/loadavg: 2.88 3.60 3.66 3/353 28233
/proc/meminfo: memFree=4654696/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1547840 CPUtime=1122.23 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 305255 0 0 0 112167 56 0 0 25 0 1 0 601657237 1584988160 298954 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 386960 298954 258 24 0 383594 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 1547840

[startup+1182.3 s]
/proc/loadavg: 2.32 3.31 3.55 3/353 28235
/proc/meminfo: memFree=4553332/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1549608 CPUtime=1182.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 318421 0 0 0 118166 58 0 0 25 0 1 0 601657237 1586798592 312115 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 387402 312115 258 24 0 384036 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 1549608

[startup+1242.3 s]
/proc/loadavg: 2.12 3.07 3.45 3/353 28236
/proc/meminfo: memFree=4439856/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1550660 CPUtime=1242.24 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 335976 0 0 0 124163 61 0 0 25 0 1 0 601657237 1587875840 329661 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 387665 329661 258 24 0 384299 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 1550660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.04 2.87 3.36 3/353 28238
/proc/meminfo: memFree=4358244/32950928 swapFree=67056568/67111528
[pid=28139] ppid=28137 vsize=1551804 CPUtime=1299.95 cores=0,2
/proc/28139/stat : 28139 (minisat) R 28137 28139 27748 0 -1 4202496 347563 0 0 0 129932 63 0 0 25 0 1 0 601657237 1589047296 341238 33554432000 4194304 4291235 140736499226128 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28139/statm: 387951 341238 258 24 0 384585 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 1551804

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): 1300.08
CPU time (s): 1300.02
CPU user time (s): 1299.32
CPU system time (s): 0.695894
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 1551804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.32
system time used= 0.695894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 2748

runsolver used 4.72428 second user time and 9.78951 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 02:23:22
IDJOB=3318230
IDBENCH=82392
IDSOLVER=1707
FILE ID=node148/3318230-1304900601
RUNJOBID= node148-1304898906-27766
PBS_JOBID= 13282123
Free space on /tmp= 30972 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318230-1304900601/watcher-3318230-1304900601 -o /tmp/evaluation-result-3318230-1304900601/solver-3318230-1304900601 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318230-1304900601.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1104093399

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3475468 kB
Buffers:        231324 kB
Cached:       24247392 kB
SwapCached:       8268 kB
Active:       14209384 kB
Inactive:     14429876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3475468 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           11884 kB
Writeback:           0 kB
AnonPages:     4158256 kB
Mapped:          27744 kB
Slab:           738716 kB
PageTables:      32200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 86308836 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= 30892 MiB
End job on node148 at 2011-05-09 02:45:04