Trace number 3348530

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.07 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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-3348530-1304968680/watcher-3348530-1304968680 -o /tmp/evaluation-result-3348530-1304968680/solver-3348530-1304968680 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348530-1304968680.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.99 3.24 1.65 4/307 23223
/proc/meminfo: memFree=2932480/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=21120 CPUtime=0 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 1227 0 0 0 0 0 0 0 21 0 1 0 64477505 21626880 1127 33554432000 4194304 4254575 140734345325296 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 5280 1128 212 15 0 1923 0

[startup+0.096029 s]
/proc/loadavg: 3.99 3.24 1.65 4/307 23223
/proc/meminfo: memFree=2932480/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=43628 CPUtime=0.08 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 7354 0 0 0 8 0 0 0 21 0 1 0 64477505 44675072 6828 33554432000 4194304 4254575 140734345325296 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 10907 6835 212 15 0 7550 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43628

[startup+0.101025 s]
/proc/loadavg: 3.99 3.24 1.65 4/307 23223
/proc/meminfo: memFree=2932480/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=46124 CPUtime=0.09 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 7698 0 0 0 9 0 0 0 21 0 1 0 64477505 47230976 7150 33554432000 4194304 4254575 140734345325296 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 11531 7151 212 15 0 8174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46124

[startup+0.300991 s]
/proc/loadavg: 3.99 3.24 1.65 4/307 23223
/proc/meminfo: memFree=2932480/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=64980 CPUtime=0.29 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 12508 0 0 0 28 1 0 0 22 0 1 0 64477505 66539520 11473 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 16245 11473 222 15 0 12888 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64980

[startup+0.70092 s]
/proc/loadavg: 3.99 3.24 1.65 4/307 23223
/proc/meminfo: memFree=2932480/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=64980 CPUtime=0.69 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 12532 0 0 0 68 1 0 0 23 0 1 0 64477505 66539520 11497 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 16245 11497 232 15 0 12888 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64980

[startup+1.50078 s]
/proc/loadavg: 3.99 3.26 1.66 5/308 23224
/proc/meminfo: memFree=2884492/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=65796 CPUtime=1.49 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 12767 0 0 0 148 1 0 0 25 0 1 0 64477505 67375104 11731 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 16449 11731 232 15 0 13092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65796

[startup+3.10049 s]
/proc/loadavg: 3.99 3.26 1.66 5/308 23224
/proc/meminfo: memFree=2882260/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=65796 CPUtime=3.09 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 12904 0 0 0 308 1 0 0 25 0 1 0 64477505 67375104 11865 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216428 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 16449 11865 233 15 0 13092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65796

[startup+6.30092 s]
/proc/loadavg: 3.99 3.27 1.67 5/308 23224
/proc/meminfo: memFree=2875820/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=66416 CPUtime=6.29 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 13163 0 0 0 628 1 0 0 25 0 1 0 64477505 68009984 12122 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 16604 12122 233 15 0 13247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66416

[startup+12.7008 s]
/proc/loadavg: 3.99 3.28 1.68 5/308 23224
/proc/meminfo: memFree=2857848/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=74068 CPUtime=12.69 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 14017 0 0 0 1268 1 0 0 25 0 1 0 64477505 75845632 12972 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 18517 12972 233 15 0 15160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74068

[startup+25.5005 s]
/proc/loadavg: 3.99 3.30 1.71 5/308 23225
/proc/meminfo: memFree=2827188/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=75888 CPUtime=25.49 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 15905 0 0 0 2547 2 0 0 25 0 1 0 64477505 77709312 14852 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 18972 14852 233 15 0 15615 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75888

[startup+51.1008 s]
/proc/loadavg: 3.99 3.37 1.78 5/308 23225
/proc/meminfo: memFree=2762124/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=89548 CPUtime=51.1 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 19135 0 0 0 5107 3 0 0 25 0 1 0 64477505 91697152 18045 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 22387 18045 233 15 0 19030 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 89548

[startup+102.312 s]
/proc/loadavg: 4.09 3.49 1.90 5/308 23227
/proc/meminfo: memFree=2607940/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=144080 CPUtime=102.3 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 28048 0 0 0 10224 6 0 0 25 0 1 0 64477505 147537920 26911 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 36020 26911 233 15 0 32663 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144080

[startup+162.301 s]
/proc/loadavg: 4.03 3.58 2.03 5/308 23228
/proc/meminfo: memFree=2457616/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=202136 CPUtime=162.29 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 35947 0 0 0 16221 8 0 0 25 0 1 0 64477505 206987264 34762 33554432000 4194304 4254575 140734345325296 18446744073709551615 4212493 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 50534 34762 233 15 0 47177 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 202136

[startup+222.301 s]
/proc/loadavg: 4.05 3.67 2.16 5/308 23230
/proc/meminfo: memFree=2273184/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=206552 CPUtime=222.29 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 45130 0 0 0 22219 10 0 0 25 0 1 0 64477505 211509248 43881 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 51638 43881 233 15 0 48281 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 206552

[startup+282.3 s]
/proc/loadavg: 4.06 3.74 2.28 5/308 23258
/proc/meminfo: memFree=2616980/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=295596 CPUtime=282.29 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 53405 0 0 0 28216 13 0 0 25 0 1 0 64477505 302690304 52094 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 73899 52094 233 15 0 70542 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 295596

[startup+342.3 s]
/proc/loadavg: 4.02 3.79 2.38 5/308 23260
/proc/meminfo: memFree=2486940/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=301304 CPUtime=342.29 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 62543 0 0 0 34212 17 0 0 25 0 1 0 64477505 308535296 61183 33554432000 4194304 4254575 140734345325296 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 75326 61183 233 15 0 71969 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 301304

[startup+402.301 s]
/proc/loadavg: 4.00 3.82 2.48 5/308 23262
/proc/meminfo: memFree=2325184/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=438976 CPUtime=402.3 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 74797 0 0 0 40209 21 0 0 25 0 1 0 64477505 449511424 73386 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 109744 73386 233 15 0 106387 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 438976

[startup+462.301 s]
/proc/loadavg: 4.00 3.85 2.57 5/308 23263
/proc/meminfo: memFree=2177488/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=446412 CPUtime=462.3 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 83620 0 0 0 46205 25 0 0 25 0 1 0 64477505 457125888 82160 33554432000 4194304 4254575 140734345325296 18446744073709551615 4223096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 111603 82160 233 15 0 108246 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 446412

[startup+522.301 s]
/proc/loadavg: 4.00 3.88 2.66 5/308 23265
/proc/meminfo: memFree=2013588/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=450800 CPUtime=522.3 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 94309 0 0 0 52200 30 0 0 25 0 1 0 64477505 461619200 92803 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 112700 92803 233 15 0 109343 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 450800

[startup+582.301 s]
/proc/loadavg: 4.00 3.90 2.74 5/308 23266
/proc/meminfo: memFree=1868936/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=454284 CPUtime=582.3 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 103877 0 0 0 58196 34 0 0 25 0 1 0 64477505 465186816 102315 33554432000 4194304 4254575 140734345325296 18446744073709551615 4222758 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 113571 102315 233 15 0 110214 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 454284

[startup+642.3 s]
/proc/loadavg: 4.06 3.93 2.82 5/308 23268
/proc/meminfo: memFree=1733196/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=459188 CPUtime=642.32 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 112148 0 0 0 64194 38 0 0 25 0 1 0 64477505 470208512 110548 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 114797 110548 233 15 0 111440 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 459188

[startup+702.301 s]
/proc/loadavg: 4.02 3.94 2.89 5/308 23270
/proc/meminfo: memFree=1588968/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=679396 CPUtime=702.31 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 118924 0 0 0 70190 41 0 0 25 0 1 0 64477505 695701504 117287 33554432000 4194304 4254575 140734345325296 18446744073709551615 4209822 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 169849 117287 233 15 0 166492 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 679396

[startup+762.312 s]
/proc/loadavg: 4.10 3.98 2.97 5/308 23271
/proc/meminfo: memFree=1466540/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=682476 CPUtime=762.32 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 124486 0 0 0 76190 42 0 0 25 0 1 0 64477505 698855424 122813 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 170619 122813 233 15 0 167262 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 682476

[startup+822.301 s]
/proc/loadavg: 4.09 3.99 3.04 5/308 23273
/proc/meminfo: memFree=1328496/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=687808 CPUtime=822.31 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 132434 0 0 0 82186 45 0 0 25 0 1 0 64477505 704315392 130722 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 171952 130722 233 15 0 168595 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 687808

[startup+882.301 s]
/proc/loadavg: 4.03 3.99 3.09 5/308 23302
/proc/meminfo: memFree=2535652/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=692992 CPUtime=882.31 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 140221 0 0 0 88184 47 0 0 25 0 1 0 64477505 709623808 138474 33554432000 4194304 4254575 140734345325296 18446744073709551615 4209356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 173248 138474 233 15 0 169891 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 692992

[startup+942.3 s]
/proc/loadavg: 4.01 3.99 3.15 5/305 23380
/proc/meminfo: memFree=2938564/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=694060 CPUtime=942.31 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 146939 0 0 0 94181 50 0 0 25 0 1 0 64477505 710717440 145162 33554432000 4194304 4254575 140734345325296 18446744073709551615 4217186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 173515 145162 233 15 0 170158 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 694060

[startup+1002.3 s]
/proc/loadavg: 4.05 4.01 3.20 5/308 23388
/proc/meminfo: memFree=1889372/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=700532 CPUtime=1002.31 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 155718 0 0 0 100178 53 0 0 25 0 1 0 64477505 717344768 153892 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 175133 153892 233 15 0 171776 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 700532

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.25 5/308 23389
/proc/meminfo: memFree=1694444/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=706364 CPUtime=1062.31 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 162921 0 0 0 106175 56 0 0 25 0 1 0 64477505 723316736 161046 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 176591 161046 233 15 0 173234 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 706364

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 3.30 5/305 23394
/proc/meminfo: memFree=2380300/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=711340 CPUtime=1122.32 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 170951 0 0 0 112171 61 0 0 25 0 1 0 64477505 728412160 169038 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 177835 169038 233 15 0 174478 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 711340

[startup+1182.3 s]
/proc/loadavg: 4.05 4.02 3.35 5/305 23422
/proc/meminfo: memFree=2348256/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=1065072 CPUtime=1182.32 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 180872 0 0 0 118168 64 0 0 25 0 1 0 64477505 1090633728 178927 33554432000 4194304 4254575 140734345325296 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 266268 178927 233 15 0 262911 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1065072

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.38 5/308 23448
/proc/meminfo: memFree=2388892/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=1068400 CPUtime=1242.32 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 188043 0 0 0 124165 67 0 0 25 0 1 0 64477505 1094041600 186066 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 267100 186066 233 15 0 263743 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1068400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.03 3.42 5/308 23450
/proc/meminfo: memFree=2248360/32950928 swapFree=67111364/67111528
[pid=23223] ppid=23221 vsize=1071956 CPUtime=1300.04 cores=5,7
/proc/23223/stat : 23223 (cir_minisat) R 23221 23223 21818 0 -1 4202496 195189 0 0 0 129933 71 0 0 25 0 1 0 64477505 1097682944 193174 33554432000 4194304 4254575 140734345325296 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23223/statm: 267989 193174 233 15 0 264632 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1071956

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.07
CPU user time (s): 1299.33
CPU system time (s): 0.740887
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1071956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.33
system time used= 0.740887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195189
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= 9
involuntary context switches= 871

runsolver used 3.90341 second user time and 8.84566 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-09 21:18:01
IDJOB=3348530
IDBENCH=70808
IDSOLVER=1810
FILE ID=node112/3348530-1304968680
RUNJOBID= node112-1304968199-23033
PBS_JOBID= 13285638
Free space on /tmp= 40536 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348530-1304968680/watcher-3348530-1304968680 -o /tmp/evaluation-result-3348530-1304968680/solver-3348530-1304968680 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348530-1304968680.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1701084846

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2932636 kB
Buffers:        218792 kB
Cached:       14198664 kB
SwapCached:          0 kB
Active:       21048396 kB
Inactive:      8426480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2932636 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           72520 kB
Writeback:           0 kB
AnonPages:    15057124 kB
Mapped:          21640 kB
Slab:           434740 kB
PageTables:      45032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 36604156 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= 40652 MiB
End job on node112 at 2011-05-09 21:39:43