Trace number 3348743

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-03-02? (TO) 1300.14 1300.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.91
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

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-3348743-1304970926/watcher-3348743-1304970926 -o /tmp/evaluation-result-3348743-1304970926/solver-3348743-1304970926 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348743-1304970926.cnf 

running on 2 cores: 1,3

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: 1.27 2.58 3.23 4/322 28535
/proc/meminfo: memFree=9446656/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=19804 CPUtime=0 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 745 0 0 0 0 0 0 0 18 0 1 0 341284026 20279296 687 33554432000 4194304 4254575 140733265392272 18446744073709551615 4200635 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 4951 687 213 15 0 1594 0

[startup+0.052589 s]
/proc/loadavg: 1.27 2.58 3.23 4/322 28535
/proc/meminfo: memFree=9446656/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=23560 CPUtime=0.04 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 1821 0 0 0 4 0 0 0 18 0 1 0 341284026 24125440 1698 33554432000 4194304 4254575 140733265392272 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 5890 1698 213 15 0 2533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23560

[startup+0.100576 s]
/proc/loadavg: 1.27 2.58 3.23 4/322 28535
/proc/meminfo: memFree=9446656/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=31404 CPUtime=0.09 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 4582 0 0 0 9 0 0 0 18 0 1 0 341284026 32157696 4232 33554432000 4194304 4254575 140733265392272 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 7851 4233 213 15 0 4494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31404

[startup+0.30054 s]
/proc/loadavg: 1.27 2.58 3.23 4/322 28535
/proc/meminfo: memFree=9446656/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=76992 CPUtime=0.29 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 16661 0 0 0 27 2 0 0 18 0 1 0 341284026 78839808 15282 33554432000 4194304 4254575 140733265392272 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 19248 15283 213 15 0 15891 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76992

[startup+0.70047 s]
/proc/loadavg: 1.27 2.58 3.23 4/322 28535
/proc/meminfo: memFree=9446656/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=125192 CPUtime=0.69 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 37487 0 0 0 65 4 0 0 18 0 1 0 341284026 128196608 25301 33554432000 4194304 4254575 140733265392272 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 31298 25301 222 15 0 27941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125192

[startup+1.50033 s]
/proc/loadavg: 1.27 2.58 3.23 5/323 28536
/proc/meminfo: memFree=9261604/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=126384 CPUtime=1.49 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 38278 0 0 0 145 4 0 0 20 0 1 0 341284026 129417216 26090 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 31596 26090 231 15 0 28239 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126384

[startup+3.10105 s]
/proc/loadavg: 1.27 2.58 3.23 5/323 28536
/proc/meminfo: memFree=9178480/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=126600 CPUtime=3.09 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 39503 0 0 0 304 5 0 0 25 0 1 0 341284026 129638400 27315 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209183 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 31650 27315 231 15 0 28293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126600

[startup+6.30048 s]
/proc/loadavg: 1.49 2.61 3.23 5/329 28548
/proc/meminfo: memFree=8572272/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=145964 CPUtime=6.29 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 41093 0 0 0 624 5 0 0 25 0 1 0 341284026 149467136 28904 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 36491 28904 232 15 0 33134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145964

[startup+12.7004 s]
/proc/loadavg: 1.77 2.65 3.24 5/329 28548
/proc/meminfo: memFree=8276436/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=177872 CPUtime=12.69 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 45198 0 0 0 1264 5 0 0 25 0 1 0 341284026 182140928 33005 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209492 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 44468 33005 232 15 0 41111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 177872

[startup+25.5011 s]
/proc/loadavg: 2.26 2.71 3.26 5/329 28552
/proc/meminfo: memFree=8181528/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=178892 CPUtime=25.49 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 52386 0 0 0 2543 6 0 0 25 0 1 0 341284026 183185408 40187 33554432000 4194304 4254575 140733265392272 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 44723 40187 232 15 0 41366 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 178892

[startup+51.1006 s]
/proc/loadavg: 2.85 2.81 3.27 5/329 28552
/proc/meminfo: memFree=8022388/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=312032 CPUtime=51.09 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 67501 0 0 0 5100 9 0 0 25 0 1 0 341284026 319520768 55288 33554432000 4194304 4254575 140733265392272 18446744073709551615 4216400 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 78008 55288 232 15 0 74651 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 312032

[startup+102.313 s]
/proc/loadavg: 3.50 2.99 3.31 5/329 28554
/proc/meminfo: memFree=7682176/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=447692 CPUtime=102.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 99716 0 0 0 10214 16 0 0 25 0 1 0 341284026 458436608 87478 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 111923 87478 232 15 0 108566 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 447692

[startup+162.301 s]
/proc/loadavg: 3.81 3.17 3.35 5/329 28555
/proc/meminfo: memFree=7250116/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=665872 CPUtime=162.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 131631 0 0 0 16206 24 0 0 25 0 1 0 341284026 681852928 119362 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 166468 119362 232 15 0 163111 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 665872

[startup+222.3 s]
/proc/loadavg: 3.93 3.32 3.39 5/329 28557
/proc/meminfo: memFree=6843512/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=668264 CPUtime=222.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 158863 0 0 0 22202 28 0 0 25 0 1 0 341284026 684302336 146581 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209208 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 167066 146581 232 15 0 163709 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 668264

[startup+282.301 s]
/proc/loadavg: 3.97 3.44 3.42 5/329 28559
/proc/meminfo: memFree=6448444/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1019496 CPUtime=282.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 190035 0 0 0 28197 33 0 0 25 0 1 0 341284026 1043963904 177733 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 254874 177733 232 15 0 251517 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1019496

[startup+342.3 s]
/proc/loadavg: 4.05 3.56 3.46 5/329 28569
/proc/meminfo: memFree=6048304/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1021984 CPUtime=342.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 221696 0 0 0 34192 38 0 0 25 0 1 0 341284026 1046511616 209371 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 255496 209371 232 15 0 252139 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1021984

[startup+402.301 s]
/proc/loadavg: 4.08 3.65 3.50 5/329 28571
/proc/meminfo: memFree=5704752/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1023672 CPUtime=402.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 250967 0 0 0 40187 43 0 0 25 0 1 0 341284026 1048240128 238627 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 255918 238627 232 15 0 252561 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1023672

[startup+462.301 s]
/proc/loadavg: 4.03 3.71 3.53 5/329 28572
/proc/meminfo: memFree=5345636/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1593356 CPUtime=462.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 284613 0 0 0 46181 49 0 0 25 0 1 0 341284026 1631596544 272254 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 398339 272254 232 15 0 394982 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1593356

[startup+522.301 s]
/proc/loadavg: 4.07 3.79 3.56 5/329 28574
/proc/meminfo: memFree=4990256/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1595816 CPUtime=522.3 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 316843 0 0 0 52176 54 0 0 25 0 1 0 341284026 1634115584 304470 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 398954 304470 232 15 0 395597 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1595816

[startup+582.301 s]
/proc/loadavg: 4.02 3.83 3.59 5/329 28576
/proc/meminfo: memFree=4593704/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1596880 CPUtime=582.31 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 347256 0 0 0 58171 60 0 0 25 0 1 0 341284026 1635205120 334866 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209268 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 399220 334866 232 15 0 395863 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1596880

[startup+642.3 s]
/proc/loadavg: 4.01 3.85 3.61 5/329 28577
/proc/meminfo: memFree=4212380/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1597884 CPUtime=642.32 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 375228 0 0 0 64169 63 0 0 25 0 1 0 341284026 1636233216 362828 33554432000 4194304 4254575 140733265392272 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 399471 362828 232 15 0 396114 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1597884

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.63 5/329 28579
/proc/meminfo: memFree=3875204/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=1599500 CPUtime=702.31 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 400883 0 0 0 70164 67 0 0 25 0 1 0 341284026 1637888000 388474 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 399875 388474 232 15 0 396518 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1599500

[startup+762.312 s]
/proc/loadavg: 4.00 3.90 3.65 5/329 28580
/proc/meminfo: memFree=3564692/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2523800 CPUtime=762.32 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 427401 0 0 0 76161 71 0 0 25 0 1 0 341284026 2584371200 414978 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 630950 414978 232 15 0 627593 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2523800

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.67 5/329 28582
/proc/meminfo: memFree=3194032/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2526184 CPUtime=822.31 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 460121 0 0 0 82154 77 0 0 25 0 1 0 341284026 2586812416 447680 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 631546 447680 232 15 0 628189 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2526184

[startup+882.301 s]
/proc/loadavg: 4.11 3.96 3.70 5/329 28638
/proc/meminfo: memFree=3910148/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2527932 CPUtime=882.31 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 491602 0 0 0 88150 81 0 0 25 0 1 0 341284026 2588602368 479143 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 631983 479143 232 15 0 628626 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2527932

[startup+942.3 s]
/proc/loadavg: 4.07 3.97 3.72 5/329 28639
/proc/meminfo: memFree=3603996/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2529880 CPUtime=942.32 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 521873 0 0 0 94146 86 0 0 25 0 1 0 341284026 2590597120 509398 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209183 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 632470 509398 232 15 0 629113 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2529880

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.73 5/329 28641
/proc/meminfo: memFree=3244548/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2532188 CPUtime=1002.31 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 556715 0 0 0 100140 91 0 0 25 0 1 0 341284026 2592960512 544220 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 633047 544220 232 15 0 629690 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2532188

[startup+1062.3 s]
/proc/loadavg: 4.10 4.00 3.76 5/329 28642
/proc/meminfo: memFree=2952360/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2533064 CPUtime=1062.31 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 585512 0 0 0 106136 95 0 0 25 0 1 0 341284026 2593857536 573004 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209356 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 633266 573004 232 15 0 629909 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2533064

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.77 5/329 28644
/proc/meminfo: memFree=2614328/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2533976 CPUtime=1122.31 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 613806 0 0 0 112132 99 0 0 25 0 1 0 341284026 2594791424 601284 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 633494 601284 232 15 0 630137 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2533976

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.78 5/329 28646
/proc/meminfo: memFree=2302824/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=2536080 CPUtime=1182.32 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 640872 0 0 0 118128 104 0 0 25 0 1 0 341284026 2596945920 628341 33554432000 4194304 4254575 140733265392272 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 634020 628341 232 15 0 630663 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2536080

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.80 5/329 28647
/proc/meminfo: memFree=1954008/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=4036500 CPUtime=1242.32 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 675283 0 0 0 124122 110 0 0 25 0 1 0 341284026 4133376000 662733 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209163 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 1009125 662733 232 15 0 1005768 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4036500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.81 5/329 28649
/proc/meminfo: memFree=1647616/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=4037948 CPUtime=1300.03 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) R 28533 28535 27995 0 -1 4202496 708042 0 0 0 129886 117 0 0 25 0 1 0 341284026 4134858752 695474 33554432000 4194304 4254575 140733265392272 18446744073709551615 4209151 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28535/statm: 1009487 695474 232 15 0 1006130 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 4037948

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

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

[startup+1300.11 s]
/proc/loadavg: 4.02 4.01 3.81 6/330 28650
/proc/meminfo: memFree=4432772/32951124 swapFree=46575196/67111528
[pid=28535] ppid=28533 vsize=0 CPUtime=1300.13 cores=1,3
/proc/28535/stat : 28535 (cir_minisat) Z 28533 28535 27995 0 -1 4203548 708042 0 0 0 129886 127 0 0 25 0 1 0 341284026 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/28535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.14
CPU user time (s): 1298.87
CPU system time (s): 1.27581
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 4037948

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

runsolver used 3.81342 second user time and 9.2206 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-09 21:55:28
IDJOB=3348743
IDBENCH=82394
IDSOLVER=1810
FILE ID=node107/3348743-1304970926
RUNJOBID= node107-1304970926-28507
PBS_JOBID= 13285643
Free space on /tmp= 41140 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.080-SAT.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348743-1304970926/watcher-3348743-1304970926 -o /tmp/evaluation-result-3348743-1304970926/solver-3348743-1304970926 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348743-1304970926.cnf

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=1157598002

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9448284 kB
Buffers:        237408 kB
Cached:       18239744 kB
SwapCached:       9560 kB
Active:        6344068 kB
Inactive:     16508656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9448284 kB
SwapTotal:    67111528 kB
SwapFree:     46575196 kB
Dirty:          194352 kB
Writeback:           0 kB
AnonPages:     4372704 kB
Mapped:          19072 kB
Slab:           518396 kB
PageTables:      69324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65040788 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= 40916 MiB
End job on node107 at 2011-05-09 22:17:10