Trace number 3318164

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: MiniSAT 2.2.0-agile-26? (TO) 1299.92 1300.02

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.73 3.98 3.90 4/356 30346
/proc/meminfo: memFree=7026524/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=11796 CPUtime=0 cores=1,3
/proc/30346/stat : 30346 (runsolver) S 30344 30346 29236 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 602035912 12079104 49 33554432000 4194304 5432360 140737214278480 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/30346/statm: 2949 49 30 303 0 2643 0

[startup+0.0993439 s]
/proc/loadavg: 3.73 3.98 3.90 4/356 30346
/proc/meminfo: memFree=7026524/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=2492 CPUtime=0 cores=1,3
/proc/30346/stat : 30346 (minisat) S 30344 30346 29236 0 -1 4194304 87 0 0 0 0 0 0 0 22 0 1 0 602035912 2551808 42 33554432000 4194304 4291235 140734376091312 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/30346/statm: 623 42 34 24 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2492

[startup+0.100345 s]
/proc/loadavg: 3.73 3.98 3.90 4/356 30346
/proc/meminfo: memFree=7026524/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=2492 CPUtime=0 cores=1,3
/proc/30346/stat : 30346 (minisat) S 30344 30346 29236 0 -1 4194304 87 0 0 0 0 0 0 0 22 0 1 0 602035912 2551808 42 33554432000 4194304 4291235 140734376091312 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/30346/statm: 623 42 34 24 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2492

[startup+0.300285 s]
/proc/loadavg: 3.73 3.98 3.90 4/356 30346
/proc/meminfo: memFree=7026524/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=18084 CPUtime=0.14 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 1409 0 0 0 14 0 0 0 21 0 1 0 602035912 18518016 1106 33554432000 4194304 4291235 140734376091312 18446744073709551615 4262420 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 4521 1106 256 24 0 1155 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 18084

[startup+0.700224 s]
/proc/loadavg: 3.73 3.98 3.90 4/356 30346
/proc/meminfo: memFree=7026524/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=19736 CPUtime=0.54 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 1825 0 0 0 54 0 0 0 22 0 1 0 602035912 20209664 1498 33554432000 4194304 4291235 140734376091312 18446744073709551615 4261991 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 4934 1498 257 24 0 1568 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 19736

[startup+1.50105 s]
/proc/loadavg: 3.73 3.98 3.90 5/363 30359
/proc/meminfo: memFree=6955104/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=20904 CPUtime=1.34 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 1938 0 0 0 134 0 0 0 25 0 1 0 602035912 21405696 1610 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 5226 1610 257 24 0 1860 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 20904

[startup+3.10073 s]
/proc/loadavg: 3.73 3.98 3.90 5/363 30359
/proc/meminfo: memFree=6957376/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=20904 CPUtime=2.94 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 2028 0 0 0 294 0 0 0 25 0 1 0 602035912 21405696 1696 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 5226 1696 257 24 0 1860 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 20904

[startup+6.3011 s]
/proc/loadavg: 3.75 3.98 3.90 5/363 30359
/proc/meminfo: memFree=6945392/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=23228 CPUtime=6.14 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 2559 0 0 0 614 0 0 0 25 0 1 0 602035912 23785472 2211 33554432000 4194304 4291235 140734376091312 18446744073709551615 4262976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 5807 2211 257 24 0 2441 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 23228

[startup+12.7008 s]
/proc/loadavg: 3.77 3.98 3.90 5/363 30466
/proc/meminfo: memFree=6880072/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=25904 CPUtime=12.54 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 3001 0 0 0 1254 0 0 0 25 0 1 0 602035912 26525696 2646 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 6476 2646 257 24 0 3110 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 25904

[startup+25.5003 s]
/proc/loadavg: 3.82 3.98 3.91 5/363 30466
/proc/meminfo: memFree=6807864/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=26664 CPUtime=25.34 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 3671 0 0 0 2534 0 0 0 25 0 1 0 602035912 27303936 3302 33554432000 4194304 4291235 140734376091312 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 6666 3302 257 24 0 3300 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 26664

[startup+51.1012 s]
/proc/loadavg: 3.96 3.99 3.91 5/363 30467
/proc/meminfo: memFree=6773320/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=27928 CPUtime=50.94 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 4846 0 0 0 5093 1 0 0 25 0 1 0 602035912 28598272 3215 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 6982 3215 257 24 0 3616 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 27928

[startup+102.314 s]
/proc/loadavg: 3.98 3.99 3.91 5/363 30468
/proc/meminfo: memFree=6588284/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=30632 CPUtime=102.16 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 5844 0 0 0 10215 1 0 0 25 0 1 0 602035912 31367168 4191 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 7658 4191 257 24 0 4292 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 30632

[startup+162.301 s]
/proc/loadavg: 3.99 3.99 3.91 5/363 30496
/proc/meminfo: memFree=6602164/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=37716 CPUtime=162.15 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 7760 0 0 0 16214 1 0 0 25 0 1 0 602035912 38621184 6053 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 9429 6053 257 24 0 6063 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 37716

[startup+222.301 s]
/proc/loadavg: 4.06 4.01 3.92 5/363 30523
/proc/meminfo: memFree=6542048/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=37716 CPUtime=222.15 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 7771 0 0 0 22214 1 0 0 25 0 1 0 602035912 38621184 6064 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 9429 6064 257 24 0 6063 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 37716

[startup+282.301 s]
/proc/loadavg: 4.10 4.03 3.93 5/363 30551
/proc/meminfo: memFree=5462812/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=46448 CPUtime=282.15 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 12497 0 0 0 28212 3 0 0 25 0 1 0 602035912 47562752 7180 33554432000 4194304 4291235 140734376091312 18446744073709551615 4251616 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 11612 7180 257 24 0 8246 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 46448

[startup+342.301 s]
/proc/loadavg: 4.07 4.04 3.94 5/363 30579
/proc/meminfo: memFree=4701080/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=42200 CPUtime=342.15 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 14592 0 0 0 34209 6 0 0 25 0 1 0 602035912 43212800 6732 33554432000 4194304 4291235 140734376091312 18446744073709551615 4262568 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 10550 6732 257 24 0 7184 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 42200

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 3.94 5/363 30580
/proc/meminfo: memFree=4614904/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=44876 CPUtime=402.16 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 15736 0 0 0 40209 7 0 0 25 0 1 0 602035912 45953024 7845 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 11219 7845 257 24 0 7853 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 44876

[startup+462.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/363 30582
/proc/meminfo: memFree=4513552/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=50892 CPUtime=462.16 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 19440 0 0 0 46208 8 0 0 25 0 1 0 602035912 52113408 8582 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 12723 8582 257 24 0 9357 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 50892

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/363 30583
/proc/meminfo: memFree=4402052/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53736 CPUtime=522.16 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 20963 0 0 0 52208 8 0 0 25 0 1 0 602035912 55025664 10070 33554432000 4194304 4291235 140734376091312 18446744073709551615 4262912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13434 10070 257 24 0 10068 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 53736

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/363 30585
/proc/meminfo: memFree=4293648/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53736 CPUtime=582.16 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 20963 0 0 0 58208 8 0 0 25 0 1 0 602035912 55025664 10070 33554432000 4194304 4291235 140734376091312 18446744073709551615 4248856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13434 10070 257 24 0 10068 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 53736

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/363 30587
/proc/meminfo: memFree=4283996/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53736 CPUtime=642.18 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 20963 0 0 0 64210 8 0 0 25 0 1 0 602035912 55025664 10070 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13434 10070 257 24 0 10068 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 53736

[startup+702.3 s]
/proc/loadavg: 4.06 4.02 3.94 5/363 30588
/proc/meminfo: memFree=4142892/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53736 CPUtime=702.17 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 20963 0 0 0 70209 8 0 0 25 0 1 0 602035912 55025664 10070 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13434 10070 257 24 0 10068 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 53736

[startup+762.313 s]
/proc/loadavg: 4.22 4.06 3.96 5/363 30590
/proc/meminfo: memFree=3970004/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53736 CPUtime=762.19 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 20963 0 0 0 76211 8 0 0 25 0 1 0 602035912 55025664 10070 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13434 10070 257 24 0 10068 0
Current children cumulated CPU time (s) 762.19
Current children cumulated vsize (KiB) 53736

[startup+822.301 s]
/proc/loadavg: 4.13 4.06 3.96 5/363 30591
/proc/meminfo: memFree=3849268/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53736 CPUtime=822.18 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 20963 0 0 0 82210 8 0 0 25 0 1 0 602035912 55025664 10070 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13434 10070 257 24 0 10068 0
Current children cumulated CPU time (s) 822.18
Current children cumulated vsize (KiB) 53736

[startup+882.301 s]
/proc/loadavg: 4.05 4.05 3.96 5/363 30593
/proc/meminfo: memFree=3718304/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53736 CPUtime=882.18 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 20963 0 0 0 88210 8 0 0 25 0 1 0 602035912 55025664 10070 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13434 10070 257 24 0 10068 0
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (KiB) 53736

[startup+942.301 s]
/proc/loadavg: 4.02 4.04 3.96 5/363 30595
/proc/meminfo: memFree=3572952/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=53904 CPUtime=942.18 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 21005 0 0 0 94210 8 0 0 25 0 1 0 602035912 55197696 10112 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256107 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 13476 10112 257 24 0 10110 0
Current children cumulated CPU time (s) 942.18
Current children cumulated vsize (KiB) 53904

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 3.96 5/363 30596
/proc/meminfo: memFree=3424712/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=61204 CPUtime=1002.19 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 25243 0 0 0 100210 9 0 0 25 0 1 0 602035912 62672896 10348 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 15301 10348 257 24 0 11935 0
Current children cumulated CPU time (s) 1002.19
Current children cumulated vsize (KiB) 61204

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/363 30598
/proc/meminfo: memFree=3306772/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=61204 CPUtime=1062.18 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 26735 0 0 0 106209 9 0 0 25 0 1 0 602035912 62672896 11799 33554432000 4194304 4291235 140734376091312 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 15301 11799 257 24 0 11935 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 61204

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/363 30599
/proc/meminfo: memFree=3300720/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=61204 CPUtime=1122.19 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 26735 0 0 0 112210 9 0 0 25 0 1 0 602035912 62672896 11799 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 15301 11799 257 24 0 11935 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 61204

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/363 30601
/proc/meminfo: memFree=3171052/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=61204 CPUtime=1182.19 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 26735 0 0 0 118210 9 0 0 25 0 1 0 602035912 62672896 11799 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 15301 11799 257 24 0 11935 0
Current children cumulated CPU time (s) 1182.19
Current children cumulated vsize (KiB) 61204

[startup+1242.3 s]
/proc/loadavg: 4.03 4.02 3.97 5/363 30603
/proc/meminfo: memFree=3031932/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=61204 CPUtime=1242.19 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 26735 0 0 0 124210 9 0 0 25 0 1 0 602035912 62672896 11799 33554432000 4194304 4291235 140734376091312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 15301 11799 257 24 0 11935 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 61204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.06 3.98 5/363 30604
/proc/meminfo: memFree=2947916/32950928 swapFree=45936960/67111528
[pid=30346] ppid=30344 vsize=61204 CPUtime=1299.91 cores=1,3
/proc/30346/stat : 30346 (minisat) R 30344 30346 29236 0 -1 4202496 26735 0 0 0 129982 9 0 0 25 0 1 0 602035912 62672896 11799 33554432000 4194304 4291235 140734376091312 18446744073709551615 4261987 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30346/statm: 15301 11799 257 24 0 11935 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 61204

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.92
CPU user time (s): 1299.82
CPU system time (s): 0.099984
CPU usage (%): 99.9928
Max. virtual memory (cumulated for all children) (KiB): 65624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26735
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= 13
involuntary context switches= 3160

runsolver used 4.26335 second user time and 11.1223 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 03:26:32
IDJOB=3318164
IDBENCH=88045
IDSOLVER=1707
FILE ID=node149/3318164-1304904392
RUNJOBID= node149-1304904392-30318
PBS_JOBID= 13282122
Free space on /tmp= 42548 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318164-1304904392/watcher-3318164-1304904392 -o /tmp/evaluation-result-3318164-1304904392/solver-3318164-1304904392 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318164-1304904392.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=212714240

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:       7027664 kB
Buffers:        231976 kB
Cached:       20598252 kB
SwapCached:      20984 kB
Active:       11311828 kB
Inactive:     13861696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7027664 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:     4334152 kB
Mapped:          13792 kB
Slab:           612764 kB
PageTables:      72032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80225764 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= 42136 MiB
End job on node149 at 2011-05-09 03:48:14