Trace number 3318035

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) 1300.08 1300.03

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.97 3.96 3.08 5/364 28049
/proc/meminfo: memFree=4433776/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=27956 CPUtime=0 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 2395 0 0 0 0 0 0 0 18 0 1 0 601625301 28626944 2284 33554432000 4194304 4291235 140734837422480 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 6989 2289 214 24 0 3623 0

[startup+0.101674 s]
/proc/loadavg: 3.97 3.96 3.08 5/364 28049
/proc/meminfo: memFree=4433776/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=63284 CPUtime=0.09 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 10660 0 0 0 8 1 0 0 18 0 1 0 601625301 64802816 10110 33554432000 4194304 4291235 140734837422480 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 15821 10112 216 24 0 12455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63284

[startup+0.200654 s]
/proc/loadavg: 3.97 3.96 3.08 5/364 28049
/proc/meminfo: memFree=4433776/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=78612 CPUtime=0.19 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 15713 0 0 0 17 2 0 0 18 0 1 0 601625301 80498688 14312 33554432000 4194304 4291235 140734837422480 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 19653 14313 216 24 0 16287 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 78612

[startup+0.300635 s]
/proc/loadavg: 3.97 3.96 3.08 5/364 28049
/proc/meminfo: memFree=4433776/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=95048 CPUtime=0.28 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 20462 0 0 0 26 2 0 0 18 0 1 0 601625301 97329152 18390 33554432000 4194304 4291235 140734837422480 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 23795 18392 216 24 0 20429 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 95048

[startup+0.700559 s]
/proc/loadavg: 3.97 3.96 3.08 5/364 28049
/proc/meminfo: memFree=4433776/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=141184 CPUtime=0.69 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 30093 0 0 0 65 4 0 0 18 0 1 0 601625301 144572416 26881 33554432000 4194304 4291235 140734837422480 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 35296 26882 239 24 0 31930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141184

[startup+1.50041 s]
/proc/loadavg: 3.97 3.96 3.08 5/365 28050
/proc/meminfo: memFree=4300216/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=208924 CPUtime=1.49 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 42979 0 0 0 143 6 0 0 20 0 1 0 601625301 213938176 38769 33554432000 4194304 4291235 140734837422480 18446744073709551615 4210128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 52231 38771 239 24 0 48865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208924

[startup+3.1011 s]
/proc/loadavg: 3.97 3.96 3.08 5/365 28050
/proc/meminfo: memFree=4290916/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=146884 CPUtime=3.09 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 50741 0 0 0 302 7 0 0 25 0 1 0 601625301 150409216 29670 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 36721 29670 258 24 0 33355 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146884

[startup+6.30049 s]
/proc/loadavg: 3.97 3.96 3.08 5/365 28050
/proc/meminfo: memFree=4297876/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=146884 CPUtime=6.29 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 50857 0 0 0 622 7 0 0 25 0 1 0 601625301 150409216 29784 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 36721 29784 259 24 0 33355 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146884

[startup+12.7003 s]
/proc/loadavg: 3.98 3.96 3.09 5/365 28050
/proc/meminfo: memFree=4279176/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=146884 CPUtime=12.68 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 51041 0 0 0 1261 7 0 0 25 0 1 0 601625301 150409216 29964 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 36721 29964 259 24 0 33355 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 146884

[startup+25.5008 s]
/proc/loadavg: 3.98 3.96 3.10 5/365 28078
/proc/meminfo: memFree=3741968/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=146884 CPUtime=25.49 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 51614 0 0 0 2541 8 0 0 25 0 1 0 601625301 150409216 30520 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 36721 30520 259 24 0 33355 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146884

[startup+51.1009 s]
/proc/loadavg: 3.99 3.97 3.12 5/365 28079
/proc/meminfo: memFree=3862176/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=158560 CPUtime=51.09 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 53466 0 0 0 5100 9 0 0 25 0 1 0 601625301 162365440 32322 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 39640 32322 259 24 0 36274 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158560

[startup+102.301 s]
/proc/loadavg: 4.12 4.00 3.18 5/365 28080
/proc/meminfo: memFree=3783236/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=177528 CPUtime=102.3 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 56039 0 0 0 10220 10 0 0 25 0 1 0 601625301 181788672 34837 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 44382 34837 259 24 0 41016 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 177528

[startup+162.301 s]
/proc/loadavg: 4.17 4.03 3.24 5/365 28109
/proc/meminfo: memFree=3999636/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=179620 CPUtime=162.29 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 59615 0 0 0 16218 11 0 0 25 0 1 0 601625301 183930880 38359 33554432000 4194304 4291235 140734837422480 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 44905 38359 259 24 0 41539 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 179620

[startup+222.314 s]
/proc/loadavg: 4.06 4.02 3.29 5/365 28110
/proc/meminfo: memFree=3792180/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=212708 CPUtime=222.31 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 61743 0 0 0 22218 13 0 0 25 0 1 0 601625301 217812992 40460 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 53177 40460 259 24 0 49811 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 212708

[startup+282.3 s]
/proc/loadavg: 4.18 4.05 3.33 5/365 28112
/proc/meminfo: memFree=3634208/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=216092 CPUtime=282.3 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 63737 0 0 0 28216 14 0 0 25 0 1 0 601625301 221278208 42416 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 54023 42416 259 24 0 50657 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 216092

[startup+342.301 s]
/proc/loadavg: 4.06 4.04 3.38 5/365 28141
/proc/meminfo: memFree=3322876/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=218440 CPUtime=342.3 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 67033 0 0 0 34215 15 0 0 25 0 1 0 601625301 223682560 45657 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 54610 45657 259 24 0 51244 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 218440

[startup+402.3 s]
/proc/loadavg: 4.22 4.09 3.43 5/365 28169
/proc/meminfo: memFree=2588384/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=218760 CPUtime=402.3 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 68608 0 0 0 40214 16 0 0 25 0 1 0 601625301 224010240 47197 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 54690 47197 259 24 0 51324 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 218760

[startup+462.301 s]
/proc/loadavg: 4.07 4.07 3.47 5/365 28171
/proc/meminfo: memFree=2277976/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=272440 CPUtime=462.3 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 71489 0 0 0 46213 17 0 0 25 0 1 0 601625301 278978560 50028 33554432000 4194304 4291235 140734837422480 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 68110 50028 259 24 0 64744 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 272440

[startup+522.3 s]
/proc/loadavg: 4.13 4.08 3.50 5/365 28172
/proc/meminfo: memFree=1920320/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=272744 CPUtime=522.31 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 72771 0 0 0 52213 18 0 0 25 0 1 0 601625301 279289856 51284 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 68186 51284 259 24 0 64820 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 272744

[startup+582.301 s]
/proc/loadavg: 4.04 4.07 3.54 5/365 28174
/proc/meminfo: memFree=1536672/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=279296 CPUtime=582.32 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 75212 0 0 0 58213 19 0 0 25 0 1 0 601625301 285999104 53692 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 69824 53692 259 24 0 66458 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 279296

[startup+642.3 s]
/proc/loadavg: 4.02 4.05 3.56 5/365 28176
/proc/meminfo: memFree=1239240/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=279296 CPUtime=642.32 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 77225 0 0 0 64212 20 0 0 25 0 1 0 601625301 285999104 55654 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 69824 55654 259 24 0 66458 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 279296

[startup+702.301 s]
/proc/loadavg: 4.09 4.07 3.60 5/365 28177
/proc/meminfo: memFree=918812/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=279296 CPUtime=702.32 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 78804 0 0 0 70211 21 0 0 25 0 1 0 601625301 285999104 57184 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 69824 57184 259 24 0 66458 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 279296

[startup+762.301 s]
/proc/loadavg: 4.15 4.08 3.63 5/365 28179
/proc/meminfo: memFree=614216/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=282940 CPUtime=762.33 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 80902 0 0 0 76211 22 0 0 25 0 1 0 601625301 289730560 59236 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 70735 59236 259 24 0 67369 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 282940

[startup+822.301 s]
/proc/loadavg: 4.05 4.07 3.65 5/365 28180
/proc/meminfo: memFree=253472/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=285104 CPUtime=822.32 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 82841 0 0 0 82210 22 0 0 25 0 1 0 601625301 291946496 61130 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 71276 61130 259 24 0 67910 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 285104

[startup+882.313 s]
/proc/loadavg: 4.02 4.05 3.67 5/365 28182
/proc/meminfo: memFree=92528/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=288704 CPUtime=882.34 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 85815 0 0 0 88211 23 0 0 25 0 1 0 601625301 295632896 64059 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 72176 64059 259 24 0 68810 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 288704

[startup+942.301 s]
/proc/loadavg: 4.00 4.04 3.68 5/365 28184
/proc/meminfo: memFree=93692/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=292664 CPUtime=942.33 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 87771 0 0 0 94209 24 0 0 25 0 1 0 601625301 299687936 65987 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 73166 65987 259 24 0 69800 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 292664

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.71 5/365 28185
/proc/meminfo: memFree=94316/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=376212 CPUtime=1002.33 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 89549 0 0 0 100209 24 0 0 25 0 1 0 601625301 385241088 67729 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 94053 67729 259 24 0 90687 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 376212

[startup+1062.3 s]
/proc/loadavg: 4.10 4.05 3.73 5/365 28187
/proc/meminfo: memFree=97524/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=376212 CPUtime=1062.33 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 91335 0 0 0 106208 25 0 0 25 0 1 0 601625301 385241088 69474 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 94053 69474 259 24 0 90687 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 376212

[startup+1122.3 s]
/proc/loadavg: 4.03 4.04 3.74 5/365 28188
/proc/meminfo: memFree=97636/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=376212 CPUtime=1122.34 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 92492 0 0 0 112208 26 0 0 25 0 1 0 601625301 385241088 70596 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 94053 70596 259 24 0 90687 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 376212

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 3.76 5/365 28190
/proc/meminfo: memFree=94380/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=376212 CPUtime=1182.33 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 94631 0 0 0 118207 26 0 0 25 0 1 0 601625301 385241088 72685 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 94053 72685 259 24 0 90687 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 376212

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.78 5/365 28192
/proc/meminfo: memFree=98224/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=381680 CPUtime=1242.34 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 97192 0 0 0 124207 27 0 0 25 0 1 0 601625301 390840320 75205 33554432000 4194304 4291235 140734837422480 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 95420 75205 259 24 0 92054 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 381680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.04 3.79 5/365 28193
/proc/meminfo: memFree=97796/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=381680 CPUtime=1300.05 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 98312 0 0 0 129977 28 0 0 25 0 1 0 601625301 390840320 76302 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 95420 76302 259 24 0 92054 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 381680

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.04 3.79 5/365 28193
/proc/meminfo: memFree=97796/32950928 swapFree=67056568/67111528
[pid=28049] ppid=28047 vsize=381680 CPUtime=1300.05 cores=5,7
/proc/28049/stat : 28049 (minisat) R 28047 28049 27748 0 -1 4202496 98312 0 0 0 129977 28 0 0 25 0 1 0 601625301 390840320 76302 33554432000 4194304 4291235 140734837422480 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28049/statm: 95420 76302 259 24 0 92054 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 381680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.08
CPU user time (s): 1299.78
CPU system time (s): 0.296954
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 381680

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

runsolver used 4.5963 second user time and 10.7304 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 02:18:02
IDJOB=3318035
IDBENCH=82354
IDSOLVER=1707
FILE ID=node148/3318035-1304900281
RUNJOBID= node148-1304898906-27769
PBS_JOBID= 13282123
Free space on /tmp= 31036 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318035-1304900281/watcher-3318035-1304900281 -o /tmp/evaluation-result-3318035-1304900281/solver-3318035-1304900281 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318035-1304900281.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=22604333

node148.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.854
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.70
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.854
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.854
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.854
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.75
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4434056 kB
Buffers:        230708 kB
Cached:       24144092 kB
SwapCached:       8268 kB
Active:       13291264 kB
Inactive:     14391712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4434056 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           35564 kB
Writeback:           0 kB
AnonPages:     3306068 kB
Mapped:          27656 kB
Slab:           737596 kB
PageTables:      30328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85193152 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= 30812 MiB
End job on node148 at 2011-05-09 02:39:44