Trace number 3349703

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.07 1300.08

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
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 variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349703-1304969398/watcher-3349703-1304969398 -o /tmp/evaluation-result-3349703-1304969398/solver-3349703-1304969398 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349703-1304969398.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.00 3.96 3.01 5/369 3172
/proc/meminfo: memFree=10716640/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=21948 CPUtime=0 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 938 0 0 0 0 0 0 0 23 0 1 0 589355744 22474752 881 33554432000 4194304 4300056 140735893501648 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 5487 884 220 26 0 2119 0

[startup+0.112841 s]
/proc/loadavg: 4.00 3.96 3.01 5/369 3172
/proc/meminfo: memFree=10716640/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=58240 CPUtime=0.1 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 9020 0 0 0 9 1 0 0 24 0 1 0 589355744 59637760 8617 33554432000 4194304 4300056 140735893501648 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 14560 8619 220 26 0 11192 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58240

[startup+0.200822 s]
/proc/loadavg: 4.00 3.96 3.01 5/369 3172
/proc/meminfo: memFree=10716640/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=67716 CPUtime=0.19 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 12048 0 0 0 17 2 0 0 24 0 1 0 589355744 69341184 11442 33554432000 4194304 4300056 140735893501648 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 16929 11443 220 26 0 13561 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67716

[startup+0.300818 s]
/proc/loadavg: 4.00 3.96 3.01 5/369 3172
/proc/meminfo: memFree=10716640/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=76204 CPUtime=0.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 14307 0 0 0 27 2 0 0 25 0 1 0 589355744 78032896 13397 33554432000 4194304 4300056 140735893501648 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 19051 13397 220 26 0 15683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76204

[startup+0.700733 s]
/proc/loadavg: 4.00 3.96 3.01 5/369 3172
/proc/meminfo: memFree=10716640/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=106892 CPUtime=0.69 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 21953 0 0 0 65 4 0 0 25 0 1 0 589355744 109457408 19820 33554432000 4194304 4300056 140735893501648 18446744073709551615 4220998 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 26723 19820 220 26 0 23355 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106892

[startup+1.5006 s]
/proc/loadavg: 4.00 3.96 3.01 5/370 3173
/proc/meminfo: memFree=10449916/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=144820 CPUtime=1.49 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 33783 0 0 0 142 7 0 0 25 0 1 0 589355744 148295680 30278 33554432000 4194304 4300056 140735893501648 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 36205 30279 227 26 0 32837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144820

[startup+3.10031 s]
/proc/loadavg: 4.00 3.96 3.01 5/370 3173
/proc/meminfo: memFree=10478692/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=135836 CPUtime=3.09 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 43613 0 0 0 300 9 0 0 25 0 1 0 589355744 139096064 28156 33554432000 4194304 4300056 140735893501648 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 33959 28156 246 26 0 30591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135836

[startup+6.30073 s]
/proc/loadavg: 4.08 3.97 3.02 5/370 3173
/proc/meminfo: memFree=10472012/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=135836 CPUtime=6.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 44307 0 0 0 619 10 0 0 25 0 1 0 589355744 139096064 28841 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 33959 28841 246 26 0 30591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135836

[startup+12.7006 s]
/proc/loadavg: 4.07 3.97 3.02 5/370 3173
/proc/meminfo: memFree=10448880/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=147512 CPUtime=12.69 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 46060 0 0 0 1258 11 0 0 25 0 1 0 589355744 151052288 30580 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 36878 30580 246 26 0 33510 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 147512

[startup+25.5003 s]
/proc/loadavg: 4.06 3.97 3.04 5/370 3177
/proc/meminfo: memFree=10563836/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=166480 CPUtime=25.49 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 49379 0 0 0 2537 12 0 0 25 0 1 0 589355744 170475520 33880 33554432000 4194304 4300056 140735893501648 18446744073709551615 4252373 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 41620 33880 246 26 0 38252 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 166480

[startup+51.1007 s]
/proc/loadavg: 4.04 3.97 3.06 5/370 3206
/proc/meminfo: memFree=9861948/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=197300 CPUtime=51.09 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 57649 0 0 0 5094 15 0 0 25 0 1 0 589355744 202035200 42127 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 49325 42127 246 26 0 45957 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 197300

[startup+102.3 s]
/proc/loadavg: 4.06 3.99 3.12 5/370 3240
/proc/meminfo: memFree=9620000/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=328776 CPUtime=102.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 74126 0 0 0 10210 19 0 0 25 0 1 0 589355744 336666624 58557 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 82194 58557 246 26 0 78826 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 328776

[startup+162.301 s]
/proc/loadavg: 4.06 4.00 3.17 5/370 3241
/proc/meminfo: memFree=9223740/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=328776 CPUtime=162.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 92754 0 0 0 16206 23 0 0 25 0 1 0 589355744 336666624 77150 33554432000 4194304 4300056 140735893501648 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 82194 77150 246 26 0 78826 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 328776

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.22 5/370 3243
/proc/meminfo: memFree=8802876/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=462052 CPUtime=222.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 111247 0 0 0 22201 28 0 0 25 0 1 0 589355744 473141248 95608 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 115513 95608 246 26 0 112145 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 462052

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.27 5/370 3244
/proc/meminfo: memFree=8417316/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=466348 CPUtime=282.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 127470 0 0 0 28195 34 0 0 25 0 1 0 589355744 477540352 111799 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 116587 111799 246 26 0 113219 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 466348

[startup+342.3 s]
/proc/loadavg: 4.05 4.01 3.32 5/370 3246
/proc/meminfo: memFree=8012036/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=683064 CPUtime=342.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 142994 0 0 0 34189 40 0 0 25 0 1 0 589355744 699457536 127297 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 170766 127297 246 26 0 167398 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 683064

[startup+402.301 s]
/proc/loadavg: 4.08 4.02 3.36 5/370 3248
/proc/meminfo: memFree=7618380/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=685652 CPUtime=402.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 158533 0 0 0 40184 45 0 0 25 0 1 0 589355744 702107648 142809 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 171413 142809 246 26 0 168045 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 685652

[startup+462.301 s]
/proc/loadavg: 4.03 4.02 3.40 5/370 3249
/proc/meminfo: memFree=7231196/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=688756 CPUtime=462.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 172504 0 0 0 46180 49 0 0 25 0 1 0 589355744 705286144 156754 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 172189 156754 246 26 0 168821 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 688756

[startup+522.301 s]
/proc/loadavg: 4.11 4.04 3.44 5/370 3251
/proc/meminfo: memFree=6881836/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1039704 CPUtime=522.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 187895 0 0 0 52176 53 0 0 25 0 1 0 589355744 1064656896 172128 33554432000 4194304 4300056 140735893501648 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 259926 172128 246 26 0 256558 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1039704

[startup+582.3 s]
/proc/loadavg: 4.04 4.03 3.47 5/370 3252
/proc/meminfo: memFree=6496160/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1042216 CPUtime=582.28 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 201766 0 0 0 58169 59 0 0 25 0 1 0 589355744 1067229184 185979 33554432000 4194304 4300056 140735893501648 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 260554 185979 246 26 0 257186 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1042216

[startup+642.313 s]
/proc/loadavg: 4.15 4.06 3.52 5/370 3254
/proc/meminfo: memFree=6097324/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1044684 CPUtime=642.3 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 215745 0 0 0 64166 64 0 0 25 0 1 0 589355744 1069756416 199940 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 261171 199940 246 26 0 257803 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1044684

[startup+702.301 s]
/proc/loadavg: 4.11 4.06 3.55 5/370 3256
/proc/meminfo: memFree=5742020/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1046920 CPUtime=702.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 228687 0 0 0 70161 68 0 0 25 0 1 0 589355744 1072046080 212862 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 261730 212862 246 26 0 258362 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1046920

[startup+762.301 s]
/proc/loadavg: 4.04 4.05 3.57 5/370 3257
/proc/meminfo: memFree=5343184/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1048716 CPUtime=762.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 239423 0 0 0 76157 72 0 0 25 0 1 0 589355744 1073885184 223584 33554432000 4194304 4300056 140735893501648 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 262179 223584 246 26 0 258811 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1048716

[startup+822.301 s]
/proc/loadavg: 4.01 4.04 3.60 5/370 3259
/proc/meminfo: memFree=5004972/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1050544 CPUtime=822.28 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 249705 0 0 0 82154 74 0 0 25 0 1 0 589355744 1075757056 233848 33554432000 4194304 4300056 140735893501648 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 262636 233848 246 26 0 259268 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 1050544

[startup+882.3 s]
/proc/loadavg: 4.07 4.04 3.62 5/370 3260
/proc/meminfo: memFree=4611960/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1052316 CPUtime=882.28 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 259077 0 0 0 88150 78 0 0 25 0 1 0 589355744 1077571584 243204 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 263079 243204 246 26 0 259711 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1052316

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 3.65 5/370 3262
/proc/meminfo: memFree=4253900/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1054460 CPUtime=942.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 271480 0 0 0 94147 82 0 0 25 0 1 0 589355744 1079767040 255595 33554432000 4194304 4300056 140735893501648 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 263615 255595 246 26 0 260247 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1054460

[startup+1002.3 s]
/proc/loadavg: 4.04 4.04 3.67 5/370 3264
/proc/meminfo: memFree=3890276/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1624748 CPUtime=1002.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 282491 0 0 0 100144 85 0 0 25 0 1 0 589355744 1663741952 266591 33554432000 4194304 4300056 140735893501648 18446744073709551615 4263857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 406187 266591 246 26 0 402819 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1624748

[startup+1062.3 s]
/proc/loadavg: 4.16 4.06 3.70 5/370 3265
/proc/meminfo: memFree=3542272/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1625328 CPUtime=1062.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 292624 0 0 0 106140 89 0 0 25 0 1 0 589355744 1664335872 276705 33554432000 4194304 4300056 140735893501648 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 406332 276705 246 26 0 402964 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1625328

[startup+1122.3 s]
/proc/loadavg: 4.06 4.05 3.71 5/370 3267
/proc/meminfo: memFree=3149748/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1627276 CPUtime=1122.28 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 302598 0 0 0 112136 92 0 0 25 0 1 0 589355744 1666330624 286670 33554432000 4194304 4300056 140735893501648 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 406819 286670 246 26 0 403451 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1627276

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.73 5/370 3268
/proc/meminfo: memFree=2769632/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1628832 CPUtime=1182.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 312838 0 0 0 118133 96 0 0 25 0 1 0 589355744 1667923968 296887 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 407208 296887 246 26 0 403840 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1628832

[startup+1242.3 s]
/proc/loadavg: 4.07 4.05 3.75 5/370 3271
/proc/meminfo: memFree=2444592/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1630192 CPUtime=1242.29 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 320588 0 0 0 124130 99 0 0 25 0 1 0 589355744 1669316608 304627 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 407548 304627 246 26 0 404180 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1630192



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.05 3.77 5/368 3274
/proc/meminfo: memFree=3570868/32951124 swapFree=67111348/67111528
[pid=3172] ppid=3170 vsize=1631560 CPUtime=1300 cores=5,7
/proc/3172/stat : 3172 (lr_gl_shr) R 3170 3172 2950 0 -1 4202496 328863 0 0 0 129899 101 0 0 25 0 1 0 589355744 1670717440 312887 33554432000 4194304 4300056 140735893501648 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3172/statm: 407890 312887 246 26 0 404522 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1631560

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.08
CPU time (s): 1300.07
CPU user time (s): 1299
CPU system time (s): 1.06584
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 1631560

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

runsolver used 4.53631 second user time and 10.8414 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-09 21:29:59
IDJOB=3349703
IDBENCH=71055
IDSOLVER=1814
FILE ID=node145/3349703-1304969398
RUNJOBID= node145-1304968092-2972
PBS_JOBID= 13285605
Free space on /tmp= 43272 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.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-3349703-1304969398/watcher-3349703-1304969398 -o /tmp/evaluation-result-3349703-1304969398/solver-3349703-1304969398 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349703-1304969398.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1280416472

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10717292 kB
Buffers:        214464 kB
Cached:       15628312 kB
SwapCached:          0 kB
Active:        7280412 kB
Inactive:     14363856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10717292 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           71696 kB
Writeback:           0 kB
AnonPages:     5801244 kB
Mapped:          27828 kB
Slab:           490104 kB
PageTables:      35028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79800388 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= 43136 MiB
End job on node145 at 2011-05-09 21:51:41