Trace number 3349895

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.06 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349895-1304968131/watcher-3349895-1304968131 -o /tmp/evaluation-result-3349895-1304968131/solver-3349895-1304968131 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349895-1304968131.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.97 0.24 0.08 3/358 26677
/proc/meminfo: memFree=13224296/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=11796 CPUtime=0 cores=0,2
/proc/26677/stat : 26677 (runsolver) R 26675 26677 26572 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 687043806 12079104 50 33554432000 4194304 5432360 140734782973040 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/26677/statm: 2949 50 30 303 0 2643 0

[startup+0.114933 s]
/proc/loadavg: 0.97 0.24 0.08 3/358 26677
/proc/meminfo: memFree=13224296/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=32264 CPUtime=0.09 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 4669 0 0 0 8 1 0 0 22 0 1 0 687043806 33038336 4130 33554432000 4194304 4300056 140735965950752 18446744073709551615 4218497 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26677/statm: 8066 4130 228 26 0 4698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32264

[startup+0.214914 s]
/proc/loadavg: 0.97 0.24 0.08 3/358 26677
/proc/meminfo: memFree=13224296/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=40524 CPUtime=0.19 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 6687 0 0 0 18 1 0 0 23 0 1 0 687043806 41496576 6031 33554432000 4194304 4300056 140735965950752 18446744073709551615 4210318 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 10131 6033 228 26 0 6763 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 40524

[startup+0.300968 s]
/proc/loadavg: 0.97 0.24 0.08 3/358 26677
/proc/meminfo: memFree=13224296/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=36432 CPUtime=0.27 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 7243 0 0 0 26 1 0 0 23 0 1 0 687043806 37306368 5504 33554432000 4194304 4300056 140735965950752 18446744073709551615 4230339 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 9108 5504 228 26 0 5740 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 36432

[startup+0.70088 s]
/proc/loadavg: 0.97 0.24 0.08 3/358 26677
/proc/meminfo: memFree=13224296/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=34284 CPUtime=0.68 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 7864 0 0 0 66 2 0 0 25 0 1 0 687043806 35106816 4959 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 8571 4959 246 26 0 5203 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34284

[startup+1.50074 s]
/proc/loadavg: 0.97 0.24 0.08 4/359 26678
/proc/meminfo: memFree=13203588/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=38636 CPUtime=1.48 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 8104 0 0 0 146 2 0 0 25 0 1 0 687043806 39563264 5193 33554432000 4194304 4300056 140735965950752 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 9659 5193 247 26 0 6291 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38636

[startup+3.10044 s]
/proc/loadavg: 0.97 0.24 0.08 4/359 26678
/proc/meminfo: memFree=13201236/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=38636 CPUtime=3.08 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 8470 0 0 0 306 2 0 0 25 0 1 0 687043806 39563264 5557 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 9659 5557 247 26 0 6291 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38636

[startup+6.30081 s]
/proc/loadavg: 1.13 0.28 0.09 4/359 26678
/proc/meminfo: memFree=13188168/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=50316 CPUtime=6.27 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 11373 0 0 0 625 2 0 0 25 0 1 0 687043806 51523584 8437 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 12579 8437 247 26 0 9211 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 50316

[startup+12.7006 s]
/proc/loadavg: 1.36 0.34 0.11 5/364 26688
/proc/meminfo: memFree=13105660/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=57496 CPUtime=12.67 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 13477 0 0 0 1265 2 0 0 25 0 1 0 687043806 58875904 10486 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 14374 10486 247 26 0 11006 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57496

[startup+25.5011 s]
/proc/loadavg: 1.94 0.52 0.18 5/364 26688
/proc/meminfo: memFree=13056656/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=69172 CPUtime=25.47 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 16335 0 0 0 2544 3 0 0 25 0 1 0 687043806 70832128 13284 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 17293 13284 247 26 0 13925 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 69172

[startup+51.1012 s]
/proc/loadavg: 2.65 0.80 0.28 5/364 26689
/proc/meminfo: memFree=12996440/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=76708 CPUtime=51.08 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 24720 0 0 0 5102 6 0 0 25 0 1 0 687043806 78548992 13665 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 19177 13665 247 26 0 15809 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76708

[startup+102.3 s]
/proc/loadavg: 3.46 1.31 0.47 5/364 26690
/proc/meminfo: memFree=12996348/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=98704 CPUtime=102.29 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 37849 0 0 0 10219 10 0 0 25 0 1 0 687043806 101072896 17350 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256237 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 24676 17350 247 26 0 21308 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98704

[startup+162.301 s]
/proc/loadavg: 3.80 1.79 0.69 5/364 26692
/proc/meminfo: memFree=12836804/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=102392 CPUtime=162.29 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 50812 0 0 0 16213 16 0 0 25 0 1 0 687043806 104849408 20520 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256365 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 25598 20520 247 26 0 22230 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102392

[startup+222.314 s]
/proc/loadavg: 3.92 2.19 0.90 5/364 26694
/proc/meminfo: memFree=12887340/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=109528 CPUtime=222.3 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 64981 0 0 0 22208 22 0 0 25 0 1 0 687043806 112156672 22604 33554432000 4194304 4300056 140735965950752 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 27382 22604 247 26 0 24014 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 109528

[startup+282.301 s]
/proc/loadavg: 4.07 2.55 1.10 5/364 26695
/proc/meminfo: memFree=12743196/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=109872 CPUtime=282.29 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 77885 0 0 0 28201 28 0 0 25 0 1 0 687043806 112508928 22857 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 27468 22857 247 26 0 24100 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109872

[startup+342.301 s]
/proc/loadavg: 4.07 2.83 1.28 5/364 26697
/proc/meminfo: memFree=12813076/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=96208 CPUtime=342.29 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 99571 0 0 0 34193 36 0 0 25 0 1 0 687043806 98516992 20282 33554432000 4194304 4300056 140735965950752 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 24052 20282 247 26 0 20684 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 96208

[startup+402.301 s]
/proc/loadavg: 4.02 3.04 1.45 5/364 26698
/proc/meminfo: memFree=12694728/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=104356 CPUtime=402.3 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 115564 0 0 0 40187 43 0 0 25 0 1 0 687043806 106860544 19668 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 26089 19668 247 26 0 22721 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 104356

[startup+462.301 s]
/proc/loadavg: 4.01 3.21 1.61 5/364 26700
/proc/meminfo: memFree=12903348/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=96592 CPUtime=462.29 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 127800 0 0 0 46182 47 0 0 25 0 1 0 687043806 98910208 19627 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 24148 19627 247 26 0 20780 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 96592

[startup+522.301 s]
/proc/loadavg: 4.05 3.37 1.76 5/364 26702
/proc/meminfo: memFree=12765292/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=127236 CPUtime=522.3 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 135894 0 0 0 52178 52 0 0 25 0 1 0 687043806 130289664 27553 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 31809 27553 247 26 0 28441 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 127236

[startup+582.301 s]
/proc/loadavg: 4.15 3.51 1.91 5/364 26703
/proc/meminfo: memFree=12826372/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=158056 CPUtime=582.3 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 150019 0 0 0 58173 57 0 0 25 0 1 0 687043806 161849344 28574 33554432000 4194304 4300056 140735965950752 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 39514 28574 247 26 0 36146 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 158056

[startup+642.3 s]
/proc/loadavg: 4.05 3.60 2.03 5/364 26705
/proc/meminfo: memFree=12658656/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=130936 CPUtime=642.3 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 163694 0 0 0 64169 61 0 0 25 0 1 0 687043806 134078464 28531 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 32734 28531 247 26 0 29366 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 130936

[startup+702.301 s]
/proc/loadavg: 4.02 3.67 2.15 5/364 26706
/proc/meminfo: memFree=12503472/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=135180 CPUtime=702.3 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 174794 0 0 0 70165 65 0 0 25 0 1 0 687043806 138424320 26642 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 33795 26642 247 26 0 30427 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 135180

[startup+762.301 s]
/proc/loadavg: 4.15 3.76 2.28 5/364 26708
/proc/meminfo: memFree=12781948/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=85860 CPUtime=762.32 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 184457 0 0 0 76162 70 0 0 25 0 1 0 687043806 87920640 17916 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 21465 17916 247 26 0 18097 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 85860

[startup+822.301 s]
/proc/loadavg: 4.27 3.85 2.40 5/364 26710
/proc/meminfo: memFree=12593792/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=166000 CPUtime=822.31 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 198661 0 0 0 82155 76 0 0 25 0 1 0 687043806 169984000 31935 33554432000 4194304 4300056 140735965950752 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 41500 31935 247 26 0 38132 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 166000

[startup+882.313 s]
/proc/loadavg: 4.10 3.87 2.50 5/364 26711
/proc/meminfo: memFree=12687112/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=216088 CPUtime=882.32 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 208497 0 0 0 88151 81 0 0 25 0 1 0 687043806 221274112 41695 33554432000 4194304 4300056 140735965950752 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 54022 41695 247 26 0 50654 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 216088

[startup+942.301 s]
/proc/loadavg: 4.03 3.89 2.59 5/364 26713
/proc/meminfo: memFree=12492756/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=301508 CPUtime=942.31 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 219394 0 0 0 94144 87 0 0 25 0 1 0 687043806 308744192 52507 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 75377 52507 247 26 0 72009 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 301508

[startup+1002.3 s]
/proc/loadavg: 4.08 3.93 2.68 5/364 26714
/proc/meminfo: memFree=12418304/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=175352 CPUtime=1002.32 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 240640 0 0 0 100136 96 0 0 25 0 1 0 687043806 179560448 36676 33554432000 4194304 4300056 140735965950752 18446744073709551615 4263096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 43838 36676 247 26 0 40470 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 175352

[startup+1062.3 s]
/proc/loadavg: 4.03 3.94 2.76 5/364 26716
/proc/meminfo: memFree=12726516/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=124160 CPUtime=1062.31 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 257278 0 0 0 106129 102 0 0 25 0 1 0 687043806 127139840 26904 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 31040 26904 247 26 0 27672 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 124160

[startup+1122.3 s]
/proc/loadavg: 4.01 3.95 2.83 5/364 26718
/proc/meminfo: memFree=12524848/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=185624 CPUtime=1122.32 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 267112 0 0 0 112125 107 0 0 25 0 1 0 687043806 190078976 36532 33554432000 4194304 4300056 140735965950752 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 46406 36532 247 26 0 43038 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 185624

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 2.91 5/364 26719
/proc/meminfo: memFree=12419748/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=154804 CPUtime=1182.32 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 278577 0 0 0 118120 112 0 0 25 0 1 0 687043806 158519296 31788 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 38701 31788 247 26 0 35333 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 154804

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 2.97 5/364 26721
/proc/meminfo: memFree=12679112/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=126256 CPUtime=1242.33 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 287987 0 0 0 124116 117 0 0 25 0 1 0 687043806 129286144 26868 33554432000 4194304 4300056 140735965950752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 31564 26868 247 26 0 28196 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 126256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.89 3.94 3.02 5/364 26805
/proc/meminfo: memFree=12643224/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=187720 CPUtime=1300.04 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 298285 0 0 0 129883 121 0 0 25 0 1 0 687043806 192225280 36980 33554432000 4194304 4300056 140735965950752 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 46930 36980 247 26 0 43562 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 187720

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

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

[startup+1300 s]
/proc/loadavg: 3.89 3.94 3.02 5/364 26805
/proc/meminfo: memFree=12643224/32950928 swapFree=67111200/67111528
[pid=26677] ppid=26675 vsize=187720 CPUtime=1300.04 cores=0,2
/proc/26677/stat : 26677 (lr_gl_shr) R 26675 26677 26572 0 -1 4202496 298285 0 0 0 129883 121 0 0 25 0 1 0 687043806 192225280 36980 33554432000 4194304 4300056 140735965950752 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26677/statm: 46930 36980 247 26 0 43562 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 187720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1298.84
CPU system time (s): 1.21881
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 304152

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

runsolver used 4.83726 second user time and 10.5404 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-09 21:08:51
IDJOB=3349895
IDBENCH=70791
IDSOLVER=1814
FILE ID=node115/3349895-1304968131
RUNJOBID= node115-1304968098-26590
PBS_JOBID= 13285635
Free space on /tmp= 50348 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.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-3349895-1304968131/watcher-3349895-1304968131 -o /tmp/evaluation-result-3349895-1304968131/solver-3349895-1304968131 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349895-1304968131.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1041096563

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13224452 kB
Buffers:        201344 kB
Cached:        8876152 kB
SwapCached:          0 kB
Active:       10799692 kB
Inactive:      8481804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13224452 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           27032 kB
Writeback:           0 kB
AnonPages:    10203864 kB
Mapped:          28448 kB
Slab:           338608 kB
PageTables:      41716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69893392 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= 50348 MiB
End job on node115 at 2011-05-09 21:30:33