Trace number 3350311

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) 1300.05 1300.03

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3350311-1304969796/watcher-3350311-1304969796 -o /tmp/evaluation-result-3350311-1304969796/solver-3350311-1304969796 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350311-1304969796.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: 4.09 4.09 3.38 5/378 25605
/proc/meminfo: memFree=8232644/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=20476 CPUtime=0.01 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 895 0 0 0 1 0 0 0 23 0 1 0 687210351 20967424 837 33554432000 4194304 4298156 140737200811680 18446744073709551615 4200606 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 5119 837 216 26 0 1751 0

[startup+0.107548 s]
/proc/loadavg: 4.09 4.09 3.38 5/378 25605
/proc/meminfo: memFree=8232644/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=36100 CPUtime=0.09 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 5881 0 0 0 9 0 0 0 24 0 1 0 687210351 36966400 4908 33554432000 4194304 4298156 140737200811680 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 9025 4909 216 26 0 5657 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36100

[startup+0.200528 s]
/proc/loadavg: 4.09 4.09 3.38 5/378 25605
/proc/meminfo: memFree=8232644/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=63052 CPUtime=0.19 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 13327 0 0 0 17 2 0 0 24 0 1 0 687210351 64565248 10273 33554432000 4194304 4298156 140737200811680 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 15763 10275 216 26 0 12395 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63052

[startup+0.300514 s]
/proc/loadavg: 4.09 4.09 3.38 5/378 25605
/proc/meminfo: memFree=8232644/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=88848 CPUtime=0.29 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 20827 0 0 0 26 3 0 0 25 0 1 0 687210351 90980352 15877 33554432000 4194304 4298156 140737200811680 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 22212 15879 216 26 0 18844 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88848

[startup+0.700446 s]
/proc/loadavg: 4.09 4.09 3.38 5/378 25605
/proc/meminfo: memFree=8232644/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=136320 CPUtime=0.69 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 34864 0 0 0 64 5 0 0 25 0 1 0 687210351 139591680 26575 33554432000 4194304 4298156 140737200811680 18446744073709551615 4227880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 34080 26575 222 26 0 30712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136320

[startup+1.50032 s]
/proc/loadavg: 4.09 4.09 3.38 5/379 25606
/proc/meminfo: memFree=8141876/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=136676 CPUtime=1.49 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 34867 0 0 0 144 5 0 0 25 0 1 0 687210351 139956224 26578 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256015 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 34169 26578 222 26 0 30801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136676

[startup+3.10104 s]
/proc/loadavg: 4.08 4.08 3.39 5/379 25606
/proc/meminfo: memFree=8160108/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=108064 CPUtime=3.09 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 43784 0 0 0 303 6 0 0 25 0 1 0 687210351 110657536 21717 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 27016 21717 242 26 0 23648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108064

[startup+6.30051 s]
/proc/loadavg: 4.08 4.08 3.39 5/379 25606
/proc/meminfo: memFree=8147832/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=127032 CPUtime=6.29 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 45726 0 0 0 622 7 0 0 25 0 1 0 687210351 130080768 23648 33554432000 4194304 4298156 140737200811680 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 31758 23648 243 26 0 28390 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127032

[startup+12.7004 s]
/proc/loadavg: 4.08 4.08 3.39 5/379 25606
/proc/meminfo: memFree=8159296/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=127032 CPUtime=12.69 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 58525 0 0 0 1260 9 0 0 25 0 1 0 687210351 130080768 25376 33554432000 4194304 4298156 140737200811680 18446744073709551615 4252186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 31758 25376 243 26 0 28390 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127032

[startup+25.5003 s]
/proc/loadavg: 4.06 4.08 3.40 5/379 25608
/proc/meminfo: memFree=8127548/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=127032 CPUtime=25.49 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 94903 0 0 0 2535 14 0 0 25 0 1 0 687210351 130080768 25279 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 31758 25279 243 26 0 28390 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127032

[startup+51.101 s]
/proc/loadavg: 4.04 4.07 3.41 5/379 25608
/proc/meminfo: memFree=8153912/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=127032 CPUtime=51.09 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 164289 0 0 0 5084 25 0 0 25 0 1 0 687210351 130080768 26741 33554432000 4194304 4298156 140737200811680 18446744073709551615 4261203 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 31758 26741 243 26 0 28390 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 127032

[startup+102.3 s]
/proc/loadavg: 4.01 4.06 3.45 5/379 25610
/proc/meminfo: memFree=8095612/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=157852 CPUtime=102.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 298991 0 0 0 10186 44 0 0 25 0 1 0 687210351 161640448 30441 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 39463 30441 243 26 0 36095 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157852

[startup+162.3 s]
/proc/loadavg: 4.00 4.04 3.47 5/379 25613
/proc/meminfo: memFree=8044104/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=158212 CPUtime=162.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 418937 0 0 0 16168 62 0 0 25 0 1 0 687210351 162009088 35009 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 39553 35009 243 26 0 36185 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 158212

[startup+222.314 s]
/proc/loadavg: 4.04 4.05 3.51 5/379 25615
/proc/meminfo: memFree=8048448/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=208300 CPUtime=222.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 531971 0 0 0 22152 78 0 0 25 0 1 0 687210351 213299200 37513 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52075 37513 243 26 0 48707 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 208300

[startup+282.3 s]
/proc/loadavg: 4.01 4.04 3.54 5/379 25617
/proc/meminfo: memFree=8059436/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=158212 CPUtime=282.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 671733 0 0 0 28130 100 0 0 25 0 1 0 687210351 162009088 31444 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256968 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 39553 31444 243 26 0 36185 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 158212

[startup+342.3 s]
/proc/loadavg: 4.08 4.06 3.58 5/379 25619
/proc/meminfo: memFree=8078348/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=158212 CPUtime=342.29 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 793828 0 0 0 34113 116 0 0 25 0 1 0 687210351 162009088 31920 33554432000 4194304 4298156 140737200811680 18446744073709551615 4263073 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 39553 31920 243 26 0 36185 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 158212

[startup+402.3 s]
/proc/loadavg: 4.09 4.06 3.60 5/379 25621
/proc/meminfo: memFree=8000168/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=158212 CPUtime=402.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 910617 0 0 0 40096 134 0 0 25 0 1 0 687210351 162009088 35653 33554432000 4194304 4298156 140737200811680 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 39553 35653 243 26 0 36185 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 158212

[startup+462.3 s]
/proc/loadavg: 4.03 4.05 3.63 5/379 25621
/proc/meminfo: memFree=7991688/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=208300 CPUtime=462.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1004400 0 0 0 46081 149 0 0 25 0 1 0 687210351 213299200 40354 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52075 40354 243 26 0 48707 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 208300

[startup+522.3 s]
/proc/loadavg: 4.01 4.04 3.65 5/379 25623
/proc/meminfo: memFree=7959272/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=208300 CPUtime=522.29 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1102487 0 0 0 52067 162 0 0 25 0 1 0 687210351 213299200 43806 33554432000 4194304 4298156 140737200811680 18446744073709551615 4261516 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52075 43806 243 26 0 48707 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 208300

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.66 5/379 25625
/proc/meminfo: memFree=7909744/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=208300 CPUtime=582.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1186923 0 0 0 58055 175 0 0 25 0 1 0 687210351 213299200 44708 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52075 44708 243 26 0 48707 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 208300

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 3.68 5/379 25627
/proc/meminfo: memFree=7905596/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=208300 CPUtime=642.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1283492 0 0 0 64040 190 0 0 25 0 1 0 687210351 213299200 41706 33554432000 4194304 4298156 140737200811680 18446744073709551615 4262582 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52075 41706 243 26 0 48707 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 208300

[startup+702.301 s]
/proc/loadavg: 3.56 3.90 3.66 4/373 25647
/proc/meminfo: memFree=8106208/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=290160 CPUtime=702.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1366649 0 0 0 70028 202 0 0 25 0 1 0 687210351 297123840 49359 33554432000 4194304 4298156 140737200811680 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 72540 49359 243 26 0 69172 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 290160

[startup+762.301 s]
/proc/loadavg: 3.19 3.72 3.61 4/373 25647
/proc/meminfo: memFree=8056448/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=290892 CPUtime=762.31 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1457654 0 0 0 76017 214 0 0 25 0 1 0 687210351 297873408 53469 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 72723 53469 243 26 0 69355 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 290892

[startup+822.301 s]
/proc/loadavg: 3.07 3.60 3.58 4/373 25649
/proc/meminfo: memFree=8024420/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=209796 CPUtime=822.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1566830 0 0 0 82000 230 0 0 25 0 1 0 687210351 214831104 44292 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52449 44292 243 26 0 49081 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 209796

[startup+882.314 s]
/proc/loadavg: 3.08 3.50 3.54 4/373 25651
/proc/meminfo: memFree=8072356/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=210100 CPUtime=882.32 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1651730 0 0 0 87988 244 0 0 25 0 1 0 687210351 215142400 48274 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251855 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52525 48274 243 26 0 49157 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 210100

[startup+942.301 s]
/proc/loadavg: 3.14 3.44 3.52 4/373 25653
/proc/meminfo: memFree=8026052/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=210796 CPUtime=942.31 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1748679 0 0 0 93972 259 0 0 25 0 1 0 687210351 215855104 47271 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 52699 47271 243 26 0 49331 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 210796

[startup+1002.3 s]
/proc/loadavg: 3.18 3.39 3.49 4/373 25655
/proc/meminfo: memFree=8044108/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=292988 CPUtime=1002.31 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1837437 0 0 0 99958 273 0 0 25 0 1 0 687210351 300019712 49416 33554432000 4194304 4298156 140737200811680 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 73247 49416 243 26 0 69879 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 292988

[startup+1062.3 s]
/proc/loadavg: 2.47 3.16 3.41 3/367 25673
/proc/meminfo: memFree=8169908/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=293800 CPUtime=1062.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 1926542 0 0 0 105945 285 0 0 25 0 1 0 687210351 300851200 50127 33554432000 4194304 4298156 140737200811680 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 73450 50127 243 26 0 70082 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 293800

[startup+1122.3 s]
/proc/loadavg: 2.16 2.93 3.31 3/367 25675
/proc/meminfo: memFree=8125364/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=212772 CPUtime=1122.31 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 2015760 0 0 0 111933 298 0 0 25 0 1 0 687210351 217878528 46572 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 53193 46572 243 26 0 49825 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 212772

[startup+1182.3 s]
/proc/loadavg: 2.06 2.77 3.23 3/367 25677
/proc/meminfo: memFree=8129912/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=294160 CPUtime=1182.31 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 2078701 0 0 0 117925 306 0 0 25 0 1 0 687210351 301219840 63563 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 73540 63563 243 26 0 70172 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 294160

[startup+1242.3 s]
/proc/loadavg: 2.02 2.63 3.15 3/367 25679
/proc/meminfo: memFree=8155656/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=294624 CPUtime=1242.3 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 2167605 0 0 0 123912 318 0 0 25 0 1 0 687210351 301694976 55979 33554432000 4194304 4298156 140737200811680 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 73656 55979 243 26 0 70288 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 294624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.51 3.08 2/365 25682
/proc/meminfo: memFree=8270460/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=427496 CPUtime=1300.03 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 2232858 0 0 0 129676 327 0 0 25 0 1 0 687210351 437755904 72453 33554432000 4194304 4298156 140737200811680 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 106874 72453 243 26 0 103506 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 427496

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

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

[startup+1300 s]
/proc/loadavg: 2.01 2.51 3.08 2/365 25682
/proc/meminfo: memFree=8270460/32951124 swapFree=45216028/67111528
[pid=25605] ppid=25603 vsize=427496 CPUtime=1300.03 cores=1,3
/proc/25605/stat : 25605 (contrasat_relea) R 25603 25605 25255 0 -1 4202496 2232858 0 0 0 129676 327 0 0 25 0 1 0 687210351 437755904 72453 33554432000 4194304 4298156 140737200811680 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25605/statm: 106874 72453 243 26 0 103506 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 427496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1296.76
CPU system time (s): 3.2845
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 427496

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

runsolver used 4.48132 second user time and 10.8863 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-09 21:36:37
IDJOB=3350311
IDBENCH=82379
IDSOLVER=1816
FILE ID=node118/3350311-1304969796
RUNJOBID= node118-1304968097-25275
PBS_JOBID= 13285632
Free space on /tmp= 50844 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-3350311-1304969796/watcher-3350311-1304969796 -o /tmp/evaluation-result-3350311-1304969796/solver-3350311-1304969796 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350311-1304969796.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1578819241

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8232800 kB
Buffers:        197672 kB
Cached:       13918836 kB
SwapCached:      22212 kB
Active:       14562144 kB
Inactive:      9597380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8232800 kB
SwapTotal:    67111528 kB
SwapFree:     45216028 kB
Dirty:           54936 kB
Writeback:          80 kB
AnonPages:    10033772 kB
Mapped:          15520 kB
Slab:           400940 kB
PageTables:      91384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89041380 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= 50872 MiB
End job on node118 at 2011-05-09 21:58:19