Trace number 3350465

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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-3350465-1304969795/watcher-3350465-1304969795 -o /tmp/evaluation-result-3350465-1304969795/solver-3350465-1304969795 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350465-1304969795.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: 4.09 4.09 3.38 5/375 25599
/proc/meminfo: memFree=8331608/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=20352 CPUtime=0 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 861 0 0 0 0 0 0 0 23 0 1 0 687210290 20840448 803 33554432000 4194304 4298156 140737125997696 18446744073709551615 4283355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 5088 803 216 26 0 1720 0

[startup+0.09245 s]
/proc/loadavg: 4.09 4.09 3.38 5/375 25599
/proc/meminfo: memFree=8331608/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=29076 CPUtime=0.08 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 4185 0 0 0 8 0 0 0 23 0 1 0 687210290 29773824 3571 33554432000 4194304 4298156 140737125997696 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 7269 3573 216 26 0 3901 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29076

[startup+0.100461 s]
/proc/loadavg: 4.09 4.09 3.38 5/375 25599
/proc/meminfo: memFree=8331608/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=30004 CPUtime=0.09 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 4782 0 0 0 8 1 0 0 23 0 1 0 687210290 30724096 3972 33554432000 4194304 4298156 140737125997696 18446744073709551615 224284925696 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 7501 3972 216 26 0 4133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30004

[startup+0.300397 s]
/proc/loadavg: 4.09 4.09 3.38 5/375 25599
/proc/meminfo: memFree=8331608/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=72768 CPUtime=0.29 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 17809 0 0 0 26 3 0 0 25 0 1 0 687210290 74514432 13921 33554432000 4194304 4298156 140737125997696 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 18192 13924 216 26 0 14824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72768

[startup+0.70032 s]
/proc/loadavg: 4.09 4.09 3.38 5/375 25599
/proc/meminfo: memFree=8331608/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=101608 CPUtime=0.69 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 25980 0 0 0 64 5 0 0 25 0 1 0 687210290 104046592 20082 33554432000 4194304 4298156 140737125997696 18446744073709551615 4227763 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 25402 20082 222 26 0 22034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101608

[startup+1.50019 s]
/proc/loadavg: 4.09 4.09 3.38 5/379 25606
/proc/meminfo: memFree=8146092/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=83004 CPUtime=1.49 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 32119 0 0 0 144 5 0 0 25 0 1 0 687210290 84996096 16030 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 20751 16030 232 26 0 17383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83004

[startup+3.10094 s]
/proc/loadavg: 4.09 4.09 3.38 5/379 25606
/proc/meminfo: memFree=8139768/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=94680 CPUtime=3.09 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 32984 0 0 0 304 5 0 0 25 0 1 0 687210290 96952320 16892 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 23670 16892 241 26 0 20302 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94680

[startup+6.30041 s]
/proc/loadavg: 4.08 4.08 3.39 5/379 25606
/proc/meminfo: memFree=8151676/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=112996 CPUtime=6.29 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 41216 0 0 0 622 7 0 0 25 0 1 0 687210290 115707904 17254 33554432000 4194304 4298156 140737125997696 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 28249 17254 242 26 0 24881 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112996

[startup+12.7003 s]
/proc/loadavg: 4.08 4.08 3.39 5/379 25606
/proc/meminfo: memFree=8162128/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=124668 CPUtime=12.69 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 51958 0 0 0 1261 8 0 0 25 0 1 0 687210290 127660032 25866 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 31167 25866 242 26 0 27799 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124668

[startup+25.5012 s]
/proc/loadavg: 4.06 4.08 3.40 5/379 25608
/proc/meminfo: memFree=8131268/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=143876 CPUtime=25.49 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 79252 0 0 0 2538 11 0 0 25 0 1 0 687210290 147329024 27990 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 35969 27990 242 26 0 32601 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143876

[startup+51.1009 s]
/proc/loadavg: 4.04 4.07 3.41 5/379 25608
/proc/meminfo: memFree=8175488/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=143876 CPUtime=51.08 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 117791 0 0 0 5091 17 0 0 25 0 1 0 687210290 147329024 28859 33554432000 4194304 4298156 140737125997696 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 35969 28859 242 26 0 32601 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 143876

[startup+102.314 s]
/proc/loadavg: 4.02 4.06 3.44 5/379 25610
/proc/meminfo: memFree=8098960/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=102.28 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 226421 0 0 0 10195 33 0 0 25 0 1 0 687210290 178888704 32121 33554432000 4194304 4298156 140737125997696 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 32121 242 26 0 40306 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 174696

[startup+162.3 s]
/proc/loadavg: 4.00 4.04 3.47 5/379 25613
/proc/meminfo: memFree=8047080/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=162.27 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 353598 0 0 0 16174 53 0 0 25 0 1 0 687210290 178888704 32092 33554432000 4194304 4298156 140737125997696 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 32092 242 26 0 40306 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 174696

[startup+222.3 s]
/proc/loadavg: 4.04 4.05 3.51 5/379 25615
/proc/meminfo: memFree=8022160/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=222.26 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 445950 0 0 0 22162 64 0 0 25 0 1 0 687210290 178888704 36761 33554432000 4194304 4298156 140737125997696 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 36761 242 26 0 40306 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 174696

[startup+282.3 s]
/proc/loadavg: 4.01 4.04 3.54 5/379 25617
/proc/meminfo: memFree=8036372/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=282.27 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 553321 0 0 0 28145 82 0 0 25 0 1 0 687210290 178888704 35743 33554432000 4194304 4298156 140737125997696 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 35743 242 26 0 40306 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 174696

[startup+342.301 s]
/proc/loadavg: 4.09 4.06 3.57 5/379 25619
/proc/meminfo: memFree=8082192/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=342.26 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 645141 0 0 0 34130 96 0 0 25 0 1 0 687210290 178888704 35476 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 35476 242 26 0 40306 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 174696

[startup+402.301 s]
/proc/loadavg: 4.09 4.06 3.60 5/379 25621
/proc/meminfo: memFree=8004136/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=402.26 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 737858 0 0 0 40114 112 0 0 25 0 1 0 687210290 178888704 36609 33554432000 4194304 4298156 140737125997696 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 36609 242 26 0 40306 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 174696

[startup+462.301 s]
/proc/loadavg: 4.03 4.05 3.63 5/379 25621
/proc/meminfo: memFree=7994788/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=462.26 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 824068 0 0 0 46100 126 0 0 25 0 1 0 687210290 178888704 37518 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 37518 242 26 0 40306 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 174696

[startup+522.301 s]
/proc/loadavg: 4.01 4.04 3.65 5/379 25623
/proc/meminfo: memFree=7962124/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=522.25 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 883007 0 0 0 52090 135 0 0 25 0 1 0 687210290 230178816 42735 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 42735 242 26 0 52828 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 224784

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.66 5/379 25625
/proc/meminfo: memFree=7912348/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=582.25 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 948042 0 0 0 58078 147 0 0 25 0 1 0 687210290 230178816 47703 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 47703 242 26 0 52828 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 224784

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 3.68 5/379 25627
/proc/meminfo: memFree=7904976/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=306172 CPUtime=642.27 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1019801 0 0 0 64068 159 0 0 25 0 1 0 687210290 313520128 52702 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251864 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 76543 52702 242 26 0 73175 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 306172

[startup+702.301 s]
/proc/loadavg: 3.56 3.90 3.66 4/373 25647
/proc/meminfo: memFree=8109184/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=174696 CPUtime=702.24 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1115714 0 0 0 70052 172 0 0 25 0 1 0 687210290 178888704 36346 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251972 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 43674 36346 242 26 0 40306 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 174696

[startup+762.314 s]
/proc/loadavg: 3.20 3.74 3.62 4/373 25647
/proc/meminfo: memFree=8020860/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=762.26 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1211574 0 0 0 76039 187 0 0 25 0 1 0 687210290 230178816 44088 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 44088 242 26 0 52828 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 224784

[startup+822.301 s]
/proc/loadavg: 3.07 3.60 3.58 4/373 25649
/proc/meminfo: memFree=8026776/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=306172 CPUtime=822.24 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1286482 0 0 0 82027 197 0 0 25 0 1 0 687210290 313520128 52467 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251930 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 76543 52467 242 26 0 73175 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 306172

[startup+882.301 s]
/proc/loadavg: 3.09 3.50 3.54 4/373 25651
/proc/meminfo: memFree=8074960/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=882.24 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1384658 0 0 0 88014 210 0 0 25 0 1 0 687210290 230178816 45531 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 45531 242 26 0 52828 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 224784

[startup+942.301 s]
/proc/loadavg: 3.14 3.44 3.52 4/373 25653
/proc/meminfo: memFree=8028284/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=942.23 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1460843 0 0 0 94001 222 0 0 25 0 1 0 687210290 230178816 49526 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 49526 242 26 0 52828 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 224784

[startup+1002.3 s]
/proc/loadavg: 3.19 3.40 3.50 4/373 25655
/proc/meminfo: memFree=8047704/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=1002.23 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1535980 0 0 0 99990 233 0 0 25 0 1 0 687210290 230178816 48674 33554432000 4194304 4298156 140737125997696 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 48674 242 26 0 52828 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 224784

[startup+1062.3 s]
/proc/loadavg: 2.47 3.16 3.41 3/367 25673
/proc/meminfo: memFree=8172016/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=1062.23 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1613285 0 0 0 105978 245 0 0 25 0 1 0 687210290 230178816 48864 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 48864 242 26 0 52828 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 224784

[startup+1122.3 s]
/proc/loadavg: 2.17 2.94 3.32 3/367 25675
/proc/meminfo: memFree=8158472/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=306172 CPUtime=1122.23 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1690425 0 0 0 111968 255 0 0 25 0 1 0 687210290 313520128 55177 33554432000 4194304 4298156 140737125997696 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 76543 55177 242 26 0 73175 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 306172

[startup+1182.3 s]
/proc/loadavg: 2.06 2.77 3.23 3/367 25677
/proc/meminfo: memFree=8132268/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=1182.23 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1753960 0 0 0 117958 265 0 0 25 0 1 0 687210290 230178816 45290 33554432000 4194304 4298156 140737125997696 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 45290 242 26 0 52828 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 224784

[startup+1242.3 s]
/proc/loadavg: 2.02 2.63 3.15 3/367 25679
/proc/meminfo: memFree=8157640/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=224784 CPUtime=1242.22 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1828891 0 0 0 123948 274 0 0 25 0 1 0 687210290 230178816 45744 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251930 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 56196 45744 242 26 0 52828 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 224784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.51 3.08 3/367 25681
/proc/meminfo: memFree=8062124/32951124 swapFree=45216028/67111528
[pid=25599] ppid=25597 vsize=306172 CPUtime=1299.93 cores=0,2
/proc/25599/stat : 25599 (contrasat_relea) R 25597 25599 25255 0 -1 4202496 1878287 0 0 0 129712 281 0 0 25 0 1 0 687210290 313520128 52789 33554432000 4194304 4298156 140737125997696 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25599/statm: 76543 52789 242 26 0 73175 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 306172

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.96
CPU user time (s): 1297.13
CPU system time (s): 2.82857
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 436400

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

runsolver used 4.87026 second user time and 10.4984 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-09 21:36:36
IDJOB=3350465
IDBENCH=82378
IDSOLVER=1816
FILE ID=node118/3350465-1304969795
RUNJOBID= node118-1304968097-25273
PBS_JOBID= 13285632
Free space on /tmp= 50860 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350465-1304969795/watcher-3350465-1304969795 -o /tmp/evaluation-result-3350465-1304969795/solver-3350465-1304969795 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350465-1304969795.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1562421620

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8331896 kB
Buffers:        197652 kB
Cached:       13899144 kB
SwapCached:      22212 kB
Active:       14454992 kB
Inactive:      9608436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8331896 kB
SwapTotal:    67111528 kB
SwapFree:     45216028 kB
Dirty:           37608 kB
Writeback:           4 kB
AnonPages:     9956704 kB
Mapped:          15460 kB
Slab:           398384 kB
PageTables:      90708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88937112 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= 50848 MiB
End job on node118 at 2011-05-09 21:58:18