Trace number 3350036

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_NOSHR 2011-03-02? (TO) 1300.1 1300.07

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 benchmark365.63
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


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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.04 3.97 3.05 5/286 18872
/proc/meminfo: memFree=17519488/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=22812 CPUtime=0 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 1118 0 0 0 0 0 0 0 22 0 1 0 687175676 23359488 1061 33554432000 4194304 4300056 140735306094864 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 5703 1064 220 26 0 2335 0

[startup+0.0996031 s]
/proc/loadavg: 4.04 3.97 3.05 5/286 18872
/proc/meminfo: memFree=17519488/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=56124 CPUtime=0.08 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 8274 0 0 0 7 1 0 0 22 0 1 0 687175676 57470976 8007 33554432000 4194304 4300056 140735306094864 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 14031 8008 220 26 0 10663 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56124

[startup+0.1006 s]
/proc/loadavg: 4.04 3.97 3.05 5/286 18872
/proc/meminfo: memFree=17519488/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=56256 CPUtime=0.08 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 8308 0 0 0 7 1 0 0 22 0 1 0 687175676 57606144 8041 33554432000 4194304 4300056 140735306094864 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 14064 8042 220 26 0 10696 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56256

[startup+0.300569 s]
/proc/loadavg: 4.04 3.97 3.05 5/286 18872
/proc/meminfo: memFree=17519488/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=76336 CPUtime=0.29 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 14260 0 0 0 27 2 0 0 23 0 1 0 687175676 78168064 13350 33554432000 4194304 4300056 140735306094864 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 19084 13350 220 26 0 15716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76336

[startup+0.700492 s]
/proc/loadavg: 4.04 3.97 3.05 5/286 18872
/proc/meminfo: memFree=17519488/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=107024 CPUtime=0.69 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 21833 0 0 0 65 4 0 0 25 0 1 0 687175676 109592576 19700 33554432000 4194304 4300056 140735306094864 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 26756 19700 220 26 0 23388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107024

[startup+1.50034 s]
/proc/loadavg: 4.04 3.97 3.05 5/287 18873
/proc/meminfo: memFree=17408544/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=143744 CPUtime=1.49 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 33509 0 0 0 142 7 0 0 25 0 1 0 687175676 147193856 29973 33554432000 4194304 4300056 140735306094864 18446744073709551615 4230673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 35936 29973 227 26 0 32568 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143744

[startup+3.10105 s]
/proc/loadavg: 4.04 3.97 3.05 5/287 18873
/proc/meminfo: memFree=17371220/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=135248 CPUtime=3.08 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 43227 0 0 0 300 8 0 0 25 0 1 0 687175676 138493952 27841 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 33812 27841 236 26 0 30444 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 135248

[startup+6.30047 s]
/proc/loadavg: 4.04 3.97 3.05 5/287 18873
/proc/meminfo: memFree=17388156/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=135248 CPUtime=6.28 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 43718 0 0 0 620 8 0 0 25 0 1 0 687175676 138493952 28327 33554432000 4194304 4300056 140735306094864 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 33812 28327 246 26 0 30444 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 135248

[startup+12.7003 s]
/proc/loadavg: 4.12 3.99 3.06 5/287 18873
/proc/meminfo: memFree=17367404/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=146924 CPUtime=12.68 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 45364 0 0 0 1259 9 0 0 25 0 1 0 687175676 150450176 29963 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 36731 29963 246 26 0 33363 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 146924

[startup+25.501 s]
/proc/loadavg: 4.09 3.99 3.08 5/287 18901
/proc/meminfo: memFree=17308664/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=165892 CPUtime=25.49 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 49259 0 0 0 2538 11 0 0 25 0 1 0 687175676 169873408 33840 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 41473 33840 246 26 0 38105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 165892

[startup+51.1003 s]
/proc/loadavg: 4.12 4.00 3.11 5/287 18901
/proc/meminfo: memFree=17188900/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=196712 CPUtime=51.09 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 57236 0 0 0 5095 14 0 0 25 0 1 0 687175676 201433088 41786 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 49178 41786 246 26 0 45810 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 196712

[startup+102.311 s]
/proc/loadavg: 4.05 4.00 3.15 5/287 18930
/proc/meminfo: memFree=17452296/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=328188 CPUtime=102.29 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 72943 0 0 0 10210 19 0 0 25 0 1 0 687175676 336064512 57436 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 82047 57436 246 26 0 78679 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 328188

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.20 5/287 18958
/proc/meminfo: memFree=17013136/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=328188 CPUtime=162.29 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 91400 0 0 0 16203 26 0 0 25 0 1 0 687175676 336064512 75846 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 82047 75846 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: 4.08 4.02 3.25 5/287 18960
/proc/meminfo: memFree=16636624/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=464040 CPUtime=222.29 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 108358 0 0 0 22197 32 0 0 25 0 1 0 687175676 475176960 92770 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 116010 92770 246 26 0 112642 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 464040

[startup+282.301 s]
/proc/loadavg: 4.03 4.01 3.30 5/287 18989
/proc/meminfo: memFree=16208880/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=468132 CPUtime=282.29 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 125271 0 0 0 28189 40 0 0 25 0 1 0 687175676 479367168 109631 33554432000 4194304 4300056 140735306094864 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 117033 109631 246 26 0 113665 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 468132

[startup+342.301 s]
/proc/loadavg: 4.05 4.02 3.34 5/287 18991
/proc/meminfo: memFree=15780092/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=687896 CPUtime=342.29 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 141075 0 0 0 34182 47 0 0 25 0 1 0 687175676 704405504 125397 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 171974 125397 246 26 0 168606 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 687896

[startup+402.301 s]
/proc/loadavg: 4.14 4.05 3.39 5/287 19020
/proc/meminfo: memFree=15532828/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=690852 CPUtime=402.3 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 159550 0 0 0 40170 60 0 0 25 0 1 0 687175676 707432448 143832 33554432000 4194304 4300056 140735306094864 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 172713 143832 246 26 0 169345 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 690852

[startup+462.301 s]
/proc/loadavg: 4.05 4.03 3.43 5/287 19048
/proc/meminfo: memFree=16278676/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=694700 CPUtime=462.3 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 174092 0 0 0 46164 66 0 0 25 0 1 0 687175676 711372800 158335 33554432000 4194304 4300056 140735306094864 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 173675 158335 246 26 0 170307 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 694700

[startup+522.301 s]
/proc/loadavg: 4.02 4.03 3.46 5/284 19074
/proc/meminfo: memFree=16267968/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1047804 CPUtime=522.3 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 188432 0 0 0 52158 72 0 0 25 0 1 0 687175676 1072951296 172632 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 261951 172632 246 26 0 258583 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1047804

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.49 5/287 19082
/proc/meminfo: memFree=15612952/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1052560 CPUtime=582.31 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 203301 0 0 0 58155 76 0 0 25 0 1 0 687175676 1077821440 187463 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 263140 187463 246 26 0 259772 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1052560

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.52 5/287 19083
/proc/meminfo: memFree=15624512/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1055524 CPUtime=642.31 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 216321 0 0 0 64152 79 0 0 25 0 1 0 687175676 1080856576 200460 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 263881 200460 246 26 0 260513 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1055524

[startup+702.301 s]
/proc/loadavg: 4.08 4.02 3.55 5/287 19085
/proc/meminfo: memFree=15219384/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1058888 CPUtime=702.3 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 229730 0 0 0 70147 83 0 0 25 0 1 0 687175676 1084301312 213843 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 264722 213843 246 26 0 261354 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1058888

[startup+762.31 s]
/proc/loadavg: 4.03 4.02 3.58 5/287 19086
/proc/meminfo: memFree=14756080/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1062312 CPUtime=762.32 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 241439 0 0 0 76146 86 0 0 25 0 1 0 687175676 1087807488 225522 33554432000 4194304 4300056 140735306094864 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 265578 225522 246 26 0 262210 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1062312

[startup+822.3 s]
/proc/loadavg: 4.05 4.03 3.61 5/287 19088
/proc/meminfo: memFree=14358276/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1065484 CPUtime=822.3 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 254483 0 0 0 82140 90 0 0 25 0 1 0 687175676 1091055616 238531 33554432000 4194304 4300056 140735306094864 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 266371 238531 246 26 0 263003 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1065484

[startup+882.3 s]
/proc/loadavg: 4.02 4.02 3.63 5/287 19090
/proc/meminfo: memFree=14049600/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1069408 CPUtime=882.31 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 265400 0 0 0 88137 94 0 0 25 0 1 0 687175676 1095073792 249429 33554432000 4194304 4300056 140735306094864 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 267352 249429 246 26 0 263984 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1069408

[startup+942.3 s]
/proc/loadavg: 4.07 4.03 3.66 5/284 19094
/proc/meminfo: memFree=15296000/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1073748 CPUtime=942.31 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 275217 0 0 0 94134 97 0 0 25 0 1 0 687175676 1099517952 259213 33554432000 4194304 4300056 140735306094864 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 268437 259213 246 26 0 265069 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1073748

[startup+1002.3 s]
/proc/loadavg: 3.46 3.86 3.62 4/281 19110
/proc/meminfo: memFree=15222132/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1646844 CPUtime=1002.32 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 289775 0 0 0 100130 102 0 0 25 0 1 0 687175676 1686368256 273732 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 411711 273732 246 26 0 408343 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1646844

[startup+1062.3 s]
/proc/loadavg: 3.17 3.70 3.58 4/281 19111
/proc/meminfo: memFree=15055912/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1647600 CPUtime=1062.31 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 303202 0 0 0 106126 105 0 0 25 0 1 0 687175676 1687142400 287124 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 411900 287124 246 26 0 408532 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1647600

[startup+1122.3 s]
/proc/loadavg: 3.06 3.57 3.54 4/281 19113
/proc/meminfo: memFree=14907656/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1652292 CPUtime=1122.32 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 319662 0 0 0 112122 110 0 0 25 0 1 0 687175676 1691947008 303545 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 413073 303545 246 26 0 409705 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1652292

[startup+1182.3 s]
/proc/loadavg: 3.02 3.46 3.50 4/281 19114
/proc/meminfo: memFree=14748768/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1656540 CPUtime=1182.32 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 331764 0 0 0 118118 114 0 0 25 0 1 0 687175676 1696296960 315617 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 414135 315617 246 26 0 410767 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1656540

[startup+1242.3 s]
/proc/loadavg: 3.01 3.38 3.47 4/281 19116
/proc/meminfo: memFree=14540524/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1659128 CPUtime=1242.32 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 348489 0 0 0 124115 117 0 0 25 0 1 0 687175676 1698947072 332297 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 414782 332297 246 26 0 411414 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1659128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.30 3.43 4/281 19118
/proc/meminfo: memFree=14782900/32951124 swapFree=67083432/67111528
[pid=18872] ppid=18870 vsize=1662064 CPUtime=1300.03 cores=1,3
/proc/18872/stat : 18872 (lr_gl_shr) R 18870 18872 18638 0 -1 4202496 363523 0 0 0 129882 121 0 0 25 0 1 0 687175676 1701953536 347301 33554432000 4194304 4300056 140735306094864 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18872/statm: 415516 347301 246 26 0 412148 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1662064

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.07
CPU time (s): 1300.1
CPU user time (s): 1298.82
CPU system time (s): 1.27281
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1662064

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

runsolver used 3.47147 second user time and 7.75682 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-09 21:30:51
IDJOB=3350036
IDBENCH=71037
IDSOLVER=1815
FILE ID=node110/3350036-1304969450
RUNJOBID= node110-1304968104-18658
PBS_JOBID= 13285640
Free space on /tmp= 50372 MiB

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

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1807630721

node110.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.830
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.830
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:     32951124 kB
MemFree:      17519768 kB
Buffers:        201204 kB
Cached:       11078524 kB
SwapCached:       1408 kB
Active:        4707820 kB
Inactive:     10119492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17519768 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           80400 kB
Writeback:           0 kB
AnonPages:     3545576 kB
Mapped:          23368 kB
Slab:           518884 kB
PageTables:      22160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46646444 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= 50420 MiB
End job on node110 at 2011-05-09 21:52:33