Trace number 3350538

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) 1299.99 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3350538-1304969996/watcher-3350538-1304969996 -o /tmp/evaluation-result-3350538-1304969996/solver-3350538-1304969996 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350538-1304969996.cnf 

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: 4.11 4.11 3.53 5/294 25339
/proc/meminfo: memFree=14703236/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=21236 CPUtime=0 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 1097 0 0 0 0 0 0 0 25 0 1 0 608599315 21745664 1022 33554432000 4194304 4298156 140736599664128 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 5309 1022 216 26 0 1941 0

[startup+0.110901 s]
/proc/loadavg: 4.11 4.11 3.53 5/294 25339
/proc/meminfo: memFree=14703236/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=45936 CPUtime=0.1 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 8283 0 0 0 9 1 0 0 25 0 1 0 608599315 47038464 7077 33554432000 4194304 4298156 140736599664128 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 11484 7078 216 26 0 8116 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45936

[startup+0.200902 s]
/proc/loadavg: 4.11 4.11 3.53 5/294 25339
/proc/meminfo: memFree=14703236/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=67416 CPUtime=0.19 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 14778 0 0 0 17 2 0 0 25 0 1 0 608599315 69033984 12491 33554432000 4194304 4298156 140736599664128 18446744073709551615 274664834154 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 16854 12493 216 26 0 13486 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67416

[startup+0.300873 s]
/proc/loadavg: 4.11 4.11 3.53 5/294 25339
/proc/meminfo: memFree=14703236/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=68264 CPUtime=0.29 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 15045 0 0 0 27 2 0 0 25 0 1 0 608599315 69902336 12731 33554432000 4194304 4298156 140736599664128 18446744073709551615 4227880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 17066 12731 222 26 0 13698 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68264

[startup+0.700814 s]
/proc/loadavg: 4.11 4.11 3.53 5/294 25339
/proc/meminfo: memFree=14703236/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=86136 CPUtime=0.69 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 19471 0 0 0 66 3 0 0 25 0 1 0 608599315 88203264 14686 33554432000 4194304 4298156 140736599664128 18446744073709551615 4264242 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 21534 14690 223 26 0 18166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86136

[startup+1.50067 s]
/proc/loadavg: 4.10 4.11 3.53 5/295 25340
/proc/meminfo: memFree=14660208/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=67460 CPUtime=1.49 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 20450 0 0 0 146 3 0 0 25 0 1 0 608599315 69079040 12236 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 16865 12236 242 26 0 13497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67460

[startup+3.10039 s]
/proc/loadavg: 4.10 4.11 3.53 5/295 25340
/proc/meminfo: memFree=14622020/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=67460 CPUtime=3.09 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 20922 0 0 0 306 3 0 0 25 0 1 0 608599315 69079040 12708 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 16865 12708 242 26 0 13497 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67460

[startup+6.30083 s]
/proc/loadavg: 4.10 4.11 3.53 5/295 25340
/proc/meminfo: memFree=14628568/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=74640 CPUtime=6.29 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 21629 0 0 0 626 3 0 0 25 0 1 0 608599315 76431360 13413 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 18660 13413 242 26 0 15292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74640

[startup+12.7007 s]
/proc/loadavg: 4.23 4.14 3.55 5/295 25340
/proc/meminfo: memFree=14596692/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=93316 CPUtime=12.68 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 32054 0 0 0 1264 4 0 0 25 0 1 0 608599315 95555584 18097 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 23329 18097 242 26 0 19961 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 93316

[startup+25.5005 s]
/proc/loadavg: 4.20 4.13 3.55 5/295 25341
/proc/meminfo: memFree=14548036/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=93316 CPUtime=25.48 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 32311 0 0 0 2544 4 0 0 25 0 1 0 608599315 95555584 18354 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 23329 18354 242 26 0 19961 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93316

[startup+51.101 s]
/proc/loadavg: 4.13 4.12 3.56 5/295 25341
/proc/meminfo: memFree=14448268/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=104988 CPUtime=51.08 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 37138 0 0 0 5103 5 0 0 25 0 1 0 608599315 107507712 22252 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252179 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 26247 22252 242 26 0 22879 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 104988

[startup+102.301 s]
/proc/loadavg: 4.12 4.11 3.59 5/295 25343
/proc/meminfo: memFree=14518848/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=123960 CPUtime=102.29 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 69139 0 0 0 10220 9 0 0 25 0 1 0 608599315 126935040 22753 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 30990 22753 242 26 0 27622 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 123960

[startup+162.301 s]
/proc/loadavg: 4.04 4.09 3.61 5/295 25344
/proc/meminfo: memFree=14490500/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=123960 CPUtime=162.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 101146 0 0 0 16215 12 0 0 25 0 1 0 608599315 126935040 25629 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251989 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 30990 25629 242 26 0 27622 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 123960

[startup+222.311 s]
/proc/loadavg: 4.11 4.10 3.64 5/295 25346
/proc/meminfo: memFree=14459764/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=135632 CPUtime=222.28 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 159584 0 0 0 22209 19 0 0 25 0 1 0 608599315 138887168 26603 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 33908 26603 242 26 0 30540 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 135632

[startup+282.301 s]
/proc/loadavg: 4.10 4.09 3.67 5/295 25348
/proc/meminfo: memFree=14432640/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=135632 CPUtime=282.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 203500 0 0 0 28202 25 0 0 25 0 1 0 608599315 138887168 28681 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 33908 28681 242 26 0 30540 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 135632

[startup+342.301 s]
/proc/loadavg: 4.03 4.07 3.69 5/295 25349
/proc/meminfo: memFree=14395100/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=154740 CPUtime=342.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 251876 0 0 0 34196 31 0 0 25 0 1 0 608599315 158453760 26185 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251922 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 38685 26185 246 26 0 35317 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 154740

[startup+402.301 s]
/proc/loadavg: 4.01 4.06 3.70 5/295 25351
/proc/meminfo: memFree=14223548/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=185560 CPUtime=402.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 276828 0 0 0 40192 35 0 0 25 0 1 0 608599315 190013440 34517 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 46390 34517 246 26 0 43022 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 185560

[startup+462.301 s]
/proc/loadavg: 4.00 4.05 3.72 5/295 25352
/proc/meminfo: memFree=14270892/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=462.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 350991 0 0 0 46184 43 0 0 25 0 1 0 608599315 253427712 49766 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 49766 246 26 0 58504 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 247488

[startup+522.3 s]
/proc/loadavg: 4.00 4.03 3.73 5/295 25354
/proc/meminfo: memFree=14263308/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=197400 CPUtime=522.26 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 398109 0 0 0 52177 49 0 0 25 0 1 0 608599315 202137600 39524 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 49350 39524 246 26 0 45982 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 197400

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.75 5/295 25356
/proc/meminfo: memFree=14204624/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=166580 CPUtime=582.26 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 459970 0 0 0 58169 57 0 0 25 0 1 0 608599315 170577920 35304 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 41645 35304 246 26 0 38277 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 166580

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 3.76 5/295 25357
/proc/meminfo: memFree=14344580/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=197400 CPUtime=642.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 505538 0 0 0 64164 63 0 0 25 0 1 0 608599315 202137600 39854 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 49350 39854 246 26 0 45982 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 197400

[startup+702.301 s]
/proc/loadavg: 4.07 4.04 3.78 5/295 25359
/proc/meminfo: memFree=14274244/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=197400 CPUtime=702.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 545272 0 0 0 70158 69 0 0 25 0 1 0 608599315 202137600 40308 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252016 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 49350 40308 246 26 0 45982 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 197400

[startup+762.301 s]
/proc/loadavg: 4.10 4.06 3.80 5/295 25360
/proc/meminfo: memFree=14124180/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=762.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 675780 0 0 0 76144 83 0 0 25 0 1 0 608599315 253427712 46466 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 46466 246 26 0 58504 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 247488

[startup+822.301 s]
/proc/loadavg: 4.15 4.08 3.82 5/295 25362
/proc/meminfo: memFree=13926624/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=197400 CPUtime=822.26 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 759257 0 0 0 82133 93 0 0 25 0 1 0 608599315 202137600 42859 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251927 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 49350 42859 246 26 0 45982 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 197400

[startup+882.311 s]
/proc/loadavg: 4.05 4.06 3.83 5/295 25364
/proc/meminfo: memFree=14216884/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=882.28 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 804196 0 0 0 88128 100 0 0 25 0 1 0 608599315 253427712 46631 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251967 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 46631 246 26 0 58504 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 247488

[startup+942.3 s]
/proc/loadavg: 4.02 4.05 3.84 5/295 25365
/proc/meminfo: memFree=14228640/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=197400 CPUtime=942.26 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 848339 0 0 0 94120 106 0 0 25 0 1 0 608599315 202137600 43413 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 49350 43413 246 26 0 45982 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 197400

[startup+1002.3 s]
/proc/loadavg: 3.37 3.85 3.78 4/289 25385
/proc/meminfo: memFree=14838116/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=1002.26 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 875873 0 0 0 100116 110 0 0 25 0 1 0 608599315 253427712 45538 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252179 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 45538 246 26 0 58504 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 247488

[startup+1062.3 s]
/proc/loadavg: 3.13 3.69 3.73 4/289 25386
/proc/meminfo: memFree=14831644/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=166580 CPUtime=1062.26 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 922421 0 0 0 106110 116 0 0 25 0 1 0 608599315 170577920 36970 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 41645 36970 246 26 0 38277 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 166580

[startup+1122.3 s]
/proc/loadavg: 3.05 3.57 3.68 4/289 25388
/proc/meminfo: memFree=14847240/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=1122.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 955895 0 0 0 112106 121 0 0 25 0 1 0 608599315 253427712 49656 33554432000 4194304 4298156 140736599664128 18446744073709551615 4252096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 49656 246 26 0 58504 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 247488

[startup+1182.3 s]
/proc/loadavg: 3.02 3.46 3.63 4/289 25390
/proc/meminfo: memFree=14916276/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=197400 CPUtime=1182.26 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 1006224 0 0 0 118098 128 0 0 25 0 1 0 608599315 202137600 43139 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 49350 43139 246 26 0 45982 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 197400

[startup+1242.3 s]
/proc/loadavg: 3.00 3.37 3.59 4/289 25391
/proc/meminfo: memFree=14889828/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=1242.27 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 1032652 0 0 0 124094 133 0 0 25 0 1 0 608599315 253427712 45532 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 45532 246 26 0 58504 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 247488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.22 3.12 3.49 2/277 25438
/proc/meminfo: memFree=15250264/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=1299.97 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 1090205 0 0 0 129858 139 0 0 25 0 1 0 608599315 253427712 47155 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 47155 246 26 0 58504 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 247488

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.22 3.12 3.49 2/277 25438
/proc/meminfo: memFree=15250264/32951132 swapFree=67093824/67111528
[pid=25339] ppid=25337 vsize=247488 CPUtime=1299.97 cores=4,6
/proc/25339/stat : 25339 (contrasat_relea) R 25337 25339 24114 0 -1 4202496 1090205 0 0 0 129858 139 0 0 25 0 1 0 608599315 253427712 47155 33554432000 4194304 4298156 140736599664128 18446744073709551615 4251984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25339/statm: 61872 47155 246 26 0 58504 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 247488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1298.59
CPU system time (s): 1.40579
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 459104

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

runsolver used 3.80142 second user time and 8.05177 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-09 21:39:57
IDJOB=3350538
IDBENCH=82392
IDSOLVER=1816
FILE ID=node131/3350538-1304969996
RUNJOBID= node131-1304968241-24977
PBS_JOBID= 13285619
Free space on /tmp= 52664 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350538-1304969996/watcher-3350538-1304969996 -o /tmp/evaluation-result-3350538-1304969996/solver-3350538-1304969996 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350538-1304969996.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1740164994

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      14703392 kB
Buffers:        194580 kB
Cached:        7360344 kB
SwapCached:       1472 kB
Active:       10914012 kB
Inactive:      6971384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14703392 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           81336 kB
Writeback:           0 kB
AnonPages:    10328992 kB
Mapped:          27244 kB
Slab:           267648 kB
PageTables:      32608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28793176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52784 MiB
End job on node131 at 2011-05-09 22:01:39