Trace number 3309371

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 859.254 859.238

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark809.913
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

859.21/859.23	WARNING: for repeatability, setting FPU to use double precision
859.21/859.23	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-3309371-1303987549/watcher-3309371-1303987549 -o /tmp/evaluation-result-3309371-1303987549/solver-3309371-1303987549 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309371-1303987549.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 0.86 1.03 2/177 18067
/proc/meminfo: memFree=17572980/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=20008 CPUtime=0 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 844 0 0 0 0 0 0 0 25 0 1 0 588985649 20488192 775 33554432000 4194304 4309791 140736734389360 18446744073709551615 4245417 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 5002 775 216 29 0 1631 0

[startup+0.090407 s]
/proc/loadavg: 1.87 0.86 1.03 2/177 18067
/proc/meminfo: memFree=17572980/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=35328 CPUtime=0.08 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 5599 0 0 0 8 0 0 0 25 0 1 0 588985649 36175872 5048 33554432000 4194304 4309791 140736734389360 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 8832 5050 225 29 0 5461 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35328

[startup+0.100344 s]
/proc/loadavg: 1.87 0.86 1.03 2/177 18067
/proc/meminfo: memFree=17572980/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=35888 CPUtime=0.09 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 5791 0 0 0 9 0 0 0 25 0 1 0 588985649 36749312 5233 33554432000 4194304 4309791 140736734389360 18446744073709551615 4226766 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 8972 5233 225 29 0 5601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35888

[startup+0.300372 s]
/proc/loadavg: 1.87 0.86 1.03 2/177 18067
/proc/meminfo: memFree=17572980/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=40104 CPUtime=0.29 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 8107 0 0 0 29 0 0 0 25 0 1 0 588985649 41066496 6299 33554432000 4194304 4309791 140736734389360 18446744073709551615 4231832 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 10026 6299 226 29 0 6655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40104

[startup+0.700307 s]
/proc/loadavg: 1.87 0.86 1.03 2/177 18067
/proc/meminfo: memFree=17572980/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=36360 CPUtime=0.69 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 8696 0 0 0 68 1 0 0 25 0 1 0 588985649 37232640 5463 33554432000 4194304 4309791 140736734389360 18446744073709551615 4260057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 9090 5463 244 29 0 5719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36360

[startup+1.50116 s]
/proc/loadavg: 1.87 0.86 1.03 3/178 18068
/proc/meminfo: memFree=17551904/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=36360 CPUtime=1.5 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 8879 0 0 0 149 1 0 0 25 0 1 0 588985649 37232640 5637 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 9090 5637 244 29 0 5719 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 36360

[startup+3.10088 s]
/proc/loadavg: 1.88 0.88 1.03 3/178 18068
/proc/meminfo: memFree=17549052/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=40712 CPUtime=3.09 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 9857 0 0 0 308 1 0 0 25 0 1 0 588985649 41689088 6514 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 10178 6514 244 29 0 6807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40712

[startup+6.30032 s]
/proc/loadavg: 1.88 0.88 1.03 3/178 18069
/proc/meminfo: memFree=17507568/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=43576 CPUtime=6.29 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 10906 0 0 0 628 1 0 0 25 0 1 0 588985649 44621824 7468 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259852 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 10894 7468 244 29 0 7523 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43576

[startup+12.7012 s]
/proc/loadavg: 1.90 0.92 1.04 3/178 18069
/proc/meminfo: memFree=17535236/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=59532 CPUtime=12.69 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 14050 0 0 0 1268 1 0 0 25 0 1 0 588985649 60960768 8751 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 14883 8751 244 29 0 11512 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59532

[startup+25.5008 s]
/proc/loadavg: 1.91 0.95 1.05 3/178 18069
/proc/meminfo: memFree=17531276/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=59532 CPUtime=25.49 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 15181 0 0 0 2548 1 0 0 25 0 1 0 588985649 60960768 9780 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18067/statm: 14883 9780 244 29 0 11512 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59532

[startup+51.1004 s]
/proc/loadavg: 1.94 1.04 1.08 3/178 18070
/proc/meminfo: memFree=17518712/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=61732 CPUtime=51.09 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 17302 0 0 0 5108 1 0 0 25 0 1 0 588985649 63213568 11739 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 15433 11739 244 29 0 12062 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61732

[startup+102.307 s]
/proc/loadavg: 2.02 1.21 1.13 3/178 18071
/proc/meminfo: memFree=17434248/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=99252 CPUtime=102.3 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 35974 0 0 0 10225 5 0 0 25 0 1 0 588985649 101634048 20186 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 24813 20186 244 29 0 21442 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99252

[startup+162.301 s]
/proc/loadavg: 2.00 1.35 1.19 3/178 18073
/proc/meminfo: memFree=17413148/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=99252 CPUtime=162.29 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 53410 0 0 0 16222 7 0 0 25 0 1 0 588985649 101634048 21404 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 24813 21404 244 29 0 21442 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 99252

[startup+222.3 s]
/proc/loadavg: 2.00 1.47 1.23 3/178 18074
/proc/meminfo: memFree=17390800/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=99252 CPUtime=222.3 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 73699 0 0 0 22220 10 0 0 25 0 1 0 588985649 101634048 21404 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 24813 21404 244 29 0 21442 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 99252

[startup+282.301 s]
/proc/loadavg: 2.00 1.56 1.28 3/178 18076
/proc/meminfo: memFree=17383836/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=99252 CPUtime=282.3 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 98667 0 0 0 28216 14 0 0 25 0 1 0 588985649 101634048 21404 33554432000 4194304 4309791 140736734389360 18446744073709551615 4276598 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 24813 21404 244 29 0 21442 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 99252

[startup+342.3 s]
/proc/loadavg: 2.00 1.64 1.32 3/178 18077
/proc/meminfo: memFree=17356156/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=99252 CPUtime=342.29 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 127511 0 0 0 34210 19 0 0 25 0 1 0 588985649 101634048 21404 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 24813 21404 244 29 0 21442 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 99252

[startup+402.301 s]
/proc/loadavg: 2.00 1.70 1.36 3/178 18079
/proc/meminfo: memFree=17438332/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=148572 CPUtime=402.3 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 152856 0 0 0 40206 24 0 0 25 0 1 0 588985649 152137728 29975 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 37143 29975 244 29 0 33772 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 148572

[startup+462.3 s]
/proc/loadavg: 2.00 1.75 1.40 3/178 18081
/proc/meminfo: memFree=17278100/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=179392 CPUtime=462.3 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 177155 0 0 0 46200 30 0 0 25 0 1 0 588985649 183697408 35851 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 44848 35851 244 29 0 41477 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179392

[startup+522.301 s]
/proc/loadavg: 2.00 1.79 1.43 3/178 18082
/proc/meminfo: memFree=17339460/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=179392 CPUtime=522.3 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 200406 0 0 0 52196 34 0 0 25 0 1 0 588985649 183697408 39369 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 44848 39369 244 29 0 41477 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 179392

[startup+582.3 s]
/proc/loadavg: 2.00 1.83 1.47 3/178 18084
/proc/meminfo: memFree=17223120/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=229480 CPUtime=582.3 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 224781 0 0 0 58192 38 0 0 25 0 1 0 588985649 234987520 41955 33554432000 4194304 4309791 140736734389360 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 57370 41955 244 29 0 53999 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 229480

[startup+642.301 s]
/proc/loadavg: 2.00 1.86 1.49 3/178 18086
/proc/meminfo: memFree=17287320/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=242896 CPUtime=642.31 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 253602 0 0 0 64187 44 0 0 25 0 1 0 588985649 248725504 45487 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 60724 45487 244 29 0 57353 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 242896

[startup+702.3 s]
/proc/loadavg: 2.00 1.88 1.52 3/178 18087
/proc/meminfo: memFree=17180028/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=192808 CPUtime=702.31 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 277810 0 0 0 70183 48 0 0 25 0 1 0 588985649 197435392 41980 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 48202 41980 244 29 0 44831 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 192808

[startup+762.307 s]
/proc/loadavg: 2.00 1.90 1.55 3/178 18089
/proc/meminfo: memFree=17329660/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=161988 CPUtime=762.31 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 300543 0 0 0 76179 52 0 0 25 0 1 0 588985649 165875712 36630 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259074 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 40497 36630 244 29 0 37126 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 161988

[startup+822.3 s]
/proc/loadavg: 2.00 1.92 1.58 3/178 18090
/proc/meminfo: memFree=17272220/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=112668 CPUtime=822.31 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 314554 0 0 0 82175 56 0 0 25 0 1 0 588985649 115372032 24758 33554432000 4194304 4309791 140736734389360 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 28167 24758 244 29 0 24796 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 112668

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

[startup+844.7 s]
/proc/loadavg: 2.00 1.92 1.58 3/178 18091
/proc/meminfo: memFree=17198184/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=161988 CPUtime=844.71 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 326820 0 0 0 84413 58 0 0 25 0 1 0 588985649 165875712 36989 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 40497 36989 244 29 0 37126 0
Current children cumulated CPU time (s) 844.71
Current children cumulated vsize (KiB) 161988

[startup+851.1 s]
/proc/loadavg: 2.00 1.92 1.58 3/178 18091
/proc/meminfo: memFree=17187888/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=192808 CPUtime=851.11 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 328201 0 0 0 85052 59 0 0 25 0 1 0 588985649 197435392 38359 33554432000 4194304 4309791 140736734389360 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 48202 38359 244 29 0 44831 0
Current children cumulated CPU time (s) 851.11
Current children cumulated vsize (KiB) 192808

[startup+854.301 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 18091
/proc/meminfo: memFree=17181936/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=192808 CPUtime=854.31 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 328771 0 0 0 85372 59 0 0 25 0 1 0 588985649 197435392 38921 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 48202 38921 244 29 0 44831 0
Current children cumulated CPU time (s) 854.31
Current children cumulated vsize (KiB) 192808

[startup+857.501 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 18091
/proc/meminfo: memFree=17175984/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=192808 CPUtime=857.51 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 329212 0 0 0 85692 59 0 0 25 0 1 0 588985649 197435392 39358 33554432000 4194304 4309791 140736734389360 18446744073709551615 4278836 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 48202 39358 244 29 0 44831 0
Current children cumulated CPU time (s) 857.51
Current children cumulated vsize (KiB) 192808

[startup+858.301 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 18091
/proc/meminfo: memFree=17174620/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=192808 CPUtime=858.31 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 329464 0 0 0 85772 59 0 0 25 0 1 0 588985649 197435392 39606 33554432000 4194304 4309791 140736734389360 18446744073709551615 4275112 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 48202 39606 244 29 0 44831 0
Current children cumulated CPU time (s) 858.31
Current children cumulated vsize (KiB) 192808

[startup+858.701 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 18091
/proc/meminfo: memFree=17174620/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=242128 CPUtime=858.71 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 338035 0 0 0 85811 60 0 0 25 0 1 0 588985649 247939072 47914 33554432000 4194304 4309791 140736734389360 18446744073709551615 4263513 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 60532 47920 244 29 0 57161 0
Current children cumulated CPU time (s) 858.71
Current children cumulated vsize (KiB) 242128

[startup+859.107 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 18091
/proc/meminfo: memFree=17198920/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=161988 CPUtime=859.12 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 338198 0 0 0 85851 61 0 0 25 0 1 0 588985649 165875712 33128 33554432000 4194304 4309791 140736734389360 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 40497 33128 244 29 0 37126 0
Current children cumulated CPU time (s) 859.12
Current children cumulated vsize (KiB) 161988

[startup+859.201 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 18091
/proc/meminfo: memFree=17198920/32950940 swapFree=67111528/67111528
[pid=18067] ppid=18065 vsize=161988 CPUtime=859.21 cores=0,2,4,6
/proc/18067/stat : 18067 (glueminisat) R 18065 18067 17971 0 -1 4202496 338207 0 0 0 85860 61 0 0 25 0 1 0 588985649 165875712 33136 33554432000 4194304 4309791 140736734389360 18446744073709551615 4276934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18067/statm: 40497 33136 244 29 0 37126 0
Current children cumulated CPU time (s) 859.21
Current children cumulated vsize (KiB) 161988

Child status: 20
Real time (s): 859.238
CPU time (s): 859.254
CPU user time (s): 858.637
CPU system time (s): 0.616906
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 242896

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

runsolver used 1.52277 second user time and 2.75758 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 12:45:49
IDJOB=3309371
IDBENCH=70817
IDSOLVER=1694
FILE ID=node117/3309371-1303987549
RUNJOBID= node117-1303987382-17989
PBS_JOBID= 13168755
Free space on /tmp= 71676 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309371-1303987549/watcher-3309371-1303987549 -o /tmp/evaluation-result-3309371-1303987549/solver-3309371-1303987549 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309371-1303987549.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=24026951

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17573136 kB
Buffers:       2372336 kB
Cached:       12270780 kB
SwapCached:          0 kB
Active:        8087264 kB
Inactive:      6710800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17573136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:      154616 kB
Mapped:          15312 kB
Slab:           516752 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   306376 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= 71672 MiB
End job on node117 at 2011-04-28 13:00:08