Trace number 3349270

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: EBMiniSAT 2011-03-02? (TO) 1300.07 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

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-3349270-1304978352/watcher-3349270-1304978352 -o /tmp/evaluation-result-3349270-1304978352/solver-3349270-1304978352 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349270-1304978352.cnf -verb=0 

running on 2 cores: 5,7

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.20 4.03 3.60 6/369 4637
/proc/meminfo: memFree=9702644/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=19120 CPUtime=0 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 420 0 0 0 0 0 0 0 21 0 1 0 590251665 19578880 363 33554432000 4194304 4293939 140736692648960 18446744073709551615 233510297344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 4780 372 211 25 0 1413 0

[startup+0.0190181 s]
/proc/loadavg: 4.20 4.03 3.60 6/369 4637
/proc/meminfo: memFree=9702644/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=21200 CPUtime=0.01 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 1014 0 0 0 1 0 0 0 21 0 1 0 590251665 21708800 957 33554432000 4194304 4293939 140736692648960 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 5300 963 219 25 0 1933 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21200

[startup+0.101023 s]
/proc/loadavg: 4.20 4.03 3.60 6/369 4637
/proc/meminfo: memFree=9702644/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=28036 CPUtime=0.08 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 3126 0 0 0 8 0 0 0 21 0 1 0 590251665 28708864 2713 33554432000 4194304 4293939 140736692648960 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 7009 2715 219 25 0 3642 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28036

[startup+0.300988 s]
/proc/loadavg: 4.20 4.03 3.60 6/369 4637
/proc/meminfo: memFree=9702644/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=63924 CPUtime=0.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 14242 0 0 0 27 1 0 0 22 0 1 0 590251665 65458176 11709 33554432000 4194304 4293939 140736692648960 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 15981 11713 219 25 0 12614 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63924

[startup+0.700916 s]
/proc/loadavg: 4.20 4.03 3.60 6/369 4637
/proc/meminfo: memFree=9702644/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=160348 CPUtime=0.68 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 41872 0 0 0 63 5 0 0 24 0 1 0 590251665 164196352 31241 33554432000 4194304 4293939 140736692648960 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 40087 31243 219 25 0 36720 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 160348

[startup+1.50077 s]
/proc/loadavg: 4.20 4.03 3.60 5/370 4638
/proc/meminfo: memFree=9520460/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=307976 CPUtime=1.48 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 95307 0 0 0 134 14 0 0 25 0 1 0 590251665 315367424 69418 33554432000 4194304 4293939 140736692648960 18446744073709551615 4280588 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 76994 69424 219 25 0 73627 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 307976

[startup+3.10049 s]
/proc/loadavg: 4.20 4.03 3.60 5/370 4638
/proc/meminfo: memFree=9307180/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=665772 CPUtime=3.09 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 201195 0 0 0 279 30 0 0 25 0 1 0 590251665 681750528 143959 33554432000 4194304 4293939 140736692648960 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 166443 143959 219 25 0 163076 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 665772

[startup+6.30091 s]
/proc/loadavg: 4.19 4.03 3.60 5/370 4638
/proc/meminfo: memFree=9079032/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=668576 CPUtime=6.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 201616 0 0 0 599 30 0 0 25 0 1 0 590251665 684621824 144380 33554432000 4194304 4293939 140736692648960 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 167144 144380 223 25 0 163777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 668576

[startup+12.7008 s]
/proc/loadavg: 4.17 4.03 3.60 5/370 4638
/proc/meminfo: memFree=9183064/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=522844 CPUtime=12.68 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 231636 0 0 0 1234 34 0 0 25 0 1 0 590251665 535392256 114252 33554432000 4194304 4293939 140736692648960 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 130711 114252 244 25 0 127344 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 522844

[startup+25.5005 s]
/proc/loadavg: 4.13 4.03 3.61 5/370 4639
/proc/meminfo: memFree=9189232/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=474476 CPUtime=25.48 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 254254 0 0 0 2510 38 0 0 25 0 1 0 590251665 485863424 109595 33554432000 4194304 4293939 140736692648960 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 118619 109595 245 25 0 115252 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 474476

[startup+51.1009 s]
/proc/loadavg: 4.16 4.04 3.62 5/370 4639
/proc/meminfo: memFree=9079000/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=524564 CPUtime=51.09 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 258694 0 0 0 5069 40 0 0 25 0 1 0 590251665 537153536 114034 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 131141 114034 245 25 0 127774 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 524564

[startup+102.314 s]
/proc/loadavg: 4.07 4.03 3.64 5/370 4641
/proc/meminfo: memFree=8819360/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=524564 CPUtime=102.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 267704 0 0 0 10188 41 0 0 25 0 1 0 590251665 537153536 123036 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248340 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 131141 123036 245 25 0 127774 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 524564

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 3.66 5/370 4651
/proc/meminfo: memFree=8606756/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=605952 CPUtime=162.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 279863 0 0 0 16184 44 0 0 25 0 1 0 590251665 620494848 135190 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 151488 135190 245 25 0 148121 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 605952

[startup+222.301 s]
/proc/loadavg: 4.07 4.03 3.68 5/370 4653
/proc/meminfo: memFree=8329828/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=738212 CPUtime=222.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 290741 0 0 0 22181 47 0 0 25 0 1 0 590251665 755929088 146062 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 184553 146062 245 25 0 181186 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 738212

[startup+282.3 s]
/proc/loadavg: 4.02 4.03 3.70 6/370 4654
/proc/meminfo: memFree=8112668/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=738212 CPUtime=282.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 303770 0 0 0 28177 52 0 0 25 0 1 0 590251665 755929088 159084 33554432000 4194304 4293939 140736692648960 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 184553 159084 245 25 0 181186 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 738212

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.72 5/370 4656
/proc/meminfo: memFree=7878012/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=738212 CPUtime=342.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 317316 0 0 0 34174 54 0 0 25 0 1 0 590251665 755929088 172620 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 184553 172620 245 25 0 181186 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 738212

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.73 6/370 4658
/proc/meminfo: memFree=7607140/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=953136 CPUtime=402.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 329997 0 0 0 40171 57 0 0 25 0 1 0 590251665 976011264 185299 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 238284 185299 245 25 0 234917 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 953136

[startup+462.301 s]
/proc/loadavg: 4.08 4.04 3.76 5/370 4659
/proc/meminfo: memFree=7454184/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=953136 CPUtime=462.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 341172 0 0 0 46167 61 0 0 25 0 1 0 590251665 976011264 196469 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 238284 196469 245 25 0 234917 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 953136

[startup+522.3 s]
/proc/loadavg: 4.03 4.03 3.77 5/370 4661
/proc/meminfo: memFree=7190028/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=953136 CPUtime=522.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 353834 0 0 0 52164 64 0 0 25 0 1 0 590251665 976011264 209125 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 238284 209125 245 25 0 234917 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 953136

[startup+582.3 s]
/proc/loadavg: 4.09 4.05 3.79 5/370 4662
/proc/meminfo: memFree=6980916/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=953136 CPUtime=582.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 366064 0 0 0 58161 67 0 0 25 0 1 0 590251665 976011264 221352 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 238284 221352 245 25 0 234917 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 953136

[startup+642.301 s]
/proc/loadavg: 4.08 4.05 3.81 5/370 4664
/proc/meminfo: memFree=6714132/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=642.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 384091 0 0 0 64158 71 0 0 25 0 1 0 590251665 1333641216 239376 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 239376 245 25 0 322229 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1302384

[startup+702.301 s]
/proc/loadavg: 4.03 4.04 3.82 5/370 4666
/proc/meminfo: memFree=6496080/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=702.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 392604 0 0 0 70156 73 0 0 25 0 1 0 590251665 1333641216 247882 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 247882 245 25 0 322229 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1302384

[startup+762.314 s]
/proc/loadavg: 4.01 4.03 3.82 5/370 4667
/proc/meminfo: memFree=6273828/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=762.3 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 395695 0 0 0 76156 74 0 0 25 0 1 0 590251665 1333641216 250972 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 250972 245 25 0 322229 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1302384

[startup+822.3 s]
/proc/loadavg: 4.06 4.05 3.84 5/370 4669
/proc/meminfo: memFree=6043004/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=822.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 409877 0 0 0 82151 78 0 0 25 0 1 0 590251665 1333641216 265149 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 265149 245 25 0 322229 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1302384

[startup+882.301 s]
/proc/loadavg: 4.02 4.04 3.85 5/370 4670
/proc/meminfo: memFree=5864144/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=882.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 422047 0 0 0 88148 81 0 0 25 0 1 0 590251665 1333641216 277315 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 277315 245 25 0 322229 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1302384

[startup+942.301 s]
/proc/loadavg: 4.01 4.03 3.85 5/370 4672
/proc/meminfo: memFree=5630088/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=942.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 433496 0 0 0 94146 83 0 0 25 0 1 0 590251665 1333641216 288761 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 288761 245 25 0 322229 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1302384

[startup+1002.3 s]
/proc/loadavg: 4.12 4.05 3.87 5/370 4674
/proc/meminfo: memFree=5485332/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=1002.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 442534 0 0 0 100144 84 0 0 25 0 1 0 590251665 1333641216 297798 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248621 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 297798 245 25 0 322229 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1302384

[startup+1062.3 s]
/proc/loadavg: 3.47 3.89 3.82 4/364 4693
/proc/meminfo: memFree=5426456/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1302384 CPUtime=1062.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 459807 0 0 0 106141 87 0 0 25 0 1 0 590251665 1333641216 315067 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 325596 315067 245 25 0 322229 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1302384

[startup+1122.3 s]
/proc/loadavg: 3.22 3.74 3.77 4/364 4695
/proc/meminfo: memFree=5222608/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1869912 CPUtime=1122.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 473283 0 0 0 112139 90 0 0 25 0 1 0 590251665 1914789888 328542 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 467478 328542 245 25 0 464111 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1869912

[startup+1182.3 s]
/proc/loadavg: 2.17 3.37 3.64 2/352 4732
/proc/meminfo: memFree=9227680/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1869912 CPUtime=1182.28 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 484183 0 0 0 118137 91 0 0 25 0 1 0 590251665 1914789888 339431 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 467478 339431 245 25 0 464111 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1869912

[startup+1242.3 s]
/proc/loadavg: 1.43 2.93 3.47 2/352 4734
/proc/meminfo: memFree=9181268/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1869912 CPUtime=1242.29 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 495454 0 0 0 124136 93 0 0 25 0 1 0 590251665 1914789888 350697 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248271 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 467478 350697 245 25 0 464111 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1869912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.16 2.58 3.32 2/352 4736
/proc/meminfo: memFree=9147876/32951124 swapFree=67111348/67111528
[pid=4637] ppid=4635 vsize=1869912 CPUtime=1299.99 cores=5,7
/proc/4637/stat : 4637 (ebminisat_relea) R 4635 4637 4205 0 -1 4202496 503780 0 0 0 129905 94 0 0 25 0 1 0 590251665 1914789888 359020 33554432000 4194304 4293939 140736692648960 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4637/statm: 467478 359020 245 25 0 464111 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 1869912

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.08
CPU time (s): 1300.07
CPU user time (s): 1299.06
CPU system time (s): 1.00985
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 1869912

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

runsolver used 4.53431 second user time and 10.6404 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-09 23:59:18
IDJOB=3349270
IDBENCH=82399
IDSOLVER=1812
FILE ID=node145/3349270-1304978352
RUNJOBID= node145-1304976739-4226
PBS_JOBID= 13285668
Free space on /tmp= 43128 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349270-1304978352/watcher-3349270-1304978352 -o /tmp/evaluation-result-3349270-1304978352/solver-3349270-1304978352 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349270-1304978352.cnf  -verb=0

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=555395826

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9702800 kB
Buffers:        220268 kB
Cached:       16117408 kB
SwapCached:          0 kB
Active:        7845376 kB
Inactive:     14810972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9702800 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          189732 kB
Writeback:           0 kB
AnonPages:     6318348 kB
Mapped:          28008 kB
Slab:           490284 kB
PageTables:      36236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80371692 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= 43164 MiB
End job on node145 at 2011-05-10 00:21:00