Trace number 3434144

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) 5000.27 5000.15

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2200.85
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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: 977)

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-3434144-1306901870/watcher-3434144-1306901870 -o /tmp/evaluation-result-3434144-1306901870/solver-3434144-1306901870 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434144-1306901870.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.04 1.83 2/488 21662
/proc/meminfo: memFree=4478544/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=20252 CPUtime=0 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 954 0 0 0 0 0 0 0 23 0 1 0 534378553 20738048 884 33554432000 4194304 4291235 140735539866608 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 5063 884 213 24 0 1697 0

[startup+0.029456 s]
/proc/loadavg: 2.09 2.04 1.83 2/488 21662
/proc/meminfo: memFree=4478544/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=23576 CPUtime=0.02 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 2178 0 0 0 2 0 0 0 23 0 1 0 534378553 24141824 1951 33554432000 4194304 4291235 140735539866608 18446744073709551615 268660358923 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 5894 1973 215 24 0 2528 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23576

[startup+0.100445 s]
/proc/loadavg: 2.09 2.04 1.83 2/488 21662
/proc/meminfo: memFree=4478544/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=38232 CPUtime=0.09 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 6883 0 0 0 8 1 0 0 23 0 1 0 534378553 39149568 5964 33554432000 4194304 4291235 140735539866608 18446744073709551615 4221429 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 9558 5964 215 24 0 6192 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38232

[startup+0.300408 s]
/proc/loadavg: 2.09 2.04 1.83 2/488 21662
/proc/meminfo: memFree=4478544/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=77128 CPUtime=0.29 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 18313 0 0 0 27 2 0 0 25 0 1 0 534378553 78979072 15344 33554432000 4194304 4291235 140735539866608 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 19282 15346 215 24 0 15916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77128

[startup+0.700336 s]
/proc/loadavg: 2.09 2.04 1.83 2/488 21662
/proc/meminfo: memFree=4478544/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=164224 CPUtime=0.69 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 41166 0 0 0 63 6 0 0 25 0 1 0 534378553 168165376 34431 33554432000 4194304 4291235 140735539866608 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 41056 34435 215 24 0 37690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164224

[startup+1.5002 s]
/proc/loadavg: 2.09 2.04 1.83 3/489 21663
/proc/meminfo: memFree=4283368/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=339368 CPUtime=1.49 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 82454 0 0 0 137 12 0 0 25 0 1 0 534378553 347512832 67931 33554432000 4194304 4291235 140735539866608 18446744073709551615 4215710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 84842 67931 236 24 0 81476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 339368

[startup+3.10091 s]
/proc/loadavg: 2.09 2.04 1.83 3/489 21663
/proc/meminfo: memFree=4205372/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=339368 CPUtime=3.09 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 82455 0 0 0 297 12 0 0 25 0 1 0 534378553 347512832 67932 33554432000 4194304 4291235 140735539866608 18446744073709551615 4229912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 84842 67932 237 24 0 81476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 339368

[startup+6.30035 s]
/proc/loadavg: 2.24 2.07 1.84 3/489 21663
/proc/meminfo: memFree=4205160/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=339368 CPUtime=6.29 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 82455 0 0 0 617 12 0 0 25 0 1 0 534378553 347512832 67932 33554432000 4194304 4291235 140735539866608 18446744073709551615 4230240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 84842 67932 237 24 0 81476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 339368

[startup+12.7002 s]
/proc/loadavg: 2.22 2.07 1.85 3/489 21663
/proc/meminfo: memFree=4198752/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=341928 CPUtime=12.69 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 83675 0 0 0 1257 12 0 0 25 0 1 0 534378553 350134272 69114 33554432000 4194304 4291235 140735539866608 18446744073709551615 4230134 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 85482 69114 239 24 0 82116 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 341928

[startup+25.501 s]
/proc/loadavg: 2.17 2.06 1.85 3/489 21663
/proc/meminfo: memFree=4216624/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=322164 CPUtime=25.49 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 108628 0 0 0 2533 16 0 0 25 0 1 0 534378553 329895936 63986 33554432000 4194304 4291235 140735539866608 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 80541 63986 258 24 0 77175 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 322164

[startup+51.1005 s]
/proc/loadavg: 2.11 2.06 1.85 3/489 21664
/proc/meminfo: memFree=4129652/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=403552 CPUtime=51.09 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 130122 0 0 0 5090 19 0 0 25 0 1 0 534378553 413237248 85363 33554432000 4194304 4291235 140735539866608 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 100888 85363 258 24 0 97522 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 403552

[startup+102.318 s]
/proc/loadavg: 2.05 2.05 1.85 3/489 21666
/proc/meminfo: memFree=3929940/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=752032 CPUtime=102.31 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 176725 0 0 0 10202 29 0 0 25 0 1 0 534378553 770080768 131771 33554432000 4194304 4291235 140735539866608 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 188008 131771 258 24 0 184642 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 752032

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 1.86 3/489 21667
/proc/meminfo: memFree=3721896/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=767964 CPUtime=162.29 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 226923 0 0 0 16192 37 0 0 25 0 1 0 534378553 786395136 181790 33554432000 4194304 4291235 140735539866608 18446744073709551615 4248885 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 191991 181790 258 24 0 188625 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 767964

[startup+222.3 s]
/proc/loadavg: 2.04 2.04 1.87 3/489 21669
/proc/meminfo: memFree=3683420/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=1131800 CPUtime=222.3 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 267707 0 0 0 22184 46 0 0 25 0 1 0 534378553 1158963200 222425 33554432000 4194304 4291235 140735539866608 18446744073709551615 4262084 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 282950 222425 258 24 0 279584 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1131800

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 1.88 3/489 21670
/proc/meminfo: memFree=3504820/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=1136068 CPUtime=282.3 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 305078 0 0 0 28177 53 0 0 25 0 1 0 534378553 1163333632 259602 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 284017 259602 258 24 0 280651 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1136068

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.88 3/489 21672
/proc/meminfo: memFree=3329308/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=1714396 CPUtime=342.3 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 344379 0 0 0 34169 61 0 0 25 0 1 0 534378553 1755541504 298740 33554432000 4194304 4291235 140735539866608 18446744073709551615 4248885 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 428599 298740 258 24 0 425233 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1714396

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.89 3/489 21674
/proc/meminfo: memFree=3129496/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=1720400 CPUtime=402.3 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 390124 0 0 0 40159 71 0 0 25 0 1 0 534378553 1761689600 344310 33554432000 4194304 4291235 140735539866608 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 430100 344310 258 24 0 426734 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1720400

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 1.90 3/489 21675
/proc/meminfo: memFree=2989448/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=1734456 CPUtime=462.3 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 420990 0 0 0 46153 77 0 0 25 0 1 0 534378553 1776082944 375060 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 433614 375060 258 24 0 430248 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1734456

[startup+522.3 s]
/proc/loadavg: 2.08 2.05 1.91 3/489 21677
/proc/meminfo: memFree=2850516/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=1749620 CPUtime=522.3 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 453076 0 0 0 52147 83 0 0 25 0 1 0 534378553 1791610880 407016 33554432000 4194304 4291235 140735539866608 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 437405 407016 258 24 0 434039 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1749620

[startup+582.301 s]
/proc/loadavg: 2.06 2.05 1.92 3/489 21678
/proc/meminfo: memFree=2732412/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=2675536 CPUtime=582.31 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 479306 0 0 0 58140 91 0 0 25 0 1 0 534378553 2739748864 433144 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 668884 433144 258 24 0 665518 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2675536

[startup+642.3 s]

################
# More data... #
################

[startup+4122.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/483 21803
/proc/meminfo: memFree=206208/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6894788 CPUtime=4122.39 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1273552 0 0 0 411909 330 0 0 25 0 1 0 534378553 7060262912 1224610 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1723697 1224610 258 24 0 1720331 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 6894788

[startup+4182.3 s]
/proc/loadavg: 1.00 1.22 1.60 4/483 21804
/proc/meminfo: memFree=182492/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6894788 CPUtime=4182.39 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1279453 0 0 0 417907 332 0 0 25 0 1 0 534378553 7060262912 1230483 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1723697 1230483 258 24 0 1720331 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 6894788

[startup+4242.3 s]
/proc/loadavg: 1.00 1.18 1.56 2/483 21806
/proc/meminfo: memFree=158780/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6894788 CPUtime=4242.39 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1285447 0 0 0 423904 335 0 0 25 0 1 0 534378553 7060262912 1236445 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1723697 1236445 258 24 0 1720331 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 6894788

[startup+4302.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/483 21808
/proc/meminfo: memFree=136228/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6894788 CPUtime=4302.4 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1291020 0 0 0 429902 338 0 0 25 0 1 0 534378553 7060262912 1241989 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1723697 1241989 258 24 0 1720331 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 6894788

[startup+4362.3 s]
/proc/loadavg: 1.09 1.14 1.50 2/483 21809
/proc/meminfo: memFree=101384/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6894788 CPUtime=4362.4 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1299936 0 0 0 435898 342 0 0 25 0 1 0 534378553 7060262912 1250885 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1723697 1250885 258 24 0 1720331 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 6894788

[startup+4422.3 s]
/proc/loadavg: 1.07 1.13 1.47 2/483 21811
/proc/meminfo: memFree=96032/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6898028 CPUtime=4422.4 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1308751 0 0 0 441893 347 0 0 25 0 1 0 534378553 7063580672 1259680 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1724507 1259680 258 24 0 1721141 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 6898028

[startup+4482.3 s]
/proc/loadavg: 1.02 1.10 1.44 2/483 21812
/proc/meminfo: memFree=95808/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6904508 CPUtime=4482.4 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1320435 0 0 0 447890 350 0 0 25 0 1 0 534378553 7070216192 1271323 33554432000 4194304 4291235 140735539866608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1726127 1271323 258 24 0 1722761 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 6904508

[startup+4542.3 s]
/proc/loadavg: 1.01 1.08 1.41 2/483 21814
/proc/meminfo: memFree=92796/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6904508 CPUtime=4542.4 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1326912 0 0 0 453888 352 0 0 25 0 1 0 534378553 7070216192 1277781 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1726127 1277781 258 24 0 1722761 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 6904508

[startup+4602.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/483 21816
/proc/meminfo: memFree=94380/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6907748 CPUtime=4602.41 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1337740 0 0 0 459885 356 0 0 25 0 1 0 534378553 7073533952 1288581 33554432000 4194304 4291235 140735539866608 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1726937 1288581 258 24 0 1723571 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 6907748

[startup+4662.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/483 21817
/proc/meminfo: memFree=93952/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6907748 CPUtime=4662.4 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1345996 0 0 0 465881 359 0 0 25 0 1 0 534378553 7073533952 1296812 33554432000 4194304 4291235 140735539866608 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1726937 1296812 258 24 0 1723571 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 6907748

[startup+4722.32 s]
/proc/loadavg: 1.00 1.04 1.33 2/483 21819
/proc/meminfo: memFree=94940/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6907748 CPUtime=4722.42 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1357533 0 0 0 471878 364 0 0 25 0 1 0 534378553 7073533952 1308324 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1726937 1308324 258 24 0 1723571 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 6907748

[startup+4782.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/483 21820
/proc/meminfo: memFree=98040/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6907748 CPUtime=4782.4 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1372309 0 0 0 477872 368 0 0 25 0 1 0 534378553 7073533952 1323059 33554432000 4194304 4291235 140735539866608 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1726937 1323059 258 24 0 1723571 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 6907748

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/483 21822
/proc/meminfo: memFree=93120/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6907748 CPUtime=4842.41 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1382647 0 0 0 483869 372 0 0 25 0 1 0 534378553 7073533952 1333363 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1726937 1333363 258 24 0 1723571 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 6907748

[startup+4902.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/483 21824
/proc/meminfo: memFree=92940/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6914232 CPUtime=4902.41 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1391582 0 0 0 489865 376 0 0 25 0 1 0 534378553 7080173568 1342270 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1728558 1342270 258 24 0 1725192 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 6914232

[startup+4962.3 s]
/proc/loadavg: 1.10 1.04 1.25 2/483 21825
/proc/meminfo: memFree=94292/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6914232 CPUtime=4962.41 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1399860 0 0 0 495863 378 0 0 25 0 1 0 534378553 7080173568 1350522 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1728558 1350522 258 24 0 1725192 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 6914232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.06 1.03 1.24 2/483 21826
/proc/meminfo: memFree=95028/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=6919092 CPUtime=5000.02 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4202496 1405440 0 0 0 499621 381 0 0 25 0 1 0 534378553 7085150208 1356089 33554432000 4194304 4291235 140735539866608 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21662/statm: 1729773 1356089 258 24 0 1726407 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 6919092

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

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

[startup+5000.02 s]
/proc/loadavg: 1.06 1.03 1.24 2/483 21826
/proc/meminfo: memFree=95028/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=0 CPUtime=5000.13 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4203524 1405443 0 0 0 499622 391 0 0 25 0 1 0 534378553 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/21662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.13
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 1.06 1.03 1.24 2/483 21826
/proc/meminfo: memFree=95028/32951124 swapFree=46575304/67111528
[pid=21662] ppid=21660 vsize=0 CPUtime=5000.21 cores=1,3,5,7
/proc/21662/stat : 21662 (minisat) R 21660 21662 20188 0 -1 4203524 1405443 0 0 0 499622 399 0 0 25 0 1 0 534378553 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/21662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.15
CPU time (s): 5000.27
CPU user time (s): 4996.23
CPU system time (s): 4.04339
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6919092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.23
system time used= 4.04338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1405443
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= 10
involuntary context switches= 4744

runsolver used 23.0055 second user time and 56.9443 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-01 06:17:53
IDJOB=3434144
IDBENCH=88163
IDSOLVER=1930
FILE ID=node107/3434144-1306901870
RUNJOBID= node107-1306900592-21442
PBS_JOBID= 13488469
Free space on /tmp= 56244 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434144-1306901870/watcher-3434144-1306901870 -o /tmp/evaluation-result-3434144-1306901870/solver-3434144-1306901870 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434144-1306901870.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=955209723

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4478824 kB
Buffers:        235620 kB
Cached:       18604408 kB
SwapCached:       9156 kB
Active:       16494288 kB
Inactive:     11237436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4478824 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:           81376 kB
Writeback:           0 kB
AnonPages:     8889732 kB
Mapped:          32856 kB
Slab:           576432 kB
PageTables:      95316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145325000 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= 56244 MiB
End job on node107 at 2011-06-01 07:41:15