Trace number 3350380

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/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step21.cnf
MD5SUM4f6c74152fcb90409ea0105b51afa3bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables53919
Number of clauses308235
Sum of the clauses size690466
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2270265
Number of clauses of size 329435
Number of clauses of size 45675
Number of clauses of size 5487
Number of clauses of size over 51959

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.83 2.88 3.04 5/425 28510
/proc/meminfo: memFree=6155888/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=2500 CPUtime=0 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4194304 87 0 0 0 0 0 0 0 23 0 1 0 687339440 2560000 43 33554432000 4194304 4298156 140733410512096 18446744073709551615 215983668871 0 2147483391 4096 0 0 0 0 17 2 0 0 0
/proc/28510/statm: 625 43 34 26 0 23 0

[startup+0.119593 s]
/proc/loadavg: 3.83 2.88 3.04 5/425 28510
/proc/meminfo: memFree=6155888/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=39392 CPUtime=0.09 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 6762 0 0 0 9 0 0 0 24 0 1 0 687339440 40337408 5935 33554432000 4194304 4298156 140733410512096 18446744073709551615 4245781 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/28510/statm: 9848 5935 216 26 0 6480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39392

[startup+0.200579 s]
/proc/loadavg: 3.83 2.88 3.04 5/425 28510
/proc/meminfo: memFree=6155888/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=47228 CPUtime=0.18 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 8642 0 0 0 17 1 0 0 24 0 1 0 687339440 48361472 7416 33554432000 4194304 4298156 140733410512096 18446744073709551615 4227683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/28510/statm: 11807 7416 222 26 0 8439 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 47228

[startup+0.300515 s]
/proc/loadavg: 3.83 2.88 3.04 5/425 28510
/proc/meminfo: memFree=6155888/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=49048 CPUtime=0.28 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 9452 0 0 0 27 1 0 0 25 0 1 0 687339440 50225152 8126 33554432000 4194304 4298156 140733410512096 18446744073709551615 4231592 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/28510/statm: 12262 8126 222 26 0 8894 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49048

[startup+0.700444 s]
/proc/loadavg: 3.83 2.88 3.04 5/425 28510
/proc/meminfo: memFree=6155888/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=42176 CPUtime=0.67 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 11920 0 0 0 66 1 0 0 25 0 1 0 687339440 43188224 6943 33554432000 4194304 4298156 140733410512096 18446744073709551615 4251975 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/28510/statm: 10544 6943 242 26 0 7176 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 42176

[startup+1.5003 s]
/proc/loadavg: 3.83 2.88 3.04 5/426 28511
/proc/meminfo: memFree=6117344/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=46596 CPUtime=1.46 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 12587 0 0 0 145 1 0 0 25 0 1 0 687339440 47714304 7596 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/28510/statm: 11649 7596 243 26 0 8281 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 46596

[startup+3.10102 s]
/proc/loadavg: 3.84 2.90 3.04 5/426 28511
/proc/meminfo: memFree=6107792/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=57764 CPUtime=3.05 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 19187 0 0 0 303 2 0 0 25 0 1 0 687339440 59150336 10345 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/28510/statm: 14441 10345 243 26 0 11073 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 57764

[startup+6.30052 s]
/proc/loadavg: 3.84 2.90 3.04 5/426 28511
/proc/meminfo: memFree=6162352/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=46272 CPUtime=6.23 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 26545 0 0 0 620 3 0 0 25 0 1 0 687339440 47382528 8049 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 11568 8049 243 26 0 8200 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 46272

[startup+12.7004 s]
/proc/loadavg: 3.87 2.93 3.05 5/426 28511
/proc/meminfo: memFree=6092796/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=76580 CPUtime=12.63 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 36135 0 0 0 1258 5 0 0 25 0 1 0 687339440 78417920 15417 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 19145 15417 243 26 0 15777 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 76580

[startup+25.5012 s]
/proc/loadavg: 3.89 2.97 3.06 5/426 28512
/proc/meminfo: memFree=6099856/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=76580 CPUtime=25.43 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 36135 0 0 0 2538 5 0 0 25 0 1 0 687339440 78417920 15417 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 19145 15417 243 26 0 15777 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 76580

[startup+51.1007 s]
/proc/loadavg: 4.00 3.07 3.09 5/426 28593
/proc/meminfo: memFree=6204836/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=65088 CPUtime=51.03 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 48593 0 0 0 5096 7 0 0 25 0 1 0 687339440 66650112 12415 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 16272 12415 243 26 0 12904 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 65088

[startup+102.301 s]
/proc/loadavg: 4.13 3.25 3.15 5/426 28622
/proc/meminfo: memFree=6529440/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=95436 CPUtime=102.24 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 66315 0 0 0 10215 9 0 0 25 0 1 0 687339440 97726464 20521 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 23859 20521 243 26 0 20491 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 95436

[startup+162.301 s]
/proc/loadavg: 4.11 3.40 3.21 5/426 28623
/proc/meminfo: memFree=6494380/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=102564 CPUtime=162.24 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 68005 0 0 0 16214 10 0 0 25 0 1 0 687339440 105025536 22107 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 25641 22107 243 26 0 22273 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 102564

[startup+222.316 s]
/proc/loadavg: 4.11 3.52 3.26 5/426 28634
/proc/meminfo: memFree=6468000/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=95560 CPUtime=222.25 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 99891 0 0 0 22211 14 0 0 25 0 1 0 687339440 97853440 20552 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 23890 20552 243 26 0 20522 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 95560

[startup+282.3 s]
/proc/loadavg: 4.18 3.65 3.32 5/426 28635
/proc/meminfo: memFree=6446760/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=95560 CPUtime=282.23 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 232551 0 0 0 28191 32 0 0 25 0 1 0 687339440 97853440 20552 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 23890 20552 243 26 0 20522 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 95560

[startup+342.301 s]
/proc/loadavg: 4.07 3.71 3.36 5/426 28637
/proc/meminfo: memFree=6322964/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=114236 CPUtime=342.24 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 246611 0 0 0 34190 34 0 0 25 0 1 0 687339440 116977664 25221 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 28559 25221 243 26 0 25191 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 114236

[startup+402.301 s]
/proc/loadavg: 4.17 3.81 3.41 5/426 28639
/proc/meminfo: memFree=6321948/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=95560 CPUtime=402.24 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 338389 0 0 0 40177 47 0 0 25 0 1 0 687339440 97853440 20552 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 23890 20552 243 26 0 20522 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 95560

[startup+462.301 s]
/proc/loadavg: 4.06 3.84 3.45 5/426 28640
/proc/meminfo: memFree=6480268/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=144880 CPUtime=462.24 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 455752 0 0 0 46161 63 0 0 25 0 1 0 687339440 148357120 28359 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256968 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 36220 28359 243 26 0 32852 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 144880

[startup+522.301 s]
/proc/loadavg: 4.02 3.87 3.48 5/426 28642
/proc/meminfo: memFree=6370608/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=145640 CPUtime=522.25 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 543369 0 0 0 52148 77 0 0 25 0 1 0 687339440 149135360 30056 33554432000 4194304 4298156 140733410512096 18446744073709551615 4257002 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 36410 30056 243 26 0 33042 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 145640

[startup+582.301 s]
/proc/loadavg: 4.01 3.89 3.51 5/426 28643
/proc/meminfo: memFree=6305716/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=582.25 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 667541 0 0 0 58127 98 0 0 25 0 1 0 687339440 181260288 40410 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 40410 243 26 0 40885 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 177012

[startup+642.301 s]
/proc/loadavg: 4.04 3.92 3.54 5/426 28645
/proc/meminfo: memFree=6301328/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=642.24 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 769796 0 0 0 64109 115 0 0 25 0 1 0 687339440 181260288 39729 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 39729 243 26 0 40885 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 177012

[startup+702.301 s]
/proc/loadavg: 4.08 3.96 3.58 5/426 28647
/proc/meminfo: memFree=6214632/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=207832 CPUtime=702.25 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 879745 0 0 0 70092 133 0 0 25 0 1 0 687339440 212819968 41782 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 51958 41782 243 26 0 48590 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 207832

[startup+762.301 s]
/proc/loadavg: 4.06 3.98 3.60 5/426 28648
/proc/meminfo: memFree=6281176/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=762.26 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 969986 0 0 0 76077 149 0 0 25 0 1 0 687339440 181260288 38496 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 38496 243 26 0 40885 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 177012

[startup+822.301 s]
/proc/loadavg: 4.02 3.98 3.63 5/426 28650
/proc/meminfo: memFree=6128732/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=822.25 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1046077 0 0 0 82063 162 0 0 25 0 1 0 687339440 181260288 40528 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 40528 243 26 0 40885 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 177012

[startup+882.316 s]
/proc/loadavg: 4.05 3.99 3.65 5/426 28651
/proc/meminfo: memFree=6163800/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=882.26 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1156101 0 0 0 88047 179 0 0 25 0 1 0 687339440 181260288 37889 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 37889 243 26 0 40885 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 177012

[startup+942.301 s]
/proc/loadavg: 4.10 4.02 3.68 5/426 28653
/proc/meminfo: memFree=6119616/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=942.26 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1262949 0 0 0 94031 195 0 0 25 0 1 0 687339440 181260288 37609 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 37609 243 26 0 40885 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 177012

[startup+1002.3 s]
/proc/loadavg: 4.08 4.03 3.70 5/426 28655
/proc/meminfo: memFree=6235116/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=1002.25 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1367212 0 0 0 100013 212 0 0 25 0 1 0 687339440 181260288 37102 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 37102 243 26 0 40885 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 177012

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.72 5/426 28656
/proc/meminfo: memFree=6091092/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=207832 CPUtime=1062.25 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1459358 0 0 0 105997 228 0 0 25 0 1 0 687339440 212819968 42205 33554432000 4194304 4298156 140733410512096 18446744073709551615 4251989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 51958 42205 243 26 0 48590 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 207832

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.74 5/426 28658
/proc/meminfo: memFree=5855460/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=207832 CPUtime=1122.26 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1545539 0 0 0 111983 243 0 0 25 0 1 0 687339440 212819968 41848 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 51958 41848 243 26 0 48590 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 207832

[startup+1182.3 s]
/proc/loadavg: 3.84 3.98 3.74 4/420 28677
/proc/meminfo: memFree=6953836/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=207832 CPUtime=1182.26 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1639851 0 0 0 117968 258 0 0 25 0 1 0 687339440 212819968 42118 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 51958 42118 243 26 0 48590 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 207832

[startup+1242.3 s]
/proc/loadavg: 3.40 3.83 3.70 4/420 28679
/proc/meminfo: memFree=6951460/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=177012 CPUtime=1242.26 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1727574 0 0 0 123953 273 0 0 25 0 1 0 687339440 181260288 40766 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256421 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 44253 40766 243 26 0 40885 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 177012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.21 3.70 3.66 4/420 28681
/proc/meminfo: memFree=6946580/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=207832 CPUtime=1299.98 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1812291 0 0 0 129711 287 0 0 25 0 1 0 687339440 212819968 43107 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 51958 43107 243 26 0 48590 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 207832

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: 3.21 3.70 3.66 4/420 28681
/proc/meminfo: memFree=6946580/32950940 swapFree=67111356/67111528
[pid=28510] ppid=28508 vsize=207832 CPUtime=1299.98 cores=0,2
/proc/28510/stat : 28510 (contrasat_relea) R 28508 28510 27979 0 -1 4202496 1812291 0 0 0 129711 287 0 0 25 0 1 0 687339440 212819968 43107 33554432000 4194304 4298156 140733410512096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28510/statm: 51958 43107 243 26 0 48590 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 207832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1297.12
CPU system time (s): 2.87856
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 257152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.12
system time used= 2.87856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1812291
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= 9
involuntary context switches= 3346

runsolver used 5.53616 second user time and 12.2001 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-09 21:58:07
IDJOB=3350380
IDBENCH=82432
IDSOLVER=1816
FILE ID=node117/3350380-1304971086
RUNJOBID= node117-1304970932-28383
PBS_JOBID= 13285633
Free space on /tmp= 37616 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step21.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350380-1304971086/watcher-3350380-1304971086 -o /tmp/evaluation-result-3350380-1304971086/solver-3350380-1304971086 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350380-1304971086.cnf

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=500743041

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       6156292 kB
Buffers:        226432 kB
Cached:       16976128 kB
SwapCached:          0 kB
Active:       14529444 kB
Inactive:     11599896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       6156292 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          165476 kB
Writeback:          56 kB
AnonPages:     8926776 kB
Mapped:          32468 kB
Slab:           553272 kB
PageTables:      47092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 101615272 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= 37816 MiB
End job on node117 at 2011-05-09 22:19:49