Trace number 3350541

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.3 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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-3350541-1304969957/watcher-3350541-1304969957 -o /tmp/evaluation-result-3350541-1304969957/solver-3350541-1304969957 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350541-1304969957.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.02 4.09 3.50 4/294 25282
/proc/meminfo: memFree=14494168/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=21236 CPUtime=0 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 1101 0 0 0 0 0 0 0 24 0 1 0 608595418 21745664 1024 33554432000 4194304 4298156 140734710493632 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 5309 1024 216 26 0 1941 0

[startup+0.0356331 s]
/proc/loadavg: 4.02 4.09 3.50 4/294 25282
/proc/meminfo: memFree=14494168/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=26392 CPUtime=0.03 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 2695 0 0 0 3 0 0 0 24 0 1 0 608595418 27025408 2455 33554432000 4194304 4298156 140734710493632 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 6598 2458 216 26 0 3230 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26392

[startup+0.100621 s]
/proc/loadavg: 4.02 4.09 3.50 4/294 25282
/proc/meminfo: memFree=14494168/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=41836 CPUtime=0.09 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 7249 0 0 0 8 1 0 0 24 0 1 0 608595418 42840064 6315 33554432000 4194304 4298156 140734710493632 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 10459 6315 216 26 0 7091 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41836

[startup+0.30059 s]
/proc/loadavg: 4.02 4.09 3.50 4/294 25282
/proc/meminfo: memFree=14494168/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=88552 CPUtime=0.29 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 20779 0 0 0 26 3 0 0 25 0 1 0 608595418 90677248 17235 33554432000 4194304 4298156 140734710493632 18446744073709551615 4228006 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 22138 17235 222 26 0 18770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88552

[startup+0.70052 s]
/proc/loadavg: 4.02 4.09 3.50 4/294 25282
/proc/meminfo: memFree=14494168/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=95872 CPUtime=0.69 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 23625 0 0 0 65 4 0 0 25 0 1 0 608595418 98172928 19710 33554432000 4194304 4298156 140734710493632 18446744073709551615 4233306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 23968 19710 222 26 0 20600 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95872

[startup+1.50038 s]
/proc/loadavg: 4.02 4.09 3.50 5/295 25283
/proc/meminfo: memFree=14417780/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=87904 CPUtime=1.49 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 28524 0 0 0 145 4 0 0 25 0 1 0 608595418 90013696 16440 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251910 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 21976 16440 241 26 0 18608 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87904

[startup+3.10111 s]
/proc/loadavg: 4.02 4.09 3.50 5/295 25283
/proc/meminfo: memFree=14419948/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=87904 CPUtime=3.09 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 29028 0 0 0 305 4 0 0 25 0 1 0 608595418 90013696 16943 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 21976 16943 241 26 0 18608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87904

[startup+6.30054 s]
/proc/loadavg: 4.09 4.10 3.51 5/295 25283
/proc/meminfo: memFree=14466144/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=87904 CPUtime=6.29 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 29924 0 0 0 624 5 0 0 25 0 1 0 608595418 90013696 17836 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 21976 17836 241 26 0 18608 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87904

[startup+12.7004 s]
/proc/loadavg: 4.09 4.10 3.51 4/293 25284
/proc/meminfo: memFree=14576752/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=118256 CPUtime=12.69 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 40985 0 0 0 1262 7 0 0 25 0 1 0 608595418 121094144 22699 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 29564 22699 242 26 0 26196 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118256

[startup+25.5002 s]
/proc/loadavg: 4.13 4.11 3.52 5/295 25312
/proc/meminfo: memFree=14522668/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=118252 CPUtime=25.11 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 49212 0 0 0 2498 13 0 0 25 0 1 0 608595418 121090048 23271 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 29563 23271 242 26 0 26195 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 118252

[startup+51.1008 s]
/proc/loadavg: 4.23 4.14 3.55 5/295 25340
/proc/meminfo: memFree=14598676/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=129924 CPUtime=50.35 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 59999 0 0 0 5016 19 0 0 25 0 1 0 608595418 133042176 25628 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 32481 25628 242 26 0 29113 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 129924

[startup+102.311 s]
/proc/loadavg: 4.10 4.11 3.57 5/295 25342
/proc/meminfo: memFree=14514348/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=148892 CPUtime=101.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 68861 0 0 0 10133 22 0 0 25 0 1 0 608595418 152465408 33221 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252030 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 37223 33221 242 26 0 33855 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 148892

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 3.60 5/295 25343
/proc/meminfo: memFree=14559148/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=99576 CPUtime=161.54 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 122554 0 0 0 16125 29 0 0 25 0 1 0 608595418 101965824 20892 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 24894 20892 242 26 0 21526 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 99576

[startup+222.301 s]
/proc/loadavg: 4.09 4.10 3.62 5/295 25345
/proc/meminfo: memFree=14491720/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=148896 CPUtime=221.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 180073 0 0 0 22117 38 0 0 25 0 1 0 608595418 152469504 32045 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251901 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 37224 32045 242 26 0 33856 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 148896

[startup+282.301 s]
/proc/loadavg: 4.08 4.09 3.65 5/295 25346
/proc/meminfo: memFree=14390452/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=179716 CPUtime=281.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 207368 0 0 0 28113 42 0 0 25 0 1 0 608595418 184029184 38286 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 44929 38286 242 26 0 41561 0
Current children cumulated CPU time (s) 281.55
Current children cumulated vsize (KiB) 179716

[startup+342.3 s]
/proc/loadavg: 4.07 4.09 3.67 5/295 25348
/proc/meminfo: memFree=14451116/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=148896 CPUtime=341.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 253672 0 0 0 34105 50 0 0 25 0 1 0 608595418 152469504 30715 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 37224 30715 242 26 0 33856 0
Current children cumulated CPU time (s) 341.55
Current children cumulated vsize (KiB) 148896

[startup+402.301 s]
/proc/loadavg: 4.02 4.07 3.69 5/295 25350
/proc/meminfo: memFree=14338436/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=179716 CPUtime=401.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 329139 0 0 0 40095 60 0 0 25 0 1 0 608595418 184029184 33581 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 44929 33581 242 26 0 41561 0
Current children cumulated CPU time (s) 401.55
Current children cumulated vsize (KiB) 179716

[startup+462.3 s]
/proc/loadavg: 4.01 4.05 3.71 5/295 25351
/proc/meminfo: memFree=14361800/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=179716 CPUtime=461.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 376792 0 0 0 46089 66 0 0 25 0 1 0 608595418 184029184 34078 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 44929 34078 242 26 0 41561 0
Current children cumulated CPU time (s) 461.55
Current children cumulated vsize (KiB) 179716

[startup+522.301 s]
/proc/loadavg: 4.00 4.04 3.73 5/295 25353
/proc/meminfo: memFree=14289732/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=179716 CPUtime=521.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 432697 0 0 0 52082 73 0 0 25 0 1 0 608595418 184029184 34751 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 44929 34751 242 26 0 41561 0
Current children cumulated CPU time (s) 521.55
Current children cumulated vsize (KiB) 179716

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.74 5/295 25354
/proc/meminfo: memFree=14206748/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=179716 CPUtime=581.56 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 487527 0 0 0 58075 81 0 0 25 0 1 0 608595418 184029184 36316 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 44929 36316 242 26 0 41561 0
Current children cumulated CPU time (s) 581.56
Current children cumulated vsize (KiB) 179716

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 3.75 5/295 25356
/proc/meminfo: memFree=14265376/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=229804 CPUtime=641.57 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 530208 0 0 0 64070 87 0 0 25 0 1 0 608595418 235319296 46354 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 57451 46354 242 26 0 54083 0
Current children cumulated CPU time (s) 641.57
Current children cumulated vsize (KiB) 229804

[startup+702.301 s]
/proc/loadavg: 4.13 4.05 3.77 5/295 25358
/proc/meminfo: memFree=14387476/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=179716 CPUtime=701.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 585310 0 0 0 70060 95 0 0 25 0 1 0 608595418 184029184 34438 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251910 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 44929 34438 242 26 0 41561 0
Current children cumulated CPU time (s) 701.55
Current children cumulated vsize (KiB) 179716

[startup+762.311 s]
/proc/loadavg: 4.11 4.06 3.79 5/295 25359
/proc/meminfo: memFree=14246704/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=179716 CPUtime=761.57 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 650411 0 0 0 76053 104 0 0 25 0 1 0 608595418 184029184 37558 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 44929 37558 242 26 0 41561 0
Current children cumulated CPU time (s) 761.57
Current children cumulated vsize (KiB) 179716

[startup+822.301 s]
/proc/loadavg: 4.14 4.07 3.81 5/295 25361
/proc/meminfo: memFree=14002652/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=229804 CPUtime=821.55 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 683748 0 0 0 82047 108 0 0 25 0 1 0 608595418 235319296 50569 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 57451 50569 242 26 0 54083 0
Current children cumulated CPU time (s) 821.55
Current children cumulated vsize (KiB) 229804

[startup+882.3 s]
/proc/loadavg: 4.11 4.07 3.83 5/295 25362
/proc/meminfo: memFree=14267488/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=229804 CPUtime=881.56 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 751092 0 0 0 88039 117 0 0 25 0 1 0 608595418 235319296 44469 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252215 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 57451 44469 242 26 0 54083 0
Current children cumulated CPU time (s) 881.56
Current children cumulated vsize (KiB) 229804

[startup+942.301 s]
/proc/loadavg: 4.04 4.05 3.83 5/295 25364
/proc/meminfo: memFree=14236592/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=229804 CPUtime=941.56 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 785067 0 0 0 94035 121 0 0 25 0 1 0 608595418 235319296 43852 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 57451 43852 242 26 0 54083 0
Current children cumulated CPU time (s) 941.56
Current children cumulated vsize (KiB) 229804

[startup+1002.3 s]
/proc/loadavg: 3.73 3.98 3.82 4/289 25384
/proc/meminfo: memFree=14826460/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=311192 CPUtime=1001.56 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 799461 0 0 0 100032 124 0 0 25 0 1 0 608595418 318660608 58239 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 77798 58239 242 26 0 74430 0
Current children cumulated CPU time (s) 1001.56
Current children cumulated vsize (KiB) 311192

[startup+1062.3 s]
/proc/loadavg: 3.27 3.80 3.76 4/289 25385
/proc/meminfo: memFree=14806360/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=311192 CPUtime=1061.56 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 849008 0 0 0 106025 131 0 0 25 0 1 0 608595418 318660608 62380 33554432000 4194304 4298156 140734710493632 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 77798 62380 242 26 0 74430 0
Current children cumulated CPU time (s) 1061.56
Current children cumulated vsize (KiB) 311192

[startup+1122.3 s]
/proc/loadavg: 3.10 3.65 3.71 4/289 25387
/proc/meminfo: memFree=14775460/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=311192 CPUtime=1121.56 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 855655 0 0 0 112024 132 0 0 25 0 1 0 608595418 318660608 69020 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 77798 69020 242 26 0 74430 0
Current children cumulated CPU time (s) 1121.56
Current children cumulated vsize (KiB) 311192

[startup+1182.3 s]
/proc/loadavg: 3.03 3.53 3.67 4/289 25388
/proc/meminfo: memFree=14842632/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=311192 CPUtime=1181.57 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 894770 0 0 0 118020 137 0 0 25 0 1 0 608595418 318660608 56607 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 77798 56607 242 26 0 74430 0
Current children cumulated CPU time (s) 1181.57
Current children cumulated vsize (KiB) 311192

[startup+1242.3 s]
/proc/loadavg: 3.01 3.43 3.62 4/289 25390
/proc/meminfo: memFree=14902748/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=229804 CPUtime=1241.56 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 962206 0 0 0 124009 147 0 0 25 0 1 0 608595418 235319296 45795 33554432000 4194304 4298156 140734710493632 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 57451 45795 242 26 0 54083 0
Current children cumulated CPU time (s) 1241.56
Current children cumulated vsize (KiB) 229804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.35 3.58 4/289 25392
/proc/meminfo: memFree=14833140/32951132 swapFree=67093824/67111528
[pid=25282] ppid=25280 vsize=229804 CPUtime=1299.28 cores=1,3
/proc/25282/stat : 25282 (contrasat_relea) R 25280 25282 24114 0 -1 4202496 1017625 0 0 0 129773 155 0 0 25 0 1 0 608595418 235319296 45151 33554432000 4194304 4298156 140734710493632 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25282/statm: 57451 45151 242 26 0 54083 0
Current children cumulated CPU time (s) 1299.28
Current children cumulated vsize (KiB) 229804

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.3
CPU user time (s): 1297.73
CPU system time (s): 1.56376
CPU usage (%): 99.9444
Max. virtual memory (cumulated for all children) (KiB): 522808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.73
system time used= 1.56376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1017625
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 876

runsolver used 3.50747 second user time and 8.28874 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-09 21:39:18
IDJOB=3350541
IDBENCH=82389
IDSOLVER=1816
FILE ID=node131/3350541-1304969957
RUNJOBID= node131-1304968241-24978
PBS_JOBID= 13285619
Free space on /tmp= 52672 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1614452383

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:      14494324 kB
Buffers:        194452 kB
Cached:        7347776 kB
SwapCached:       1472 kB
Active:       11125892 kB
Inactive:      6967568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14494324 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           72680 kB
Writeback:           0 kB
AnonPages:    10549952 kB
Mapped:          27244 kB
Slab:           267840 kB
PageTables:      33412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28982108 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= 52760 MiB
End job on node131 at 2011-05-09 22:01:00