Trace number 3349576

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_SHR 2011-03-02? (TO) 1299.99 1300.02

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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

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: 3.39 3.87 3.77 4/359 4954
/proc/meminfo: memFree=23220580/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=24464 CPUtime=0 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 1454 0 0 0 0 0 0 0 21 0 1 0 609004893 25051136 1345 33554432000 4194304 4300056 140734640515856 18446744073709551615 210647146240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 6116 1345 220 26 0 2748 0

[startup+0.0508289 s]
/proc/loadavg: 3.39 3.87 3.77 4/359 4954
/proc/meminfo: memFree=23220580/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=27564 CPUtime=0.04 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 2445 0 0 0 4 0 0 0 21 0 1 0 609004893 28225536 2300 33554432000 4194304 4300056 140734640515856 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 6952 2302 222 26 0 3584 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27564

[startup+0.100805 s]
/proc/loadavg: 3.39 3.87 3.77 4/359 4954
/proc/meminfo: memFree=23220580/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=30012 CPUtime=0.09 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 3453 0 0 0 9 0 0 0 21 0 1 0 609004893 30732288 3170 33554432000 4194304 4300056 140734640515856 18446744073709551615 4200761 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 7503 3171 222 26 0 4135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30012

[startup+0.300777 s]
/proc/loadavg: 3.39 3.87 3.77 4/359 4954
/proc/meminfo: memFree=23220580/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=34256 CPUtime=0.29 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 5514 0 0 0 29 0 0 0 22 0 1 0 609004893 35078144 4922 33554432000 4194304 4300056 140734640515856 18446744073709551615 4232406 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8564 4922 228 26 0 5196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34256

[startup+0.700705 s]
/proc/loadavg: 3.39 3.87 3.77 4/359 4954
/proc/meminfo: memFree=23220580/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=32192 CPUtime=0.69 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 6323 0 0 0 69 0 0 0 23 0 1 0 609004893 32964608 4217 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256071 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8048 4217 246 26 0 4680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32192

[startup+1.50053 s]
/proc/loadavg: 3.39 3.87 3.77 5/362 4959
/proc/meminfo: memFree=23151708/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=32192 CPUtime=1.49 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 6339 0 0 0 149 0 0 0 25 0 1 0 609004893 32964608 4228 33554432000 4194304 4300056 140734640515856 18446744073709551615 4254738 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8048 4228 246 26 0 4680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32192

[startup+3.10031 s]
/proc/loadavg: 3.39 3.87 3.77 5/365 4965
/proc/meminfo: memFree=23054104/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=32192 CPUtime=3.09 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 6355 0 0 0 309 0 0 0 25 0 1 0 609004893 32964608 4240 33554432000 4194304 4300056 140734640515856 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8048 4240 247 26 0 4680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32192

[startup+6.30079 s]
/proc/loadavg: 3.44 3.87 3.77 6/368 4971
/proc/meminfo: memFree=22718580/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=32192 CPUtime=6.28 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 6369 0 0 0 627 1 0 0 25 0 1 0 609004893 32964608 4252 33554432000 4194304 4300056 140734640515856 18446744073709551615 4254643 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8048 4252 247 26 0 4680 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32192

[startup+12.7007 s]
/proc/loadavg: 3.81 3.94 3.80 5/368 4971
/proc/meminfo: memFree=22578336/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=32192 CPUtime=12.69 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 6386 0 0 0 1267 2 0 0 25 0 1 0 609004893 32964608 4265 33554432000 4194304 4300056 140734640515856 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8048 4265 247 26 0 4680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32192

[startup+25.5006 s]
/proc/loadavg: 4.27 4.04 3.83 5/368 4972
/proc/meminfo: memFree=22573636/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=32192 CPUtime=25.49 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 6401 0 0 0 2547 2 0 0 25 0 1 0 609004893 32964608 4278 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8048 4278 247 26 0 4680 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32192

[startup+51.1002 s]
/proc/loadavg: 4.36 4.08 3.85 5/368 4972
/proc/meminfo: memFree=22569256/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=32192 CPUtime=51.09 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 6604 0 0 0 5104 5 0 0 25 0 1 0 609004893 32964608 4467 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 8048 4467 249 26 0 4680 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32192

[startup+102.314 s]
/proc/loadavg: 4.15 4.07 3.85 5/368 4974
/proc/meminfo: memFree=22533628/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=51876 CPUtime=102.31 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 11487 0 0 0 10223 8 0 0 25 0 1 0 609004893 53121024 9285 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 12969 9285 249 26 0 9601 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 51876

[startup+162.3 s]
/proc/loadavg: 4.05 4.05 3.86 5/368 4975
/proc/meminfo: memFree=22458344/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=88684 CPUtime=162.28 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 17780 0 0 0 16218 10 0 0 25 0 1 0 609004893 90812416 15523 33554432000 4194304 4300056 140734640515856 18446744073709551615 4251328 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 22171 15523 249 26 0 18803 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 88684

[startup+222.3 s]
/proc/loadavg: 4.14 4.07 3.88 5/368 4977
/proc/meminfo: memFree=22463040/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=50380 CPUtime=222.29 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 22610 0 0 0 22216 13 0 0 25 0 1 0 609004893 51589120 8160 33554432000 4194304 4300056 140734640515856 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 12595 8160 249 26 0 9227 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 50380

[startup+282.3 s]
/proc/loadavg: 4.05 4.06 3.88 5/368 4978
/proc/meminfo: memFree=22426452/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=69056 CPUtime=282.28 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 27656 0 0 0 28214 14 0 0 25 0 1 0 609004893 70713344 13122 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 17264 13122 249 26 0 13896 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 69056

[startup+342.301 s]
/proc/loadavg: 4.02 4.04 3.89 5/368 4980
/proc/meminfo: memFree=22386264/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=80732 CPUtime=342.28 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 31221 0 0 0 34213 15 0 0 25 0 1 0 609004893 82669568 16618 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 20183 16618 249 26 0 16815 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 80732

[startup+402.301 s]
/proc/loadavg: 4.00 4.03 3.89 5/368 4982
/proc/meminfo: memFree=22352016/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=99700 CPUtime=402.28 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 34691 0 0 0 40211 17 0 0 25 0 1 0 609004893 102092800 20032 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 24925 20032 249 26 0 21557 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 99700

[startup+462.301 s]
/proc/loadavg: 4.06 4.04 3.91 5/368 4983
/proc/meminfo: memFree=22371836/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=58148 CPUtime=462.28 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 38922 0 0 0 46210 18 0 0 25 0 1 0 609004893 59543552 10099 33554432000 4194304 4300056 140734640515856 18446744073709551615 4254738 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 14537 10099 249 26 0 11169 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 58148

[startup+522.301 s]
/proc/loadavg: 4.02 4.03 3.91 5/368 4985
/proc/meminfo: memFree=22331520/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=76824 CPUtime=522.28 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 43504 0 0 0 52208 20 0 0 25 0 1 0 609004893 78667776 14615 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 19206 14615 249 26 0 15838 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 76824

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/368 4986
/proc/meminfo: memFree=22297528/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=88500 CPUtime=582.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 47353 0 0 0 58206 21 0 0 25 0 1 0 609004893 90624000 18406 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 22125 18406 249 26 0 18757 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 88500

[startup+642.301 s]
/proc/loadavg: 4.04 4.03 3.91 5/368 4988
/proc/meminfo: memFree=22269372/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=107468 CPUtime=642.29 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 50290 0 0 0 64206 23 0 0 25 0 1 0 609004893 110047232 21284 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 26867 21284 249 26 0 23499 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 107468

[startup+702.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/368 4990
/proc/meminfo: memFree=22329000/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=138288 CPUtime=702.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 52891 0 0 0 70202 25 0 0 25 0 1 0 609004893 141606912 23830 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 34572 23830 249 26 0 31204 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 138288

[startup+762.314 s]
/proc/loadavg: 4.09 4.04 3.93 5/368 4991
/proc/meminfo: memFree=22359736/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=64400 CPUtime=762.29 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 55635 0 0 0 76203 26 0 0 25 0 1 0 609004893 65945600 11729 33554432000 4194304 4300056 140734640515856 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 16100 11729 249 26 0 12732 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 64400

[startup+822.301 s]
/proc/loadavg: 4.13 4.06 3.94 5/368 5002
/proc/meminfo: memFree=22325744/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=83076 CPUtime=822.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 60515 0 0 0 82199 28 0 0 25 0 1 0 609004893 85069824 16538 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 20769 16538 249 26 0 17401 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 83076

[startup+882.301 s]
/proc/loadavg: 4.08 4.06 3.94 5/368 5003
/proc/meminfo: memFree=22294912/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=113720 CPUtime=882.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 64480 0 0 0 88197 30 0 0 25 0 1 0 609004893 116449280 20444 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 28430 20444 249 26 0 25062 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 113720

[startup+942.301 s]
/proc/loadavg: 4.03 4.05 3.94 5/368 5005
/proc/meminfo: memFree=22261172/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=113720 CPUtime=942.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 67589 0 0 0 94195 32 0 0 25 0 1 0 609004893 116449280 23508 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 28430 23508 249 26 0 25062 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 113720

[startup+1002.3 s]
/proc/loadavg: 4.17 4.07 3.95 5/368 5007
/proc/meminfo: memFree=22286452/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=144540 CPUtime=1002.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 71293 0 0 0 100193 34 0 0 25 0 1 0 609004893 148008960 27151 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 36135 27151 249 26 0 32767 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 144540

[startup+1062.3 s]
/proc/loadavg: 4.13 4.07 3.96 5/368 5008
/proc/meminfo: memFree=22260024/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=144540 CPUtime=1062.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 74340 0 0 0 106191 36 0 0 25 0 1 0 609004893 148008960 30157 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 36135 30157 249 26 0 32767 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 144540

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 3.96 5/368 5013
/proc/meminfo: memFree=22304744/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=77356 CPUtime=1122.26 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 78130 0 0 0 112189 37 0 0 25 0 1 0 609004893 79212544 15292 33554432000 4194304 4300056 140734640515856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 19339 15292 249 26 0 15971 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 77356

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.96 5/368 5014
/proc/meminfo: memFree=22271704/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=96212 CPUtime=1182.26 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 81352 0 0 0 118188 38 0 0 25 0 1 0 609004893 98521088 18446 33554432000 4194304 4300056 140734640515856 18446744073709551615 4254650 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 24053 18446 249 26 0 20685 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 96212

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.96 5/368 5016
/proc/meminfo: memFree=22237080/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=115180 CPUtime=1242.27 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 86367 0 0 0 124186 41 0 0 25 0 1 0 609004893 117944320 23387 33554432000 4194304 4300056 140734640515856 18446744073709551615 4251296 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 28795 23387 249 26 0 25427 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 115180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.04 3.96 4/366 5019
/proc/meminfo: memFree=22248496/32951132 swapFree=64495964/67111528
[pid=4954] ppid=4952 vsize=146000 CPUtime=1299.97 cores=0,2
/proc/4954/stat : 4954 (lr_gl_shr) R 4952 4954 3848 0 -1 4202496 89459 0 0 0 129953 44 0 0 25 0 1 0 609004893 149504000 26434 33554432000 4194304 4300056 140734640515856 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4954/statm: 36500 26434 249 26 0 33132 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 146000

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.02
CPU time (s): 1299.99
CPU user time (s): 1299.54
CPU system time (s): 0.445932
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 146000

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

runsolver used 4.86526 second user time and 10.5244 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 22:47:33
IDJOB=3349576
IDBENCH=84227
IDSOLVER=1813
FILE ID=node129/3349576-1304974052
RUNJOBID= node129-1304974052-4928
PBS_JOBID= 13285621
Free space on /tmp= 48120 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349576-1304974052/watcher-3349576-1304974052 -o /tmp/evaluation-result-3349576-1304974052/solver-3349576-1304974052 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349576-1304974052.cnf -verb=0 -model

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1793916815

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23220984 kB
Buffers:        149504 kB
Cached:        4422784 kB
SwapCached:      52448 kB
Active:        2354144 kB
Inactive:      7173776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23220984 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:            7932 kB
Writeback:           0 kB
AnonPages:     4912116 kB
Mapped:          17168 kB
Slab:            99928 kB
PageTables:      38716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79762192 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= 48032 MiB
End job on node129 at 2011-05-09 23:09:15