Trace number 3349891

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.03

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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-3349891-1304968138/watcher-3349891-1304968138 -o /tmp/evaluation-result-3349891-1304968138/solver-3349891-1304968138 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349891-1304968138.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 1,3

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: 1.11 0.27 0.09 4/250 28143
/proc/meminfo: memFree=19079020/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=19340 CPUtime=0 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 387 0 0 0 0 0 0 0 22 0 1 0 608414614 19804160 327 33554432000 4194304 4300056 140733235359280 18446744073709551615 222921474233 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 4835 327 218 26 0 1467 0

[startup+0.095407 s]
/proc/loadavg: 1.11 0.27 0.09 4/250 28143
/proc/meminfo: memFree=19079020/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=34176 CPUtime=0.08 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 5072 0 0 0 7 1 0 0 22 0 1 0 608414614 34996224 4521 33554432000 4194304 4300056 140733235359280 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 8544 4522 220 26 0 5176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34176

[startup+0.100401 s]
/proc/loadavg: 1.11 0.27 0.09 4/250 28143
/proc/meminfo: memFree=19079020/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=37056 CPUtime=0.09 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 5530 0 0 0 8 1 0 0 22 0 1 0 608414614 37945344 4961 33554432000 4194304 4300056 140733235359280 18446744073709551615 222921474248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 9264 4985 226 26 0 5896 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37056

[startup+0.300367 s]
/proc/loadavg: 1.11 0.27 0.09 4/250 28143
/proc/meminfo: memFree=19079020/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=57108 CPUtime=0.28 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 11065 0 0 0 27 1 0 0 23 0 1 0 608414614 58478592 10054 33554432000 4194304 4300056 140733235359280 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 14277 10054 241 26 0 10909 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57108

[startup+0.700293 s]
/proc/loadavg: 1.11 0.27 0.09 4/250 28143
/proc/meminfo: memFree=19079020/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=54364 CPUtime=0.69 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 14766 0 0 0 67 2 0 0 25 0 1 0 608414614 55668736 9027 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 13591 9027 257 26 0 10223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54364

[startup+1.50115 s]
/proc/loadavg: 1.11 0.27 0.09 5/251 28144
/proc/meminfo: memFree=19039836/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=54364 CPUtime=1.49 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 15084 0 0 0 147 2 0 0 25 0 1 0 608414614 55668736 9337 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 13591 9337 260 26 0 10223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54364

[startup+3.10086 s]
/proc/loadavg: 1.11 0.27 0.09 5/251 28144
/proc/meminfo: memFree=19034756/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=61436 CPUtime=3.09 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 15611 0 0 0 307 2 0 0 25 0 1 0 608414614 62910464 9849 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 15359 9849 260 26 0 11991 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61436

[startup+6.30027 s]
/proc/loadavg: 1.42 0.35 0.11 5/251 28144
/proc/meminfo: memFree=19019996/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=61644 CPUtime=6.29 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 16829 0 0 0 627 2 0 0 25 0 1 0 608414614 63123456 11049 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 15411 11049 260 26 0 12043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61644

[startup+12.7011 s]
/proc/loadavg: 1.62 0.41 0.14 5/251 28145
/proc/meminfo: memFree=18981172/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=92172 CPUtime=12.69 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 22557 0 0 0 1265 4 0 0 25 0 1 0 608414614 94384128 16743 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 23043 16743 260 26 0 19675 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92172

[startup+25.5007 s]
/proc/loadavg: 2.15 0.58 0.20 5/251 28145
/proc/meminfo: memFree=18927600/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=111140 CPUtime=25.48 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 28621 0 0 0 2544 4 0 0 25 0 1 0 608414614 113807360 22784 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 27785 22784 260 26 0 24417 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111140

[startup+51.1011 s]
/proc/loadavg: 2.85 0.87 0.30 5/251 28146
/proc/meminfo: memFree=18904508/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=192048 CPUtime=51.09 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 39988 0 0 0 5102 7 0 0 25 0 1 0 608414614 196657152 34064 33554432000 4194304 4300056 140733235359280 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 48012 34064 260 26 0 44644 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 192048

[startup+102.309 s]
/proc/loadavg: 3.50 1.35 0.49 5/251 28147
/proc/meminfo: memFree=18816052/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=275464 CPUtime=102.3 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 68358 0 0 0 10217 13 0 0 25 0 1 0 608414614 282075136 62292 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256726 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 68866 62292 260 26 0 65498 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 275464

[startup+162.301 s]
/proc/loadavg: 3.81 1.83 0.71 5/251 28149
/proc/meminfo: memFree=18851840/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=208856 CPUtime=162.29 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 106637 0 0 0 16207 22 0 0 25 0 1 0 608414614 213868544 44138 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 52214 44138 260 26 0 48846 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 208856

[startup+222.301 s]
/proc/loadavg: 3.93 2.22 0.91 5/251 28150
/proc/meminfo: memFree=18905736/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=123868 CPUtime=222.29 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 136331 0 0 0 22200 29 0 0 25 0 1 0 608414614 126840832 25418 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 30967 25419 260 26 0 27599 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 123868

[startup+282.301 s]
/proc/loadavg: 4.01 2.56 1.11 5/251 28153
/proc/meminfo: memFree=18747720/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=305132 CPUtime=282.3 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 181039 0 0 0 28190 40 0 0 25 0 1 0 608414614 312455168 69883 33554432000 4194304 4300056 140733235359280 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 76283 69883 260 26 0 72915 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 305132

[startup+342.301 s]
/proc/loadavg: 4.07 2.83 1.29 5/251 28154
/proc/meminfo: memFree=18840296/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=185192 CPUtime=342.3 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 223267 0 0 0 34181 49 0 0 25 0 1 0 608414614 189636608 40486 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 46298 40486 260 26 0 42930 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 185192

[startup+402.301 s]
/proc/loadavg: 4.02 3.04 1.46 5/251 28156
/proc/meminfo: memFree=18710188/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=448928 CPUtime=402.3 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 260013 0 0 0 40173 57 0 0 25 0 1 0 608414614 459702272 77045 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252325 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 112232 77045 260 26 0 108864 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 448928

[startup+462.301 s]
/proc/loadavg: 4.01 3.21 1.61 5/251 28158
/proc/meminfo: memFree=18524524/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=663852 CPUtime=462.3 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 302920 0 0 0 46165 65 0 0 25 0 1 0 608414614 679784448 119844 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 165963 119844 260 26 0 162595 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 663852

[startup+522.301 s]
/proc/loadavg: 4.00 3.36 1.76 5/251 28159
/proc/meminfo: memFree=18793204/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=243796 CPUtime=522.3 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 344284 0 0 0 52156 74 0 0 25 0 1 0 608414614 249647104 49959 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 60949 49959 260 26 0 57581 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 243796

[startup+582.301 s]
/proc/loadavg: 4.06 3.49 1.90 5/251 28161
/proc/meminfo: memFree=18507956/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=457444 CPUtime=582.3 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 385989 0 0 0 58147 83 0 0 25 0 1 0 608414614 468422656 91489 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 114361 91489 260 26 0 110993 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 457444

[startup+642.301 s]
/proc/loadavg: 4.07 3.59 2.04 5/251 28162
/proc/meminfo: memFree=18744020/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=193708 CPUtime=642.32 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 428751 0 0 0 64138 94 0 0 25 0 1 0 608414614 198356992 42135 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 48427 42135 260 26 0 45059 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 193708

[startup+702.301 s]
/proc/loadavg: 4.02 3.66 2.16 5/251 28164
/proc/meminfo: memFree=18552400/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=457444 CPUtime=702.31 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 483106 0 0 0 70127 104 0 0 25 0 1 0 608414614 468422656 96284 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 114361 96284 260 26 0 110993 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 457444

[startup+762.309 s]
/proc/loadavg: 4.01 3.72 2.27 5/251 28166
/proc/meminfo: memFree=18405544/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=672368 CPUtime=762.31 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 518846 0 0 0 76118 113 0 0 25 0 1 0 608414614 688504832 131886 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 168092 131886 260 26 0 164724 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 672368

[startup+822.301 s]
/proc/loadavg: 4.05 3.78 2.38 5/251 28168
/proc/meminfo: memFree=18704348/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=249600 CPUtime=822.31 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 562049 0 0 0 82110 121 0 0 25 0 1 0 608414614 255590400 56331 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 62400 56331 260 26 0 59032 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 249600

[startup+882.301 s]
/proc/loadavg: 4.02 3.82 2.48 5/251 28170
/proc/meminfo: memFree=18546580/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=463248 CPUtime=882.31 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 600495 0 0 0 88103 128 0 0 25 0 1 0 608414614 474365952 94572 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 115812 94572 260 26 0 112444 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 463248

[startup+942.301 s]
/proc/loadavg: 4.00 3.85 2.57 5/251 28171
/proc/meminfo: memFree=18643620/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=259036 CPUtime=942.31 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 640754 0 0 0 94095 136 0 0 25 0 1 0 608414614 265252864 52156 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 64759 52156 260 26 0 61391 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 259036

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.66 5/251 28173
/proc/meminfo: memFree=18545884/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=472684 CPUtime=1002.31 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 673552 0 0 0 100088 143 0 0 25 0 1 0 608414614 484028416 84759 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 118171 84759 260 26 0 114803 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 472684

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.74 5/251 28175
/proc/meminfo: memFree=18334176/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=687608 CPUtime=1062.31 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 729370 0 0 0 106078 153 0 0 25 0 1 0 608414614 704110592 140520 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 171902 140520 260 26 0 168534 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 687608

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.81 5/251 28176
/proc/meminfo: memFree=18185964/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=1036856 CPUtime=1122.32 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 767284 0 0 0 112071 161 0 0 25 0 1 0 608414614 1061740544 178334 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252540 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 259214 178335 260 26 0 255846 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1036856

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.89 5/251 28178
/proc/meminfo: memFree=18675464/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=220488 CPUtime=1182.33 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 805644 0 0 0 118061 172 0 0 25 0 1 0 608414614 225779712 49278 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 55122 49279 260 26 0 51754 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 220488

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.95 5/251 28179
/proc/meminfo: memFree=18409324/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=484224 CPUtime=1242.33 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 849477 0 0 0 124052 181 0 0 25 0 1 0 608414614 495845376 92933 33554432000 4194304 4300056 140733235359280 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 121056 92933 260 26 0 117688 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 484224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.93 3.01 5/251 28384
/proc/meminfo: memFree=17822148/32951124 swapFree=66522184/67111528
[pid=28143] ppid=28140 vsize=699148 CPUtime=1300.04 cores=1,3
/proc/28143/stat : 28143 (lr_gl_shr) R 28140 28143 28048 0 -1 4202496 890304 0 0 0 129812 192 0 0 25 0 1 0 608414614 715927552 133621 33554432000 4194304 4300056 140733235359280 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28143/statm: 174787 133621 260 26 0 171419 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 699148

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.12
CPU system time (s): 1.9447
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1038620

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

runsolver used 2.82157 second user time and 6.64999 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-09 21:08:59
IDJOB=3349891
IDBENCH=70799
IDSOLVER=1814
FILE ID=node109/3349891-1304968138
RUNJOBID= node109-1304968099-28070
PBS_JOBID= 13285641
Free space on /tmp= 36900 MiB

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

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1041096563

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32951124 kB
MemFree:      19079176 kB
Buffers:        154468 kB
Cached:        2527268 kB
SwapCached:      18800 kB
Active:        5972160 kB
Inactive:      7673688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19079176 kB
SwapTotal:    67111528 kB
SwapFree:     66522184 kB
Dirty:           10560 kB
Writeback:           0 kB
AnonPages:    10951516 kB
Mapped:          18620 kB
Slab:           134336 kB
PageTables:      31792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18002420 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= 36644 MiB
End job on node109 at 2011-05-09 21:30:41