Trace number 3349735

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_NOGL_NOSHR 2011-03-02? (TO) 1300.11 1300.06

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
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-3349735-1304969146/watcher-3349735-1304969146 -o /tmp/evaluation-result-3349735-1304969146/solver-3349735-1304969146 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349735-1304969146.cnf -verb=0 -model -no-shrinking -no-glucose 

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: 4.18 3.98 2.73 4/329 24892
/proc/meminfo: memFree=4638164/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=28332 CPUtime=0 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 2206 0 0 0 0 0 0 0 22 0 1 0 608517106 29011968 2121 33554432000 4194304 4300056 140735338565856 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 7083 2127 220 26 0 3715 0

[startup+0.068538 s]
/proc/loadavg: 4.18 3.98 2.73 4/329 24892
/proc/meminfo: memFree=4638164/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=52820 CPUtime=0.06 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 7242 0 0 0 5 1 0 0 22 0 1 0 608517106 54087680 7042 33554432000 4194304 4300056 140735338565856 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 13205 7043 220 26 0 9837 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 52820

[startup+0.100533 s]
/proc/loadavg: 4.18 3.98 2.73 4/329 24892
/proc/meminfo: memFree=4638164/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=56700 CPUtime=0.09 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 8488 0 0 0 8 1 0 0 22 0 1 0 608517106 58060800 8197 33554432000 4194304 4300056 140735338565856 18446744073709551615 212436016896 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 14208 8198 220 26 0 10840 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56700

[startup+0.300507 s]
/proc/loadavg: 4.18 3.98 2.73 4/329 24892
/proc/meminfo: memFree=4638164/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=76384 CPUtime=0.29 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 14402 0 0 0 27 2 0 0 23 0 1 0 608517106 78217216 13468 33554432000 4194304 4300056 140735338565856 18446744073709551615 212436016896 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 19096 13468 220 26 0 15728 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76384

[startup+0.700417 s]
/proc/loadavg: 4.18 3.98 2.73 4/329 24892
/proc/meminfo: memFree=4638164/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=107864 CPUtime=0.69 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 22339 0 0 0 65 4 0 0 25 0 1 0 608517106 110452736 20153 33554432000 4194304 4300056 140735338565856 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 26966 20155 220 26 0 23598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107864

[startup+1.50028 s]
/proc/loadavg: 4.18 3.98 2.73 5/330 24893
/proc/meminfo: memFree=4526068/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=143632 CPUtime=1.49 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 33505 0 0 0 142 7 0 0 25 0 1 0 608517106 147079168 29953 33554432000 4194304 4300056 140735338565856 18446744073709551615 4217851 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 35908 29953 227 26 0 32540 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143632

[startup+3.10097 s]
/proc/loadavg: 4.18 3.98 2.73 5/330 24893
/proc/meminfo: memFree=4494944/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=135060 CPUtime=3.09 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 43214 0 0 0 300 9 0 0 25 0 1 0 608517106 138301440 27826 33554432000 4194304 4300056 140735338565856 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 33765 27826 244 26 0 30397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135060

[startup+6.30037 s]
/proc/loadavg: 4.16 3.98 2.73 5/330 24893
/proc/meminfo: memFree=4518252/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=135060 CPUtime=6.29 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 44147 0 0 0 620 9 0 0 25 0 1 0 608517106 138301440 28751 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 33765 28751 246 26 0 30397 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135060

[startup+12.7002 s]
/proc/loadavg: 4.15 3.98 2.74 5/330 24893
/proc/meminfo: memFree=4504820/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=146736 CPUtime=12.69 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 45972 0 0 0 1259 10 0 0 25 0 1 0 608517106 150257664 30564 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 36684 30564 246 26 0 33316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146736

[startup+25.5007 s]
/proc/loadavg: 4.11 3.98 2.76 5/330 24894
/proc/meminfo: memFree=4478024/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=165704 CPUtime=25.49 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 49806 0 0 0 2537 12 0 0 25 0 1 0 608517106 169680896 34385 33554432000 4194304 4300056 140735338565856 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 41426 34386 246 26 0 38058 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 165704

[startup+51.1009 s]
/proc/loadavg: 4.21 4.01 2.80 5/330 24894
/proc/meminfo: memFree=4421672/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=196524 CPUtime=51.09 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 57024 0 0 0 5094 15 0 0 25 0 1 0 608517106 201240576 41576 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 49131 41576 246 26 0 45763 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 196524

[startup+102.312 s]
/proc/loadavg: 4.09 4.01 2.86 6/330 24896
/proc/meminfo: memFree=4314912/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=246612 CPUtime=102.3 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 71844 0 0 0 10209 21 0 0 25 0 1 0 608517106 252530688 56360 33554432000 4194304 4300056 140735338565856 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 61653 56360 246 26 0 58285 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 246612

[startup+162.301 s]
/proc/loadavg: 4.03 4.00 2.93 5/330 24897
/proc/meminfo: memFree=4198068/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=328000 CPUtime=162.3 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 87903 0 0 0 16201 29 0 0 25 0 1 0 608517106 335872000 72385 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 82000 72385 246 26 0 78632 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 328000

[startup+222.301 s]
/proc/loadavg: 4.08 4.02 3.00 5/330 24899
/proc/meminfo: memFree=4082588/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=460260 CPUtime=222.29 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 103976 0 0 0 22194 35 0 0 25 0 1 0 608517106 471306240 88432 33554432000 4194304 4300056 140735338565856 18446744073709551615 4252411 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 115065 88432 246 26 0 111697 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 460260

[startup+282.3 s]
/proc/loadavg: 4.03 4.01 3.06 5/330 24901
/proc/meminfo: memFree=3951092/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=460260 CPUtime=282.3 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 118314 0 0 0 28190 40 0 0 25 0 1 0 608517106 471306240 102745 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 115065 102745 246 26 0 111697 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 460260

[startup+342.301 s]
/proc/loadavg: 3.97 3.99 3.11 5/330 24930
/proc/meminfo: memFree=4396020/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=677712 CPUtime=342.3 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 133092 0 0 0 34183 47 0 0 25 0 1 0 608517106 693977088 117491 33554432000 4194304 4300056 140735338565856 18446744073709551615 4255932 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 169428 117491 246 26 0 166060 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 677712

[startup+402.301 s]
/proc/loadavg: 3.99 3.99 3.16 5/330 24960
/proc/meminfo: memFree=4273128/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=680652 CPUtime=402.3 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 149110 0 0 0 40178 52 0 0 25 0 1 0 608517106 696987648 133489 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 170163 133489 246 26 0 166795 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 680652

[startup+462.3 s]
/proc/loadavg: 3.95 3.99 3.21 5/327 25010
/proc/meminfo: memFree=4099640/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=682576 CPUtime=462.3 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 162814 0 0 0 46172 58 0 0 25 0 1 0 608517106 698957824 147167 33554432000 4194304 4300056 140735338565856 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 170644 147167 246 26 0 167276 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 682576

[startup+522.301 s]
/proc/loadavg: 4.02 4.00 3.26 5/330 25018
/proc/meminfo: memFree=3422348/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=684752 CPUtime=522.31 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 177223 0 0 0 52168 63 0 0 25 0 1 0 608517106 701186048 161549 33554432000 4194304 4300056 140735338565856 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 171188 161549 246 26 0 167820 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 684752

[startup+582.301 s]
/proc/loadavg: 4.08 4.03 3.32 5/330 25128
/proc/meminfo: memFree=3806956/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1036724 CPUtime=582.31 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 190518 0 0 0 58163 68 0 0 25 0 1 0 608517106 1061605376 174821 33554432000 4194304 4300056 140735338565856 18446744073709551615 4251296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 259181 174822 246 26 0 255813 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1036724

[startup+642.3 s]
/proc/loadavg: 4.03 4.02 3.36 5/330 25183
/proc/meminfo: memFree=3813096/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1038516 CPUtime=642.32 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 202665 0 0 0 64158 74 0 0 25 0 1 0 608517106 1063440384 186946 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 259629 186946 246 26 0 256261 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1038516

[startup+702.301 s]
/proc/loadavg: 4.08 4.03 3.40 5/330 25185
/proc/meminfo: memFree=3659404/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1040632 CPUtime=702.32 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 214982 0 0 0 70153 79 0 0 25 0 1 0 608517106 1065607168 199249 33554432000 4194304 4300056 140735338565856 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 260158 199249 246 26 0 256790 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1040632

[startup+762.313 s]
/proc/loadavg: 4.11 4.05 3.44 5/330 25186
/proc/meminfo: memFree=3506936/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1042800 CPUtime=762.33 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 226701 0 0 0 76150 83 0 0 25 0 1 0 608517106 1067827200 210949 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 260700 210949 246 26 0 257332 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1042800

[startup+822.3 s]
/proc/loadavg: 4.04 4.04 3.48 5/330 25188
/proc/meminfo: memFree=3345308/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1044284 CPUtime=822.33 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 237315 0 0 0 82144 89 0 0 25 0 1 0 608517106 1069346816 221548 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 261071 221548 246 26 0 257703 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 1044284

[startup+882.301 s]
/proc/loadavg: 4.01 4.03 3.50 5/330 25190
/proc/meminfo: memFree=3196060/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1045644 CPUtime=882.33 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 248507 0 0 0 88139 94 0 0 25 0 1 0 608517106 1070739456 232724 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 261411 232724 246 26 0 258043 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1045644

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.53 5/330 25191
/proc/meminfo: memFree=3071652/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1047376 CPUtime=942.33 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 258531 0 0 0 94133 100 0 0 25 0 1 0 608517106 1072513024 242733 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 261844 242733 246 26 0 258476 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1047376

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.56 5/330 25193
/proc/meminfo: memFree=2940136/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1049092 CPUtime=1002.33 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 268324 0 0 0 100129 104 0 0 25 0 1 0 608517106 1074270208 252510 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 262273 252510 246 26 0 258905 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1049092

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 3.59 5/330 25194
/proc/meminfo: memFree=2784976/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1619468 CPUtime=1062.33 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 279794 0 0 0 106125 108 0 0 25 0 1 0 608517106 1658335232 263970 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 404867 263970 246 26 0 401499 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1619468

[startup+1122.3 s]
/proc/loadavg: 4.12 4.05 3.62 5/330 25196
/proc/meminfo: memFree=2643304/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1620384 CPUtime=1122.33 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 289247 0 0 0 112120 113 0 0 25 0 1 0 608517106 1659273216 273408 33554432000 4194304 4300056 140735338565856 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 405096 273408 246 26 0 401728 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1620384

[startup+1182.3 s]
/proc/loadavg: 4.04 4.04 3.64 5/330 25198
/proc/meminfo: memFree=2951420/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1622180 CPUtime=1182.34 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 299249 0 0 0 118116 118 0 0 25 0 1 0 608517106 1661112320 283397 33554432000 4194304 4300056 140735338565856 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 405545 283397 246 26 0 402177 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1622180

[startup+1242.3 s]
/proc/loadavg: 4.06 4.05 3.67 5/330 25199
/proc/meminfo: memFree=2759164/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1623120 CPUtime=1242.34 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 308879 0 0 0 124113 121 0 0 25 0 1 0 608517106 1662074880 293011 33554432000 4194304 4300056 140735338565856 18446744073709551615 4262966 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 405780 293011 246 26 0 402412 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1623120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.05 3.69 5/330 25201
/proc/meminfo: memFree=2583780/32951124 swapFree=67093864/67111528
[pid=24892] ppid=24890 vsize=1624560 CPUtime=1300.05 cores=5,7
/proc/24892/stat : 24892 (lr_gl_shr) R 24890 24892 24480 0 -1 4202496 317742 0 0 0 129881 124 0 0 25 0 1 0 608517106 1663549440 301861 33554432000 4194304 4300056 140735338565856 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24892/statm: 406140 301861 246 26 0 402772 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1624560

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.06
CPU time (s): 1300.11
CPU user time (s): 1298.82
CPU system time (s): 1.2908
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1624560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.82
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317742
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 935

runsolver used 3.85741 second user time and 9.16661 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-09 21:25:48
IDJOB=3349735
IDBENCH=71036
IDSOLVER=1814
FILE ID=node102/3349735-1304969146
RUNJOBID= node102-1304968099-24501
PBS_JOBID= 13285648
Free space on /tmp= 44804 MiB

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

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=1585853139

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4638444 kB
Buffers:        209824 kB
Cached:        8632168 kB
SwapCached:       1136 kB
Active:       21621820 kB
Inactive:      6269528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4638444 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           26388 kB
Writeback:           0 kB
AnonPages:    19048420 kB
Mapped:          26844 kB
Slab:           301896 kB
PageTables:      54872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59807952 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= 44800 MiB
End job on node102 at 2011-05-09 21:47:30