Trace number 3281351

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 1145.62 1145.58

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

1145.53/1145.56	WARNING: for repeatability, setting FPU to use double precision
1145.53/1145.56	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-3281351-1303751076/watcher-3281351-1303751076 -o /tmp/evaluation-result-3281351-1303751076/solver-3281351-1303751076 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3281351-1303751076.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 3.92 3.61 5/189 4216
/proc/meminfo: memFree=13155656/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=19732 CPUtime=0 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 772 0 0 0 0 0 0 0 23 0 1 0 565338721 20205568 706 33554432000 4194304 4309791 140735801942304 18446744073709551615 4272751 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 4970 708 215 29 0 1599 0

[startup+0.05283 s]
/proc/loadavg: 3.97 3.92 3.61 5/189 4216
/proc/meminfo: memFree=13155656/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=26976 CPUtime=0.04 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 3346 0 0 0 4 0 0 0 23 0 1 0 565338721 27623424 2966 33554432000 4194304 4309791 140735801942304 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 6777 2968 217 29 0 3406 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26976

[startup+0.100799 s]
/proc/loadavg: 3.97 3.92 3.61 5/189 4216
/proc/meminfo: memFree=13155656/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=36044 CPUtime=0.09 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 5964 0 0 0 9 0 0 0 23 0 1 0 565338721 36909056 5126 33554432000 4194304 4309791 140735801942304 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 9011 5128 217 29 0 5640 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36044

[startup+0.300785 s]
/proc/loadavg: 3.97 3.92 3.61 5/189 4216
/proc/meminfo: memFree=13155656/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=74260 CPUtime=0.29 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 16619 0 0 0 27 2 0 0 25 0 1 0 565338721 76042240 13874 33554432000 4194304 4309791 140735801942304 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 18565 13876 217 29 0 15194 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74260

[startup+0.700707 s]
/proc/loadavg: 3.97 3.92 3.61 5/189 4216
/proc/meminfo: memFree=13155656/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=157868 CPUtime=0.69 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 37502 0 0 0 64 5 0 0 25 0 1 0 565338721 161656832 31239 33554432000 4194304 4309791 140735801942304 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 39467 31240 217 29 0 36096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 157868

[startup+1.50055 s]
/proc/loadavg: 3.97 3.92 3.61 5/190 4217
/proc/meminfo: memFree=12972508/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=296876 CPUtime=1.49 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 79113 0 0 0 138 11 0 0 25 0 1 0 565338721 304001024 65256 33554432000 4194304 4309791 140735801942304 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 74219 65257 217 29 0 70848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 296876

[startup+3.10026 s]
/proc/loadavg: 4.14 3.96 3.63 5/190 4217
/proc/meminfo: memFree=12729096/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=461904 CPUtime=3.09 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 126524 0 0 0 289 20 0 0 25 0 1 0 565338721 472989696 105133 33554432000 4194304 4309791 140735801942304 18446744073709551615 4260551 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 115476 105133 223 29 0 112105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 461904

[startup+6.30065 s]
/proc/loadavg: 4.14 3.96 3.63 5/190 4217
/proc/meminfo: memFree=12729256/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=461904 CPUtime=6.29 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 126524 0 0 0 609 20 0 0 25 0 1 0 565338721 472989696 105133 33554432000 4194304 4309791 140735801942304 18446744073709551615 4222984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 115476 105133 223 29 0 112105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 461904

[startup+12.7004 s]
/proc/loadavg: 4.12 3.96 3.63 5/190 4217
/proc/meminfo: memFree=12716244/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=461904 CPUtime=12.7 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 126524 0 0 0 1250 20 0 0 25 0 1 0 565338721 472989696 105133 33554432000 4194304 4309791 140735801942304 18446744073709551615 4226627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 115476 105133 223 29 0 112105 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 461904

[startup+25.501 s]
/proc/loadavg: 4.10 3.96 3.63 5/190 4245
/proc/meminfo: memFree=12304848/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=464992 CPUtime=25.49 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 128266 0 0 0 2528 21 0 0 25 0 1 0 565338721 476151808 106819 33554432000 4194304 4309791 140735801942304 18446744073709551615 4223042 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 116248 106819 225 29 0 112877 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 464992

[startup+51.1012 s]
/proc/loadavg: 4.06 3.96 3.64 5/190 4245
/proc/meminfo: memFree=11488896/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=476232 CPUtime=51.09 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 132506 0 0 0 5088 21 0 0 25 0 1 0 565338721 487661568 110917 33554432000 4194304 4309791 140735801942304 18446744073709551615 4226904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 119058 110917 225 29 0 115687 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 476232

[startup+102.3 s]
/proc/loadavg: 4.03 3.97 3.66 5/187 4250
/proc/meminfo: memFree=12424068/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=102.3 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 167249 0 0 0 10203 27 0 0 25 0 1 0 565338721 455770112 101067 33554432000 4194304 4309791 140735801942304 18446744073709551615 4252488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 101067 246 29 0 107901 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 445088

[startup+162.301 s]
/proc/loadavg: 4.14 4.02 3.69 5/190 4275
/proc/meminfo: memFree=11451096/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=162.31 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 204410 0 0 0 16199 32 0 0 25 0 1 0 565338721 455770112 100458 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 100458 246 29 0 107901 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 445088

[startup+222.301 s]
/proc/loadavg: 4.05 4.01 3.71 5/186 4295
/proc/meminfo: memFree=12698744/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=222.3 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 241311 0 0 0 22193 37 0 0 25 0 1 0 565338721 455770112 97737 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 97737 246 29 0 107901 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 445088

[startup+282.306 s]
/proc/loadavg: 4.08 4.02 3.73 5/190 4305
/proc/meminfo: memFree=12521500/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=282.3 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 248893 0 0 0 28191 39 0 0 25 0 1 0 565338721 455770112 105213 33554432000 4194304 4309791 140735801942304 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 105213 246 29 0 107901 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 445088

[startup+342.301 s]
/proc/loadavg: 4.03 4.02 3.74 5/190 4307
/proc/meminfo: memFree=12512528/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=342.31 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 288200 0 0 0 34185 46 0 0 25 0 1 0 565338721 455770112 103187 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 103187 246 29 0 107901 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 445088

[startup+402.301 s]
/proc/loadavg: 4.07 4.03 3.76 5/190 4309
/proc/meminfo: memFree=12501340/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=402.3 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 353430 0 0 0 40172 58 0 0 25 0 1 0 565338721 455770112 96117 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 96117 246 29 0 107901 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 445088

[startup+462.301 s]
/proc/loadavg: 4.08 4.04 3.78 5/190 4310
/proc/meminfo: memFree=12533172/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=462.31 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 386200 0 0 0 46168 63 0 0 25 0 1 0 565338721 455770112 96035 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 96035 246 29 0 107901 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 445088

[startup+522.3 s]
/proc/loadavg: 4.08 4.04 3.79 6/190 4312
/proc/meminfo: memFree=12464820/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=522.31 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 393713 0 0 0 52166 65 0 0 25 0 1 0 565338721 455770112 103452 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 103452 246 29 0 107901 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 445088

[startup+582.301 s]
/proc/loadavg: 4.03 4.03 3.81 5/190 4313
/proc/meminfo: memFree=12444836/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=582.31 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 428359 0 0 0 58161 70 0 0 25 0 1 0 565338721 455770112 100580 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 100580 246 29 0 107901 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 445088

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.82 5/190 4315
/proc/meminfo: memFree=12534704/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=642.31 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 466352 0 0 0 64154 77 0 0 25 0 1 0 565338721 455770112 95217 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 95217 246 29 0 107901 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 445088

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 3.82 5/190 4317
/proc/meminfo: memFree=12418468/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=702.32 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 474349 0 0 0 70152 80 0 0 25 0 1 0 565338721 455770112 103088 33554432000 4194304 4309791 140735801942304 18446744073709551615 4277411 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 103088 246 29 0 107901 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 445088

[startup+762.301 s]
/proc/loadavg: 4.00 4.01 3.83 5/190 4318
/proc/meminfo: memFree=12422272/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=762.32 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 506131 0 0 0 76146 86 0 0 25 0 1 0 565338721 455770112 99028 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 99028 246 29 0 107901 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 445088

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 4320
/proc/meminfo: memFree=12436368/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=822.32 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 537687 0 0 0 82140 92 0 0 25 0 1 0 565338721 455770112 99315 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 99315 246 29 0 107901 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 445088

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 4321
/proc/meminfo: memFree=12460752/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=882.33 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 570518 0 0 0 88134 99 0 0 25 0 1 0 565338721 455770112 96411 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 96411 246 29 0 107901 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 445088

[startup+942.307 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 4323
/proc/meminfo: memFree=12408132/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=942.33 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 577618 0 0 0 94132 101 0 0 25 0 1 0 565338721 455770112 103422 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 103422 246 29 0 107901 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 445088

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 4325
/proc/meminfo: memFree=12421252/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=1002.33 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 608469 0 0 0 100126 107 0 0 25 0 1 0 565338721 455770112 97262 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 97262 246 29 0 107901 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 445088

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.86 5/190 4326
/proc/meminfo: memFree=12491036/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=1062.33 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 638779 0 0 0 106120 113 0 0 25 0 1 0 565338721 455770112 93245 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 93245 246 29 0 107901 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 445088

[startup+1122.3 s]
/proc/loadavg: 3.93 3.99 3.86 4/185 4346
/proc/meminfo: memFree=12586408/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=1122.33 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 644724 0 0 0 112118 115 0 0 25 0 1 0 565338721 455770112 99087 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 99087 246 29 0 107901 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 445088

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

[startup+1127 s]
/proc/loadavg: 3.86 3.97 3.86 4/184 4346
/proc/meminfo: memFree=12581216/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=1127.03 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 645323 0 0 0 112588 115 0 0 25 0 1 0 565338721 455770112 99674 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 99674 246 29 0 107901 0
Current children cumulated CPU time (s) 1127.03
Current children cumulated vsize (KiB) 445088

[startup+1133.4 s]
/proc/loadavg: 3.73 3.94 3.85 4/184 4346
/proc/meminfo: memFree=12574652/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=445088 CPUtime=1133.44 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 646280 0 0 0 113228 116 0 0 25 0 1 0 565338721 455770112 100612 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 111272 100612 246 29 0 107901 0
Current children cumulated CPU time (s) 1133.44
Current children cumulated vsize (KiB) 445088

[startup+1139.8 s]
/proc/loadavg: 3.67 3.93 3.85 4/184 4346
/proc/meminfo: memFree=12566724/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=525228 CPUtime=1139.83 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 664739 0 0 0 113865 118 0 0 25 0 1 0 565338721 537833472 116197 33554432000 4194304 4309791 140735801942304 18446744073709551615 4263513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 131307 116199 246 29 0 127936 0
Current children cumulated CPU time (s) 1139.83
Current children cumulated vsize (KiB) 525228

[startup+1143 s]
/proc/loadavg: 3.61 3.91 3.84 4/184 4346
/proc/meminfo: memFree=12617068/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=395000 CPUtime=1143.03 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 665571 0 0 0 114184 119 0 0 25 0 1 0 565338721 404480000 88454 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 98750 88454 246 29 0 95379 0
Current children cumulated CPU time (s) 1143.03
Current children cumulated vsize (KiB) 395000

[startup+1144.6 s]
/proc/loadavg: 3.61 3.91 3.84 4/184 4346
/proc/meminfo: memFree=12615068/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=395000 CPUtime=1144.64 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 665733 0 0 0 114345 119 0 0 25 0 1 0 565338721 404480000 88612 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 98750 88612 246 29 0 95379 0
Current children cumulated CPU time (s) 1144.64
Current children cumulated vsize (KiB) 395000

[startup+1145 s]
/proc/loadavg: 3.61 3.91 3.84 4/184 4346
/proc/meminfo: memFree=12615068/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=395000 CPUtime=1145.03 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 665809 0 0 0 114384 119 0 0 25 0 1 0 565338721 404480000 88687 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 98750 88687 246 29 0 95379 0
Current children cumulated CPU time (s) 1145.03
Current children cumulated vsize (KiB) 395000

[startup+1145.4 s]
/proc/loadavg: 3.61 3.91 3.84 4/184 4346
/proc/meminfo: memFree=12615068/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=395000 CPUtime=1145.43 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 665855 0 0 0 114424 119 0 0 25 0 1 0 565338721 404480000 88733 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 98750 88733 246 29 0 95379 0
Current children cumulated CPU time (s) 1145.43
Current children cumulated vsize (KiB) 395000

[startup+1145.5 s]
/proc/loadavg: 3.61 3.91 3.84 4/184 4346
/proc/meminfo: memFree=12615068/32950928 swapFree=67111528/67111528
[pid=4216] ppid=4214 vsize=395000 CPUtime=1145.53 cores=4,6
/proc/4216/stat : 4216 (glueminisat) R 4214 4216 3507 0 -1 4202496 665865 0 0 0 114434 119 0 0 25 0 1 0 565338721 404480000 88743 33554432000 4194304 4309791 140735801942304 18446744073709551615 4259317 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4216/statm: 98750 88743 246 29 0 95379 0
Current children cumulated CPU time (s) 1145.53
Current children cumulated vsize (KiB) 395000

Child status: 20
Real time (s): 1145.58
CPU time (s): 1145.62
CPU user time (s): 1144.41
CPU system time (s): 1.21281
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 656704

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

runsolver used 2.03969 second user time and 4.20636 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-25 19:04:40
IDJOB=3281351
IDBENCH=20580
IDSOLVER=1650
FILE ID=node114/3281351-1303751076
RUNJOBID= node114-1303750891-4116
PBS_JOBID= 13154048
Free space on /tmp= 71504 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281351-1303751076/watcher-3281351-1303751076 -o /tmp/evaluation-result-3281351-1303751076/solver-3281351-1303751076 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3281351-1303751076.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1955224158

node114.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.848
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.848
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	: 5226.15
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.848
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.848
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.848
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.848
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.848
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.848
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:      13155680 kB
Buffers:       2308348 kB
Cached:       16582944 kB
SwapCached:          0 kB
Active:        9739244 kB
Inactive:      9461924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13155680 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          143784 kB
Writeback:           0 kB
AnonPages:      308804 kB
Mapped:          15464 kB
Slab:           528452 kB
PageTables:       5864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   539088 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= 71504 MiB
End job on node114 at 2011-04-25 19:23:46