Trace number 3348511

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.13 1300.11

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

running on 2 cores: 5,7

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: 5.06 5.83 4.41 5/367 4229
/proc/meminfo: memFree=22685492/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=19800 CPUtime=0 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 744 0 0 0 0 0 0 0 21 0 1 0 608586529 20275200 686 33554432000 4194304 4254575 140736583323680 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 4950 686 213 15 0 1593 0

[startup+0.111265 s]
/proc/loadavg: 5.06 5.83 4.41 5/367 4229
/proc/meminfo: memFree=22685492/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=35176 CPUtime=0.1 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 5154 0 0 0 9 1 0 0 21 0 1 0 608586529 36020224 4756 33554432000 4194304 4254575 140736583323680 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 8794 4759 213 15 0 5437 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 35176

[startup+0.200255 s]
/proc/loadavg: 5.06 5.83 4.41 5/367 4229
/proc/meminfo: memFree=22685492/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=53608 CPUtime=0.19 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 10543 0 0 0 17 2 0 0 21 0 1 0 608586529 54894592 9687 33554432000 4194304 4254575 140736583323680 18446744073709551615 4240513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 13402 9690 213 15 0 10045 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53608

[startup+0.300248 s]
/proc/loadavg: 5.06 5.83 4.41 5/367 4229
/proc/meminfo: memFree=22685492/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=76592 CPUtime=0.29 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 16440 0 0 0 26 3 0 0 22 0 1 0 608586529 78430208 15078 33554432000 4194304 4254575 140736583323680 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 19148 15081 213 15 0 15791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76592

[startup+0.700181 s]
/proc/loadavg: 5.06 5.83 4.41 5/367 4229
/proc/meminfo: memFree=22685492/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=78972 CPUtime=0.69 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 21883 0 0 0 65 4 0 0 23 0 1 0 608586529 80867328 15024 33554432000 4194304 4254575 140736583323680 18446744073709551615 4222747 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 19743 15024 232 15 0 16386 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78972

[startup+1.50105 s]
/proc/loadavg: 5.06 5.83 4.41 5/368 4230
/proc/meminfo: memFree=22620224/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=79652 CPUtime=1.49 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 22505 0 0 0 145 4 0 0 25 0 1 0 608586529 81563648 15646 33554432000 4194304 4254575 140736583323680 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 19913 15646 232 15 0 16556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79652

[startup+3.10078 s]
/proc/loadavg: 5.06 5.83 4.41 5/368 4230
/proc/meminfo: memFree=22612412/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=91564 CPUtime=3.09 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 23560 0 0 0 305 4 0 0 25 0 1 0 608586529 93761536 16701 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 22891 16701 232 15 0 19534 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91564

[startup+6.30022 s]
/proc/loadavg: 4.98 5.80 4.41 5/368 4231
/proc/meminfo: memFree=22599632/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=92288 CPUtime=6.29 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 25841 0 0 0 624 5 0 0 25 0 1 0 608586529 94502912 18980 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 23072 18980 233 15 0 19715 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92288

[startup+12.7011 s]
/proc/loadavg: 5.06 5.80 4.42 5/368 4231
/proc/meminfo: memFree=22569272/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=111940 CPUtime=12.69 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 29984 0 0 0 1262 7 0 0 25 0 1 0 608586529 114626560 23116 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209336 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 27985 23116 233 15 0 24628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111940

[startup+25.501 s]
/proc/loadavg: 4.82 5.71 4.41 5/368 4231
/proc/meminfo: memFree=22497524/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=143412 CPUtime=25.49 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 38271 0 0 0 2541 8 0 0 25 0 1 0 608586529 146853888 31397 33554432000 4194304 4254575 140736583323680 18446744073709551615 4224157 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 35853 31397 233 15 0 32496 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143412

[startup+51.1007 s]
/proc/loadavg: 4.54 5.57 4.40 5/368 4232
/proc/meminfo: memFree=22377164/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=277516 CPUtime=51.09 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 55790 0 0 0 5098 11 0 0 25 0 1 0 608586529 284176384 48902 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 69379 48902 233 15 0 66022 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 277516

[startup+102.301 s]
/proc/loadavg: 4.23 5.33 4.37 5/368 4233
/proc/meminfo: memFree=22099144/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=412896 CPUtime=102.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 92560 0 0 0 10213 17 0 0 25 0 1 0 608586529 422805504 85643 33554432000 4194304 4254575 140736583323680 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 103224 85643 233 15 0 99867 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 412896

[startup+162.301 s]
/proc/loadavg: 4.19 5.11 4.36 5/368 4235
/proc/meminfo: memFree=21801768/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=630616 CPUtime=162.29 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 131300 0 0 0 16206 23 0 0 25 0 1 0 608586529 645750784 124362 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209268 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 157654 124362 233 15 0 154297 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 630616

[startup+222.314 s]
/proc/loadavg: 4.28 4.96 4.35 5/368 4236
/proc/meminfo: memFree=21514804/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=982072 CPUtime=222.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 165558 0 0 0 22201 29 0 0 25 0 1 0 608586529 1005641728 158598 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 245518 158598 233 15 0 242161 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 982072

[startup+282.301 s]
/proc/loadavg: 4.17 4.80 4.33 5/368 4238
/proc/meminfo: memFree=21243588/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=984312 CPUtime=282.29 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 198923 0 0 0 28194 35 0 0 25 0 1 0 608586529 1007935488 191943 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209220 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 246078 191943 233 15 0 242721 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 984312

[startup+342.301 s]
/proc/loadavg: 4.06 4.65 4.31 5/368 4239
/proc/meminfo: memFree=20988372/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=986560 CPUtime=342.29 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 226808 0 0 0 34189 40 0 0 25 0 1 0 608586529 1010237440 219815 33554432000 4194304 4254575 140736583323680 18446744073709551615 4224164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 246640 219815 233 15 0 243283 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 986560

[startup+402.3 s]
/proc/loadavg: 4.02 4.53 4.28 5/368 4241
/proc/meminfo: memFree=20783744/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=1555096 CPUtime=402.29 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 251861 0 0 0 40185 44 0 0 25 0 1 0 608586529 1592418304 244856 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 388774 244856 233 15 0 385417 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1555096

[startup+462.3 s]
/proc/loadavg: 4.16 4.47 4.28 5/368 4243
/proc/meminfo: memFree=20562988/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=1557668 CPUtime=462.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 284046 0 0 0 46180 50 0 0 25 0 1 0 608586529 1595052032 277026 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209805 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 389417 277026 233 15 0 386060 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1557668

[startup+522.301 s]
/proc/loadavg: 4.06 4.38 4.26 5/368 4244
/proc/meminfo: memFree=20329968/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=1558692 CPUtime=522.29 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 308892 0 0 0 52175 54 0 0 25 0 1 0 608586529 1596100608 301861 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209183 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 389673 301861 233 15 0 386316 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1558692

[startup+582.301 s]
/proc/loadavg: 4.02 4.31 4.24 5/368 4246
/proc/meminfo: memFree=20093964/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=1560704 CPUtime=582.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 338945 0 0 0 58170 60 0 0 25 0 1 0 608586529 1598160896 331896 33554432000 4194304 4254575 140736583323680 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 390176 331896 233 15 0 386819 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1560704

[startup+642.301 s]
/proc/loadavg: 4.00 4.25 4.22 5/368 4247
/proc/meminfo: memFree=19850276/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=1561928 CPUtime=642.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 367860 0 0 0 64165 65 0 0 25 0 1 0 608586529 1599414272 360796 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 390482 360796 233 15 0 387125 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1561928

[startup+702.301 s]
/proc/loadavg: 4.00 4.20 4.21 5/368 4249
/proc/meminfo: memFree=19615264/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2485328 CPUtime=702.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 396085 0 0 0 70160 70 0 0 25 0 1 0 608586529 2544975872 389012 33554432000 4194304 4254575 140736583323680 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 621332 389012 233 15 0 617975 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2485328

[startup+762.301 s]
/proc/loadavg: 4.07 4.18 4.19 5/368 4251
/proc/meminfo: memFree=19353600/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2486052 CPUtime=762.31 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 425033 0 0 0 76155 76 0 0 25 0 1 0 608586529 2545717248 417949 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 621513 417949 233 15 0 618156 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2486052

[startup+822.3 s]
/proc/loadavg: 4.02 4.14 4.18 5/368 4252
/proc/meminfo: memFree=19158016/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2486864 CPUtime=822.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 445037 0 0 0 82151 79 0 0 25 0 1 0 608586529 2546548736 437949 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209475 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 621716 437949 233 15 0 618359 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 2486864

[startup+882.313 s]
/proc/loadavg: 2.99 3.85 4.08 3/356 4290
/proc/meminfo: memFree=19108184/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2488916 CPUtime=882.31 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 469283 0 0 0 88147 84 0 0 25 0 1 0 608586529 2548649984 462181 33554432000 4194304 4254575 140736583323680 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 622229 462181 233 15 0 618872 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2488916

[startup+942.3 s]
/proc/loadavg: 2.36 3.51 3.94 3/356 4291
/proc/meminfo: memFree=18885820/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2490424 CPUtime=942.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 496624 0 0 0 94139 91 0 0 25 0 1 0 608586529 2550194176 489509 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 622606 489509 233 15 0 619249 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2490424

[startup+1002.3 s]
/proc/loadavg: 2.23 3.26 3.83 3/356 4293
/proc/meminfo: memFree=18659876/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2491696 CPUtime=1002.31 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 523302 0 0 0 100135 96 0 0 25 0 1 0 608586529 2551496704 516176 33554432000 4194304 4254575 140736583323680 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 622924 516176 233 15 0 619567 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2491696

[startup+1062.3 s]
/proc/loadavg: 2.13 3.05 3.72 3/356 4295
/proc/meminfo: memFree=18453016/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2494216 CPUtime=1062.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 547644 0 0 0 106129 101 0 0 25 0 1 0 608586529 2554077184 540503 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 623554 540503 233 15 0 620197 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2494216

[startup+1122.3 s]
/proc/loadavg: 2.08 2.87 3.61 3/356 4296
/proc/meminfo: memFree=18265132/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2495412 CPUtime=1122.31 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 573316 0 0 0 112124 107 0 0 25 0 1 0 608586529 2555301888 566160 33554432000 4194304 4254575 140736583323680 18446744073709551615 4216782 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 623853 566160 233 15 0 620496 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2495412

[startup+1182.3 s]
/proc/loadavg: 1.50 2.57 3.46 2/350 4316
/proc/meminfo: memFree=20893364/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2496660 CPUtime=1182.3 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 597505 0 0 0 118118 112 0 0 25 0 1 0 608586529 2556579840 590339 33554432000 4194304 4254575 140736583323680 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 624165 590339 233 15 0 620808 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 2496660

[startup+1242.3 s]
/proc/loadavg: 1.18 2.28 3.30 2/350 4317
/proc/meminfo: memFree=20793412/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=2496992 CPUtime=1242.31 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 622247 0 0 0 124114 117 0 0 25 0 1 0 608586529 2556919808 615074 33554432000 4194304 4254575 140736583323680 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 624248 615074 233 15 0 620891 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 2496992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.06 2.04 3.16 2/350 4319
/proc/meminfo: memFree=20712420/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=3996428 CPUtime=1300.01 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4202496 642079 0 0 0 129881 120 0 0 25 0 1 0 608586529 4092342272 634900 33554432000 4194304 4254575 140736583323680 18446744073709551615 4222750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4229/statm: 999107 634900 233 15 0 995750 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 3996428

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: 1.06 2.04 3.16 2/350 4319
/proc/meminfo: memFree=20712420/32951132 swapFree=64495964/67111528
[pid=4229] ppid=4227 vsize=0 CPUtime=1300.12 cores=5,7
/proc/4229/stat : 4229 (cir_minisat) R 4227 4229 3848 0 -1 4203524 642081 0 0 0 129882 130 0 0 25 0 1 0 608586529 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/4229/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1300.13
CPU user time (s): 1298.82
CPU system time (s): 1.3098
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3996428

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

runsolver used 4.30534 second user time and 10.9513 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 21:37:49
IDJOB=3348511
IDBENCH=82379
IDSOLVER=1810
FILE ID=node129/3348511-1304969868
RUNJOBID= node129-1304968096-3869
PBS_JOBID= 13285621
Free space on /tmp= 48056 MiB

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

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1801210767

node129.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.831
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.66
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.831
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.83
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.831
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.75
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      22685648 kB
Buffers:        146052 kB
Cached:        4433688 kB
SwapCached:      52448 kB
Active:        2942372 kB
Inactive:      7117964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22685648 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:           30388 kB
Writeback:           0 kB
AnonPages:     5436512 kB
Mapped:          17572 kB
Slab:           101256 kB
PageTables:      39732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80497516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48096 MiB
End job on node129 at 2011-05-09 21:59:31