Trace number 3380471

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: cir_minisat 2011-05-13 (simp)? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.14 4.06 3.62 4/310 29855
/proc/meminfo: memFree=12982248/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=21000 CPUtime=0 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 1093 0 0 0 0 0 0 0 25 0 1 0 657494257 21504000 1018 33554432000 4194304 4300288 140735009698496 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 5250 1019 218 26 0 1882 0

[startup+0.0687509 s]
/proc/loadavg: 4.14 4.06 3.62 4/310 29855
/proc/meminfo: memFree=12982248/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=32776 CPUtime=0.05 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 4562 0 0 0 5 0 0 0 25 0 1 0 657494257 33562624 4169 33554432000 4194304 4300288 140735009698496 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 8194 4172 218 26 0 4826 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32776

[startup+0.100739 s]
/proc/loadavg: 4.14 4.06 3.62 4/310 29855
/proc/meminfo: memFree=12982248/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=39484 CPUtime=0.09 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 6509 0 0 0 8 1 0 0 25 0 1 0 657494257 40431616 5902 33554432000 4194304 4300288 140735009698496 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 9871 5903 218 26 0 6503 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39484

[startup+0.300706 s]
/proc/loadavg: 4.14 4.06 3.62 4/310 29855
/proc/meminfo: memFree=12982248/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=62732 CPUtime=0.29 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 11523 0 0 0 27 2 0 0 25 0 1 0 657494257 64237568 10516 33554432000 4194304 4300288 140735009698496 18446744073709551615 4210197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 15683 10516 237 26 0 12315 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62732

[startup+0.700632 s]
/proc/loadavg: 4.14 4.06 3.62 4/310 29855
/proc/meminfo: memFree=12982248/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=54492 CPUtime=0.69 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 14656 0 0 0 67 2 0 0 25 0 1 0 657494257 55799808 9078 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 13623 9078 255 26 0 10255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54492

[startup+1.50048 s]
/proc/loadavg: 4.13 4.06 3.63 5/311 29856
/proc/meminfo: memFree=12940336/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=54492 CPUtime=1.49 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 14833 0 0 0 147 2 0 0 25 0 1 0 657494257 55799808 9249 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 13623 9249 258 26 0 10255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54492

[startup+3.10019 s]
/proc/loadavg: 4.13 4.06 3.63 5/311 29856
/proc/meminfo: memFree=12932524/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=61564 CPUtime=3.09 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 15306 0 0 0 307 2 0 0 25 0 1 0 657494257 63041536 9713 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 15391 9713 258 26 0 12023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61564

[startup+6.30062 s]
/proc/loadavg: 4.13 4.06 3.63 5/311 29856
/proc/meminfo: memFree=12908216/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=61564 CPUtime=6.29 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 16135 0 0 0 627 2 0 0 25 0 1 0 657494257 63041536 10527 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 15391 10527 258 26 0 12023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61564

[startup+12.7004 s]
/proc/loadavg: 4.11 4.06 3.63 5/311 29857
/proc/meminfo: memFree=12849712/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=80684 CPUtime=12.69 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 20835 0 0 0 1266 3 0 0 25 0 1 0 657494257 82620416 15201 33554432000 4194304 4300288 140735009698496 18446744073709551615 4250781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 20171 15201 258 26 0 16803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80684

[startup+25.5011 s]
/proc/loadavg: 4.09 4.06 3.63 5/311 29857
/proc/meminfo: memFree=12755784/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=92360 CPUtime=25.49 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 24646 0 0 0 2545 4 0 0 25 0 1 0 657494257 94576640 18972 33554432000 4194304 4300288 140735009698496 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 23090 18972 258 26 0 19722 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92360

[startup+51.1004 s]
/proc/loadavg: 4.06 4.05 3.64 5/311 29858
/proc/meminfo: memFree=12589400/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=142148 CPUtime=51.09 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 34019 0 0 0 5103 6 0 0 25 0 1 0 657494257 145559552 28241 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268239 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 35537 28241 258 26 0 32169 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142148

[startup+102.312 s]
/proc/loadavg: 4.02 4.04 3.66 5/311 29859
/proc/meminfo: memFree=12363916/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=124344 CPUtime=102.3 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 57119 0 0 0 10216 14 0 0 25 0 1 0 657494257 127328256 25880 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 31086 25880 258 26 0 27718 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124344

[startup+162.3 s]
/proc/loadavg: 4.14 4.08 3.69 5/311 29888
/proc/meminfo: memFree=12721144/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=105376 CPUtime=162.29 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 83872 0 0 0 16204 25 0 0 25 0 1 0 657494257 107905024 22119 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 26344 22119 258 26 0 22976 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105376

[startup+222.3 s]
/proc/loadavg: 4.09 4.07 3.71 5/311 29889
/proc/meminfo: memFree=12480424/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=206084 CPUtime=222.3 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 109036 0 0 0 22197 33 0 0 25 0 1 0 657494257 211030016 47034 33554432000 4194304 4300288 140735009698496 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 51521 47034 258 26 0 48153 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 206084

[startup+282.3 s]
/proc/loadavg: 4.07 4.07 3.73 5/311 29891
/proc/meminfo: memFree=12429316/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=161280 CPUtime=282.3 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 141244 0 0 0 28188 42 0 0 25 0 1 0 657494257 165150720 30750 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 40320 30750 258 26 0 36952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 161280

[startup+342.3 s]
/proc/loadavg: 4.11 4.09 3.76 5/311 29892
/proc/meminfo: memFree=12245384/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=296032 CPUtime=342.3 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 161059 0 0 0 34181 49 0 0 25 0 1 0 657494257 303136768 50372 33554432000 4194304 4300288 140735009698496 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 74008 50372 258 26 0 70640 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 296032

[startup+402.3 s]
/proc/loadavg: 4.04 4.07 3.77 5/311 29894
/proc/meminfo: memFree=12117276/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=317480 CPUtime=402.3 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 205031 0 0 0 40170 60 0 0 25 0 1 0 657494257 325099520 58331 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 79370 58331 258 26 0 76002 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 317480

[startup+462.301 s]
/proc/loadavg: 4.01 4.05 3.78 5/311 29896
/proc/meminfo: memFree=12467528/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=449740 CPUtime=462.3 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 225560 0 0 0 46164 66 0 0 25 0 1 0 657494257 460533760 78646 33554432000 4194304 4300288 140735009698496 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 112435 78646 258 26 0 109067 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 449740

[startup+522.301 s]
/proc/loadavg: 4.00 4.04 3.79 5/311 29897
/proc/meminfo: memFree=12472976/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=240876 CPUtime=522.3 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 249757 0 0 0 52156 74 0 0 25 0 1 0 657494257 246657024 46007 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 60219 46007 258 26 0 56851 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 240876

[startup+582.301 s]
/proc/loadavg: 4.05 4.05 3.81 5/311 29899
/proc/meminfo: memFree=12314704/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=322264 CPUtime=582.31 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 274263 0 0 0 58148 83 0 0 25 0 1 0 657494257 329998336 70352 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 80566 70352 258 26 0 77198 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 322264

[startup+642.301 s]
/proc/loadavg: 4.02 4.03 3.82 5/311 29900
/proc/meminfo: memFree=12211380/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=190788 CPUtime=642.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 300046 0 0 0 64139 93 0 0 25 0 1 0 657494257 195366912 42259 33554432000 4194304 4300288 140735009698496 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 47697 42259 258 26 0 44329 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 190788

[startup+702.301 s]
/proc/loadavg: 4.17 4.07 3.84 5/311 29902
/proc/meminfo: memFree=12084504/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=322264 CPUtime=702.31 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 322476 0 0 0 70130 101 0 0 25 0 1 0 657494257 329998336 64509 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268265 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 80566 64509 258 26 0 77198 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 322264

[startup+762.312 s]
/proc/loadavg: 4.06 4.06 3.85 5/311 29904
/proc/meminfo: memFree=11986260/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=205156 CPUtime=762.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 352592 0 0 0 76121 111 0 0 25 0 1 0 657494257 210079744 41844 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 51289 41844 258 26 0 47921 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 205156

[startup+822.301 s]
/proc/loadavg: 4.08 4.06 3.86 5/311 29905
/proc/meminfo: memFree=11870908/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=336632 CPUtime=822.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 376896 0 0 0 82113 119 0 0 25 0 1 0 657494257 344711168 65983 33554432000 4194304 4300288 140735009698496 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 84158 65983 258 26 0 80790 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 336632

[startup+882.301 s]
/proc/loadavg: 4.09 4.06 3.87 5/311 29907
/proc/meminfo: memFree=11818296/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=205156 CPUtime=882.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 406232 0 0 0 88103 129 0 0 25 0 1 0 657494257 210079744 39736 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 51289 39736 258 26 0 47921 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 205156

[startup+942.301 s]
/proc/loadavg: 4.11 4.07 3.88 5/311 29908
/proc/meminfo: memFree=11693760/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=336632 CPUtime=942.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 442830 0 0 0 94094 138 0 0 25 0 1 0 657494257 344711168 76126 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 84158 76126 258 26 0 80790 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 336632

[startup+1002.3 s]
/proc/loadavg: 4.04 4.05 3.89 5/311 29910
/proc/meminfo: memFree=11646104/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=468892 CPUtime=1002.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 457947 0 0 0 100087 145 0 0 25 0 1 0 657494257 480145408 91111 33554432000 4194304 4300288 140735009698496 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 117223 91111 258 26 0 113855 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 468892

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 3.89 5/311 29912
/proc/meminfo: memFree=11671852/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=205156 CPUtime=1062.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 484549 0 0 0 106079 153 0 0 25 0 1 0 657494257 210079744 40782 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 51289 40782 258 26 0 47921 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 205156

[startup+1122.3 s]
/proc/loadavg: 4.08 4.04 3.90 5/311 29913
/proc/meminfo: memFree=12266252/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=336632 CPUtime=1122.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 509427 0 0 0 112072 160 0 0 25 0 1 0 657494257 344711168 65507 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 84158 65507 258 26 0 80790 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 336632

[startup+1182.3 s]
/proc/loadavg: 4.03 4.03 3.91 5/311 29915
/proc/meminfo: memFree=11814488/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=468892 CPUtime=1182.33 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 554336 0 0 0 118061 172 0 0 25 0 1 0 657494257 480145408 110287 33554432000 4194304 4300288 140735009698496 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 117223 110287 258 26 0 113855 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 468892

[startup+1242.3 s]
/proc/loadavg: 4.16 4.07 3.93 5/311 29916
/proc/meminfo: memFree=11908292/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=162636 CPUtime=1242.32 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 588427 0 0 0 124049 183 0 0 25 0 1 0 657494257 166539264 35754 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 40659 35754 258 26 0 37291 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 162636



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.50 3.93 3.88 3/299 29954
/proc/meminfo: memFree=13153348/32951124 swapFree=61565116/67111528
[pid=29855] ppid=29853 vsize=343900 CPUtime=1300.04 cores=5,7
/proc/29855/stat : 29855 (cir_minisat) R 29853 29855 27642 0 -1 4202496 617386 0 0 0 129814 190 0 0 25 0 1 0 657494257 352153600 64459 33554432000 4194304 4300288 140735009698496 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29855/statm: 85975 64459 258 26 0 82607 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 343900

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): 1300.06
CPU user time (s): 1298.14
CPU system time (s): 1.92071
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 683816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.14
system time used= 1.92071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617386
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= 8
involuntary context switches= 1680

runsolver used 3.61645 second user time and 9.39357 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 13:29:21
IDJOB=3380471
IDBENCH=82462
IDSOLVER=1863
FILE ID=node134/3380471-1305458960
RUNJOBID= node134-1305458936-29731
PBS_JOBID= 13324884
Free space on /tmp= 73384 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380471-1305458960/watcher-3380471-1305458960 -o /tmp/evaluation-result-3380471-1305458960/solver-3380471-1305458960 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380471-1305458960.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=278924354

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12982404 kB
Buffers:        283332 kB
Cached:        6448328 kB
SwapCached:      13768 kB
Active:       10910364 kB
Inactive:      8807444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12982404 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:          118380 kB
Writeback:           0 kB
AnonPages:    12979400 kB
Mapped:          15400 kB
Slab:           134664 kB
PageTables:      53028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 49436980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73488 MiB
End job on node134 at 2011-05-15 13:51:03