Trace number 3387246

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: cir_minisat 2011-05-13 (simp)? (TO) 5000.29 5000.14

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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-3387246-1305597951/watcher-3387246-1305597951 -o /tmp/evaluation-result-3387246-1305597951/solver-3387246-1305597951 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387246-1305597951.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: 4.06 4.05 4.01 5/275 32499
/proc/meminfo: memFree=21003096/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=20268 CPUtime=0 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 838 0 0 0 0 0 0 0 23 0 1 0 671395990 20754432 781 33554432000 4194304 4300288 140737311512880 18446744073709551615 222921474256 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 5067 781 218 26 0 1699 0

[startup+0.050165 s]
/proc/loadavg: 4.06 4.05 4.01 5/275 32499
/proc/meminfo: memFree=21003096/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=23384 CPUtime=0.04 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1750 0 0 0 4 0 0 0 23 0 1 0 671395990 23945216 1665 33554432000 4194304 4300288 140737311512880 18446744073709551615 222921834922 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 5907 1684 218 26 0 2539 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23384

[startup+0.101155 s]
/proc/loadavg: 4.06 4.05 4.01 5/275 32499
/proc/meminfo: memFree=21003096/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=30676 CPUtime=0.09 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 4665 0 0 0 9 0 0 0 23 0 1 0 671395990 31412224 4018 33554432000 4194304 4300288 140737311512880 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 7669 4020 218 26 0 4301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30676

[startup+0.30112 s]
/proc/loadavg: 4.06 4.05 4.01 5/275 32499
/proc/meminfo: memFree=21003096/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=76172 CPUtime=0.29 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 18540 0 0 0 27 2 0 0 25 0 1 0 671395990 78000128 13931 33554432000 4194304 4300288 140737311512880 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 19043 13934 218 26 0 15675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76172

[startup+0.701049 s]
/proc/loadavg: 4.06 4.05 4.01 5/275 32499
/proc/meminfo: memFree=21003096/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=138028 CPUtime=0.69 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 40661 0 0 0 63 6 0 0 25 0 1 0 671395990 141340672 29793 33554432000 4194304 4300288 140737311512880 18446744073709551615 4228238 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 34507 29793 221 26 0 31139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138028

[startup+1.5009 s]
/proc/loadavg: 4.06 4.05 4.01 5/276 32500
/proc/meminfo: memFree=20883852/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=138028 CPUtime=1.49 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 40661 0 0 0 143 6 0 0 25 0 1 0 671395990 141340672 29793 33554432000 4194304 4300288 140737311512880 18446744073709551615 4228378 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 34507 29793 221 26 0 31139 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138028

[startup+3.10061 s]
/proc/loadavg: 4.06 4.05 4.01 5/276 32500
/proc/meminfo: memFree=20882984/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=124108 CPUtime=3.09 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 46477 0 0 0 303 6 0 0 25 0 1 0 671395990 127086592 23865 33554432000 4194304 4300288 140737311512880 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 31027 23865 242 26 0 27659 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124108

[startup+6.30102 s]
/proc/loadavg: 4.06 4.05 4.01 5/276 32500
/proc/meminfo: memFree=20899684/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=124108 CPUtime=6.3 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 48099 0 0 0 623 7 0 0 25 0 1 0 671395990 127086592 25486 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 31027 25486 242 26 0 27659 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 124108

[startup+12.7008 s]
/proc/loadavg: 4.05 4.05 4.01 5/276 32501
/proc/meminfo: memFree=20881324/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=143076 CPUtime=12.69 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 51813 0 0 0 1262 7 0 0 25 0 1 0 671395990 146509824 29198 33554432000 4194304 4300288 140737311512880 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 35769 29198 242 26 0 32401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143076

[startup+25.5005 s]
/proc/loadavg: 4.04 4.04 4.01 5/276 32501
/proc/meminfo: memFree=20840664/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=174068 CPUtime=25.49 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 60020 0 0 0 2541 8 0 0 25 0 1 0 671395990 178245632 37396 33554432000 4194304 4300288 140737311512880 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 43517 37396 242 26 0 40149 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 174068

[startup+51.1008 s]
/proc/loadavg: 4.03 4.04 4.00 6/276 32502
/proc/meminfo: memFree=20767044/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=305688 CPUtime=51.1 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 75149 0 0 0 5098 12 0 0 25 0 1 0 671395990 313024512 52517 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 76422 52517 242 26 0 73054 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 305688

[startup+102.31 s]
/proc/loadavg: 4.01 4.03 4.00 5/276 32503
/proc/meminfo: memFree=20616200/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=437948 CPUtime=102.3 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 106304 0 0 0 10213 17 0 0 25 0 1 0 671395990 448458752 83652 33554432000 4194304 4300288 140737311512880 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 109487 83652 242 26 0 106119 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 437948

[startup+162.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/276 32505
/proc/meminfo: memFree=20439820/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=653336 CPUtime=162.3 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 143383 0 0 0 16205 25 0 0 25 0 1 0 671395990 669016064 120702 33554432000 4194304 4300288 140737311512880 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 163334 120702 242 26 0 159966 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 653336

[startup+222.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/276 32506
/proc/meminfo: memFree=20271872/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=653336 CPUtime=222.3 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 177449 0 0 0 22202 28 0 0 25 0 1 0 671395990 669016064 154746 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 163334 154746 242 26 0 159966 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 653336

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/276 32508
/proc/meminfo: memFree=20117060/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=1002584 CPUtime=282.3 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 210541 0 0 0 28195 35 0 0 25 0 1 0 671395990 1026646016 187807 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268265 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 250646 187807 242 26 0 247278 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1002584

[startup+342.301 s]
/proc/loadavg: 4.04 4.02 4.00 5/276 32509
/proc/meminfo: memFree=19976644/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=1002864 CPUtime=342.31 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 239393 0 0 0 34191 40 0 0 25 0 1 0 671395990 1026932736 216645 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268225 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 250716 216645 242 26 0 247348 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1002864

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/276 32511
/proc/meminfo: memFree=19842412/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=1003380 CPUtime=402.31 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 267855 0 0 0 40185 46 0 0 25 0 1 0 671395990 1027461120 245090 33554432000 4194304 4300288 140737311512880 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 250845 245090 242 26 0 247477 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1003380

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/276 32513
/proc/meminfo: memFree=19685744/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=1572736 CPUtime=462.3 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 299941 0 0 0 46180 50 0 0 25 0 1 0 671395990 1610481664 277159 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 393184 277159 242 26 0 389816 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1572736

[startup+522.301 s]
/proc/loadavg: 4.09 4.03 4.01 5/276 32514
/proc/meminfo: memFree=19538992/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=1574372 CPUtime=522.31 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 330732 0 0 0 52175 56 0 0 25 0 1 0 671395990 1612156928 307942 33554432000 4194304 4300288 140737311512880 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 393593 307942 242 26 0 390225 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1574372

[startup+582.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/276 32516
/proc/meminfo: memFree=19423500/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=1574912 CPUtime=582.3 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 352690 0 0 0 58172 58 0 0 25 0 1 0 671395990 1612709888 329889 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 393728 329889 242 26 0 390360 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1574912

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 3.53 3.87 3.96 4/270 32640
/proc/meminfo: memFree=16290552/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6480264 CPUtime=4122.42 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1418362 0 0 0 411993 249 0 0 25 0 1 0 671395990 6635790336 1395127 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620066 1395127 242 26 0 1616698 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 6480264

[startup+4182.3 s]
/proc/loadavg: 3.19 3.71 3.89 4/270 32642
/proc/meminfo: memFree=16223312/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6480264 CPUtime=4182.42 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1435262 0 0 0 417990 252 0 0 25 0 1 0 671395990 6635790336 1412020 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620066 1412020 242 26 0 1616698 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 6480264

[startup+4242.3 s]
/proc/loadavg: 3.07 3.58 3.84 4/270 32643
/proc/meminfo: memFree=16154580/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6480776 CPUtime=4242.42 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1452508 0 0 0 423987 255 0 0 25 0 1 0 671395990 6636314624 1429262 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620194 1429263 242 26 0 1616826 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 6480776

[startup+4302.3 s]
/proc/loadavg: 3.02 3.47 3.78 4/270 32645
/proc/meminfo: memFree=16073952/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6481040 CPUtime=4302.42 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1472492 0 0 0 429984 258 0 0 25 0 1 0 671395990 6636584960 1449237 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620260 1449237 242 26 0 1616892 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 6481040

[startup+4362.3 s]
/proc/loadavg: 3.01 3.38 3.73 5/270 32647
/proc/meminfo: memFree=15982040/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6481608 CPUtime=4362.42 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1495755 0 0 0 435979 263 0 0 25 0 1 0 671395990 6637166592 1472489 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620402 1472489 242 26 0 1617034 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 6481608

[startup+4422.3 s]
/proc/loadavg: 3.00 3.31 3.68 4/270 32648
/proc/meminfo: memFree=15890744/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6482568 CPUtime=4422.43 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1518553 0 0 0 441975 268 0 0 25 0 1 0 671395990 6638149632 1495278 33554432000 4194304 4300288 140737311512880 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620642 1495278 242 26 0 1617274 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 6482568

[startup+4482.3 s]
/proc/loadavg: 3.00 3.25 3.63 4/270 32650
/proc/meminfo: memFree=15805512/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6483572 CPUtime=4482.42 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1539828 0 0 0 447970 272 0 0 25 0 1 0 671395990 6639177728 1516547 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620893 1516547 242 26 0 1617525 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 6483572

[startup+4542.3 s]
/proc/loadavg: 3.00 3.20 3.59 4/270 32651
/proc/meminfo: memFree=15753908/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6483744 CPUtime=4542.43 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1552718 0 0 0 453969 274 0 0 25 0 1 0 671395990 6639353856 1529436 33554432000 4194304 4300288 140737311512880 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1620936 1529436 242 26 0 1617568 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 6483744

[startup+4602.3 s]
/proc/loadavg: 3.00 3.16 3.55 4/270 32653
/proc/meminfo: memFree=15659140/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6484872 CPUtime=4602.44 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1576065 0 0 0 459966 278 0 0 25 0 1 0 671395990 6640508928 1552779 33554432000 4194304 4300288 140737311512880 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1621218 1552779 242 26 0 1617850 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 6484872

[startup+4662.3 s]
/proc/loadavg: 3.00 3.13 3.52 4/270 32655
/proc/meminfo: memFree=15590404/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6485952 CPUtime=4662.44 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1593531 0 0 0 465961 283 0 0 25 0 1 0 671395990 6641614848 1570237 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1621488 1570237 242 26 0 1618120 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 6485952

[startup+4722.31 s]
/proc/loadavg: 3.03 3.12 3.49 4/270 32656
/proc/meminfo: memFree=15514980/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6485952 CPUtime=4722.45 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1612043 0 0 0 471960 285 0 0 25 0 1 0 671395990 6641614848 1588745 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1621488 1588745 242 26 0 1618120 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 6485952

[startup+4782.3 s]
/proc/loadavg: 3.01 3.09 3.45 4/270 32658
/proc/meminfo: memFree=15422440/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=6486256 CPUtime=4782.44 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1635628 0 0 0 477954 290 0 0 25 0 1 0 671395990 6641926144 1612322 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 1621564 1612322 242 26 0 1618196 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 6486256

[startup+4842.3 s]
/proc/loadavg: 3.00 3.08 3.42 4/270 32659
/proc/meminfo: memFree=15323328/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=10443976 CPUtime=4842.44 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1660156 0 0 0 483950 294 0 0 25 0 1 0 671395990 10694631424 1636838 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268251 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 2610994 1636838 242 26 0 2607626 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 10443976

[startup+4902.3 s]
/proc/loadavg: 3.00 3.06 3.39 4/270 32661
/proc/meminfo: memFree=15253244/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=10444800 CPUtime=4902.44 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1677561 0 0 0 489946 298 0 0 25 0 1 0 671395990 10695475200 1654238 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 2611200 1654238 242 26 0 2607832 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 10444800

[startup+4962.3 s]
/proc/loadavg: 3.00 3.05 3.36 4/270 32663
/proc/meminfo: memFree=15178184/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=10445348 CPUtime=4962.44 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1696353 0 0 0 495942 302 0 0 25 0 1 0 671395990 10696036352 1673023 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 2611337 1673023 242 26 0 2607969 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 10445348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.00 3.04 3.35 4/270 32664
/proc/meminfo: memFree=15136252/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=10445772 CPUtime=5000.06 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4202496 1706794 0 0 0 499701 305 0 0 25 0 1 0 671395990 10696470528 1683460 33554432000 4194304 4300288 140737311512880 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32499/statm: 2611443 1683460 242 26 0 2608075 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 10445772

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

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

[startup+5000.01 s]
/proc/loadavg: 3.00 3.04 3.35 4/270 32664
/proc/meminfo: memFree=15136252/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=0 CPUtime=5000.16 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4203524 1706794 0 0 0 499701 315 0 0 25 0 1 0 671395990 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 3 0 0 0
/proc/32499/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 3.00 3.04 3.35 4/270 32664
/proc/meminfo: memFree=15136252/32951124 swapFree=61559568/67111528
[pid=32499] ppid=32497 vsize=0 CPUtime=5000.25 cores=1,3,5,7
/proc/32499/stat : 32499 (cir_minisat) R 32497 32499 29427 0 -1 4203524 1706794 0 0 0 499701 324 0 0 25 0 1 0 671395990 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 3 0 0 0
/proc/32499/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.14
CPU time (s): 5000.29
CPU user time (s): 4997.01
CPU system time (s): 3.2825
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 10445772

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

runsolver used 11.7242 second user time and 29.1966 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-17 04:05:52
IDJOB=3387246
IDBENCH=82366
IDSOLVER=1873
FILE ID=node109/3387246-1305597951
RUNJOBID= node109-1305586739-29446
PBS_JOBID= 13350369
Free space on /tmp= 73340 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387246-1305597951/watcher-3387246-1305597951 -o /tmp/evaluation-result-3387246-1305597951/solver-3387246-1305597951 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387246-1305597951.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=2091974644

node109.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.809
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.61
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.809
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.809
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.74
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.809
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:      21003128 kB
Buffers:        300704 kB
Cached:        2905044 kB
SwapCached:      28404 kB
Active:        3091128 kB
Inactive:      8616168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21003128 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           37260 kB
Writeback:           0 kB
AnonPages:     8479628 kB
Mapped:          21584 kB
Slab:           137124 kB
PageTables:      39372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 32801524 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= 73364 MiB
End job on node109 at 2011-05-17 05:29:14