Trace number 3287423

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
glueminisat 2.2.5UNSAT 731.23 731.205

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

731.11/731.19	WARNING: for repeatability, setting FPU to use double precision
731.11/731.19	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3287423-1303769623/watcher-3287423-1303769623 -o /tmp/evaluation-result-3287423-1303769623/solver-3287423-1303769623 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3287423-1303769623.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: 2.90 3.06 3.33 5/189 23124
/proc/meminfo: memFree=28334524/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=19944 CPUtime=0 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 818 0 0 0 0 0 0 0 25 0 1 0 488562002 20422656 752 33554432000 4194304 4309791 140733314408624 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 4986 752 216 29 0 1615 0

[startup+0.0956551 s]
/proc/loadavg: 2.90 3.06 3.33 5/189 23124
/proc/meminfo: memFree=28334524/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=34660 CPUtime=0.08 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 5025 0 0 0 8 0 0 0 25 0 1 0 488562002 35491840 4620 33554432000 4194304 4309791 140733314408624 18446744073709551615 4221876 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 8665 4620 225 29 0 5294 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34660

[startup+0.100653 s]
/proc/loadavg: 2.90 3.06 3.33 5/189 23124
/proc/meminfo: memFree=28334524/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=34944 CPUtime=0.09 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 5131 0 0 0 9 0 0 0 25 0 1 0 488562002 35782656 4720 33554432000 4194304 4309791 140733314408624 18446744073709551615 4231803 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 8736 4720 225 29 0 5365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34944

[startup+0.300618 s]
/proc/loadavg: 2.90 3.06 3.33 5/189 23124
/proc/meminfo: memFree=28334524/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=35132 CPUtime=0.29 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 7271 0 0 0 29 0 0 0 25 0 1 0 488562002 35975168 5126 33554432000 4194304 4309791 140733314408624 18446744073709551615 4232085 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 8783 5126 226 29 0 5412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35132

[startup+0.700544 s]
/proc/loadavg: 2.90 3.06 3.33 5/189 23124
/proc/meminfo: memFree=28334524/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=34896 CPUtime=0.69 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 7726 0 0 0 69 0 0 0 25 0 1 0 488562002 35733504 5107 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259449 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 8724 5107 245 29 0 5353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34896

[startup+1.50039 s]
/proc/loadavg: 2.90 3.06 3.33 5/190 23125
/proc/meminfo: memFree=28314332/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=37572 CPUtime=1.49 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 7841 0 0 0 149 0 0 0 25 0 1 0 488562002 38473728 5217 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 9393 5217 245 29 0 6022 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37572

[startup+3.10115 s]
/proc/loadavg: 2.90 3.06 3.33 5/190 23125
/proc/meminfo: memFree=28309124/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=37572 CPUtime=3.09 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 8211 0 0 0 309 0 0 0 25 0 1 0 488562002 38473728 5544 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 9393 5544 245 29 0 6022 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37572

[startup+6.30053 s]
/proc/loadavg: 2.99 3.08 3.34 5/187 23146
/proc/meminfo: memFree=28336736/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=41308 CPUtime=6.29 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 8547 0 0 0 629 0 0 0 25 0 1 0 488562002 42299392 5869 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 10327 5869 245 29 0 6956 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41308

[startup+12.7003 s]
/proc/loadavg: 3.07 3.09 3.34 5/190 23152
/proc/meminfo: memFree=28280388/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=41308 CPUtime=12.69 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 10609 0 0 0 1268 1 0 0 25 0 1 0 488562002 42299392 6668 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 10327 6668 245 29 0 6956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41308

[startup+25.5008 s]
/proc/loadavg: 3.28 3.14 3.35 5/190 23152
/proc/meminfo: memFree=28248064/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=43308 CPUtime=25.49 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 13671 0 0 0 2547 2 0 0 25 0 1 0 488562002 44347392 7029 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259920 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 10827 7029 245 29 0 7456 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43308

[startup+51.101 s]
/proc/loadavg: 3.52 3.20 3.37 5/190 23153
/proc/meminfo: memFree=28194304/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=54844 CPUtime=51.09 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 18697 0 0 0 5107 2 0 0 25 0 1 0 488562002 56160256 9940 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 13711 9940 245 29 0 10340 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54844

[startup+102.307 s]
/proc/loadavg: 3.79 3.32 3.40 5/190 23154
/proc/meminfo: memFree=28127312/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=78440 CPUtime=102.3 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 24176 0 0 0 10227 3 0 0 25 0 1 0 488562002 80322560 12466 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 19610 12466 245 29 0 16239 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78440

[startup+162.301 s]
/proc/loadavg: 3.92 3.44 3.43 5/190 23156
/proc/meminfo: memFree=28047292/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=78440 CPUtime=162.3 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 30077 0 0 0 16226 4 0 0 25 0 1 0 488562002 80322560 13248 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 19610 13248 245 29 0 16239 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 78440

[startup+222.3 s]
/proc/loadavg: 3.97 3.54 3.46 5/190 23158
/proc/meminfo: memFree=28060656/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=97292 CPUtime=222.3 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 36014 0 0 0 22224 6 0 0 25 0 1 0 488562002 99627008 18939 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 24323 18939 245 29 0 20952 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 97292

[startup+282.301 s]
/proc/loadavg: 3.99 3.62 3.49 5/190 23159
/proc/meminfo: memFree=28095820/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=97292 CPUtime=282.3 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 36723 0 0 0 28224 6 0 0 25 0 1 0 488562002 99627008 19634 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 24323 19634 245 29 0 20952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 97292

[startup+342.301 s]
/proc/loadavg: 3.99 3.69 3.52 5/190 23161
/proc/meminfo: memFree=27994728/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=97292 CPUtime=342.31 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 37024 0 0 0 34224 7 0 0 25 0 1 0 488562002 99627008 19925 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259171 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 24323 19925 245 29 0 20952 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 97292

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.55 5/190 23162
/proc/meminfo: memFree=27922280/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=146612 CPUtime=402.3 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 53715 0 0 0 40222 8 0 0 25 0 1 0 488562002 150130688 28715 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259512 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 36653 28715 245 29 0 33282 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146612

[startup+462.301 s]
/proc/loadavg: 3.99 3.79 3.57 5/190 23164
/proc/meminfo: memFree=27942080/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=109272 CPUtime=462.3 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 66839 0 0 0 46219 11 0 0 25 0 1 0 488562002 111894528 23828 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 27318 23828 245 29 0 23947 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109272

[startup+522.3 s]
/proc/loadavg: 4.03 3.84 3.60 5/190 23166
/proc/meminfo: memFree=27881144/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=109272 CPUtime=522.31 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 76512 0 0 0 52218 13 0 0 25 0 1 0 488562002 111894528 23828 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 27318 23828 245 29 0 23947 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 109272

[startup+582.301 s]
/proc/loadavg: 4.01 3.86 3.63 5/190 23167
/proc/meminfo: memFree=27942104/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=109272 CPUtime=582.31 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 86039 0 0 0 58215 16 0 0 25 0 1 0 488562002 111894528 23828 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 27318 23828 245 29 0 23947 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 109272

[startup+642.3 s]
/proc/loadavg: 4.07 3.91 3.66 5/190 23169
/proc/meminfo: memFree=27925432/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=109272 CPUtime=642.32 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 95324 0 0 0 64215 17 0 0 25 0 1 0 488562002 111894528 23828 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 27318 23828 245 29 0 23947 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 109272

[startup+702.301 s]
/proc/loadavg: 4.02 3.93 3.67 5/190 23170
/proc/meminfo: memFree=27929468/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=109272 CPUtime=702.32 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 104390 0 0 0 70213 19 0 0 25 0 1 0 488562002 111894528 23828 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 27318 23828 245 29 0 23947 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 109272

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

[startup+716.7 s]
/proc/loadavg: 4.02 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27858388/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=158592 CPUtime=716.72 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 112206 0 0 0 71652 20 0 0 25 0 1 0 488562002 162398208 31637 33554432000 4194304 4309791 140733314408624 18446744073709551615 4276328 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 39648 31637 245 29 0 36277 0
Current children cumulated CPU time (s) 716.72
Current children cumulated vsize (KiB) 158592

[startup+723.101 s]
/proc/loadavg: 4.02 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27892360/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=158592 CPUtime=723.12 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 112915 0 0 0 72292 20 0 0 25 0 1 0 488562002 162398208 32321 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 39648 32321 245 29 0 36277 0
Current children cumulated CPU time (s) 723.12
Current children cumulated vsize (KiB) 158592

[startup+726.3 s]
/proc/loadavg: 4.02 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27852184/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=158592 CPUtime=726.32 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 113282 0 0 0 72612 20 0 0 25 0 1 0 488562002 162398208 32680 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 39648 32680 245 29 0 36277 0
Current children cumulated CPU time (s) 726.32
Current children cumulated vsize (KiB) 158592

[startup+729.501 s]
/proc/loadavg: 4.01 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27928444/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=158592 CPUtime=729.52 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 113559 0 0 0 72932 20 0 0 25 0 1 0 488562002 162398208 32951 33554432000 4194304 4309791 140733314408624 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 39648 32951 245 29 0 36277 0
Current children cumulated CPU time (s) 729.52
Current children cumulated vsize (KiB) 158592

[startup+730.301 s]
/proc/loadavg: 4.01 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27925220/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=158592 CPUtime=730.32 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 113624 0 0 0 73012 20 0 0 25 0 1 0 488562002 162398208 33015 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 39648 33015 245 29 0 36277 0
Current children cumulated CPU time (s) 730.32
Current children cumulated vsize (KiB) 158592

[startup+730.701 s]
/proc/loadavg: 4.01 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27925220/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=158592 CPUtime=730.71 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 113640 0 0 0 73051 20 0 0 25 0 1 0 488562002 162398208 33031 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 39648 33031 245 29 0 36277 0
Current children cumulated CPU time (s) 730.71
Current children cumulated vsize (KiB) 158592

[startup+731.101 s]
/proc/loadavg: 4.01 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27925220/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=109272 CPUtime=731.11 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202496 113651 0 0 0 73091 20 0 0 25 0 1 0 488562002 111894528 23828 33554432000 4194304 4309791 140733314408624 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23124/statm: 27318 23828 245 29 0 23947 0
Current children cumulated CPU time (s) 731.11
Current children cumulated vsize (KiB) 109272

[startup+731.2 s]
/proc/loadavg: 4.01 3.93 3.68 5/190 23171
/proc/meminfo: memFree=27925220/32950928 swapFree=67111364/67111528
[pid=23124] ppid=23122 vsize=0 CPUtime=731.21 cores=0,2
/proc/23124/stat : 23124 (glueminisat) R 23122 23124 20892 0 -1 4202500 113656 0 0 0 73101 20 0 0 25 0 1 0 488562002 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/23124/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 731.21
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 731.205
CPU time (s): 731.23
CPU user time (s): 731.017
CPU system time (s): 0.212967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 158592

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

runsolver used 1.11883 second user time and 2.87156 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-26 00:13:43
IDJOB=3287423
IDBENCH=82466
IDSOLVER=1650
FILE ID=node127/3287423-1303769623
RUNJOBID= node127-1303769620-23028
PBS_JOBID= 13157130
Free space on /tmp= 71184 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287423-1303769623/watcher-3287423-1303769623 -o /tmp/evaluation-result-3287423-1303769623/solver-3287423-1303769623 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3287423-1303769623.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=862391654

node127.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.823
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.64
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.823
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:      28334804 kB
Buffers:       1241912 kB
Cached:        2739276 kB
SwapCached:          0 kB
Active:         585928 kB
Inactive:      3560584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28334804 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13920 kB
Writeback:           0 kB
AnonPages:      165656 kB
Mapped:          15284 kB
Slab:           402572 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   363608 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= 71180 MiB
End job on node127 at 2011-04-26 00:25:55