Trace number 3350221

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) 1299.95 1300.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 0,2

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: 0.89 1.93 2.91 6/404 16833
/proc/meminfo: memFree=23946284/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=20224 CPUtime=0 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 644 0 0 0 0 0 0 0 21 0 1 0 608719723 20709376 576 33554432000 4194304 4300056 140735168551888 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 5056 577 219 26 0 1688 0

[startup+0.085947 s]
/proc/loadavg: 0.89 1.93 2.91 6/404 16833
/proc/meminfo: memFree=23946284/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=33072 CPUtime=0.07 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 4435 0 0 0 7 0 0 0 21 0 1 0 608719723 33865728 4038 33554432000 4194304 4300056 140735168551888 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 8268 4039 220 26 0 4900 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33072

[startup+0.100955 s]
/proc/loadavg: 0.89 1.93 2.91 6/404 16833
/proc/meminfo: memFree=23946284/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=35996 CPUtime=0.08 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 5421 0 0 0 8 0 0 0 21 0 1 0 608719723 36859904 4865 33554432000 4194304 4300056 140735168551888 18446744073709551615 242970247360 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 8999 4865 226 26 0 5631 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35996

[startup+0.300907 s]
/proc/loadavg: 0.89 1.93 2.91 6/404 16833
/proc/meminfo: memFree=23946284/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=74580 CPUtime=0.29 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 15197 0 0 0 27 2 0 0 22 0 1 0 608719723 76369920 13307 33554432000 4194304 4300056 140735168551888 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 18645 13309 231 26 0 15277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74580

[startup+0.70085 s]
/proc/loadavg: 0.89 1.93 2.91 6/404 16833
/proc/meminfo: memFree=23946284/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=100604 CPUtime=0.69 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 21356 0 0 0 66 3 0 0 24 0 1 0 608719723 103018496 18907 33554432000 4194304 4300056 140735168551888 18446744073709551615 4258849 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 25151 18907 233 26 0 21783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100604

[startup+1.5007 s]
/proc/loadavg: 0.89 1.93 2.91 5/411 16846
/proc/meminfo: memFree=23742468/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=99960 CPUtime=1.49 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 28002 0 0 0 145 4 0 0 25 0 1 0 608719723 102359040 19426 33554432000 4194304 4300056 140735168551888 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 24990 19426 233 26 0 21622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99960

[startup+3.1004 s]
/proc/loadavg: 0.89 1.93 2.91 5/411 16846
/proc/meminfo: memFree=23732672/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=92716 CPUtime=3.09 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 28145 0 0 0 305 4 0 0 25 0 1 0 608719723 94941184 17915 33554432000 4194304 4300056 140735168551888 18446744073709551615 4251320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 23179 17915 251 26 0 19811 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92716

[startup+6.30089 s]
/proc/loadavg: 1.06 1.95 2.91 5/407 16901
/proc/meminfo: memFree=23808420/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=92716 CPUtime=6.29 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 28145 0 0 0 625 4 0 0 25 0 1 0 608719723 94941184 17915 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 23179 17915 251 26 0 19811 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92716

[startup+12.7008 s]
/proc/loadavg: 1.45 2.02 2.93 4/407 16916
/proc/meminfo: memFree=23802936/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=92716 CPUtime=12.69 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 28537 0 0 0 1265 4 0 0 25 0 1 0 608719723 94941184 18294 33554432000 4194304 4300056 140735168551888 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 23179 18294 251 26 0 19811 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92716

[startup+25.5006 s]
/proc/loadavg: 2.16 2.15 2.96 5/411 16954
/proc/meminfo: memFree=23701372/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=111384 CPUtime=25.49 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 30767 0 0 0 2543 6 0 0 25 0 1 0 608719723 114057216 20462 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 27846 20462 251 26 0 24478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111384

[startup+51.1012 s]
/proc/loadavg: 2.79 2.29 2.98 5/411 16964
/proc/meminfo: memFree=23636416/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=160704 CPUtime=51.03 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 39568 0 0 0 5095 8 0 0 25 0 1 0 608719723 164560896 29192 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256722 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 40176 29192 251 26 0 36808 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 160704

[startup+102.315 s]
/proc/loadavg: 3.47 2.56 3.03 5/411 16965
/proc/meminfo: memFree=23571876/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=191524 CPUtime=102.24 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 46488 0 0 0 10213 11 0 0 25 0 1 0 608719723 196120576 36011 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 47881 36011 251 26 0 44513 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 191524

[startup+162.301 s]
/proc/loadavg: 4.04 2.88 3.11 5/411 17021
/proc/meminfo: memFree=23521432/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=160704 CPUtime=162.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 62716 0 0 0 16202 21 0 0 25 0 1 0 608719723 164560896 33033 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 40176 33033 251 26 0 36808 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 160704

[startup+222.301 s]
/proc/loadavg: 4.01 3.08 3.17 5/411 17023
/proc/meminfo: memFree=23473116/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=111384 CPUtime=222.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 70960 0 0 0 22199 24 0 0 25 0 1 0 608719723 114057216 23218 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 27846 23218 251 26 0 24478 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 111384

[startup+282.3 s]
/proc/loadavg: 4.00 3.24 3.21 5/411 17024
/proc/meminfo: memFree=23377984/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=191524 CPUtime=282.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 84593 0 0 0 28196 27 0 0 25 0 1 0 608719723 196120576 36721 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 47881 36721 251 26 0 44513 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 191524

[startup+342.301 s]
/proc/loadavg: 4.15 3.41 3.27 5/411 17026
/proc/meminfo: memFree=23309140/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=241612 CPUtime=342.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 92963 0 0 0 34191 32 0 0 25 0 1 0 608719723 247410688 45004 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 60403 45004 251 26 0 57035 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 241612

[startup+402.301 s]
/proc/loadavg: 4.37 3.61 3.35 5/411 17084
/proc/meminfo: memFree=23520552/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=196588 CPUtime=402.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 110785 0 0 0 40182 41 0 0 25 0 1 0 608719723 201306112 40869 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 49147 40869 251 26 0 45779 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 196588

[startup+462.3 s]
/proc/loadavg: 4.19 3.69 3.39 5/411 17086
/proc/meminfo: memFree=23511676/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=246676 CPUtime=462.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 118641 0 0 0 46179 43 0 0 25 0 1 0 608719723 252596224 48627 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 61669 48627 251 26 0 58301 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 246676

[startup+522.301 s]
/proc/loadavg: 4.07 3.74 3.42 5/411 17088
/proc/meminfo: memFree=23527768/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=169288 CPUtime=522.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 132459 0 0 0 52175 47 0 0 25 0 1 0 608719723 173350912 37117 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 42322 37117 251 26 0 38954 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 169288

[startup+582.301 s]
/proc/loadavg: 4.12 3.82 3.47 5/411 17089
/proc/meminfo: memFree=23470584/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=250196 CPUtime=582.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 142557 0 0 0 58173 50 0 0 25 0 1 0 608719723 256200704 47111 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 62549 47111 251 26 0 59181 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 250196

[startup+642.3 s]
/proc/loadavg: 4.09 3.86 3.50 5/411 17091
/proc/meminfo: memFree=23550172/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=172032 CPUtime=642.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 155198 0 0 0 64169 54 0 0 25 0 1 0 608719723 176160768 36605 33554432000 4194304 4300056 140735168551888 18446744073709551615 4255989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 43008 36605 251 26 0 39640 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 172032

[startup+702.315 s]
/proc/loadavg: 4.08 3.90 3.54 5/411 17092
/proc/meminfo: memFree=23437172/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=202852 CPUtime=702.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 163619 0 0 0 70167 56 0 0 25 0 1 0 608719723 207720448 44927 33554432000 4194304 4300056 140735168551888 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 50713 44927 251 26 0 47345 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 202852

[startup+762.301 s]
/proc/loadavg: 4.07 3.93 3.57 5/411 17094
/proc/meminfo: memFree=23533752/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=153064 CPUtime=762.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 176104 0 0 0 76163 59 0 0 25 0 1 0 608719723 156737536 32948 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 38266 32948 251 26 0 34898 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 153064

[startup+822.3 s]
/proc/loadavg: 4.02 3.94 3.59 5/411 17096
/proc/meminfo: memFree=23418664/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=202852 CPUtime=822.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 184190 0 0 0 82160 62 0 0 25 0 1 0 608719723 207720448 40952 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 50713 40952 251 26 0 47345 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 202852

[startup+882.301 s]
/proc/loadavg: 4.05 3.96 3.62 5/411 17097
/proc/meminfo: memFree=23395208/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=252940 CPUtime=882.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 194033 0 0 0 88156 66 0 0 25 0 1 0 608719723 259010560 50717 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 63235 50717 251 26 0 59867 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 252940

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.64 5/411 17099
/proc/meminfo: memFree=23539768/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=153064 CPUtime=942.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 206271 0 0 0 94151 71 0 0 25 0 1 0 608719723 156737536 31163 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256018 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 38266 31163 251 26 0 34898 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 153064

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.66 5/411 17100
/proc/meminfo: memFree=23445136/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=202852 CPUtime=1002.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 214865 0 0 0 100147 75 0 0 25 0 1 0 608719723 207720448 39666 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 50713 39666 251 26 0 47345 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 202852

[startup+1062.3 s]
/proc/loadavg: 4.03 3.99 3.68 5/411 17102
/proc/meminfo: memFree=23409412/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=252940 CPUtime=1062.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 222205 0 0 0 106145 77 0 0 25 0 1 0 608719723 259010560 46885 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 63235 46885 251 26 0 59867 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 252940

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.70 5/411 17104
/proc/meminfo: memFree=23514916/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=160720 CPUtime=1122.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 235550 0 0 0 112141 81 0 0 25 0 1 0 608719723 164577280 34743 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 40180 34743 251 26 0 36812 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 160720

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 3.72 5/411 17105
/proc/meminfo: memFree=23431440/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=210508 CPUtime=1182.22 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 243144 0 0 0 118138 84 0 0 25 0 1 0 608719723 215560192 42247 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 52627 42247 251 26 0 49259 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 210508

[startup+1242.3 s]
/proc/loadavg: 4.16 4.03 3.75 5/411 17107
/proc/meminfo: memFree=23375744/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=260596 CPUtime=1242.23 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 249271 0 0 0 124136 87 0 0 25 0 1 0 608719723 266850304 48318 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 65149 48318 251 26 0 61781 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 260596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.04 3.76 6/410 17109
/proc/meminfo: memFree=23500732/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=260596 CPUtime=1299.93 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 254937 0 0 0 129904 89 0 0 25 0 1 0 608719723 266850304 53914 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 65149 53914 251 26 0 61781 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 260596

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

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

[startup+1300 s]
/proc/loadavg: 4.12 4.04 3.76 6/410 17109
/proc/meminfo: memFree=23500732/32951132 swapFree=67093844/67111528
[pid=16833] ppid=16831 vsize=260596 CPUtime=1299.93 cores=0,2
/proc/16833/stat : 16833 (lr_gl_shr) R 16831 16833 15070 0 -1 4202496 254937 0 0 0 129904 89 0 0 25 0 1 0 608719723 266850304 53914 33554432000 4194304 4300056 140735168551888 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16833/statm: 65149 53914 251 26 0 61781 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 260596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1299.95
CPU user time (s): 1299.05
CPU system time (s): 0.902862
CPU usage (%): 99.9942
Max. virtual memory (cumulated for all children) (KiB): 283292

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

runsolver used 5.2742 second user time and 11.5712 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 22:00:11
IDJOB=3350221
IDBENCH=82468
IDSOLVER=1815
FILE ID=node128/3350221-1304971210
RUNJOBID= node128-1304971210-16803
PBS_JOBID= 13285622
Free space on /tmp= 50984 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350221-1304971210/watcher-3350221-1304971210 -o /tmp/evaluation-result-3350221-1304971210/solver-3350221-1304971210 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350221-1304971210.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=678713676

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23947060 kB
Buffers:        169200 kB
Cached:        3232948 kB
SwapCached:       1408 kB
Active:        5665660 kB
Inactive:      3024896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23947060 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           23628 kB
Writeback:          20 kB
AnonPages:     5286732 kB
Mapped:          31900 kB
Slab:           210632 kB
PageTables:      39052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100729928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 50992 MiB
End job on node128 at 2011-05-09 22:21:53