Trace number 3422280

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: contrasat 2011-03-02? (TO) 5000.09 4999.93

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3422280-1306663667/watcher-3422280-1306663667 -o /tmp/evaluation-result-3422280-1306663667/solver-3422280-1306663667 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422280-1306663667.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.90 1.99 1.99 3/521 27355
/proc/meminfo: memFree=7921560/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=20964 CPUtime=0.01 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 996 0 0 0 1 0 0 0 23 0 1 0 758782248 21467136 934 33554432000 4194304 4298156 140737091252992 18446744073709551615 4201264 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 5241 934 216 26 0 1873 0

[startup+0.035831 s]
/proc/loadavg: 1.90 1.99 1.99 3/521 27355
/proc/meminfo: memFree=7921560/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=22308 CPUtime=0.03 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 1414 0 0 0 3 0 0 0 23 0 1 0 758782248 22843392 1312 33554432000 4194304 4298156 140737091252992 18446744073709551615 4200660 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 5577 1312 216 26 0 2209 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22308

[startup+0.100822 s]
/proc/loadavg: 1.90 1.99 1.99 3/521 27355
/proc/meminfo: memFree=7921560/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=33916 CPUtime=0.09 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 5465 0 0 0 8 1 0 0 23 0 1 0 758782248 34729984 4566 33554432000 4194304 4298156 140737091252992 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 8479 4568 216 26 0 5111 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33916

[startup+0.300791 s]
/proc/loadavg: 1.90 1.99 1.99 3/521 27355
/proc/meminfo: memFree=7921560/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=89248 CPUtime=0.29 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 21045 0 0 0 27 2 0 0 25 0 1 0 758782248 91389952 16060 33554432000 4194304 4298156 140737091252992 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 22312 16064 216 26 0 18944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89248

[startup+0.70071 s]
/proc/loadavg: 1.90 1.99 1.99 3/521 27355
/proc/meminfo: memFree=7921560/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=136324 CPUtime=0.69 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 34866 0 0 0 66 3 0 0 25 0 1 0 758782248 139595776 26576 33554432000 4194304 4298156 140737091252992 18446744073709551615 4227901 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 34081 26576 222 26 0 30713 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136324

[startup+1.50058 s]
/proc/loadavg: 1.90 1.99 1.99 3/522 27356
/proc/meminfo: memFree=7812688/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=136680 CPUtime=1.49 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 34870 0 0 0 146 3 0 0 25 0 1 0 758782248 139960320 26580 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 34170 26580 222 26 0 30802 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136680

[startup+3.10027 s]
/proc/loadavg: 1.90 1.99 1.99 3/522 27356
/proc/meminfo: memFree=7830916/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=108068 CPUtime=3.08 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 43880 0 0 0 303 5 0 0 25 0 1 0 758782248 110661632 21811 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251824 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 27017 21811 242 26 0 23649 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 108068

[startup+6.30068 s]
/proc/loadavg: 1.99 2.01 2.00 3/522 27356
/proc/meminfo: memFree=7821060/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=127036 CPUtime=6.29 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 45950 0 0 0 623 6 0 0 25 0 1 0 758782248 130084864 23870 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 31759 23870 243 26 0 28391 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127036

[startup+12.7005 s]
/proc/loadavg: 1.99 2.01 2.00 3/522 27356
/proc/meminfo: memFree=7790564/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=108068 CPUtime=12.69 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 69055 0 0 0 1261 8 0 0 25 0 1 0 758782248 110661632 23282 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256941 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 27017 23282 243 26 0 23649 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108068

[startup+25.5012 s]
/proc/loadavg: 1.99 2.01 2.00 3/522 27357
/proc/meminfo: memFree=7800120/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=127036 CPUtime=25.49 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 105811 0 0 0 2537 12 0 0 25 0 1 0 758782248 130084864 23546 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251824 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 31759 23546 243 26 0 28391 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127036

[startup+51.1005 s]
/proc/loadavg: 2.12 2.04 2.01 3/522 27357
/proc/meminfo: memFree=7763152/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=157856 CPUtime=51.09 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 166994 0 0 0 5088 21 0 0 25 0 1 0 758782248 161644544 29438 33554432000 4194304 4298156 140737091252992 18446744073709551615 4257002 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 39464 29438 243 26 0 36096 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157856

[startup+102.319 s]
/proc/loadavg: 2.12 2.04 2.01 3/522 27359
/proc/meminfo: memFree=7727096/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=157856 CPUtime=102.31 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 317500 0 0 0 10193 38 0 0 25 0 1 0 758782248 161644544 30789 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 39464 30789 243 26 0 36096 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 157856

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/522 27360
/proc/meminfo: memFree=7678088/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=208304 CPUtime=162.3 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 448561 0 0 0 16175 55 0 0 25 0 1 0 758782248 213303296 36431 33554432000 4194304 4298156 140737091252992 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 52076 36431 243 26 0 48708 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 208304

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/522 27362
/proc/meminfo: memFree=7709552/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=158216 CPUtime=222.29 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 574853 0 0 0 22158 71 0 0 25 0 1 0 758782248 162013184 32355 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251967 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 39554 32355 243 26 0 36186 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158216

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 27364
/proc/meminfo: memFree=7676912/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=208304 CPUtime=282.3 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 704573 0 0 0 28142 88 0 0 25 0 1 0 758782248 213303296 37878 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 52076 37878 243 26 0 48708 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 208304

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 27365
/proc/meminfo: memFree=7658652/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=208304 CPUtime=342.3 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 828248 0 0 0 34126 104 0 0 25 0 1 0 758782248 213303296 39999 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 52076 39999 243 26 0 48708 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 208304

[startup+402.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/522 27367
/proc/meminfo: memFree=7644372/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=158216 CPUtime=402.3 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 968123 0 0 0 40108 122 0 0 25 0 1 0 758782248 162013184 33516 33554432000 4194304 4298156 140737091252992 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 39554 33516 243 26 0 36186 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 158216

[startup+462.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/522 27368
/proc/meminfo: memFree=7662320/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=208304 CPUtime=462.31 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 1066901 0 0 0 46095 136 0 0 25 0 1 0 758782248 213303296 41783 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 52076 41783 243 26 0 48708 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 208304

[startup+522.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/522 27370
/proc/meminfo: memFree=7567940/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=289692 CPUtime=522.3 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 1151560 0 0 0 52084 146 0 0 25 0 1 0 758782248 296644608 53239 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251901 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 72423 53239 243 26 0 69055 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 289692

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/522 27372
/proc/meminfo: memFree=7632516/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=208304 CPUtime=582.3 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 1252909 0 0 0 58071 159 0 0 25 0 1 0 758782248 213303296 41760 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251910 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 52076 41760 243 26 0 48708 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 208304

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 27484
/proc/meminfo: memFree=7358892/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=439840 CPUtime=4062.43 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 5740193 0 0 0 405512 731 0 0 25 0 1 0 758782248 450396160 74809 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251927 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 109960 74809 243 26 0 106592 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 439840

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 27486
/proc/meminfo: memFree=7257696/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=440436 CPUtime=4122.42 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 5764070 0 0 0 411507 735 0 0 25 0 1 0 758782248 451006464 98652 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110109 98652 243 26 0 106741 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 440436

[startup+4182.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/522 27488
/proc/meminfo: memFree=7295980/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=440436 CPUtime=4182.42 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 5842722 0 0 0 417496 746 0 0 25 0 1 0 758782248 451006464 86253 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110109 86253 243 26 0 106741 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 440436

[startup+4242.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/522 27489
/proc/meminfo: memFree=7166624/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=655360 CPUtime=4242.42 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 5863954 0 0 0 423494 748 0 0 25 0 1 0 758782248 671088640 107464 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 163840 107464 243 26 0 160472 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 655360

[startup+4302.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/522 27491
/proc/meminfo: memFree=7196120/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=440868 CPUtime=4302.43 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 5954919 0 0 0 429485 758 0 0 25 0 1 0 758782248 451448832 95326 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110217 95326 243 26 0 106849 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 440868

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 27492
/proc/meminfo: memFree=7154564/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=655792 CPUtime=4362.43 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 5977917 0 0 0 435482 761 0 0 25 0 1 0 758782248 671531008 118304 33554432000 4194304 4298156 140737091252992 18446744073709551615 4252215 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 163948 118304 243 26 0 160580 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 655792

[startup+4422.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/522 27494
/proc/meminfo: memFree=7259700/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442004 CPUtime=4422.42 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6065917 0 0 0 441469 773 0 0 25 0 1 0 758782248 452612096 102077 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110501 102077 243 26 0 107133 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 442004

[startup+4482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/522 27496
/proc/meminfo: memFree=7266624/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442004 CPUtime=4482.43 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6151809 0 0 0 447460 783 0 0 25 0 1 0 758782248 452612096 94565 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110501 94565 243 26 0 107133 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 442004

[startup+4542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/522 27497
/proc/meminfo: memFree=7264380/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442324 CPUtime=4542.44 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6233846 0 0 0 453450 794 0 0 25 0 1 0 758782248 452939776 87058 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110581 87058 243 26 0 107213 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 442324

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 27499
/proc/meminfo: memFree=7277508/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442324 CPUtime=4602.45 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6317229 0 0 0 459441 804 0 0 25 0 1 0 758782248 452939776 79014 33554432000 4194304 4298156 140737091252992 18446744073709551615 4252215 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110581 79014 243 26 0 107213 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 442324

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 27503
/proc/meminfo: memFree=7162032/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442324 CPUtime=4662.44 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6343464 0 0 0 465437 807 0 0 25 0 1 0 758782248 452939776 105223 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110581 105223 243 26 0 107213 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 442324

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 27505
/proc/meminfo: memFree=7324864/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442324 CPUtime=4722.46 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6418541 0 0 0 471430 816 0 0 25 0 1 0 758782248 452939776 85514 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110581 85514 243 26 0 107213 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 442324

[startup+4782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/522 27507
/proc/meminfo: memFree=7248840/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442636 CPUtime=4782.44 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6434849 0 0 0 477427 817 0 0 25 0 1 0 758782248 453259264 101812 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110659 101812 243 26 0 107291 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 442636

[startup+4842.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/522 27508
/proc/meminfo: memFree=7301892/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442636 CPUtime=4842.44 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6528315 0 0 0 483415 829 0 0 25 0 1 0 758782248 453259264 91514 33554432000 4194304 4298156 140737091252992 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110659 91514 243 26 0 107291 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 442636

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/522 27510
/proc/meminfo: memFree=7126904/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=657888 CPUtime=4902.45 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6553307 0 0 0 489412 833 0 0 25 0 1 0 758782248 673677312 116474 33554432000 4194304 4298156 140737091252992 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 164472 116474 243 26 0 161104 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 657888

[startup+4962.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/522 27511
/proc/meminfo: memFree=7151068/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=442964 CPUtime=4962.44 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6639290 0 0 0 495402 842 0 0 25 0 1 0 758782248 453595136 100927 33554432000 4194304 4298156 140737091252992 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110741 100927 243 26 0 107373 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 442964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.06 2.01 2/520 27513
/proc/meminfo: memFree=7606280/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=443224 CPUtime=5000.06 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6706813 0 0 0 499156 850 0 0 25 0 1 0 758782248 453861376 85220 33554432000 4194304 4298156 140737091252992 18446744073709551615 4252778 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110806 85220 243 26 0 107438 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 443224

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

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

[startup+4999.9 s]
/proc/loadavg: 2.08 2.06 2.01 2/520 27513
/proc/meminfo: memFree=7606280/32951124 swapFree=65066528/67111528
[pid=27355] ppid=27353 vsize=443224 CPUtime=5000.06 cores=0,2,4,6
/proc/27355/stat : 27355 (contrasat_relea) R 27353 27355 27096 0 -1 4202496 6706813 0 0 0 499156 850 0 0 25 0 1 0 758782248 453861376 85220 33554432000 4194304 4298156 140737091252992 18446744073709551615 4252778 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27355/statm: 110806 85220 243 26 0 107438 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 443224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4991.57
CPU system time (s): 8.5227
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1001436

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

runsolver used 27.6038 second user time and 58.2791 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-29 12:07:48
IDJOB=3422280
IDBENCH=82379
IDSOLVER=1915
FILE ID=node142/3422280-1306663667
RUNJOBID= node142-1306658664-27115
PBS_JOBID= 13471755
Free space on /tmp= 73524 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422280-1306663667/watcher-3422280-1306663667 -o /tmp/evaluation-result-3422280-1306663667/solver-3422280-1306663667 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422280-1306663667.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1791513701

node142.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	: 5131.95
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.82
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.67
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.81
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7921840 kB
Buffers:        290760 kB
Cached:        7684664 kB
SwapCached:      20520 kB
Active:       12318344 kB
Inactive:     12375020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7921840 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:           39200 kB
Writeback:           0 kB
AnonPages:    16705648 kB
Mapped:          33624 kB
Slab:           191120 kB
PageTables:      74664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145436180 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= 73528 MiB
End job on node142 at 2011-05-29 13:31:10