Trace number 3440105

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 784.154 784.128

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark718.86
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

784.02/784.09	c WARNING: for repeatability, setting FPU to use double precision
784.02/784.09	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: 977)

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-3440105-1306944753/watcher-3440105-1306944753 -o /tmp/evaluation-result-3440105-1306944753/solver-3440105-1306944753 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440105-1306944753.cnf -verb=0 -model 

running on 4 cores: 1,3,5,7

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.19 1.60 1.84 2/436 5182
/proc/meminfo: memFree=20896244/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=20212 CPUtime=0 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 667 0 0 0 0 0 0 0 22 0 1 0 806073923 20697088 589 33554432000 4194304 4300056 140734676696256 18446744073709551615 255377301248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 5053 589 219 26 0 1685 0

[startup+0.110375 s]
/proc/loadavg: 1.19 1.60 1.84 2/436 5182
/proc/meminfo: memFree=20896244/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=31328 CPUtime=0.1 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 4720 0 0 0 10 0 0 0 23 0 1 0 806073923 32079872 4131 33554432000 4194304 4300056 140734676696256 18446744073709551615 4270902 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 7832 4132 220 26 0 4464 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31328

[startup+0.200355 s]
/proc/loadavg: 1.19 1.60 1.84 2/436 5182
/proc/meminfo: memFree=20896244/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=47404 CPUtime=0.19 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 8529 0 0 0 18 1 0 0 23 0 1 0 806073923 48541696 7239 33554432000 4194304 4300056 140734676696256 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 11851 7239 220 26 0 8483 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47404

[startup+0.300342 s]
/proc/loadavg: 1.19 1.60 1.84 2/436 5182
/proc/meminfo: memFree=20896244/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=58124 CPUtime=0.29 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 12638 0 0 0 27 2 0 0 23 0 1 0 806073923 59518976 10715 33554432000 4194304 4300056 140734676696256 18446744073709551615 255377301248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 14531 10718 220 26 0 11163 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58124

[startup+0.700277 s]
/proc/loadavg: 1.19 1.60 1.84 2/436 5182
/proc/meminfo: memFree=20896244/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=117392 CPUtime=0.69 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 28444 0 0 0 64 5 0 0 25 0 1 0 806073923 120209408 24043 33554432000 4194304 4300056 140734676696256 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 29348 24043 220 26 0 25980 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117392

[startup+1.82107 s]
/proc/loadavg: 1.19 1.60 1.84 2/436 5182
/proc/meminfo: memFree=20896244/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=275264 CPUtime=1.81 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 68891 0 0 0 168 13 0 0 25 0 1 0 806073923 281870336 58770 33554432000 4194304 4300056 140734676696256 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 68816 58771 220 26 0 65448 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 275264

[startup+3.10083 s]
/proc/loadavg: 1.19 1.60 1.84 3/437 5183
/proc/meminfo: memFree=20620840/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=464764 CPUtime=3.09 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 122613 0 0 0 288 21 0 0 25 0 1 0 806073923 475918336 101719 33554432000 4194304 4300056 140734676696256 18446744073709551615 255377301248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 116191 101719 220 26 0 112823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 464764

[startup+6.30024 s]
/proc/loadavg: 1.26 1.60 1.84 3/437 5183
/proc/meminfo: memFree=20217400/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=762676 CPUtime=6.29 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 209271 0 0 0 593 36 0 0 25 0 1 0 806073923 780980224 176462 33554432000 4194304 4300056 140734676696256 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 190669 176462 227 26 0 187301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 762676

[startup+12.7011 s]
/proc/loadavg: 1.32 1.61 1.84 3/437 5183
/proc/meminfo: memFree=20189708/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=762676 CPUtime=12.69 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 209322 0 0 0 1233 36 0 0 25 0 1 0 806073923 780980224 176508 33554432000 4194304 4300056 140734676696256 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 190669 176508 228 26 0 187301 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 762676

[startup+25.5007 s]
/proc/loadavg: 1.47 1.63 1.84 3/437 5183
/proc/meminfo: memFree=20084900/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=985500 CPUtime=25.49 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 236289 0 0 0 2508 41 0 0 25 0 1 0 806073923 1009152000 202649 33554432000 4194304 4300056 140734676696256 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 246375 202649 228 26 0 243007 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 985500

[startup+51.1009 s]
/proc/loadavg: 1.73 1.67 1.85 3/437 5211
/proc/meminfo: memFree=19386172/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=51.09 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 286359 0 0 0 5061 48 0 0 25 0 1 0 806073923 813711360 173179 33554432000 4194304 4300056 140734676696256 18446744073709551615 4250179 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 173179 246 26 0 195292 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 794640

[startup+102.317 s]
/proc/loadavg: 2.03 1.75 1.87 3/437 5212
/proc/meminfo: memFree=19484228/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=102.31 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 288184 0 0 0 10182 49 0 0 25 0 1 0 806073923 813711360 174976 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 174976 246 26 0 195292 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 794640

[startup+162.3 s]
/proc/loadavg: 2.08 1.81 1.88 3/437 5214
/proc/meminfo: memFree=19470312/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=162.29 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 289699 0 0 0 16179 50 0 0 25 0 1 0 806073923 813711360 176470 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 176470 246 26 0 195292 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 794640

[startup+222.301 s]
/proc/loadavg: 2.06 1.86 1.89 3/437 5216
/proc/meminfo: memFree=19495176/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=222.3 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 291131 0 0 0 22179 51 0 0 25 0 1 0 806073923 813711360 177882 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 177882 246 26 0 195292 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 794640

[startup+282.301 s]
/proc/loadavg: 2.07 1.90 1.90 3/437 5217
/proc/meminfo: memFree=19484612/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=282.3 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 292811 0 0 0 28178 52 0 0 25 0 1 0 806073923 813711360 179532 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179532 246 26 0 195292 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 794640

[startup+342.301 s]
/proc/loadavg: 2.19 1.96 1.92 3/437 5219
/proc/meminfo: memFree=19473420/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=342.31 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 294341 0 0 0 34177 54 0 0 25 0 1 0 806073923 813711360 181037 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 181037 248 26 0 195292 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 794640

[startup+402.301 s]
/proc/loadavg: 2.25 2.01 1.94 3/437 5220
/proc/meminfo: memFree=19462224/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=402.31 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 296078 0 0 0 40176 55 0 0 25 0 1 0 806073923 813711360 182750 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 182750 248 26 0 195292 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 794640

[startup+462.301 s]
/proc/loadavg: 2.09 2.01 1.94 3/437 5222
/proc/meminfo: memFree=19510908/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=462.31 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 340475 0 0 0 46169 62 0 0 25 0 1 0 806073923 813711360 169114 33554432000 4194304 4300056 140734676696256 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 169114 248 26 0 195292 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 794640

[startup+522.301 s]
/proc/loadavg: 2.03 2.00 1.94 3/437 5224
/proc/meminfo: memFree=19499192/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=522.31 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 342139 0 0 0 52168 63 0 0 25 0 1 0 806073923 813711360 170750 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 170750 248 26 0 195292 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 794640

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/437 5225
/proc/meminfo: memFree=19487136/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=582.31 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 343908 0 0 0 58167 64 0 0 25 0 1 0 806073923 813711360 172503 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 172503 248 26 0 195292 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 794640

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/437 5227
/proc/meminfo: memFree=19476444/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=642.32 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 345254 0 0 0 64167 65 0 0 25 0 1 0 806073923 813711360 173829 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 173829 248 26 0 195292 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 794640

[startup+702.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/437 5228
/proc/meminfo: memFree=19463628/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=702.32 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 347000 0 0 0 70166 66 0 0 25 0 1 0 806073923 813711360 175550 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 175550 248 26 0 195292 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 794640

[startup+762.317 s]
/proc/loadavg: 2.09 2.04 1.95 3/437 5257
/proc/meminfo: memFree=19775460/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=762.33 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 350453 0 0 0 76166 67 0 0 25 0 1 0 806073923 813711360 178979 33554432000 4194304 4300056 140734676696256 18446744073709551615 4254705 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 178979 248 26 0 195292 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 794640

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

[startup+769.001 s]
/proc/loadavg: 2.08 2.03 1.95 4/437 5257
/proc/meminfo: memFree=19836524/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=769.02 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 350618 0 0 0 76834 68 0 0 25 0 1 0 806073923 813711360 179141 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179141 248 26 0 195292 0
Current children cumulated CPU time (s) 769.02
Current children cumulated vsize (KiB) 794640

[startup+775.401 s]
/proc/loadavg: 2.07 2.03 1.95 3/437 5257
/proc/meminfo: memFree=19826232/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=775.43 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 350877 0 0 0 77475 68 0 0 25 0 1 0 806073923 813711360 179396 33554432000 4194304 4300056 140734676696256 18446744073709551615 4251360 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179396 248 26 0 195292 0
Current children cumulated CPU time (s) 775.43
Current children cumulated vsize (KiB) 794640

[startup+778.6 s]
/proc/loadavg: 2.07 2.03 1.95 3/437 5257
/proc/meminfo: memFree=19824868/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=778.62 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 350970 0 0 0 77794 68 0 0 25 0 1 0 806073923 813711360 179489 33554432000 4194304 4300056 140734676696256 18446744073709551615 4251296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179489 248 26 0 195292 0
Current children cumulated CPU time (s) 778.62
Current children cumulated vsize (KiB) 794640

[startup+781.801 s]
/proc/loadavg: 2.06 2.03 1.95 3/437 5257
/proc/meminfo: memFree=19821020/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=781.82 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 351178 0 0 0 78114 68 0 0 25 0 1 0 806073923 813711360 179697 33554432000 4194304 4300056 140734676696256 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179697 248 26 0 195292 0
Current children cumulated CPU time (s) 781.82
Current children cumulated vsize (KiB) 794640

[startup+783.4 s]
/proc/loadavg: 2.06 2.03 1.95 3/437 5258
/proc/meminfo: memFree=19818044/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=783.42 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 351237 0 0 0 78274 68 0 0 25 0 1 0 806073923 813711360 179755 33554432000 4194304 4300056 140734676696256 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179755 248 26 0 195292 0
Current children cumulated CPU time (s) 783.42
Current children cumulated vsize (KiB) 794640

[startup+783.8 s]
/proc/loadavg: 2.06 2.03 1.95 3/437 5258
/proc/meminfo: memFree=19818044/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=783.82 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 351246 0 0 0 78314 68 0 0 25 0 1 0 806073923 813711360 179764 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179764 248 26 0 195292 0
Current children cumulated CPU time (s) 783.82
Current children cumulated vsize (KiB) 794640

[startup+784 s]
/proc/loadavg: 2.06 2.03 1.95 3/437 5258
/proc/meminfo: memFree=19818044/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=794640 CPUtime=784.02 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202496 351250 0 0 0 78334 68 0 0 25 0 1 0 806073923 813711360 179768 33554432000 4194304 4300056 140734676696256 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5182/statm: 198660 179768 248 26 0 195292 0
Current children cumulated CPU time (s) 784.02
Current children cumulated vsize (KiB) 794640

[startup+784.1 s]
/proc/loadavg: 2.06 2.03 1.95 3/437 5258
/proc/meminfo: memFree=19818044/32951124 swapFree=60787360/67111528
[pid=5182] ppid=5180 vsize=0 CPUtime=784.11 cores=1,3,5,7
/proc/5182/stat : 5182 (lr_gl_shr) R 5180 5182 4249 0 -1 4202500 351255 0 0 0 78343 68 0 0 25 0 1 0 806073923 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/5182/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 784.11
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 784.128
CPU time (s): 784.154
CPU user time (s): 783.437
CPU system time (s): 0.716891
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1138516

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

runsolver used 3.2895 second user time and 8.11777 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-01 18:12:41
IDJOB=3440105
IDBENCH=88158
IDSOLVER=1938
FILE ID=node135/3440105-1306944753
RUNJOBID= node135-1306944753-5162
PBS_JOBID= 13488581
Free space on /tmp= 73580 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440105-1306944753/watcher-3440105-1306944753 -o /tmp/evaluation-result-3440105-1306944753/solver-3440105-1306944753 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440105-1306944753.cnf -verb=0 -model

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=193458734

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20896400 kB
Buffers:        137620 kB
Cached:         461452 kB
SwapCached:       6168 kB
Active:       11564116 kB
Inactive:       226508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20896400 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:          236628 kB
Writeback:           0 kB
AnonPages:    11191032 kB
Mapped:          26088 kB
Slab:           130476 kB
PageTables:      66104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124491352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73488 MiB
End job on node135 at 2011-06-01 18:25:45