Trace number 3362667

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 reference: minisat 2.2.0? (TO) 1300.11 1300.07

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

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.00 3.93 3.87 4/284 19751
/proc/meminfo: memFree=7325192/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=20376 CPUtime=0 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 881 0 0 0 0 0 0 0 22 0 1 0 642308937 20865024 823 33554432000 4194304 4291037 140734772927440 18446744073709551615 4220522 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 5094 823 216 24 0 1728 0

[startup+0.0877729 s]
/proc/loadavg: 4.00 3.93 3.87 4/284 19751
/proc/meminfo: memFree=7325192/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=27516 CPUtime=0.08 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 2833 0 0 0 8 0 0 0 22 0 1 0 642308937 28176384 2520 33554432000 4194304 4291037 140734772927440 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 6879 2521 216 24 0 3513 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27516

[startup+0.100768 s]
/proc/loadavg: 4.00 3.93 3.87 4/284 19751
/proc/meminfo: memFree=7325192/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=28296 CPUtime=0.09 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 3396 0 0 0 9 0 0 0 22 0 1 0 642308937 28975104 2941 33554432000 4194304 4291037 140734772927440 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 7074 2943 216 24 0 3708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28296

[startup+0.300732 s]
/proc/loadavg: 4.00 3.93 3.87 4/284 19751
/proc/meminfo: memFree=7325192/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=64580 CPUtime=0.29 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 14702 0 0 0 27 2 0 0 23 0 1 0 642308937 66129920 12045 33554432000 4194304 4291037 140734772927440 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 16145 12047 216 24 0 12779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64580

[startup+0.700661 s]
/proc/loadavg: 4.00 3.93 3.87 4/284 19751
/proc/meminfo: memFree=7325192/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=161412 CPUtime=0.69 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 42580 0 0 0 64 5 0 0 25 0 1 0 642308937 165285888 31796 33554432000 4194304 4291037 140734772927440 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 40353 31800 216 24 0 36987 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161412

[startup+1.50052 s]
/proc/loadavg: 4.08 3.95 3.87 6/285 19752
/proc/meminfo: memFree=7136876/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=309956 CPUtime=1.49 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 96516 0 0 0 136 13 0 0 25 0 1 0 642308937 317394944 70365 33554432000 4194304 4291037 140734772927440 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 77489 70368 216 24 0 74123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 309956

[startup+3.10024 s]
/proc/loadavg: 4.08 3.95 3.87 5/285 19752
/proc/meminfo: memFree=6926324/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=668572 CPUtime=3.09 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 201630 0 0 0 280 29 0 0 25 0 1 0 642308937 684617728 144393 33554432000 4194304 4291037 140734772927440 18446744073709551615 4215185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 167143 144393 236 24 0 163777 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 668572

[startup+6.30067 s]
/proc/loadavg: 4.08 3.95 3.87 6/285 19753
/proc/meminfo: memFree=6732148/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=668572 CPUtime=6.29 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 201632 0 0 0 600 29 0 0 25 0 1 0 642308937 684617728 144395 33554432000 4194304 4291037 140734772927440 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 167143 144395 238 24 0 163777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 668572

[startup+12.7005 s]
/proc/loadavg: 4.07 3.95 3.87 6/285 19753
/proc/meminfo: memFree=6828464/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=522840 CPUtime=12.69 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 231637 0 0 0 1236 33 0 0 25 0 1 0 642308937 535388160 114252 33554432000 4194304 4291037 140734772927440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 130710 114252 258 24 0 127344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 522840

[startup+25.5002 s]
/proc/loadavg: 4.06 3.95 3.88 5/285 19753
/proc/meminfo: memFree=6808692/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=472752 CPUtime=25.49 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 253470 0 0 0 2512 37 0 0 25 0 1 0 642308937 484098048 108772 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 118188 108772 259 24 0 114822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 472752

[startup+51.1007 s]
/proc/loadavg: 4.11 3.97 3.88 5/285 19754
/proc/meminfo: memFree=6698496/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=522840 CPUtime=51.09 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 259479 0 0 0 5071 38 0 0 25 0 1 0 642308937 535388160 114775 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 130710 114775 259 24 0 127344 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 522840

[startup+102.311 s]
/proc/loadavg: 4.04 3.97 3.89 6/285 19755
/proc/meminfo: memFree=6549964/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=604228 CPUtime=102.3 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 270178 0 0 0 10190 40 0 0 25 0 1 0 642308937 618729472 125468 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 151057 125468 259 24 0 147691 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 604228

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.89 6/285 19757
/proc/meminfo: memFree=6259084/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=604228 CPUtime=162.29 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 284998 0 0 0 16185 44 0 0 25 0 1 0 642308937 618729472 140285 33554432000 4194304 4291037 140734772927440 18446744073709551615 4249018 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 151057 140285 259 24 0 147691 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 604228

[startup+222.3 s]
/proc/loadavg: 4.00 3.97 3.90 5/285 19758
/proc/meminfo: memFree=6072304/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=736488 CPUtime=222.3 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 293413 0 0 0 22184 46 0 0 25 0 1 0 642308937 754163712 148689 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 184122 148689 259 24 0 180756 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 736488

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.91 6/285 19760
/proc/meminfo: memFree=5835232/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=736488 CPUtime=282.3 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 305735 0 0 0 28182 48 0 0 25 0 1 0 642308937 754163712 161004 33554432000 4194304 4291037 140734772927440 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 184122 161004 259 24 0 180756 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 736488

[startup+342.301 s]
/proc/loadavg: 4.03 3.99 3.91 6/285 19762
/proc/meminfo: memFree=5604688/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=736488 CPUtime=342.3 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 319428 0 0 0 34179 51 0 0 25 0 1 0 642308937 754163712 174689 33554432000 4194304 4291037 140734772927440 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 184122 174689 259 24 0 180756 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 736488

[startup+402.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/285 19763
/proc/meminfo: memFree=5348620/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=951412 CPUtime=402.3 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 328679 0 0 0 40177 53 0 0 25 0 1 0 642308937 974245888 183934 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 237853 183934 259 24 0 234487 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 951412

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.91 6/285 19765
/proc/meminfo: memFree=5149008/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=951412 CPUtime=462.31 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 341928 0 0 0 46175 56 0 0 25 0 1 0 642308937 974245888 197176 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 237853 197176 259 24 0 234487 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 951412

[startup+522.301 s]
/proc/loadavg: 4.07 4.02 3.92 6/285 19766
/proc/meminfo: memFree=4931976/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=951412 CPUtime=522.3 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 350597 0 0 0 52173 57 0 0 25 0 1 0 642308937 974245888 205841 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 237853 205841 259 24 0 234487 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 951412

[startup+582.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/285 19768
/proc/meminfo: memFree=4693796/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=951412 CPUtime=582.3 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 361911 0 0 0 58171 59 0 0 25 0 1 0 642308937 974245888 217150 33554432000 4194304 4291037 140734772927440 18446744073709551615 4262394 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 237853 217150 259 24 0 234487 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 951412

[startup+642.3 s]
/proc/loadavg: 4.05 4.02 3.93 6/285 19770
/proc/meminfo: memFree=4486328/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=951412 CPUtime=642.32 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 369820 0 0 0 64171 61 0 0 25 0 1 0 642308937 974245888 225051 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 237853 225051 259 24 0 234487 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 951412

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.93 6/285 19771
/proc/meminfo: memFree=4269684/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=702.31 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 382045 0 0 0 70168 63 0 0 25 0 1 0 642308937 1331875840 237268 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248312 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 237268 259 24 0 321799 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1300660

[startup+762.311 s]
/proc/loadavg: 4.00 4.01 3.93 6/285 19773
/proc/meminfo: memFree=4026544/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=762.32 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 387371 0 0 0 76168 64 0 0 25 0 1 0 642308937 1331875840 242589 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 242589 259 24 0 321799 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1300660

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/285 19774
/proc/meminfo: memFree=3777024/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=822.32 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 402303 0 0 0 82165 67 0 0 25 0 1 0 642308937 1331875840 257514 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 257514 259 24 0 321799 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1300660

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.93 6/285 19776
/proc/meminfo: memFree=3569464/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=882.31 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 412183 0 0 0 88162 69 0 0 25 0 1 0 642308937 1331875840 267389 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 267389 259 24 0 321799 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1300660

[startup+942.301 s]
/proc/loadavg: 3.98 4.00 3.93 5/285 19806
/proc/meminfo: memFree=4932936/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=942.31 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 421561 0 0 0 94161 70 0 0 25 0 1 0 642308937 1331875840 276763 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 276763 259 24 0 321799 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1300660

[startup+1002.3 s]
/proc/loadavg: 3.94 3.98 3.92 5/285 19835
/proc/meminfo: memFree=4946776/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=1002.31 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 430041 0 0 0 100159 72 0 0 25 0 1 0 642308937 1331875840 285241 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 285241 259 24 0 321799 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1300660

[startup+1062.3 s]
/proc/loadavg: 4.05 4.00 3.93 5/285 19837
/proc/meminfo: memFree=4773760/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=1062.31 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 440129 0 0 0 106157 74 0 0 25 0 1 0 642308937 1331875840 295328 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 295328 259 24 0 321799 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1300660

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/285 19838
/proc/meminfo: memFree=4560208/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=1122.31 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 449672 0 0 0 112155 76 0 0 25 0 1 0 642308937 1331875840 304868 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 304868 259 24 0 321799 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1300660

[startup+1182.3 s]
/proc/loadavg: 4.06 4.01 3.93 5/285 19840
/proc/meminfo: memFree=4434336/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1300660 CPUtime=1182.32 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 460359 0 0 0 118152 80 0 0 25 0 1 0 642308937 1331875840 315551 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 325165 315551 259 24 0 321799 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1300660

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/285 19842
/proc/meminfo: memFree=4280048/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1868188 CPUtime=1242.33 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 469767 0 0 0 124151 82 0 0 25 0 1 0 642308937 1913024512 324958 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 467047 324958 259 24 0 463681 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1868188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 3.98 3.93 5/285 19871
/proc/meminfo: memFree=6141412/32950904 swapFree=67057400/67111528
[pid=19751] ppid=19749 vsize=1868188 CPUtime=1300.03 cores=5,7
/proc/19751/stat : 19751 (minisat_release) R 19749 19751 19517 0 -1 4202496 477898 0 0 0 129920 83 0 0 25 0 1 0 642308937 1913024512 333084 33554432000 4194304 4291037 140734772927440 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19751/statm: 467047 333084 259 24 0 463681 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1868188

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.07
CPU time (s): 1300.11
CPU user time (s): 1299.21
CPU system time (s): 0.896863
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1868188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.21
system time used= 0.896863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477898
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= 6
involuntary context switches= 14964

runsolver used 3.2725 second user time and 8.33473 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-13 19:18:12
IDJOB=3362667
IDBENCH=82399
IDSOLVER=1840
FILE ID=node121/3362667-1305307085
RUNJOBID= node121-1305306638-19538
PBS_JOBID= 13321479
Free space on /tmp= 43580 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362667-1305307085/watcher-3362667-1305307085 -o /tmp/evaluation-result-3362667-1305307085/solver-3362667-1305307085 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362667-1305307085.cnf

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1556309885

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       7325596 kB
Buffers:        258796 kB
Cached:       18367864 kB
SwapCached:       7656 kB
Active:       10527564 kB
Inactive:     14394352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       7325596 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          237352 kB
Writeback:           0 kB
AnonPages:     6293080 kB
Mapped:          22244 kB
Slab:           613728 kB
PageTables:      26672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31719884 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= 43504 MiB
End job on node121 at 2011-05-13 19:39:54