Trace number 3348556

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-03-02? (TO) 1300.1 1300.04

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
MD5SUMd35e27c66dd20912347d4209a4f12c99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables165064
Number of clauses686589
Sum of the clauses size1761641
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2487000
Number of clauses of size 3128986
Number of clauses of size 424474
Number of clauses of size 513939
Number of clauses of size over 530118

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

running on 2 cores: 4,6

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: 2.34 0.63 0.21 4/362 2124
/proc/meminfo: memFree=5827492/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=19080 CPUtime=0 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 504 0 0 0 0 0 0 0 21 0 1 0 608410873 19537920 448 33554432000 4194304 4254575 140735906263536 18446744073709551615 254500691712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 4770 458 206 15 0 1413 0

[startup+0.015415 s]
/proc/loadavg: 2.34 0.63 0.21 4/362 2124
/proc/meminfo: memFree=5827492/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=20632 CPUtime=0.01 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 1015 0 0 0 1 0 0 0 21 0 1 0 608410873 21127168 936 33554432000 4194304 4254575 140735906263536 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 5158 938 213 15 0 1801 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20632

[startup+0.100418 s]
/proc/loadavg: 2.34 0.63 0.21 4/362 2124
/proc/meminfo: memFree=5827492/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=43068 CPUtime=0.09 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 7221 0 0 0 8 1 0 0 21 0 1 0 608410873 44101632 6775 33554432000 4194304 4254575 140735906263536 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 10767 6778 213 15 0 7410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43068

[startup+0.300372 s]
/proc/loadavg: 2.34 0.63 0.21 4/362 2124
/proc/meminfo: memFree=5827492/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=62628 CPUtime=0.29 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 12021 0 0 0 27 2 0 0 22 0 1 0 608410873 64131072 11163 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216968 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 15657 11163 231 15 0 12300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62628

[startup+0.700293 s]
/proc/loadavg: 2.34 0.63 0.21 4/362 2124
/proc/meminfo: memFree=5827492/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=63948 CPUtime=0.69 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 12308 0 0 0 67 2 0 0 23 0 1 0 608410873 65482752 11447 33554432000 4194304 4254575 140735906263536 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 15987 11447 231 15 0 12630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63948

[startup+1.50113 s]
/proc/loadavg: 2.34 0.63 0.21 7/363 2125
/proc/meminfo: memFree=5777772/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=64624 CPUtime=1.49 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 12548 0 0 0 147 2 0 0 25 0 1 0 608410873 66174976 11683 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216807 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 16156 11683 232 15 0 12799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64624

[startup+3.10081 s]
/proc/loadavg: 2.47 0.69 0.23 6/363 2125
/proc/meminfo: memFree=5773060/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=64804 CPUtime=3.09 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 12875 0 0 0 307 2 0 0 25 0 1 0 608410873 66359296 12007 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 16201 12007 232 15 0 12844 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64804

[startup+6.30118 s]
/proc/loadavg: 2.47 0.69 0.23 6/363 2125
/proc/meminfo: memFree=5759048/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=73176 CPUtime=6.29 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 13542 0 0 0 627 2 0 0 25 0 1 0 608410873 74932224 12651 33554432000 4194304 4254575 140735906263536 18446744073709551615 4212530 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 18294 12651 232 15 0 14937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73176

[startup+12.7009 s]
/proc/loadavg: 2.71 0.80 0.27 7/363 2125
/proc/meminfo: memFree=5727124/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=75016 CPUtime=12.69 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 14911 0 0 0 1267 2 0 0 25 0 1 0 608410873 76816384 13994 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 18754 13994 232 15 0 15397 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75016

[startup+25.5003 s]
/proc/loadavg: 2.91 0.90 0.31 7/363 2125
/proc/meminfo: memFree=5664868/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=90012 CPUtime=25.49 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 17395 0 0 0 2546 3 0 0 25 0 1 0 608410873 92172288 16426 33554432000 4194304 4254575 140735906263536 18446744073709551615 4211253 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 22503 16426 232 15 0 19146 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90012

[startup+51.1012 s]
/proc/loadavg: 3.35 1.16 0.41 7/363 2126
/proc/meminfo: memFree=5519576/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=113980 CPUtime=51.09 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 22357 0 0 0 5105 4 0 0 25 0 1 0 608410873 116715520 21310 33554432000 4194304 4254575 140735906263536 18446744073709551615 4223256 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 28495 21310 232 15 0 25138 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113980

[startup+102.314 s]
/proc/loadavg: 3.74 1.64 0.62 6/363 2127
/proc/meminfo: memFree=5266072/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=152980 CPUtime=102.31 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 32484 0 0 0 10224 7 0 0 25 0 1 0 608410873 156651520 31309 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 38245 31309 232 15 0 34888 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 152980

[startup+162.301 s]
/proc/loadavg: 3.90 2.07 0.83 7/363 2156
/proc/meminfo: memFree=5237660/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=209808 CPUtime=162.29 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 42503 0 0 0 16219 10 0 0 25 0 1 0 608410873 214843392 41193 33554432000 4194304 4254575 140735906263536 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 52452 41193 232 15 0 49095 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 209808

[startup+222.301 s]
/proc/loadavg: 3.96 2.41 1.02 7/363 2157
/proc/meminfo: memFree=4968300/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=298348 CPUtime=222.3 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 53875 0 0 0 22216 14 0 0 25 0 1 0 608410873 305508352 52461 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 74587 52461 232 15 0 71230 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 298348

[startup+282.301 s]
/proc/loadavg: 3.98 2.70 1.21 6/363 2159
/proc/meminfo: memFree=4734384/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=305096 CPUtime=282.3 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 62342 0 0 0 28213 17 0 0 25 0 1 0 608410873 312418304 60817 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 76274 60817 232 15 0 72917 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 305096

[startup+342.301 s]
/proc/loadavg: 3.99 2.93 1.38 7/363 2161
/proc/meminfo: memFree=4496032/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=309912 CPUtime=342.31 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 70513 0 0 0 34212 19 0 0 25 0 1 0 608410873 317349888 68884 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 77478 68884 232 15 0 74121 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 309912

[startup+402.301 s]
/proc/loadavg: 3.99 3.13 1.54 7/363 2162
/proc/meminfo: memFree=4250728/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=446804 CPUtime=402.31 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 78134 0 0 0 40210 21 0 0 25 0 1 0 608410873 457527296 76420 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 111701 76420 232 15 0 108344 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 446804

[startup+462.301 s]
/proc/loadavg: 3.99 3.28 1.69 6/363 2164
/proc/meminfo: memFree=4032208/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=452896 CPUtime=462.31 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 85893 0 0 0 46208 23 0 0 25 0 1 0 608410873 463765504 84103 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 113224 84103 232 15 0 109867 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 452896

[startup+522.301 s]
/proc/loadavg: 4.18 3.47 1.85 6/363 2165
/proc/meminfo: memFree=3808364/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=455672 CPUtime=522.31 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 92795 0 0 0 52205 26 0 0 25 0 1 0 608410873 466608128 90928 33554432000 4194304 4254575 140735906263536 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 113918 90928 232 15 0 110561 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 455672

[startup+582.301 s]
/proc/loadavg: 4.11 3.58 1.99 6/363 2167
/proc/meminfo: memFree=3551996/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=458380 CPUtime=582.32 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 104594 0 0 0 58201 31 0 0 25 0 1 0 608410873 469381120 102671 33554432000 4194304 4254575 140735906263536 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 114595 102671 232 15 0 111238 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 458380

[startup+642.301 s]
/proc/loadavg: 4.04 3.65 2.11 7/363 2196
/proc/meminfo: memFree=3725308/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=678468 CPUtime=642.33 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 116052 0 0 0 64199 34 0 0 25 0 1 0 608410873 694751232 114059 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 169617 114059 232 15 0 166260 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 678468

[startup+702.301 s]
/proc/loadavg: 4.01 3.71 2.23 7/363 2197
/proc/meminfo: memFree=3523728/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=683372 CPUtime=702.33 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 122015 0 0 0 70197 36 0 0 25 0 1 0 608410873 699772928 119951 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 170843 119951 232 15 0 167486 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 683372

[startup+762.314 s]
/proc/loadavg: 4.00 3.76 2.34 7/363 2199
/proc/meminfo: memFree=3322704/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=686544 CPUtime=762.34 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 127829 0 0 0 76197 37 0 0 25 0 1 0 608410873 703021056 125712 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 171636 125712 232 15 0 168279 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 686544

[startup+822.301 s]
/proc/loadavg: 4.10 3.83 2.45 6/363 2200
/proc/meminfo: memFree=3128600/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=689736 CPUtime=822.33 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 133001 0 0 0 82194 39 0 0 25 0 1 0 608410873 706289664 130835 33554432000 4194304 4254575 140735906263536 18446744073709551615 4209868 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 172434 130835 232 15 0 169077 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 689736

[startup+882.301 s]
/proc/loadavg: 4.03 3.86 2.54 7/363 2202
/proc/meminfo: memFree=2957208/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=693064 CPUtime=882.33 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 141350 0 0 0 88192 41 0 0 25 0 1 0 608410873 709697536 139128 33554432000 4194304 4254575 140735906263536 18446744073709551615 4222758 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 173266 139128 232 15 0 169909 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 693064

[startup+942.301 s]
/proc/loadavg: 4.01 3.88 2.63 7/363 2204
/proc/meminfo: memFree=2787712/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=699028 CPUtime=942.34 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 146506 0 0 0 94191 43 0 0 25 0 1 0 608410873 715804672 144243 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 174757 144243 232 15 0 171400 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 699028

[startup+1002.3 s]
/proc/loadavg: 4.14 3.93 2.72 6/363 2205
/proc/meminfo: memFree=2592968/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=702320 CPUtime=1002.34 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 150940 0 0 0 100190 44 0 0 25 0 1 0 608410873 719175680 148621 33554432000 4194304 4254575 140735906263536 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 175580 148621 232 15 0 172223 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 702320

[startup+1062.3 s]
/proc/loadavg: 4.14 3.97 2.81 7/363 2207
/proc/meminfo: memFree=2424548/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=705696 CPUtime=1062.34 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 155613 0 0 0 106188 46 0 0 25 0 1 0 608410873 722632704 153241 33554432000 4194304 4254575 140735906263536 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 176424 153241 232 15 0 173067 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 705696

[startup+1122.3 s]
/proc/loadavg: 4.05 3.97 2.88 6/363 2208
/proc/meminfo: memFree=2248980/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=706576 CPUtime=1122.34 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 162396 0 0 0 112186 48 0 0 25 0 1 0 608410873 723533824 159976 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 176644 159976 232 15 0 173287 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 706576

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 2.95 7/363 2210
/proc/meminfo: memFree=2056940/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=707448 CPUtime=1182.34 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 170984 0 0 0 118182 52 0 0 25 0 1 0 608410873 724426752 168506 33554432000 4194304 4254575 140735906263536 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 176862 168506 232 15 0 173505 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 707448

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.01 6/363 2212
/proc/meminfo: memFree=1890388/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=1061832 CPUtime=1242.35 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 176351 0 0 0 124181 54 0 0 25 0 1 0 608410873 1087315968 173827 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 265458 173827 232 15 0 262101 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 1061832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 3.98 3.07 5/363 2278
/proc/meminfo: memFree=5393000/32950928 swapFree=45936960/67111528
[pid=2124] ppid=2122 vsize=1064412 CPUtime=1300.06 cores=4,6
/proc/2124/stat : 2124 (cir_minisat) R 2122 2124 2035 0 -1 4202496 181000 0 0 0 129949 57 0 0 25 0 1 0 608410873 1089957888 178432 33554432000 4194304 4254575 140735906263536 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2124/statm: 266103 178432 232 15 0 262746 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 1064412

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.04
CPU time (s): 1300.1
CPU user time (s): 1299.5
CPU system time (s): 0.599908
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1064412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.5
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181000
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= 5
involuntary context switches= 1216

runsolver used 4.91825 second user time and 10.3564 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 21:09:02
IDJOB=3348556
IDBENCH=20558
IDSOLVER=1810
FILE ID=node149/3348556-1304968141
RUNJOBID= node149-1304968091-2054
PBS_JOBID= 13285601
Free space on /tmp= 42424 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348556-1304968141/watcher-3348556-1304968141 -o /tmp/evaluation-result-3348556-1304968141/solver-3348556-1304968141 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348556-1304968141.cnf

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

MD5SUM BENCH= d35e27c66dd20912347d4209a4f12c99
RANDOM SEED=386254735

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5827772 kB
Buffers:        238920 kB
Cached:       21387252 kB
SwapCached:      21336 kB
Active:       11976600 kB
Inactive:     14386632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5827772 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           16692 kB
Writeback:           0 kB
AnonPages:     4728800 kB
Mapped:          14332 kB
Slab:           621140 kB
PageTables:      73696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80697088 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= 42484 MiB
End job on node149 at 2011-05-09 21:30:44