Trace number 3348682

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.14 1300.09

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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

running on 2 cores: 0,2

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: 0.00 0.00 0.00 5/362 2095
/proc/meminfo: memFree=6096232/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=19080 CPUtime=0 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 436 0 0 0 0 0 0 0 21 0 1 0 608405912 19537920 379 33554432000 4194304 4254575 140733823064416 18446744073709551615 254500691712 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 4770 379 206 15 0 1413 0

[startup+0.107177 s]
/proc/loadavg: 0.00 0.00 0.00 5/362 2095
/proc/meminfo: memFree=6096232/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=55032 CPUtime=0.1 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 9680 0 0 0 9 1 0 0 21 0 1 0 608405912 56352768 9216 33554432000 4194304 4254575 140733823064416 18446744073709551615 254500353057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 13758 9218 212 15 0 10401 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 55032

[startup+0.201161 s]
/proc/loadavg: 0.00 0.00 0.00 5/362 2095
/proc/meminfo: memFree=6096232/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=71112 CPUtime=0.19 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 14283 0 0 0 17 2 0 0 21 0 1 0 608405912 72818688 13260 33554432000 4194304 4254575 140733823064416 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 17778 13261 212 15 0 14421 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 71112

[startup+0.301147 s]
/proc/loadavg: 0.00 0.00 0.00 5/362 2095
/proc/meminfo: memFree=6096232/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=93548 CPUtime=0.28 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 18975 0 0 0 26 2 0 0 22 0 1 0 608405912 95793152 17583 33554432000 4194304 4254575 140733823064416 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 23387 17585 213 15 0 20030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 93548

[startup+0.701067 s]
/proc/loadavg: 0.00 0.00 0.00 5/362 2095
/proc/meminfo: memFree=6096232/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=101356 CPUtime=0.69 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 22847 0 0 0 66 3 0 0 23 0 1 0 608405912 103788544 20959 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 25339 20959 232 15 0 21982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101356

[startup+1.50091 s]
/proc/loadavg: 0.32 0.07 0.02 5/363 2096
/proc/meminfo: memFree=5983640/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=102664 CPUtime=1.49 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 23575 0 0 0 146 3 0 0 25 0 1 0 608405912 105127936 21393 33554432000 4194304 4254575 140733823064416 18446744073709551615 4231131 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 25666 21393 232 15 0 22309 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102664

[startup+3.1006 s]
/proc/loadavg: 0.32 0.07 0.02 5/363 2096
/proc/meminfo: memFree=5982896/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=103536 CPUtime=3.09 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 28621 0 0 0 305 4 0 0 25 0 1 0 608405912 106020864 20741 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 25884 20741 232 15 0 22527 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103536

[startup+6.30095 s]
/proc/loadavg: 0.32 0.07 0.02 5/363 2096
/proc/meminfo: memFree=5969876/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=103536 CPUtime=6.29 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 29070 0 0 0 625 4 0 0 25 0 1 0 608405912 106020864 21186 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 25884 21186 233 15 0 22527 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103536

[startup+12.7007 s]
/proc/loadavg: 0.89 0.20 0.06 5/363 2097
/proc/meminfo: memFree=5939520/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=116152 CPUtime=12.69 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 31275 0 0 0 1264 5 0 0 25 0 1 0 608405912 118939648 23388 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 29038 23388 233 15 0 25681 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116152

[startup+25.5011 s]
/proc/loadavg: 1.36 0.32 0.11 5/363 2097
/proc/meminfo: memFree=5873996/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=135460 CPUtime=25.49 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 34384 0 0 0 2543 6 0 0 25 0 1 0 608405912 138711040 26491 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 33865 26491 233 15 0 30508 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135460

[startup+51.101 s]
/proc/loadavg: 2.34 0.63 0.21 5/363 2125
/proc/meminfo: memFree=5777896/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=167916 CPUtime=51.09 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 41496 0 0 0 5101 8 0 0 25 0 1 0 608405912 171945984 33595 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216807 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 41979 33595 233 15 0 38622 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 167916

[startup+102.301 s]
/proc/loadavg: 3.40 1.21 0.43 5/363 2126
/proc/meminfo: memFree=5508784/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=303220 CPUtime=102.29 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 61603 0 0 0 10216 13 0 0 25 0 1 0 608405912 310497280 53681 33554432000 4194304 4254575 140733823064416 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 75805 53681 233 15 0 72448 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 303220

[startup+162.301 s]
/proc/loadavg: 3.78 1.72 0.65 5/363 2128
/proc/meminfo: memFree=5217212/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=438832 CPUtime=162.3 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 81364 0 0 0 16211 19 0 0 25 0 1 0 608405912 449363968 73421 33554432000 4194304 4254575 140733823064416 18446744073709551615 4211241 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 109708 73421 233 15 0 106351 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 438832

[startup+222.314 s]
/proc/loadavg: 3.92 2.13 0.86 5/363 2156
/proc/meminfo: memFree=5182132/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=442000 CPUtime=222.31 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 99908 0 0 0 22207 24 0 0 25 0 1 0 608405912 452608000 91953 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 110500 91953 233 15 0 107143 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 442000

[startup+282.301 s]
/proc/loadavg: 3.97 2.47 1.05 5/363 2158
/proc/meminfo: memFree=4929108/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=658752 CPUtime=282.3 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 120520 0 0 0 28201 29 0 0 25 0 1 0 608405912 674562048 112549 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216400 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 164688 112549 233 15 0 161331 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 658752

[startup+342.301 s]
/proc/loadavg: 3.99 2.74 1.24 5/363 2159
/proc/meminfo: memFree=4693340/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=663240 CPUtime=342.3 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 138245 0 0 0 34196 34 0 0 25 0 1 0 608405912 679157760 130256 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 165810 130256 233 15 0 162453 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 663240

[startup+402.301 s]
/proc/loadavg: 3.99 2.97 1.41 5/363 2161
/proc/meminfo: memFree=4464156/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=666900 CPUtime=402.31 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 157422 0 0 0 40192 39 0 0 25 0 1 0 608405912 682905600 149418 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 166725 149418 233 15 0 163368 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 666900

[startup+462.301 s]
/proc/loadavg: 3.99 3.15 1.57 5/363 2163
/proc/meminfo: memFree=4214268/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1019460 CPUtime=462.31 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 180336 0 0 0 46187 44 0 0 25 0 1 0 608405912 1043927040 172313 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 254865 172313 233 15 0 251508 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1019460

[startup+522.301 s]
/proc/loadavg: 3.99 3.31 1.71 5/363 2164
/proc/meminfo: memFree=3992028/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1021940 CPUtime=522.31 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 198839 0 0 0 52183 48 0 0 25 0 1 0 608405912 1046466560 190803 33554432000 4194304 4254575 140733823064416 18446744073709551615 4222968 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 255485 190803 233 15 0 252128 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1021940

[startup+582.301 s]
/proc/loadavg: 4.15 3.49 1.88 5/363 2166
/proc/meminfo: memFree=3771776/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1025444 CPUtime=582.32 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 216328 0 0 0 58178 54 0 0 25 0 1 0 608405912 1050054656 208278 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 256361 208278 233 15 0 253004 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1025444

[startup+642.301 s]
/proc/loadavg: 4.09 3.59 2.01 5/363 2167
/proc/meminfo: memFree=3509588/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1026508 CPUtime=642.31 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 233146 0 0 0 64173 58 0 0 25 0 1 0 608405912 1051144192 225086 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 256627 225086 233 15 0 253270 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1026508

[startup+702.301 s]
/proc/loadavg: 4.03 3.66 2.13 5/363 2196
/proc/meminfo: memFree=3701376/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1028308 CPUtime=702.32 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 253391 0 0 0 70168 64 0 0 25 0 1 0 608405912 1052987392 245323 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 257077 245323 233 15 0 253720 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1028308

[startup+762.301 s]
/proc/loadavg: 4.01 3.72 2.25 5/363 2198
/proc/meminfo: memFree=3484540/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1596596 CPUtime=762.33 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 276018 0 0 0 76163 70 0 0 25 0 1 0 608405912 1634914304 267938 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 399149 267938 233 15 0 395792 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1596596

[startup+822.301 s]
/proc/loadavg: 4.00 3.77 2.35 5/363 2199
/proc/meminfo: memFree=3281776/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1597040 CPUtime=822.32 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 300267 0 0 0 82155 77 0 0 25 0 1 0 608405912 1635368960 292177 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 399260 292177 233 15 0 395903 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1597040

[startup+882.314 s]
/proc/loadavg: 4.08 3.84 2.46 5/363 2201
/proc/meminfo: memFree=3099576/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1601580 CPUtime=882.34 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 320837 0 0 0 88151 83 0 0 25 0 1 0 608405912 1640017920 312727 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 400395 312727 233 15 0 397038 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 1601580

[startup+942.301 s]
/proc/loadavg: 4.03 3.86 2.56 5/363 2202
/proc/meminfo: memFree=2932656/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1604596 CPUtime=942.33 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 337648 0 0 0 94145 88 0 0 25 0 1 0 608405912 1643106304 329523 33554432000 4194304 4254575 140733823064416 18446744073709551615 4223782 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 401149 329523 233 15 0 397792 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1604596

[startup+1002.3 s]
/proc/loadavg: 4.01 3.89 2.64 5/363 2204
/proc/meminfo: memFree=2758060/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1606940 CPUtime=1002.33 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 356912 0 0 0 100139 94 0 0 25 0 1 0 608405912 1645506560 348773 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216704 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 401735 348773 233 15 0 398378 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1606940

[startup+1062.3 s]
/proc/loadavg: 4.19 3.95 2.74 5/363 2205
/proc/meminfo: memFree=2564100/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1611320 CPUtime=1062.33 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 373986 0 0 0 106134 99 0 0 25 0 1 0 608405912 1649991680 365828 33554432000 4194304 4254575 140733823064416 18446744073709551615 4223195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 402830 365828 233 15 0 399473 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1611320

[startup+1122.3 s]
/proc/loadavg: 4.12 3.97 2.82 5/363 2207
/proc/meminfo: memFree=2394308/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1612884 CPUtime=1122.34 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 388762 0 0 0 112129 105 0 0 25 0 1 0 608405912 1651593216 380590 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 403221 380590 233 15 0 399864 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1612884

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 2.89 5/363 2209
/proc/meminfo: memFree=2218360/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=1616428 CPUtime=1182.34 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 406303 0 0 0 118123 111 0 0 25 0 1 0 608405912 1655222272 398123 33554432000 4194304 4254575 140733823064416 18446744073709551615 4216454 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 404107 398123 233 15 0 400750 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1616428

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 2.96 5/363 2210
/proc/meminfo: memFree=2023216/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=2540160 CPUtime=1242.35 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 425218 0 0 0 124118 117 0 0 25 0 1 0 608405912 2601123840 417029 33554432000 4194304 4254575 140733823064416 18446744073709551615 4209220 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 635040 417029 233 15 0 631683 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 2540160



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.02 4/361 2213
/proc/meminfo: memFree=3721532/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=2540160 CPUtime=1300.05 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 440724 0 0 0 129883 122 0 0 25 0 1 0 608405912 2601123840 432526 33554432000 4194304 4254575 140733823064416 18446744073709551615 4223259 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 635040 432526 233 15 0 631683 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 2540160

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.02 4/361 2213
/proc/meminfo: memFree=3721532/32950928 swapFree=45936960/67111528
[pid=2095] ppid=2093 vsize=2540160 CPUtime=1300.05 cores=0,2
/proc/2095/stat : 2095 (cir_minisat) R 2093 2095 2035 0 -1 4202496 440724 0 0 0 129883 122 0 0 25 0 1 0 608405912 2601123840 432526 33554432000 4194304 4254575 140733823064416 18446744073709551615 4223259 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2095/statm: 635040 432526 233 15 0 631683 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 2540160

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 1300.14
CPU user time (s): 1298.85
CPU system time (s): 1.2948
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2540160

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

runsolver used 4.88626 second user time and 10.4574 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 21:08:12
IDJOB=3348682
IDBENCH=20349
IDSOLVER=1810
FILE ID=node149/3348682-1304968091
RUNJOBID= node149-1304968091-2053
PBS_JOBID= 13285601
Free space on /tmp= 42432 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348682-1304968091/watcher-3348682-1304968091 -o /tmp/evaluation-result-3348682-1304968091/solver-3348682-1304968091 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348682-1304968091.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1141701803

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:       6097636 kB
Buffers:        238876 kB
Cached:       21375288 kB
SwapCached:      21336 kB
Active:       11710020 kB
Inactive:     14382972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6097636 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           75728 kB
Writeback:           0 kB
AnonPages:     4470512 kB
Mapped:          13812 kB
Slab:           622096 kB
PageTables:      73312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80428500 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= 42464 MiB
End job on node149 at 2011-05-09 21:29:54