Trace number 3348512

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) 1293.07 1300.13

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3348512-1304969701/watcher-3348512-1304969701 -o /tmp/evaluation-result-3348512-1304969701/solver-3348512-1304969701 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348512-1304969701.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: 7.13 6.04 4.18 4/367 4144
/proc/meminfo: memFree=23176528/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=19804 CPUtime=0 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 744 0 0 0 0 0 0 0 23 0 1 0 608569880 20279296 686 33554432000 4194304 4254575 140735785658784 18446744073709551615 210647146240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 4951 686 213 15 0 1594 0

[startup+0.0214019 s]
/proc/loadavg: 7.13 6.04 4.18 4/367 4144
/proc/meminfo: memFree=23176528/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=20332 CPUtime=0.02 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 879 0 0 0 2 0 0 0 23 0 1 0 608569880 20819968 817 33554432000 4194304 4254575 140735785658784 18446744073709551615 4200664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 5083 817 213 15 0 1726 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20332

[startup+0.100426 s]
/proc/loadavg: 7.13 6.04 4.18 4/367 4144
/proc/meminfo: memFree=23176528/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=31272 CPUtime=0.09 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 4545 0 0 0 9 0 0 0 23 0 1 0 608569880 32022528 4198 33554432000 4194304 4254575 140735785658784 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 7818 4200 213 15 0 4461 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31272

[startup+0.300405 s]
/proc/loadavg: 7.13 6.04 4.18 4/367 4144
/proc/meminfo: memFree=23176528/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=76464 CPUtime=0.29 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 16383 0 0 0 27 2 0 0 25 0 1 0 608569880 78299136 15024 33554432000 4194304 4254575 140735785658784 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 19116 15026 213 15 0 15759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76464

[startup+0.700328 s]
/proc/loadavg: 7.13 6.04 4.18 4/367 4144
/proc/meminfo: memFree=23176528/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=91488 CPUtime=0.69 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 27052 0 0 0 65 4 0 0 25 0 1 0 608569880 93683712 18452 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 22872 18452 232 15 0 19515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91488

[startup+1.50016 s]
/proc/loadavg: 7.13 6.04 4.18 5/368 4145
/proc/meminfo: memFree=23100640/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=104324 CPUtime=1.48 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 27683 0 0 0 144 4 0 0 25 0 1 0 608569880 106827776 19082 33554432000 4194304 4254575 140735785658784 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 26081 19082 232 15 0 22724 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104324

[startup+3.10089 s]
/proc/loadavg: 7.13 6.04 4.18 7/368 4145
/proc/meminfo: memFree=23096048/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=104324 CPUtime=2.98 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 28660 0 0 0 292 6 0 0 25 0 1 0 608569880 106827776 20057 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4144/statm: 26081 20057 232 15 0 22724 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 104324

[startup+6.30035 s]
/proc/loadavg: 7.12 6.06 4.19 5/368 4145
/proc/meminfo: memFree=23091684/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=104848 CPUtime=6.08 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 30798 0 0 0 599 9 0 0 25 0 1 0 608569880 107364352 22193 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216463 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4144/statm: 26212 22193 232 15 0 22855 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 104848

[startup+12.7003 s]
/proc/loadavg: 7.11 6.07 4.21 6/366 4145
/proc/meminfo: memFree=23107816/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=124384 CPUtime=12.25 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 35124 0 0 0 1212 13 0 0 25 0 1 0 608569880 127369216 26517 33554432000 4194304 4254575 140735785658784 18446744073709551615 4212493 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4144/statm: 31096 26517 232 15 0 27739 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 124384

[startup+25.5011 s]
/proc/loadavg: 6.79 6.05 4.23 5/368 4173
/proc/meminfo: memFree=22950984/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=156296 CPUtime=24.37 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 42321 0 0 0 2416 21 0 0 25 0 1 0 608569880 160047104 33712 33554432000 4194304 4254575 140735785658784 18446744073709551615 4224164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 39074 33712 232 15 0 35717 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 156296

[startup+51.1008 s]
/proc/loadavg: 6.49 6.03 4.27 4/364 4195
/proc/meminfo: memFree=22706604/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=289892 CPUtime=49.33 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 60930 0 0 0 4901 32 0 0 25 0 1 0 608569880 296849408 52298 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4144/statm: 72473 52298 232 15 0 69116 0
Current children cumulated CPU time (s) 49.33
Current children cumulated vsize (KiB) 289892

[startup+102.314 s]
/proc/loadavg: 6.97 6.24 4.43 8/368 4202
/proc/meminfo: memFree=22084104/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=423780 CPUtime=96.97 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 88230 0 0 0 9597 100 0 0 25 0 1 0 608569880 433950720 79581 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4144/statm: 105945 79581 232 15 0 102588 0
Current children cumulated CPU time (s) 96.97
Current children cumulated vsize (KiB) 423780

[startup+162.301 s]
/proc/loadavg: 5.16 5.86 4.41 5/365 4206
/proc/meminfo: memFree=22463212/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=641932 CPUtime=156.7 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 123902 0 0 0 15552 118 0 0 25 0 1 0 608569880 657338368 115235 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 160483 115235 232 15 0 157126 0
Current children cumulated CPU time (s) 156.7
Current children cumulated vsize (KiB) 641932

[startup+222.301 s]
/proc/loadavg: 4.50 5.54 4.39 5/368 4232
/proc/meminfo: memFree=22355340/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=644008 CPUtime=215.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 155458 0 0 0 21383 141 0 0 25 0 1 0 608569880 659464192 146766 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 161002 146770 232 15 0 157645 0
Current children cumulated CPU time (s) 215.24
Current children cumulated vsize (KiB) 644008

[startup+282.301 s]
/proc/loadavg: 4.18 5.26 4.37 5/368 4233
/proc/meminfo: memFree=22036640/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=996228 CPUtime=275.23 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 192473 0 0 0 27375 148 0 0 25 0 1 0 608569880 1020137472 183763 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 249057 183763 232 15 0 245700 0
Current children cumulated CPU time (s) 275.23
Current children cumulated vsize (KiB) 996228

[startup+342.301 s]
/proc/loadavg: 4.15 5.06 4.35 5/368 4235
/proc/meminfo: memFree=21739136/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=999064 CPUtime=335.23 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 226059 0 0 0 33369 154 0 0 25 0 1 0 608569880 1023041536 217333 33554432000 4194304 4254575 140735785658784 18446744073709551615 4212384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 249766 217333 232 15 0 246409 0
Current children cumulated CPU time (s) 335.23
Current children cumulated vsize (KiB) 999064

[startup+402.301 s]
/proc/loadavg: 4.21 4.91 4.34 5/368 4237
/proc/meminfo: memFree=21457380/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=1568060 CPUtime=395.23 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 260073 0 0 0 39364 159 0 0 25 0 1 0 608569880 1605693440 251321 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 392015 251321 232 15 0 388658 0
Current children cumulated CPU time (s) 395.23
Current children cumulated vsize (KiB) 1568060

[startup+462.3 s]
/proc/loadavg: 4.13 4.76 4.33 5/368 4238
/proc/meminfo: memFree=21193360/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=1570112 CPUtime=455.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 292663 0 0 0 45358 166 0 0 25 0 1 0 608569880 1607794688 283896 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 392528 283896 232 15 0 389171 0
Current children cumulated CPU time (s) 455.24
Current children cumulated vsize (KiB) 1570112

[startup+522.3 s]
/proc/loadavg: 4.05 4.62 4.30 5/368 4240
/proc/meminfo: memFree=20937772/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=1571988 CPUtime=515.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 325457 0 0 0 51351 173 0 0 25 0 1 0 608569880 1609715712 316677 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 392997 316677 232 15 0 389640 0
Current children cumulated CPU time (s) 515.24
Current children cumulated vsize (KiB) 1571988

[startup+582.301 s]
/proc/loadavg: 4.16 4.53 4.29 5/368 4241
/proc/meminfo: memFree=20723844/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=1573464 CPUtime=575.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 358537 0 0 0 57346 178 0 0 25 0 1 0 608569880 1611227136 349746 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 393366 349746 232 15 0 390009 0
Current children cumulated CPU time (s) 575.24
Current children cumulated vsize (KiB) 1573464

[startup+642.301 s]
/proc/loadavg: 4.12 4.45 4.27 5/368 4243
/proc/meminfo: memFree=20494040/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=1574420 CPUtime=635.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 386868 0 0 0 63342 182 0 0 25 0 1 0 608569880 1612206080 378065 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 393605 378065 232 15 0 390248 0
Current children cumulated CPU time (s) 635.24
Current children cumulated vsize (KiB) 1574420

[startup+702.301 s]
/proc/loadavg: 4.04 4.37 4.25 5/368 4245
/proc/meminfo: memFree=20277256/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2497756 CPUtime=695.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 416774 0 0 0 69337 187 0 0 25 0 1 0 608569880 2557702144 407965 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 624439 407965 232 15 0 621082 0
Current children cumulated CPU time (s) 695.24
Current children cumulated vsize (KiB) 2497756

[startup+762.314 s]
/proc/loadavg: 4.01 4.30 4.24 5/368 4246
/proc/meminfo: memFree=20047700/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2498312 CPUtime=755.25 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 440106 0 0 0 75335 190 0 0 25 0 1 0 608569880 2558271488 431292 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 624578 431292 232 15 0 621221 0
Current children cumulated CPU time (s) 755.25
Current children cumulated vsize (KiB) 2498312

[startup+822.301 s]
/proc/loadavg: 4.00 4.24 4.22 5/368 4248
/proc/meminfo: memFree=19793720/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2500288 CPUtime=815.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 473981 0 0 0 81328 196 0 0 25 0 1 0 608569880 2560294912 465159 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 625072 465159 232 15 0 621715 0
Current children cumulated CPU time (s) 815.24
Current children cumulated vsize (KiB) 2500288

[startup+882.3 s]
/proc/loadavg: 4.00 4.19 4.20 5/368 4249
/proc/meminfo: memFree=19562680/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2501868 CPUtime=875.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 499250 0 0 0 87322 202 0 0 25 0 1 0 608569880 2561912832 490418 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 625467 490418 232 15 0 622110 0
Current children cumulated CPU time (s) 875.24
Current children cumulated vsize (KiB) 2501868

[startup+942.3 s]
/proc/loadavg: 4.05 4.17 4.19 5/368 4251
/proc/meminfo: memFree=19316504/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2503732 CPUtime=935.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 527336 0 0 0 93317 207 0 0 25 0 1 0 608569880 2563821568 518486 33554432000 4194304 4254575 140735785658784 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 625933 518486 232 15 0 622576 0
Current children cumulated CPU time (s) 935.24
Current children cumulated vsize (KiB) 2503732

[startup+1002.3 s]
/proc/loadavg: 4.10 4.15 4.18 3/365 4255
/proc/meminfo: memFree=19255608/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2503980 CPUtime=995.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 551284 0 0 0 99313 211 0 0 25 0 1 0 608569880 2564075520 542419 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 625995 542419 232 15 0 622638 0
Current children cumulated CPU time (s) 995.24
Current children cumulated vsize (KiB) 2503980

[startup+1062.3 s]
/proc/loadavg: 2.77 3.76 4.04 3/356 4290
/proc/meminfo: memFree=19067868/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2506228 CPUtime=1055.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 577408 0 0 0 105309 215 0 0 25 0 1 0 608569880 2566377472 568532 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 626557 568532 232 15 0 623200 0
Current children cumulated CPU time (s) 1055.24
Current children cumulated vsize (KiB) 2506228

[startup+1122.3 s]
/proc/loadavg: 2.28 3.44 3.91 3/356 4292
/proc/meminfo: memFree=18826172/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=2507068 CPUtime=1115.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 608449 0 0 0 111303 221 0 0 25 0 1 0 608569880 2567237632 599564 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 626767 599564 232 15 0 623410 0
Current children cumulated CPU time (s) 1115.24
Current children cumulated vsize (KiB) 2507068

[startup+1182.3 s]
/proc/loadavg: 2.18 3.20 3.80 3/356 4293
/proc/meminfo: memFree=18612128/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=4007576 CPUtime=1175.24 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 635577 0 0 0 117298 226 0 0 25 0 1 0 608569880 4103757824 626672 33554432000 4194304 4254575 140735785658784 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 1001894 626672 232 15 0 998537 0
Current children cumulated CPU time (s) 1175.24
Current children cumulated vsize (KiB) 4007576

[startup+1242.3 s]
/proc/loadavg: 2.18 3.01 3.69 3/356 4295
/proc/meminfo: memFree=18419028/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=4008220 CPUtime=1235.25 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 660799 0 0 0 123295 230 0 0 25 0 1 0 608569880 4104417280 651884 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 1002055 651884 232 15 0 998698 0
Current children cumulated CPU time (s) 1235.25
Current children cumulated vsize (KiB) 4008220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.06 2.82 3.58 3/356 4297
/proc/meminfo: memFree=18227296/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=4008908 CPUtime=1292.95 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) R 4142 4144 3848 0 -1 4202496 682399 0 0 0 129062 233 0 0 25 0 1 0 608569880 4105121792 673480 33554432000 4194304 4254575 140735785658784 18446744073709551615 4209200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4144/statm: 1002227 673480 232 15 0 998870 0
Current children cumulated CPU time (s) 1292.95
Current children cumulated vsize (KiB) 4008908

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: 2.06 2.82 3.58 3/357 4298
/proc/meminfo: memFree=20921716/32951132 swapFree=64495964/67111528
[pid=4144] ppid=4142 vsize=0 CPUtime=1293.06 cores=1,3
/proc/4144/stat : 4144 (cir_minisat) Z 4142 4144 3848 0 -1 4203548 682399 0 0 0 129063 243 0 0 25 0 1 0 608569880 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/4144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1293.06
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.13
CPU time (s): 1293.07
CPU user time (s): 1290.63
CPU system time (s): 2.43963
CPU usage (%): 99.4574
Max. virtual memory (cumulated for all children) (KiB): 4008908

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

runsolver used 4.28535 second user time and 11.0953 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 21:35:03
IDJOB=3348512
IDBENCH=82366
IDSOLVER=1810
FILE ID=node129/3348512-1304969701
RUNJOBID= node129-1304968096-3868
PBS_JOBID= 13285621
Free space on /tmp= 48080 MiB

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

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=332360542

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:      23176684 kB
Buffers:        145448 kB
Cached:        4361376 kB
SwapCached:      52448 kB
Active:        2500036 kB
Inactive:      7069492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23176684 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:           43808 kB
Writeback:           0 kB
AnonPages:     5019144 kB
Mapped:          17628 kB
Slab:           101376 kB
PageTables:      38784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79930280 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= 48060 MiB
End job on node129 at 2011-05-09 21:56:45