Trace number 3419880

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 reference: minisat 2.2.0? (TO) 5000.32 5000.24

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1309.74
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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-3419880-1306581994/watcher-3419880-1306581994 -o /tmp/evaluation-result-3419880-1306581994/solver-3419880-1306581994 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419880-1306581994.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 1.89 2/561 21582
/proc/meminfo: memFree=21992456/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=20860 CPUtime=0.01 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 970 0 0 0 1 0 0 0 22 0 1 0 769798151 21360640 909 33554432000 4194304 4291037 140733897273968 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 5215 909 216 24 0 1849 0

[startup+0.068657 s]
/proc/loadavg: 2.00 2.03 1.89 2/561 21582
/proc/meminfo: memFree=21992456/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=27068 CPUtime=0.06 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 2928 0 0 0 6 0 0 0 22 0 1 0 769798151 27717632 2624 33554432000 4194304 4291037 140733897273968 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 6767 2625 216 24 0 3401 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27068

[startup+0.100654 s]
/proc/loadavg: 2.00 2.03 1.89 2/561 21582
/proc/meminfo: memFree=21992456/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=32928 CPUtime=0.09 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 5117 0 0 0 9 0 0 0 22 0 1 0 769798151 33718272 4392 33554432000 4194304 4291037 140733897273968 18446744073709551615 4260726 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 8232 4394 216 24 0 4866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32928

[startup+0.300684 s]
/proc/loadavg: 2.00 2.03 1.89 2/561 21582
/proc/meminfo: memFree=21992456/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=78004 CPUtime=0.29 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 19630 0 0 0 26 3 0 0 23 0 1 0 769798151 79876096 14787 33554432000 4194304 4291037 140733897273968 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 19501 14788 216 24 0 16135 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78004

[startup+0.700629 s]
/proc/loadavg: 2.00 2.03 1.89 2/561 21582
/proc/meminfo: memFree=21992456/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=116628 CPUtime=0.69 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 31691 0 0 0 64 5 0 0 25 0 1 0 769798151 119427072 23704 33554432000 4194304 4291037 140733897273968 18446744073709551615 4229646 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 29157 23704 238 24 0 25791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116628

[startup+1.50048 s]
/proc/loadavg: 2.00 2.03 1.89 3/562 21583
/proc/meminfo: memFree=21894744/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=116980 CPUtime=1.49 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 31700 0 0 0 144 5 0 0 25 0 1 0 769798151 119787520 23713 33554432000 4194304 4291037 140733897273968 18446744073709551615 4232022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 29245 23713 239 24 0 25879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116980

[startup+3.10022 s]
/proc/loadavg: 2.00 2.03 1.89 3/562 21583
/proc/meminfo: memFree=21909108/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=95660 CPUtime=3.09 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 36871 0 0 0 303 6 0 0 25 0 1 0 769798151 97955840 19795 33554432000 4194304 4291037 140733897273968 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 23915 19795 258 24 0 20549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95660

[startup+6.30067 s]
/proc/loadavg: 2.00 2.03 1.89 3/562 21583
/proc/meminfo: memFree=21890756/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=107336 CPUtime=6.29 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 39194 0 0 0 623 6 0 0 25 0 1 0 769798151 109912064 22116 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 26834 22116 259 24 0 23468 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107336

[startup+12.7005 s]
/proc/loadavg: 2.00 2.03 1.89 3/562 21584
/proc/meminfo: memFree=21855944/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=126304 CPUtime=12.69 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 43599 0 0 0 1262 7 0 0 25 0 1 0 769798151 129335296 26517 33554432000 4194304 4291037 140733897273968 18446744073709551615 4262216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 31576 26517 259 24 0 28210 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126304

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 1.89 3/562 21584
/proc/meminfo: memFree=21796556/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=207212 CPUtime=25.49 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 53186 0 0 0 2541 8 0 0 25 0 1 0 769798151 212185088 36094 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 51803 36094 259 24 0 48437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 207212

[startup+51.101 s]
/proc/loadavg: 2.00 2.02 1.89 3/562 21584
/proc/meminfo: memFree=21701592/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=288600 CPUtime=51.09 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 70483 0 0 0 5098 11 0 0 25 0 1 0 769798151 295526400 53382 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248363 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 72150 53382 259 24 0 68784 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 288600

[startup+102.321 s]
/proc/loadavg: 2.16 2.05 1.91 3/562 21586
/proc/meminfo: memFree=21428180/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=421024 CPUtime=102.31 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 105324 0 0 0 10216 15 0 0 25 0 1 0 769798151 431128576 88204 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 105256 88204 259 24 0 101890 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 421024

[startup+162.3 s]
/proc/loadavg: 2.13 2.05 1.92 3/562 21588
/proc/meminfo: memFree=21126968/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=636372 CPUtime=162.29 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 143278 0 0 0 16208 21 0 0 25 0 1 0 769798151 651644928 126133 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 159093 126133 259 24 0 155727 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 636372

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 1.92 3/562 21589
/proc/meminfo: memFree=20846328/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=636372 CPUtime=222.3 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 170148 0 0 0 22206 24 0 0 25 0 1 0 769798151 651644928 152992 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 159093 152992 259 24 0 155727 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 636372

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 1.92 3/562 21591
/proc/meminfo: memFree=20543752/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=985620 CPUtime=282.29 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 204475 0 0 0 28201 28 0 0 25 0 1 0 769798151 1009274880 187291 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 246405 187291 259 24 0 243039 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 985620

[startup+342.301 s]
/proc/loadavg: 2.12 2.06 1.93 3/562 21592
/proc/meminfo: memFree=20244508/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=987472 CPUtime=342.3 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 242585 0 0 0 34195 35 0 0 25 0 1 0 769798151 1011171328 225386 33554432000 4194304 4291037 140733897273968 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 246868 225386 259 24 0 243502 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 987472

[startup+402.301 s]
/proc/loadavg: 2.09 2.06 1.93 3/562 21594
/proc/meminfo: memFree=19992028/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=1556576 CPUtime=402.3 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 270821 0 0 0 40191 39 0 0 25 0 1 0 769798151 1593933824 253609 33554432000 4194304 4291037 140733897273968 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 389144 253609 259 24 0 385778 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1556576

[startup+462.301 s]
/proc/loadavg: 2.03 2.05 1.93 3/562 21596
/proc/meminfo: memFree=19589260/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=1558304 CPUtime=462.29 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 301955 0 0 0 46187 42 0 0 25 0 1 0 769798151 1595703296 284729 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 389576 284729 259 24 0 386210 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1558304

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 1.93 3/562 21597
/proc/meminfo: memFree=19148804/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=1559996 CPUtime=522.3 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 331654 0 0 0 52184 46 0 0 25 0 1 0 769798151 1597435904 314417 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 389999 314417 259 24 0 386633 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1559996

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 1.93 3/562 21599
/proc/meminfo: memFree=18724960/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=1561952 CPUtime=582.3 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 364304 0 0 0 58180 50 0 0 25 0 1 0 769798151 1599438848 347049 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 390488 347049 259 24 0 387122 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1561952

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 21762
/proc/meminfo: memFree=17843140/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6472284 CPUtime=4062.37 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1470061 0 0 0 406028 209 0 0 25 0 1 0 769798151 6627618816 1452357 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248618 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1618071 1452357 259 24 0 1614705 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 6472284

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/562 21763
/proc/meminfo: memFree=17769592/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6472684 CPUtime=4122.35 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1478229 0 0 0 412024 211 0 0 25 0 1 0 769798151 6628028416 1460523 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1618171 1460523 259 24 0 1614805 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 6472684

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/562 21765
/proc/meminfo: memFree=17640112/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6473764 CPUtime=4182.35 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1498494 0 0 0 418021 214 0 0 25 0 1 0 769798151 6629134336 1480775 33554432000 4194304 4291037 140733897273968 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1618441 1480775 259 24 0 1615075 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 6473764

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/562 21766
/proc/meminfo: memFree=17583548/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6474324 CPUtime=4242.35 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1515066 0 0 0 424019 216 0 0 25 0 1 0 769798151 6629707776 1497341 33554432000 4194304 4291037 140733897273968 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1618581 1497341 259 24 0 1615215 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 6474324

[startup+4302.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/562 21769
/proc/meminfo: memFree=17601260/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6474744 CPUtime=4302.35 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1525703 0 0 0 430017 218 0 0 25 0 1 0 769798151 6630137856 1507971 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1618686 1507971 259 24 0 1615320 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 6474744

[startup+4362.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/562 21771
/proc/meminfo: memFree=17527092/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6475720 CPUtime=4362.35 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1542845 0 0 0 436014 221 0 0 25 0 1 0 769798151 6631137280 1525108 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1618930 1525108 259 24 0 1615564 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 6475720

[startup+4422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/562 21772
/proc/meminfo: memFree=17447456/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6476664 CPUtime=4422.36 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1559105 0 0 0 442011 225 0 0 25 0 1 0 769798151 6632103936 1541362 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1619166 1541362 259 24 0 1615800 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 6476664

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/562 21774
/proc/meminfo: memFree=17366960/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6477440 CPUtime=4482.35 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1582210 0 0 0 448008 227 0 0 25 0 1 0 769798151 6632898560 1564461 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1619360 1564461 259 24 0 1615994 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 6477440

[startup+4542.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/562 21775
/proc/meminfo: memFree=17189732/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6478020 CPUtime=4542.37 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1601388 0 0 0 454006 231 0 0 25 0 1 0 769798151 6633492480 1583632 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248359 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1619505 1583632 259 24 0 1616139 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 6478020

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/562 21777
/proc/meminfo: memFree=17190208/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6478020 CPUtime=4602.38 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1609836 0 0 0 460006 232 0 0 25 0 1 0 769798151 6633492480 1592074 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1619505 1592074 259 24 0 1616139 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 6478020

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/562 21780
/proc/meminfo: memFree=17127688/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=6478880 CPUtime=4662.36 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1625581 0 0 0 466002 234 0 0 25 0 1 0 769798151 6634373120 1607810 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 1619720 1607810 259 24 0 1616354 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 6478880

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 21781
/proc/meminfo: memFree=17024004/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=10436880 CPUtime=4722.39 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1646388 0 0 0 472002 237 0 0 25 0 1 0 769798151 10687365120 1628610 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 2609220 1628610 259 24 0 2605854 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 10436880

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/562 21783
/proc/meminfo: memFree=16965812/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=10437560 CPUtime=4782.36 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1661451 0 0 0 477997 239 0 0 25 0 1 0 769798151 10688061440 1643668 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 2609390 1643668 259 24 0 2606024 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 10437560

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/562 21784
/proc/meminfo: memFree=16891876/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=10438596 CPUtime=4842.37 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1681098 0 0 0 483993 244 0 0 25 0 1 0 769798151 10689122304 1663304 33554432000 4194304 4291037 140733897273968 18446744073709551615 4263382 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 2609649 1663304 259 24 0 2606283 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 10438596

[startup+4902.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/562 21787
/proc/meminfo: memFree=16850932/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=10439424 CPUtime=4902.37 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1695737 0 0 0 489990 247 0 0 25 0 1 0 769798151 10689970176 1677939 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 2609856 1677939 259 24 0 2606490 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 10439424

[startup+4962.3 s]
/proc/loadavg: 2.11 2.06 2.02 3/562 21789
/proc/meminfo: memFree=16821404/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=10440304 CPUtime=4962.36 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1711498 0 0 0 495986 250 0 0 25 0 1 0 769798151 10690871296 1693692 33554432000 4194304 4291037 140733897273968 18446744073709551615 4248363 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 2610076 1693692 259 24 0 2606710 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 10440304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.10 2.07 2.02 3/562 21789
/proc/meminfo: memFree=16710536/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=10440484 CPUtime=5000.09 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4202496 1721168 0 0 0 499757 252 0 0 25 0 1 0 769798151 10691055616 1703357 33554432000 4194304 4291037 140733897273968 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21582/statm: 2610121 1703357 259 24 0 2606755 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 10440484

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

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

[startup+5000.2 s]
/proc/loadavg: 2.10 2.07 2.02 3/562 21789
/proc/meminfo: memFree=16710536/32950928 swapFree=41934332/67111528
[pid=21582] ppid=21580 vsize=0 CPUtime=5000.27 cores=0,2,4,6
/proc/21582/stat : 21582 (minisat_release) R 21580 21582 21356 0 -1 4203524 1721168 0 0 0 499757 270 0 0 25 0 1 0 769798151 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/21582/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.24
CPU time (s): 5000.32
CPU user time (s): 4997.58
CPU system time (s): 2.74458
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 10440484

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

runsolver used 28.7576 second user time and 62.1256 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-28 13:26:35
IDJOB=3419880
IDBENCH=82379
IDSOLVER=1912
FILE ID=node126/3419880-1306581994
RUNJOBID= node126-1306579393-21378
PBS_JOBID= 13471554
Free space on /tmp= 73352 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419880-1306581994/watcher-3419880-1306581994 -o /tmp/evaluation-result-3419880-1306581994/solver-3419880-1306581994 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419880-1306581994.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1962541853

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21992496 kB
Buffers:        319532 kB
Cached:        6484232 kB
SwapCached:      49920 kB
Active:        5997900 kB
Inactive:      4635656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21992496 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:           30680 kB
Writeback:           0 kB
AnonPages:     3792912 kB
Mapped:          25116 kB
Slab:           150584 kB
PageTables:     103276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 178220912 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= 73444 MiB
End job on node126 at 2011-05-28 14:49:57