Trace number 3349404

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-02? (TO) 1300.1 1300.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3349404-1305066313/watcher-3349404-1305066313 -o /tmp/evaluation-result-3349404-1305066313/solver-3349404-1305066313 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349404-1305066313.cnf -verb=0 -model 

running on 2 cores: 5,7

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: 2.01 1.97 1.91 4/307 29117
/proc/meminfo: memFree=6451912/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=28384 CPUtime=0 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 2197 0 0 0 0 0 0 0 23 0 1 0 618231104 29065216 2137 33554432000 4194304 4300056 140737389796752 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 7096 2142 220 26 0 3728 0

[startup+0.0135889 s]
/proc/loadavg: 2.01 1.97 1.91 4/307 29117
/proc/meminfo: memFree=6451912/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=30904 CPUtime=0 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 2650 0 0 0 0 0 0 0 23 0 1 0 618231104 31645696 2590 33554432000 4194304 4300056 140737389796752 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 7726 2596 220 26 0 4358 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30904

[startup+0.101573 s]
/proc/loadavg: 2.01 1.97 1.91 4/307 29117
/proc/meminfo: memFree=6451912/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=56916 CPUtime=0.09 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 8530 0 0 0 8 1 0 0 24 0 1 0 618231104 58281984 8264 33554432000 4194304 4300056 140737389796752 18446744073709551615 4220978 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/29117/statm: 14229 8264 220 26 0 10861 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56916

[startup+0.300537 s]
/proc/loadavg: 2.01 1.97 1.91 4/307 29117
/proc/meminfo: memFree=6451912/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=76732 CPUtime=0.29 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 14459 0 0 0 27 2 0 0 25 0 1 0 618231104 78573568 13550 33554432000 4194304 4300056 140737389796752 18446744073709551615 4221190 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/29117/statm: 19183 13550 220 26 0 15815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76732

[startup+0.700461 s]
/proc/loadavg: 2.01 1.97 1.91 4/307 29117
/proc/meminfo: memFree=6451912/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=108344 CPUtime=0.69 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 22361 0 0 0 65 4 0 0 25 0 1 0 618231104 110944256 20229 33554432000 4194304 4300056 140737389796752 18446744073709551615 4286211 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/29117/statm: 27086 20229 220 26 0 23718 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108344

[startup+1.50031 s]
/proc/loadavg: 2.01 1.97 1.91 5/308 29118
/proc/meminfo: memFree=6291040/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=144488 CPUtime=1.48 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 33646 0 0 0 142 6 0 0 25 0 1 0 618231104 147955712 30151 33554432000 4194304 4300056 140737389796752 18446744073709551615 4230656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 36122 30151 227 26 0 32754 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144488

[startup+3.10101 s]
/proc/loadavg: 2.01 1.97 1.91 5/308 29118
/proc/meminfo: memFree=6268100/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=135908 CPUtime=3.08 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 43549 0 0 0 301 7 0 0 25 0 1 0 618231104 139169792 28113 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 33977 28113 246 26 0 30609 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 135908

[startup+6.3004 s]
/proc/loadavg: 2.17 2.00 1.92 5/308 29118
/proc/meminfo: memFree=6291668/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=135908 CPUtime=6.29 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 43920 0 0 0 621 8 0 0 25 0 1 0 618231104 139169792 28483 33554432000 4194304 4300056 140737389796752 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 33977 28483 246 26 0 30609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135908

[startup+12.7002 s]
/proc/loadavg: 2.39 2.05 1.94 5/308 29119
/proc/meminfo: memFree=6277824/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=135908 CPUtime=12.69 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 44574 0 0 0 1261 8 0 0 25 0 1 0 618231104 139169792 29132 33554432000 4194304 4300056 140737389796752 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 33977 29132 246 26 0 30609 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135908

[startup+25.5007 s]
/proc/loadavg: 2.82 2.17 1.97 5/308 29119
/proc/meminfo: memFree=6246868/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=147584 CPUtime=25.48 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 46188 0 0 0 2540 8 0 0 25 0 1 0 618231104 151126016 30735 33554432000 4194304 4300056 140737389796752 18446744073709551615 4251531 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 36896 30735 246 26 0 33528 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 147584

[startup+51.1009 s]
/proc/loadavg: 3.22 2.31 2.03 5/308 29120
/proc/meminfo: memFree=6178376/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=166552 CPUtime=51.08 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 50205 0 0 0 5098 10 0 0 25 0 1 0 618231104 170549248 34727 33554432000 4194304 4300056 140737389796752 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 41638 34727 246 26 0 38270 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 166552

[startup+102.311 s]
/proc/loadavg: 3.27 2.47 2.10 4/302 29138
/proc/meminfo: memFree=6198160/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=197372 CPUtime=102.3 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 58193 0 0 0 10217 13 0 0 25 0 1 0 618231104 202108928 42684 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 49343 42684 246 26 0 45975 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 197372

[startup+162.301 s]
/proc/loadavg: 3.10 2.57 2.15 4/302 29140
/proc/meminfo: memFree=6115540/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=247460 CPUtime=162.29 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 68317 0 0 0 16212 17 0 0 25 0 1 0 618231104 253399040 52778 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 61865 52778 246 26 0 58497 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247460

[startup+222.3 s]
/proc/loadavg: 3.03 2.64 2.20 4/302 29141
/proc/meminfo: memFree=6014832/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=328848 CPUtime=222.3 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 78490 0 0 0 22208 22 0 0 25 0 1 0 618231104 336740352 62913 33554432000 4194304 4300056 140737389796752 18446744073709551615 4262824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 82212 62913 246 26 0 78844 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 328848

[startup+282.301 s]
/proc/loadavg: 3.01 2.71 2.25 4/302 29143
/proc/meminfo: memFree=5978228/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=331296 CPUtime=282.3 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 90040 0 0 0 28202 28 0 0 25 0 1 0 618231104 339247104 74435 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 82824 74435 246 26 0 79456 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 331296

[startup+342.3 s]
/proc/loadavg: 3.07 2.77 2.30 4/302 29144
/proc/meminfo: memFree=5873804/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=466984 CPUtime=342.3 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 101149 0 0 0 34196 34 0 0 25 0 1 0 618231104 478191616 85514 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 116746 85514 246 26 0 113378 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 466984

[startup+402.301 s]
/proc/loadavg: 3.02 2.81 2.34 4/302 29146
/proc/meminfo: memFree=5896596/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=470204 CPUtime=402.3 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 112894 0 0 0 40191 39 0 0 25 0 1 0 618231104 481488896 97224 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 117551 97224 246 26 0 114183 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 470204

[startup+462.301 s]
/proc/loadavg: 3.01 2.84 2.38 4/302 29148
/proc/meminfo: memFree=5789076/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=472720 CPUtime=462.3 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 124755 0 0 0 46186 44 0 0 25 0 1 0 618231104 484065280 109054 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 118180 109054 246 26 0 114812 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 472720

[startup+522.301 s]
/proc/loadavg: 3.15 2.90 2.42 4/302 29149
/proc/meminfo: memFree=5679072/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=690956 CPUtime=522.31 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 135601 0 0 0 52181 50 0 0 25 0 1 0 618231104 707538944 119875 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 172739 119875 246 26 0 169371 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 690956

[startup+582.301 s]
/proc/loadavg: 3.08 2.93 2.46 4/302 29151
/proc/meminfo: memFree=5772552/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=693368 CPUtime=582.31 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 146507 0 0 0 58176 55 0 0 25 0 1 0 618231104 710008832 130766 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 173342 130766 246 26 0 169974 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 693368

[startup+642.3 s]
/proc/loadavg: 2.50 2.80 2.44 3/296 29169
/proc/meminfo: memFree=5922956/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=696008 CPUtime=642.32 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 159537 0 0 0 64173 59 0 0 25 0 1 0 618231104 712712192 143766 33554432000 4194304 4300056 140737389796752 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 174002 143766 246 26 0 170634 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 696008

[startup+702.301 s]
/proc/loadavg: 2.18 2.65 2.41 3/296 29171
/proc/meminfo: memFree=5819888/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=699152 CPUtime=702.31 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 172148 0 0 0 70169 62 0 0 25 0 1 0 618231104 715931648 156351 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 174788 156351 246 26 0 171420 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 699152

[startup+762.311 s]
/proc/loadavg: 2.07 2.53 2.39 3/296 29173
/proc/meminfo: memFree=5854832/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=701828 CPUtime=762.33 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 185380 0 0 0 76167 66 0 0 25 0 1 0 618231104 718671872 169550 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 175457 169550 246 26 0 172089 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 701828

[startup+822.301 s]
/proc/loadavg: 2.02 2.43 2.36 3/296 29174
/proc/meminfo: memFree=5764540/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1053476 CPUtime=822.32 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 196538 0 0 0 82163 69 0 0 25 0 1 0 618231104 1078759424 180692 33554432000 4194304 4300056 140737389796752 18446744073709551615 4252360 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 263369 180692 246 26 0 260001 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1053476

[startup+882.3 s]
/proc/loadavg: 2.01 2.35 2.33 3/296 29176
/proc/meminfo: memFree=5678832/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1056688 CPUtime=882.32 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 207530 0 0 0 88159 73 0 0 25 0 1 0 618231104 1082048512 191654 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 264172 191654 246 26 0 260804 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1056688

[startup+942.301 s]
/proc/loadavg: 2.00 2.28 2.31 3/296 29177
/proc/meminfo: memFree=5737588/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1059344 CPUtime=942.32 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 218538 0 0 0 94156 76 0 0 25 0 1 0 618231104 1084768256 202643 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 264836 202643 246 26 0 261468 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1059344

[startup+1002.3 s]
/proc/loadavg: 2.00 2.23 2.29 3/296 29179
/proc/meminfo: memFree=5633776/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1061312 CPUtime=1002.33 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 229061 0 0 0 100153 80 0 0 25 0 1 0 618231104 1086783488 213148 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 265328 213148 248 26 0 261960 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1061312

[startup+1062.3 s]
/proc/loadavg: 2.05 2.20 2.27 3/296 29180
/proc/meminfo: memFree=5543108/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1063576 CPUtime=1062.33 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 239684 0 0 0 106149 84 0 0 25 0 1 0 618231104 1089101824 223756 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 265894 223756 248 26 0 262526 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1063576

[startup+1122.3 s]
/proc/loadavg: 2.05 2.18 2.26 3/296 29182
/proc/meminfo: memFree=5456784/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1065876 CPUtime=1122.33 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 250703 0 0 0 112145 88 0 0 25 0 1 0 618231104 1091457024 234749 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 266469 234749 248 26 0 263101 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1065876

[startup+1182.3 s]
/proc/loadavg: 2.02 2.14 2.24 3/296 29184
/proc/meminfo: memFree=5517028/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1067712 CPUtime=1182.33 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 261918 0 0 0 118141 92 0 0 25 0 1 0 618231104 1093337088 245945 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 266928 245945 248 26 0 263560 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1067712

[startup+1242.3 s]
/proc/loadavg: 2.00 2.11 2.22 3/296 29185
/proc/meminfo: memFree=5428344/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1069588 CPUtime=1242.33 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 274198 0 0 0 124138 95 0 0 25 0 1 0 618231104 1095258112 258197 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 267397 258197 248 26 0 264029 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1069588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.92 2.07 2.20 2/294 29188
/proc/meminfo: memFree=5563620/32950928 swapFree=67083212/67111528
[pid=29117] ppid=29115 vsize=1639228 CPUtime=1300.04 cores=5,7
/proc/29117/stat : 29117 (lr_gl_shr) R 29115 29117 29057 0 -1 4202496 283999 0 0 0 129907 97 0 0 25 0 1 0 618231104 1678569472 267976 33554432000 4194304 4300056 140737389796752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29117/statm: 409807 267976 248 26 0 406439 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1639228

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.1
CPU user time (s): 1299.08
CPU system time (s): 1.02184
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1639228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.08
system time used= 1.02184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 663

runsolver used 3.43148 second user time and 8.47471 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-11 00:25:14
IDJOB=3349404
IDBENCH=71050
IDSOLVER=1813
FILE ID=node127/3349404-1305066313
RUNJOBID= node127-1305066313-29078
PBS_JOBID= 13306358
Free space on /tmp= 42180 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349404-1305066313/watcher-3349404-1305066313 -o /tmp/evaluation-result-3349404-1305066313/solver-3349404-1305066313 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349404-1305066313.cnf -verb=0 -model

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=636372674

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6452192 kB
Buffers:        231164 kB
Cached:        9787368 kB
SwapCached:       1620 kB
Active:       18597144 kB
Inactive:      7406816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6452192 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           66612 kB
Writeback:           0 kB
AnonPages:    15984104 kB
Mapped:          26124 kB
Slab:           382980 kB
PageTables:      47552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44552652 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= 42220 MiB
End job on node127 at 2011-05-11 00:46:56