Trace number 3349712

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: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.12 1300.11

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-3349712-1304969423/watcher-3349712-1304969423 -o /tmp/evaluation-result-3349712-1304969423/solver-3349712-1304969423 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349712-1304969423.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 4,6

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: 3.94 3.95 3.01 6/368 1788
/proc/meminfo: memFree=27289776/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=19716 CPUtime=0 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 438 0 0 0 0 0 0 0 22 0 1 0 687173102 20189184 380 33554432000 4194304 4300056 140737024546192 18446744073709551615 4200594 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 4929 380 221 26 0 1561 0

[startup+0.0519599 s]
/proc/loadavg: 3.94 3.95 3.01 6/368 1788
/proc/meminfo: memFree=27289776/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=21284 CPUtime=0.04 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 883 0 0 0 4 0 0 0 22 0 1 0 687173102 21794816 813 33554432000 4194304 4300056 140737024546192 18446744073709551615 251367546624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 5321 813 222 26 0 1953 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21284

[startup+0.100952 s]
/proc/loadavg: 3.94 3.95 3.01 6/368 1788
/proc/meminfo: memFree=27289776/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=25640 CPUtime=0.09 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 2268 0 0 0 9 0 0 0 22 0 1 0 687173102 26255360 2021 33554432000 4194304 4300056 140737024546192 18446744073709551615 251367546624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 6410 2021 222 26 0 3042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25640

[startup+0.300918 s]
/proc/loadavg: 3.94 3.95 3.01 6/368 1788
/proc/meminfo: memFree=27289776/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=57344 CPUtime=0.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 12817 0 0 0 27 2 0 0 23 0 1 0 687173102 58720256 9799 33554432000 4194304 4300056 140737024546192 18446744073709551615 251367546624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 14336 9801 222 26 0 10968 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57344

[startup+0.700841 s]
/proc/loadavg: 3.94 3.95 3.01 6/368 1788
/proc/meminfo: memFree=27289776/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=121560 CPUtime=0.69 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 32752 0 0 0 64 5 0 0 25 0 1 0 687173102 124477440 24481 33554432000 4194304 4300056 140737024546192 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 30390 24482 222 26 0 27022 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121560

[startup+1.50069 s]
/proc/loadavg: 3.94 3.95 3.01 4/369 1789
/proc/meminfo: memFree=27171480/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=137072 CPUtime=1.49 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 40412 0 0 0 143 6 0 0 25 0 1 0 687173102 140361728 29541 33554432000 4194304 4300056 140737024546192 18446744073709551615 4230665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 34268 29541 226 26 0 30900 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137072

[startup+3.10039 s]
/proc/loadavg: 3.94 3.95 3.01 4/366 1808
/proc/meminfo: memFree=27190824/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=123152 CPUtime=3.09 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 46236 0 0 0 302 7 0 0 25 0 1 0 687173102 126107648 23621 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256351 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 30788 23621 246 26 0 27420 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123152

[startup+6.3008 s]
/proc/loadavg: 3.94 3.95 3.01 5/371 1816
/proc/meminfo: memFree=27022468/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=123988 CPUtime=6.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 48189 0 0 0 621 8 0 0 25 0 1 0 687173102 126963712 25572 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256696 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 30997 25572 246 26 0 27629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123988

[startup+12.7006 s]
/proc/loadavg: 4.03 3.97 3.03 5/371 1872
/proc/meminfo: memFree=26998868/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=142956 CPUtime=12.69 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 52067 0 0 0 1261 8 0 0 25 0 1 0 687173102 146386944 29447 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 35739 29447 246 26 0 32371 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 142956

[startup+25.5012 s]
/proc/loadavg: 4.03 3.97 3.04 5/371 1872
/proc/meminfo: memFree=26736484/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=173776 CPUtime=25.5 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 60036 0 0 0 2540 10 0 0 25 0 1 0 687173102 177946624 37407 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 43444 37407 246 26 0 40076 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 173776

[startup+51.1005 s]
/proc/loadavg: 4.02 3.97 3.06 5/371 1873
/proc/meminfo: memFree=26536576/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=305252 CPUtime=51.08 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 75890 0 0 0 5096 12 0 0 25 0 1 0 687173102 312578048 53244 33554432000 4194304 4300056 140737024546192 18446744073709551615 4264269 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 76313 53244 246 26 0 72945 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 305252

[startup+102.314 s]
/proc/loadavg: 3.92 3.96 3.11 5/368 1896
/proc/meminfo: memFree=26161880/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=437512 CPUtime=102.28 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 105298 0 0 0 10211 17 0 0 25 0 1 0 687173102 448012288 82621 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 109378 82622 246 26 0 106010 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 437512

[startup+162.301 s]
/proc/loadavg: 4.08 3.99 3.17 5/371 1904
/proc/meminfo: memFree=25398952/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=652932 CPUtime=162.27 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 141664 0 0 0 16204 23 0 0 25 0 1 0 687173102 668602368 118962 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 163233 118962 246 26 0 159865 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 652932

[startup+222.301 s]
/proc/loadavg: 4.02 3.99 3.22 5/371 1905
/proc/meminfo: memFree=24788836/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=652932 CPUtime=222.27 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 178005 0 0 0 22198 29 0 0 25 0 1 0 687173102 668602368 155280 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252310 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 163233 155280 246 26 0 159865 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 652932

[startup+282.3 s]
/proc/loadavg: 4.07 4.00 3.27 5/371 1907
/proc/meminfo: memFree=24203996/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1002180 CPUtime=282.27 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 208505 0 0 0 28193 34 0 0 25 0 1 0 687173102 1026232320 185756 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 250545 185756 246 26 0 247177 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 1002180

[startup+342.3 s]
/proc/loadavg: 4.08 4.02 3.32 5/371 1909
/proc/meminfo: memFree=23672472/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1002180 CPUtime=342.27 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 234675 0 0 0 34191 36 0 0 25 0 1 0 687173102 1026232320 211916 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252310 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 250545 211916 246 26 0 247177 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 1002180

[startup+402.301 s]
/proc/loadavg: 4.03 4.01 3.36 5/371 1910
/proc/meminfo: memFree=23210404/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1002180 CPUtime=402.27 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 252709 0 0 0 40187 40 0 0 25 0 1 0 687173102 1026232320 229938 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 250545 229938 246 26 0 247177 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 1002180

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.40 7/371 1939
/proc/meminfo: memFree=24376628/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1570752 CPUtime=462.27 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 286057 0 0 0 46182 45 0 0 25 0 1 0 687173102 1608450048 263266 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256734 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 392688 263266 246 26 0 389320 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 1570752

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.43 6/368 1964
/proc/meminfo: memFree=24919748/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1572228 CPUtime=522.28 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 317784 0 0 0 52177 51 0 0 25 0 1 0 687173102 1609961472 294974 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 393057 294974 246 26 0 389689 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1572228

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.46 7/371 2053
/proc/meminfo: memFree=24549160/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1574868 CPUtime=582.28 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 350061 0 0 0 58172 56 0 0 25 0 1 0 687173102 1612664832 327241 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252378 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 393717 327241 246 26 0 390349 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1574868

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.49 7/371 2055
/proc/meminfo: memFree=24332752/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1575948 CPUtime=642.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 381605 0 0 0 64167 62 0 0 25 0 1 0 687173102 1613770752 358771 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 393987 358771 246 26 0 390619 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1575948

[startup+702.3 s]
/proc/loadavg: 4.04 4.01 3.53 7/371 2056
/proc/meminfo: memFree=24116712/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=1578280 CPUtime=702.28 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 410164 0 0 0 70160 68 0 0 25 0 1 0 687173102 1616158720 387308 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 394570 387308 246 26 0 391202 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 1578280

[startup+762.313 s]
/proc/loadavg: 3.72 3.95 3.54 5/365 2075
/proc/meminfo: memFree=23946876/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2501732 CPUtime=762.3 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 443171 0 0 0 76157 73 0 0 25 0 1 0 687173102 2561773568 420302 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 625433 420302 246 26 0 622065 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 2501732

[startup+822.301 s]
/proc/loadavg: 3.29 3.79 3.51 6/365 2076
/proc/meminfo: memFree=23766780/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2503364 CPUtime=822.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 470817 0 0 0 82152 77 0 0 25 0 1 0 687173102 2563444736 447935 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 625841 447935 246 26 0 622473 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 2503364

[startup+882.301 s]
/proc/loadavg: 3.18 3.67 3.48 5/365 2078
/proc/meminfo: memFree=23456624/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2504352 CPUtime=882.28 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 499795 0 0 0 88148 80 0 0 25 0 1 0 687173102 2564456448 476902 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 626088 476902 246 26 0 622720 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 2504352

[startup+942.301 s]
/proc/loadavg: 3.10 3.57 3.46 6/365 2080
/proc/meminfo: memFree=23317344/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2506980 CPUtime=942.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 528690 0 0 0 94145 84 0 0 25 0 1 0 687173102 2567147520 505787 33554432000 4194304 4300056 140737024546192 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 626745 505787 246 26 0 623377 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 2506980

[startup+1002.3 s]
/proc/loadavg: 3.03 3.46 3.42 6/365 2081
/proc/meminfo: memFree=23153372/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2507744 CPUtime=1002.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 556406 0 0 0 100141 88 0 0 25 0 1 0 687173102 2567929856 533493 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 626936 533493 246 26 0 623568 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 2507744

[startup+1062.3 s]
/proc/loadavg: 3.01 3.38 3.40 5/365 2083
/proc/meminfo: memFree=22886368/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2509360 CPUtime=1062.3 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 583147 0 0 0 106137 93 0 0 25 0 1 0 687173102 2569584640 560220 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 627340 560220 246 26 0 623972 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2509360

[startup+1122.3 s]
/proc/loadavg: 3.00 3.30 3.37 6/365 2084
/proc/meminfo: memFree=22813772/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2509908 CPUtime=1122.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 605922 0 0 0 112133 96 0 0 25 0 1 0 687173102 2570145792 582993 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 627477 582993 246 26 0 624109 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 2509908

[startup+1182.3 s]
/proc/loadavg: 3.00 3.25 3.34 6/365 2086
/proc/meminfo: memFree=22570940/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2510172 CPUtime=1182.29 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 619679 0 0 0 118132 97 0 0 25 0 1 0 687173102 2570416128 596749 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 627543 596749 246 26 0 624175 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 2510172

[startup+1242.3 s]
/proc/loadavg: 3.05 3.21 3.32 5/365 2088
/proc/meminfo: memFree=22314092/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=2510612 CPUtime=1242.3 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 639144 0 0 0 124131 99 0 0 25 0 1 0 687173102 2570866688 616207 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 627653 616207 246 26 0 624285 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 2510612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.07 3.19 3.31 4/365 2089
/proc/meminfo: memFree=22215472/32950928 swapFree=38710660/67111528
[pid=1788] ppid=1786 vsize=4010924 CPUtime=1300 cores=4,6
/proc/1788/stat : 1788 (lr_gl_shr) R 1786 1788 1610 0 -1 4202496 667477 0 0 0 129898 102 0 0 25 0 1 0 687173102 4107186176 644530 33554432000 4194304 4300056 140737024546192 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1788/statm: 1002731 644530 246 26 0 999363 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 4010924

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1300.12
CPU user time (s): 1299
CPU system time (s): 1.12583
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 4010924

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

runsolver used 4.94725 second user time and 10.3484 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-09 21:30:24
IDJOB=3349712
IDBENCH=82366
IDSOLVER=1814
FILE ID=node113/3349712-1304969423
RUNJOBID= node113-1304968099-1629
PBS_JOBID= 13285637
Free space on /tmp= 47840 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349712-1304969423/watcher-3349712-1304969423 -o /tmp/evaluation-result-3349712-1304969423/solver-3349712-1304969423 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349712-1304969423.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1041096563

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.83
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27290056 kB
Buffers:        127792 kB
Cached:         823864 kB
SwapCached:      93484 kB
Active:         354996 kB
Inactive:      5079772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27290056 kB
SwapTotal:    67111528 kB
SwapFree:     38710660 kB
Dirty:           37312 kB
Writeback:           0 kB
AnonPages:     4401628 kB
Mapped:          14276 kB
Slab:            69552 kB
PageTables:      92400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87229332 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= 47824 MiB
End job on node113 at 2011-05-09 21:52:06