Trace number 3349563

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_SHR 2011-03-02UNSAT 685.571 685.549

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

685.51/685.54	c WARNING: for repeatability, setting FPU to use double precision
685.51/685.54	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349563-1304971543/watcher-3349563-1304971543 -o /tmp/evaluation-result-3349563-1304971543/solver-3349563-1304971543 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349563-1304971543.cnf -verb=0 -model 

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: 4.09 3.73 3.38 4/336 12000
/proc/meminfo: memFree=23952372/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=23200 CPUtime=0 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 1313 0 0 0 0 0 0 0 19 0 1 0 608754840 23756800 1256 33554432000 4194304 4300056 140735575224064 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 5800 1258 220 26 0 2432 0

[startup+0.0285269 s]
/proc/loadavg: 4.09 3.73 3.38 4/336 12000
/proc/meminfo: memFree=23952372/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=27180 CPUtime=0.02 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 2477 0 0 0 2 0 0 0 19 0 1 0 608754840 27832320 2370 33554432000 4194304 4300056 140735575224064 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 6795 2370 220 26 0 3427 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27180

[startup+0.10054 s]
/proc/loadavg: 4.09 3.73 3.38 4/336 12000
/proc/meminfo: memFree=23952372/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=32744 CPUtime=0.09 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 4950 0 0 0 9 0 0 0 19 0 1 0 608754840 33529856 4447 33554432000 4194304 4300056 140735575224064 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 8186 4450 220 26 0 4818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32744

[startup+0.300506 s]
/proc/loadavg: 4.09 3.73 3.38 4/336 12000
/proc/meminfo: memFree=23952372/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=56188 CPUtime=0.29 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 12068 0 0 0 28 1 0 0 20 0 1 0 608754840 57536512 10296 33554432000 4194304 4300056 140735575224064 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 14047 10299 220 26 0 10679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56188

[startup+0.700439 s]
/proc/loadavg: 4.09 3.73 3.38 4/336 12000
/proc/meminfo: memFree=23952372/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=76156 CPUtime=0.69 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 18040 0 0 0 67 2 0 0 20 0 1 0 608754840 77983744 15306 33554432000 4194304 4300056 140735575224064 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 19039 15306 227 26 0 15671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76156

[startup+1.50029 s]
/proc/loadavg: 4.09 3.73 3.38 5/337 12001
/proc/meminfo: memFree=23887520/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=77000 CPUtime=1.49 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 18261 0 0 0 147 2 0 0 23 0 1 0 608754840 78848000 15518 33554432000 4194304 4300056 140735575224064 18446744073709551615 4199512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 19250 15518 228 26 0 15882 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77000

[startup+3.10099 s]
/proc/loadavg: 4.09 3.73 3.38 5/337 12001
/proc/meminfo: memFree=23889380/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=71856 CPUtime=3.09 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 22403 0 0 0 307 2 0 0 25 0 1 0 608754840 73580544 13289 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 17964 13289 247 26 0 14596 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71856

[startup+6.30039 s]
/proc/loadavg: 4.08 3.73 3.38 5/337 12001
/proc/meminfo: memFree=23875956/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=71856 CPUtime=6.3 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 22726 0 0 0 627 3 0 0 25 0 1 0 608754840 73580544 13596 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256071 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 17964 13596 247 26 0 14596 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 71856

[startup+12.7012 s]
/proc/loadavg: 4.08 3.74 3.39 5/337 12002
/proc/meminfo: memFree=23847316/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=71856 CPUtime=12.69 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 23279 0 0 0 1266 3 0 0 25 0 1 0 608754840 73580544 14117 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 17964 14117 249 26 0 14596 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71856

[startup+25.5008 s]
/proc/loadavg: 4.13 3.77 3.40 5/337 12002
/proc/meminfo: memFree=23787040/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=84060 CPUtime=25.49 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 24367 0 0 0 2546 3 0 0 25 0 1 0 608754840 86077440 15146 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 21015 15146 249 26 0 17647 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84060

[startup+51.1011 s]
/proc/loadavg: 4.09 3.78 3.42 5/337 12003
/proc/meminfo: memFree=23684632/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=86464 CPUtime=51.09 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 26386 0 0 0 5105 4 0 0 25 0 1 0 608754840 88539136 17079 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 21616 17079 249 26 0 18248 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86464

[startup+102.313 s]
/proc/loadavg: 4.04 3.81 3.45 5/337 12004
/proc/meminfo: memFree=23486744/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=111644 CPUtime=102.31 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 30352 0 0 0 10225 6 0 0 25 0 1 0 608754840 114323456 20912 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 27911 20912 249 26 0 24543 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 111644

[startup+162.3 s]
/proc/loadavg: 4.07 3.86 3.48 5/337 12006
/proc/meminfo: memFree=23227396/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=118516 CPUtime=162.3 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 34240 0 0 0 16223 7 0 0 25 0 1 0 608754840 121360384 24697 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 29629 24697 249 26 0 26261 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 118516

[startup+222.3 s]
/proc/loadavg: 4.08 3.90 3.52 5/337 12007
/proc/meminfo: memFree=22977856/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=152884 CPUtime=222.29 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 36902 0 0 0 22221 8 0 0 25 0 1 0 608754840 156553216 27284 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 38221 27284 249 26 0 34853 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152884

[startup+282.301 s]
/proc/loadavg: 4.03 3.91 3.55 5/337 12009
/proc/meminfo: memFree=22735380/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=156076 CPUtime=282.3 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 39331 0 0 0 28221 9 0 0 25 0 1 0 608754840 159821824 29629 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 39019 29629 249 26 0 35651 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 156076

[startup+342.301 s]
/proc/loadavg: 4.09 3.96 3.58 5/337 12011
/proc/meminfo: memFree=22475412/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=160628 CPUtime=342.3 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 41916 0 0 0 34220 10 0 0 25 0 1 0 608754840 164483072 32135 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 40157 32135 249 26 0 36789 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160628

[startup+402.301 s]
/proc/loadavg: 4.07 3.97 3.61 5/337 12012
/proc/meminfo: memFree=22231828/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=163036 CPUtime=402.3 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 44073 0 0 0 40219 11 0 0 25 0 1 0 608754840 166948864 34216 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 40759 34216 249 26 0 37391 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 163036

[startup+462.301 s]
/proc/loadavg: 4.02 3.97 3.63 5/337 12014
/proc/meminfo: memFree=21976568/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=165620 CPUtime=462.31 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 46224 0 0 0 46219 12 0 0 25 0 1 0 608754840 169594880 36303 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 41405 36303 249 26 0 38037 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 165620

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 3.65 5/337 12015
/proc/meminfo: memFree=21739692/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=168000 CPUtime=522.31 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 48184 0 0 0 52218 13 0 0 25 0 1 0 608754840 172032000 38211 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 42000 38211 249 26 0 38632 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 168000

[startup+582.301 s]
/proc/loadavg: 4.03 3.99 3.67 5/337 12017
/proc/meminfo: memFree=21481728/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=221128 CPUtime=582.31 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 50366 0 0 0 58218 13 0 0 25 0 1 0 608754840 226435072 40331 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 55282 40331 249 26 0 51914 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 221128

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.69 5/337 12019
/proc/meminfo: memFree=21250160/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=642.32 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 52899 0 0 0 64218 14 0 0 25 0 1 0 608754840 232771584 42806 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 42806 249 26 0 53461 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 227316

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

[startup+665.513 s]
/proc/loadavg: 4.01 3.99 3.70 5/337 12019
/proc/meminfo: memFree=21159624/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=665.52 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 53617 0 0 0 66538 14 0 0 25 0 1 0 608754840 232771584 43496 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 43496 249 26 0 53461 0
Current children cumulated CPU time (s) 665.52
Current children cumulated vsize (KiB) 227316

[startup+678.301 s]
/proc/loadavg: 4.00 3.99 3.70 5/337 12019
/proc/meminfo: memFree=21126128/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=678.31 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 53950 0 0 0 67817 14 0 0 25 0 1 0 608754840 232771584 43817 33554432000 4194304 4300056 140735575224064 18446744073709551615 4254475 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 43817 249 26 0 53461 0
Current children cumulated CPU time (s) 678.31
Current children cumulated vsize (KiB) 227316

[startup+681.501 s]
/proc/loadavg: 4.00 3.99 3.70 5/337 12019
/proc/meminfo: memFree=21114968/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=681.51 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 54063 0 0 0 68137 14 0 0 25 0 1 0 608754840 232771584 43925 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 43925 249 26 0 53461 0
Current children cumulated CPU time (s) 681.51
Current children cumulated vsize (KiB) 227316

[startup+683.113 s]
/proc/loadavg: 4.00 3.99 3.70 5/337 12020
/proc/meminfo: memFree=21107768/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=683.12 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 54108 0 0 0 68298 14 0 0 25 0 1 0 608754840 232771584 43969 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 43969 249 26 0 53461 0
Current children cumulated CPU time (s) 683.12
Current children cumulated vsize (KiB) 227316

[startup+684.701 s]
/proc/loadavg: 4.00 3.99 3.70 5/337 12020
/proc/meminfo: memFree=21103304/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=684.71 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 54157 0 0 0 68457 14 0 0 25 0 1 0 608754840 232771584 44014 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 44014 249 26 0 53461 0
Current children cumulated CPU time (s) 684.71
Current children cumulated vsize (KiB) 227316

[startup+685.1 s]
/proc/loadavg: 4.00 3.99 3.70 5/337 12020
/proc/meminfo: memFree=21103304/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=685.11 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 54164 0 0 0 68497 14 0 0 25 0 1 0 608754840 232771584 44021 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 44021 249 26 0 53461 0
Current children cumulated CPU time (s) 685.11
Current children cumulated vsize (KiB) 227316

[startup+685.5 s]
/proc/loadavg: 4.00 3.99 3.70 5/337 12020
/proc/meminfo: memFree=21099316/32951124 swapFree=44485652/67111528
[pid=12000] ppid=11998 vsize=227316 CPUtime=685.51 cores=4,6
/proc/12000/stat : 12000 (lr_gl_shr) R 11998 12000 11366 0 -1 4202496 54185 0 0 0 68537 14 0 0 25 0 1 0 608754840 232771584 44042 33554432000 4194304 4300056 140735575224064 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12000/statm: 56829 44042 249 26 0 53461 0
Current children cumulated CPU time (s) 685.51
Current children cumulated vsize (KiB) 227316

Child status: 20
Real time (s): 685.549
CPU time (s): 685.571
CPU user time (s): 685.415
CPU system time (s): 0.155976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 227316

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

runsolver used 2.38464 second user time and 5.07923 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-09 22:05:44
IDJOB=3349563
IDBENCH=82494
IDSOLVER=1813
FILE ID=node105/3349563-1304971543
RUNJOBID= node105-1304971022-11825
PBS_JOBID= 13285645
Free space on /tmp= 48376 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349563-1304971543/watcher-3349563-1304971543 -o /tmp/evaluation-result-3349563-1304971543/solver-3349563-1304971543 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349563-1304971543.cnf -verb=0 -model

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1930438644

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:     32951124 kB
MemFree:      23952776 kB
Buffers:        142456 kB
Cached:        4100084 kB
SwapCached:      39280 kB
Active:        3994408 kB
Inactive:      4771564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23952776 kB
SwapTotal:    67111528 kB
SwapFree:     44485652 kB
Dirty:           19408 kB
Writeback:           0 kB
AnonPages:     4491580 kB
Mapped:          10924 kB
Slab:            95864 kB
PageTables:      73284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69149804 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= 48376 MiB
End job on node105 at 2011-05-09 22:17:10