Trace number 3349268

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.11 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

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

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.02 4.00 3.29 5/367 1286
/proc/meminfo: memFree=7178160/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=19808 CPUtime=0 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 756 0 0 0 0 0 0 0 23 0 1 0 590231856 20283392 699 33554432000 4194304 4293939 140736567109568 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 4952 699 218 25 0 1585 0

[startup+0.202402 s]
/proc/loadavg: 4.02 4.00 3.29 5/367 1286
/proc/meminfo: memFree=7178160/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=45816 CPUtime=0.19 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 8376 0 0 0 18 1 0 0 24 0 1 0 590231856 46915584 7435 33554432000 4194304 4293939 140736567109568 18446744073709551615 4220655 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1286/statm: 11454 7435 219 25 0 8087 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45816

[startup+0.300386 s]
/proc/loadavg: 4.02 4.00 3.29 5/367 1286
/proc/meminfo: memFree=7178160/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=65024 CPUtime=0.29 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 13720 0 0 0 27 2 0 0 24 0 1 0 590231856 66584576 12146 33554432000 4194304 4293939 140736567109568 18446744073709551615 4200433 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1286/statm: 16256 12146 219 25 0 12889 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65024

[startup+0.400369 s]
/proc/loadavg: 4.02 4.00 3.29 5/367 1286
/proc/meminfo: memFree=7178160/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=87472 CPUtime=0.39 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 20618 0 0 0 36 3 0 0 25 0 1 0 590231856 89571328 17137 33554432000 4194304 4293939 140736567109568 18446744073709551615 4200433 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1286/statm: 21868 17137 219 25 0 18501 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 87472

[startup+0.700314 s]
/proc/loadavg: 4.02 4.00 3.29 5/367 1286
/proc/meminfo: memFree=7178160/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=162852 CPUtime=0.69 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 41898 0 0 0 62 7 0 0 25 0 1 0 590231856 166760448 32190 33554432000 4194304 4293939 140736567109568 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1286/statm: 40713 32190 219 25 0 37346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162852

[startup+1.50125 s]
/proc/loadavg: 4.02 4.00 3.30 5/368 1287
/proc/meminfo: memFree=6946040/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=310324 CPUtime=1.48 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 94840 0 0 0 133 15 0 0 25 0 1 0 590231856 317771776 70072 33554432000 4194304 4293939 140736567109568 18446744073709551615 4280588 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 77581 70072 219 25 0 74214 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 310324

[startup+3.10094 s]
/proc/loadavg: 4.02 4.00 3.30 5/368 1287
/proc/meminfo: memFree=6743052/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=532864 CPUtime=3.07 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 165052 0 0 0 280 27 0 0 25 0 1 0 590231856 545652736 122052 33554432000 4194304 4293939 140736567109568 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 133216 122052 223 25 0 129849 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 532864

[startup+6.30036 s]
/proc/loadavg: 4.02 4.00 3.30 5/368 1287
/proc/meminfo: memFree=6673376/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=532864 CPUtime=6.28 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 165052 0 0 0 600 28 0 0 25 0 1 0 590231856 545652736 122052 33554432000 4194304 4293939 140736567109568 18446744073709551615 4230065 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 133216 122052 223 25 0 129849 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 532864

[startup+12.7012 s]
/proc/loadavg: 4.01 4.00 3.30 5/368 1288
/proc/meminfo: memFree=6744676/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=484092 CPUtime=12.68 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 190478 0 0 0 1235 33 0 0 25 0 1 0 590231856 495710208 98503 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 121023 98503 244 25 0 117656 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 484092

[startup+25.5138 s]
/proc/loadavg: 4.01 4.00 3.31 5/368 1288
/proc/meminfo: memFree=6716004/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=434004 CPUtime=25.5 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 209345 0 0 0 2514 36 0 0 25 0 1 0 590231856 444420096 94381 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 108501 94381 245 25 0 105134 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 434004

[startup+51.1011 s]
/proc/loadavg: 4.01 4.00 3.33 5/368 1289
/proc/meminfo: memFree=6643664/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=434004 CPUtime=51.09 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 213580 0 0 0 5072 37 0 0 25 0 1 0 590231856 444420096 98613 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 108501 98613 245 25 0 105134 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 434004

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 3.36 5/368 1290
/proc/meminfo: memFree=6511184/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=484092 CPUtime=102.28 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 224389 0 0 0 10189 39 0 0 25 0 1 0 590231856 495710208 109409 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 121023 109409 245 25 0 117656 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 484092

[startup+162.301 s]
/proc/loadavg: 4.05 4.01 3.41 5/368 1292
/proc/meminfo: memFree=6369848/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=565480 CPUtime=162.28 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 238033 0 0 0 16187 41 0 0 25 0 1 0 590231856 579051520 123047 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 141370 123047 245 25 0 138003 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 565480

[startup+222.301 s]
/proc/loadavg: 3.98 4.00 3.43 5/368 1321
/proc/meminfo: memFree=6087552/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=697740 CPUtime=222.29 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 253397 0 0 0 22184 45 0 0 25 0 1 0 590231856 714485760 138403 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 174435 138403 245 25 0 171068 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 697740

[startup+282.301 s]
/proc/loadavg: 3.99 4.00 3.47 5/368 1323
/proc/meminfo: memFree=5841204/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=697740 CPUtime=282.29 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 269555 0 0 0 28180 49 0 0 25 0 1 0 590231856 714485760 154548 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 174435 154548 245 25 0 171068 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 697740

[startup+342.314 s]
/proc/loadavg: 4.14 4.03 3.51 5/368 1333
/proc/meminfo: memFree=5611412/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=912664 CPUtime=342.3 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 284572 0 0 0 34178 52 0 0 25 0 1 0 590231856 934567936 169552 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 228166 169552 245 25 0 224799 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 912664

[startup+402.301 s]
/proc/loadavg: 4.12 4.04 3.54 5/368 1335
/proc/meminfo: memFree=5383272/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=912664 CPUtime=402.29 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 299751 0 0 0 40172 57 0 0 25 0 1 0 590231856 934567936 184715 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 228166 184715 245 25 0 224799 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 912664

[startup+462.301 s]
/proc/loadavg: 4.16 4.06 3.58 5/368 1337
/proc/meminfo: memFree=5135064/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=912664 CPUtime=462.29 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 316110 0 0 0 46168 61 0 0 25 0 1 0 590231856 934567936 201059 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 228166 201059 245 25 0 224799 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 912664

[startup+522.301 s]
/proc/loadavg: 4.14 4.07 3.61 5/368 1338
/proc/meminfo: memFree=4890056/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=912664 CPUtime=522.3 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 331163 0 0 0 52165 65 0 0 25 0 1 0 590231856 934567936 216107 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 228166 216107 245 25 0 224799 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 912664

[startup+582.301 s]
/proc/loadavg: 4.05 4.06 3.64 5/368 1340
/proc/meminfo: memFree=4659816/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1261912 CPUtime=582.3 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 341968 0 0 0 58163 67 0 0 25 0 1 0 590231856 1292197888 226908 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 315478 226908 245 25 0 312111 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1261912

[startup+642.301 s]
/proc/loadavg: 4.18 4.08 3.66 5/368 1341
/proc/meminfo: memFree=4898292/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1261912 CPUtime=642.3 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 351137 0 0 0 64161 69 0 0 25 0 1 0 590231856 1292197888 236073 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 315478 236073 245 25 0 312111 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1261912

[startup+702.301 s]
/proc/loadavg: 4.14 4.08 3.69 5/368 1343
/proc/meminfo: memFree=4549144/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1261912 CPUtime=702.3 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 363972 0 0 0 70158 72 0 0 25 0 1 0 590231856 1292197888 248898 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 315478 248898 245 25 0 312111 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1261912

[startup+762.301 s]
/proc/loadavg: 4.05 4.06 3.70 5/368 1345
/proc/meminfo: memFree=4226400/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1261912 CPUtime=762.3 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 379590 0 0 0 76155 75 0 0 25 0 1 0 590231856 1292197888 264505 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255967 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 315478 264505 245 25 0 312111 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1261912

[startup+822.301 s]
/proc/loadavg: 4.02 4.05 3.72 5/368 1346
/proc/meminfo: memFree=3983404/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1261912 CPUtime=822.31 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 393758 0 0 0 82153 78 0 0 25 0 1 0 590231856 1292197888 278664 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 315478 278664 245 25 0 312111 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1261912

[startup+882.301 s]
/proc/loadavg: 4.00 4.04 3.74 5/368 1348
/proc/meminfo: memFree=3760968/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1261912 CPUtime=882.3 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 409264 0 0 0 88148 82 0 0 25 0 1 0 590231856 1292197888 294155 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 315478 294155 245 25 0 312111 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1261912

[startup+942.301 s]
/proc/loadavg: 4.08 4.05 3.76 5/368 1349
/proc/meminfo: memFree=3546840/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1830420 CPUtime=942.31 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 423225 0 0 0 94144 87 0 0 25 0 1 0 590231856 1874350080 308109 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255644 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 457605 308109 245 25 0 454238 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1830420

[startup+1002.31 s]
/proc/loadavg: 4.20 4.09 3.79 5/368 1351
/proc/meminfo: memFree=3310912/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1830420 CPUtime=1002.33 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 437138 0 0 0 100143 90 0 0 25 0 1 0 590231856 1874350080 322013 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 457605 322013 245 25 0 454238 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1830420

[startup+1062.3 s]
/proc/loadavg: 4.12 4.09 3.80 5/368 1353
/proc/meminfo: memFree=3024516/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1830420 CPUtime=1062.31 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 451638 0 0 0 106137 94 0 0 25 0 1 0 590231856 1874350080 336499 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 457605 336499 245 25 0 454238 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1830420

[startup+1122.3 s]
/proc/loadavg: 4.04 4.07 3.81 5/368 1354
/proc/meminfo: memFree=2744252/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1830420 CPUtime=1122.32 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 465113 0 0 0 112135 97 0 0 25 0 1 0 590231856 1874350080 349966 33554432000 4194304 4293939 140736567109568 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 457605 349966 245 25 0 454238 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1830420

[startup+1182.3 s]
/proc/loadavg: 3.59 3.95 3.79 3/360 1374
/proc/meminfo: memFree=4230656/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1830420 CPUtime=1182.31 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 479051 0 0 0 118131 100 0 0 25 0 1 0 590231856 1874350080 363892 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 457605 363892 245 25 0 454238 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1830420

[startup+1242.3 s]
/proc/loadavg: 2.66 3.62 3.69 3/356 1392
/proc/meminfo: memFree=4051632/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1830420 CPUtime=1242.32 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 495139 0 0 0 124128 104 0 0 25 0 1 0 590231856 1874350080 379969 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 457605 379969 245 25 0 454238 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1830420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.26 3.35 3.59 3/356 1394
/proc/meminfo: memFree=3890536/32951124 swapFree=65980216/67111528
[pid=1286] ppid=1284 vsize=1830420 CPUtime=1300.02 cores=0,2
/proc/1286/stat : 1286 (ebminisat_relea) R 1284 1286 968 0 -1 4202496 501831 0 0 0 129897 105 0 0 25 0 1 0 590231856 1874350080 386652 33554432000 4194304 4293939 140736567109568 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1286/statm: 457605 386652 245 25 0 454238 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1830420

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.11
CPU user time (s): 1298.98
CPU system time (s): 1.12383
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1830420

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

runsolver used 4.96124 second user time and 10.2974 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 23:56:04
IDJOB=3349268
IDBENCH=82371
IDSOLVER=1812
FILE ID=node142/3349268-1304978158
RUNJOBID= node142-1304976739-987
PBS_JOBID= 13285671
Free space on /tmp= 46908 MiB

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

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1522354748

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:     32951124 kB
MemFree:       7178192 kB
Buffers:        244280 kB
Cached:       19879508 kB
SwapCached:      11212 kB
Active:       12310516 kB
Inactive:     12693688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7178192 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          173060 kB
Writeback:           0 kB
AnonPages:     4877524 kB
Mapped:          20692 kB
Slab:           668376 kB
PageTables:      33904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77936052 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= 46892 MiB
End job on node142 at 2011-05-10 00:17:46