Trace number 3439886

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 1415.69 1415.65

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

1415.64/1415.61	c WARNING: for repeatability, setting FPU to use double precision
1415.64/1415.61	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.1 (svn: 989)

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-3439886-1308501605/watcher-3439886-1308501605 -o /tmp/evaluation-result-3439886-1308501605/solver-3439886-1308501605 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439886-1308501605.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.98 1.54 1.46 2/178 32487
/proc/meminfo: memFree=28772504/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=21948 CPUtime=0 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 914 0 0 0 0 0 0 0 24 0 1 0 961758814 22474752 857 33554432000 4194304 4300056 140736700028496 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 5487 860 220 26 0 2119 0

[startup+0.0351229 s]
/proc/loadavg: 1.98 1.54 1.46 2/178 32487
/proc/meminfo: memFree=28772504/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=49248 CPUtime=0.03 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 5954 0 0 0 2 1 0 0 24 0 1 0 961758814 50429952 5880 33554432000 4194304 4300056 140736700028496 18446744073709551615 246516834048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 12312 5881 220 26 0 8944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 49248

[startup+0.101113 s]
/proc/loadavg: 1.98 1.54 1.46 2/178 32487
/proc/meminfo: memFree=28772504/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=57048 CPUtime=0.09 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 8572 0 0 0 8 1 0 0 24 0 1 0 961758814 58417152 8305 33554432000 4194304 4300056 140736700028496 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 14262 8305 220 26 0 10894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57048

[startup+0.301076 s]
/proc/loadavg: 1.98 1.54 1.46 2/178 32487
/proc/meminfo: memFree=28772504/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=77392 CPUtime=0.29 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 14746 0 0 0 27 2 0 0 25 0 1 0 961758814 79249408 13836 33554432000 4194304 4300056 140736700028496 18446744073709551615 246516834048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 19348 13836 220 26 0 15980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77392

[startup+0.701 s]
/proc/loadavg: 1.98 1.54 1.46 2/178 32487
/proc/meminfo: memFree=28772504/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=110720 CPUtime=0.69 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 23380 0 0 0 65 4 0 0 25 0 1 0 961758814 113377280 21247 33554432000 4194304 4300056 140736700028496 18446744073709551615 246516834048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 27680 21248 220 26 0 24312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110720

[startup+1.50086 s]
/proc/loadavg: 1.98 1.54 1.46 3/179 32488
/proc/meminfo: memFree=28654736/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=144824 CPUtime=1.49 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 33741 0 0 0 144 5 0 0 25 0 1 0 961758814 148299776 30196 33554432000 4194304 4300056 140736700028496 18446744073709551615 4230198 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 36206 30197 228 26 0 32838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144824

[startup+3.10057 s]
/proc/loadavg: 1.98 1.55 1.46 3/179 32488
/proc/meminfo: memFree=28632668/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=135248 CPUtime=3.09 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 43286 0 0 0 302 7 0 0 25 0 1 0 961758814 138493952 27900 33554432000 4194304 4300056 140736700028496 18446744073709551615 4252328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 33812 27900 246 26 0 30444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135248

[startup+6.301 s]
/proc/loadavg: 1.98 1.55 1.46 3/179 32489
/proc/meminfo: memFree=28659600/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=135248 CPUtime=6.29 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 43611 0 0 0 622 7 0 0 25 0 1 0 961758814 138493952 28222 33554432000 4194304 4300056 140736700028496 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 33812 28222 246 26 0 30444 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135248

[startup+12.7008 s]
/proc/loadavg: 1.99 1.56 1.47 3/179 32489
/proc/meminfo: memFree=28656388/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=135248 CPUtime=12.69 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 44344 0 0 0 1262 7 0 0 25 0 1 0 961758814 138493952 28948 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 33812 28948 246 26 0 30444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135248

[startup+25.5005 s]
/proc/loadavg: 1.99 1.57 1.47 3/179 32489
/proc/meminfo: memFree=28647840/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=146924 CPUtime=25.49 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 46410 0 0 0 2541 8 0 0 25 0 1 0 961758814 150450176 30992 33554432000 4194304 4300056 140736700028496 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 36731 30992 246 26 0 33363 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146924

[startup+51.1008 s]
/proc/loadavg: 1.99 1.61 1.48 3/179 32490
/proc/meminfo: memFree=28625520/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=165892 CPUtime=51.09 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 51941 0 0 0 5100 9 0 0 25 0 1 0 961758814 169873408 36492 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 41473 36492 246 26 0 38105 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 165892

[startup+102.306 s]
/proc/loadavg: 1.99 1.67 1.51 3/179 32491
/proc/meminfo: memFree=28579524/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=246800 CPUtime=102.3 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 63353 0 0 0 10217 13 0 0 25 0 1 0 961758814 252723200 47865 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 61700 47865 246 26 0 58332 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 246800

[startup+162.301 s]
/proc/loadavg: 1.99 1.73 1.54 3/179 32493
/proc/meminfo: memFree=28520372/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=328188 CPUtime=162.29 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 77565 0 0 0 16212 17 0 0 25 0 1 0 961758814 336064512 62039 33554432000 4194304 4300056 140736700028496 18446744073709551615 4252378 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 82047 62039 246 26 0 78679 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 328188

[startup+222.301 s]
/proc/loadavg: 1.99 1.77 1.57 3/179 32494
/proc/meminfo: memFree=28463800/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=329924 CPUtime=222.29 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 91731 0 0 0 22208 21 0 0 25 0 1 0 961758814 337842176 76172 33554432000 4194304 4300056 140736700028496 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 82481 76172 246 26 0 79113 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 329924

[startup+282.301 s]
/proc/loadavg: 1.99 1.81 1.59 3/179 32496
/proc/meminfo: memFree=28409972/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=465576 CPUtime=282.3 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 104845 0 0 0 28204 26 0 0 25 0 1 0 961758814 476749824 89240 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 116394 89240 246 26 0 113026 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 465576

[startup+342.301 s]
/proc/loadavg: 2.05 1.86 1.62 3/179 32498
/proc/meminfo: memFree=28355124/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=469000 CPUtime=342.3 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 118507 0 0 0 34200 30 0 0 25 0 1 0 961758814 480256000 102870 33554432000 4194304 4300056 140736700028496 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 117250 102870 246 26 0 113882 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 469000

[startup+402.301 s]
/proc/loadavg: 2.08 1.90 1.64 3/179 32499
/proc/meminfo: memFree=28305988/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=688184 CPUtime=402.3 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 130492 0 0 0 40195 35 0 0 25 0 1 0 961758814 704700416 114834 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 172046 114834 246 26 0 168678 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 688184

[startup+462.301 s]
/proc/loadavg: 2.24 1.96 1.68 3/179 32501
/proc/meminfo: memFree=28260572/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=690924 CPUtime=462.3 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 141726 0 0 0 46190 40 0 0 25 0 1 0 961758814 707506176 126038 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 172731 126038 246 26 0 169363 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 690924

[startup+522.301 s]
/proc/loadavg: 2.09 1.97 1.70 3/179 32502
/proc/meminfo: memFree=28216768/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=693740 CPUtime=522.31 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 152303 0 0 0 52187 44 0 0 25 0 1 0 961758814 710389760 136585 33554432000 4194304 4300056 140736700028496 18446744073709551615 4263712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 173435 136585 246 26 0 170067 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 693740

[startup+582.301 s]
/proc/loadavg: 2.07 1.99 1.72 3/179 32504
/proc/meminfo: memFree=28164912/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=695992 CPUtime=582.31 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 161958 0 0 0 58184 47 0 0 25 0 1 0 961758814 712695808 146228 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 173998 146228 246 26 0 170630 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 695992

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=27967532/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1054464 CPUtime=822.32 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 198563 0 0 0 82171 61 0 0 25 0 1 0 961758814 1079771136 182733 33554432000 4194304 4300056 140736700028496 18446744073709551615 4262778 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 263616 182733 246 26 0 260248 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1054464

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 1.79 3/179 32512
/proc/meminfo: memFree=27963796/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1057172 CPUtime=882.31 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 207163 0 0 0 88168 63 0 0 25 0 1 0 961758814 1082544128 191306 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 264293 191306 246 26 0 260925 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1057172

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 32513
/proc/meminfo: memFree=27929296/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1058084 CPUtime=942.32 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 215749 0 0 0 94166 66 0 0 25 0 1 0 961758814 1083478016 199863 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 264521 199863 246 26 0 261153 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1058084

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/179 32515
/proc/meminfo: memFree=27895300/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1060036 CPUtime=1002.31 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 224201 0 0 0 100163 68 0 0 25 0 1 0 961758814 1085476864 208287 33554432000 4194304 4300056 140736700028496 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 265009 208287 246 26 0 261641 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1060036

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/179 32517
/proc/meminfo: memFree=27858076/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1062376 CPUtime=1062.32 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 233583 0 0 0 106159 73 0 0 25 0 1 0 961758814 1087873024 217638 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 265594 217638 246 26 0 262226 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1062376

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 32518
/proc/meminfo: memFree=27824936/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1064220 CPUtime=1122.33 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 241889 0 0 0 112156 77 0 0 25 0 1 0 961758814 1089761280 225909 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 266055 225909 248 26 0 262687 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1064220

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 32520
/proc/meminfo: memFree=27977816/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1066448 CPUtime=1182.32 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 401887 0 0 0 118134 98 0 0 25 0 1 0 961758814 1092042752 187777 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 266612 187777 248 26 0 263244 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1066448

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/179 32522
/proc/meminfo: memFree=27949028/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1067960 CPUtime=1242.33 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 409041 0 0 0 124130 103 0 0 25 0 1 0 961758814 1093591040 194907 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 266990 194907 248 26 0 263622 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1067960

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 32532
/proc/meminfo: memFree=27887672/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=1069296 CPUtime=1302.33 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 416130 0 0 0 130127 106 0 0 25 0 1 0 961758814 1094959104 201973 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 267324 201973 248 26 0 263956 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1069296

[startup+1362.3 s]
/proc/loadavg: 2.11 2.03 1.86 3/179 32534
/proc/meminfo: memFree=28068696/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=722052 CPUtime=1362.33 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 552841 0 0 0 136108 125 0 0 25 0 1 0 961758814 739381248 164897 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 180513 164897 248 26 0 177145 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 722052

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

[startup+1382.3 s]
/proc/loadavg: 2.08 2.03 1.86 3/179 32534
/proc/meminfo: memFree=28057032/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=722724 CPUtime=1382.33 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 555885 0 0 0 138107 126 0 0 25 0 1 0 961758814 740069376 167926 33554432000 4194304 4300056 140736700028496 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 180681 167926 248 26 0 177313 0
Current children cumulated CPU time (s) 1382.33
Current children cumulated vsize (KiB) 722724

[startup+1395.1 s]
/proc/loadavg: 2.06 2.03 1.87 3/179 32535
/proc/meminfo: memFree=28047460/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=723432 CPUtime=1395.13 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 558175 0 0 0 139386 127 0 0 25 0 1 0 961758814 740794368 170208 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 180858 170208 248 26 0 177490 0
Current children cumulated CPU time (s) 1395.13
Current children cumulated vsize (KiB) 723432

[startup+1407.9 s]
/proc/loadavg: 2.05 2.02 1.87 3/179 32535
/proc/meminfo: memFree=28037292/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=724376 CPUtime=1407.94 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 560635 0 0 0 140666 128 0 0 25 0 1 0 961758814 741761024 172657 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 181094 172657 248 26 0 177726 0
Current children cumulated CPU time (s) 1407.94
Current children cumulated vsize (KiB) 724376

[startup+1411.1 s]
/proc/loadavg: 2.05 2.02 1.87 3/179 32535
/proc/meminfo: memFree=28035180/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=724508 CPUtime=1411.13 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 561377 0 0 0 140985 128 0 0 25 0 1 0 961758814 741896192 173393 33554432000 4194304 4300056 140736700028496 18446744073709551615 4252522 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 181127 173393 248 26 0 177759 0
Current children cumulated CPU time (s) 1411.13
Current children cumulated vsize (KiB) 724508

[startup+1412.7 s]
/proc/loadavg: 2.04 2.02 1.87 3/179 32535
/proc/meminfo: memFree=28033196/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=724656 CPUtime=1412.73 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 561763 0 0 0 141145 128 0 0 25 0 1 0 961758814 742047744 173778 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 181164 173778 248 26 0 177796 0
Current children cumulated CPU time (s) 1412.73
Current children cumulated vsize (KiB) 724656

[startup+1414.3 s]
/proc/loadavg: 2.04 2.02 1.87 3/179 32535
/proc/meminfo: memFree=28032576/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=725248 CPUtime=1414.33 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 562091 0 0 0 141305 128 0 0 25 0 1 0 961758814 742653952 174103 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 181312 174103 248 26 0 177944 0
Current children cumulated CPU time (s) 1414.33
Current children cumulated vsize (KiB) 725248

[startup+1415.1 s]
/proc/loadavg: 2.04 2.02 1.87 3/179 32535
/proc/meminfo: memFree=28031460/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=725248 CPUtime=1415.14 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 562207 0 0 0 141385 129 0 0 25 0 1 0 961758814 742653952 174217 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 181312 174217 248 26 0 177944 0
Current children cumulated CPU time (s) 1415.14
Current children cumulated vsize (KiB) 725248

[startup+1415.5 s]
/proc/loadavg: 2.04 2.02 1.87 3/179 32535
/proc/meminfo: memFree=28031460/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=725248 CPUtime=1415.54 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 562251 0 0 0 141425 129 0 0 25 0 1 0 961758814 742653952 174260 33554432000 4194304 4300056 140736700028496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 181312 174260 248 26 0 177944 0
Current children cumulated CPU time (s) 1415.54
Current children cumulated vsize (KiB) 725248

[startup+1415.6 s]
/proc/loadavg: 2.04 2.02 1.87 3/179 32535
/proc/meminfo: memFree=28030840/32951124 swapFree=67063728/67111528
[pid=32487] ppid=32485 vsize=725248 CPUtime=1415.64 cores=1,3,5,7
/proc/32487/stat : 32487 (lr_gl_shr) R 32485 32487 31730 0 -1 4202496 562263 0 0 0 141435 129 0 0 25 0 1 0 961758814 742653952 174272 33554432000 4194304 4300056 140736700028496 18446744073709551615 4262409 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32487/statm: 181312 174272 248 26 0 177944 0
Current children cumulated CPU time (s) 1415.64
Current children cumulated vsize (KiB) 725248

Child status: 20
Real time (s): 1415.65
CPU time (s): 1415.69
CPU user time (s): 1414.37
CPU system time (s): 1.3188
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1973888

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

runsolver used 2.22366 second user time and 5.34419 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-19 18:40:06
IDJOB=3439886
IDBENCH=71037
IDSOLVER=1938
FILE ID=node134/3439886-1308501605
RUNJOBID= node134-1308501388-32417
PBS_JOBID= 13608172
Free space on /tmp= 73144 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439886-1308501605/watcher-3439886-1308501605 -o /tmp/evaluation-result-3439886-1308501605/solver-3439886-1308501605 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439886-1308501605.cnf -verb=0 -model

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=824680654

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28772924 kB
Buffers:        575008 kB
Cached:        3141032 kB
SwapCached:      10108 kB
Active:        1771660 kB
Inactive:      2011192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28772924 kB
SwapTotal:    67111528 kB
SwapFree:     67063728 kB
Dirty:           26420 kB
Writeback:          20 kB
AnonPages:       63980 kB
Mapped:          10348 kB
Slab:           332816 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229392 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= 73144 MiB
End job on node134 at 2011-06-19 19:03:42