Trace number 3439861

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) 5000.06 4999.93

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 benchmark3303.24
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: 977)

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-3439861-1306897815/watcher-3439861-1306897815 -o /tmp/evaluation-result-3439861-1306897815/solver-3439861-1306897815 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439861-1306897815.cnf -verb=0 -model 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.06 2.01 2/523 9538
/proc/meminfo: memFree=5779032/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=19204 CPUtime=0 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 347 0 0 0 0 0 0 0 24 0 1 0 782197385 19664896 288 33554432000 4194304 4300056 140736174856736 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 4835 293 217 26 0 1467 0

[startup+0.021131 s]
/proc/loadavg: 2.14 2.06 2.01 2/523 9538
/proc/meminfo: memFree=5779032/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=22164 CPUtime=0.01 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 1150 0 0 0 1 0 0 0 24 0 1 0 782197385 22695936 1065 33554432000 4194304 4300056 140736174856736 18446744073709551615 4221583 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 5541 1066 220 26 0 2173 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22164

[startup+0.101149 s]
/proc/loadavg: 2.14 2.06 2.01 2/523 9538
/proc/meminfo: memFree=5779032/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=36736 CPUtime=0.08 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 5467 0 0 0 8 0 0 0 24 0 1 0 782197385 37617664 4899 33554432000 4194304 4300056 140736174856736 18446744073709551615 233509994592 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 9184 4926 226 26 0 5816 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36736

[startup+0.301137 s]
/proc/loadavg: 2.14 2.06 2.01 2/523 9538
/proc/meminfo: memFree=5779032/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=57108 CPUtime=0.28 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 11093 0 0 0 27 1 0 0 25 0 1 0 782197385 58478592 10081 33554432000 4194304 4300056 140736174856736 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 14277 10082 241 26 0 10909 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57108

[startup+0.70106 s]
/proc/loadavg: 2.14 2.06 2.01 2/523 9538
/proc/meminfo: memFree=5779032/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=54364 CPUtime=0.69 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 14769 0 0 0 67 2 0 0 25 0 1 0 782197385 55668736 9030 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 13591 9030 259 26 0 10223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54364

[startup+1.50093 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 9545
/proc/meminfo: memFree=5651380/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=54364 CPUtime=1.49 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 14948 0 0 0 147 2 0 0 25 0 1 0 782197385 55668736 9201 33554432000 4194304 4300056 140736174856736 18446744073709551615 4251352 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 13591 9201 260 26 0 10223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54364

[startup+3.10061 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 9545
/proc/meminfo: memFree=5656340/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=54364 CPUtime=3.09 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 15052 0 0 0 307 2 0 0 25 0 1 0 782197385 55668736 9302 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 13591 9302 260 26 0 10223 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54364

[startup+6.30105 s]
/proc/loadavg: 2.13 2.06 2.01 3/527 9545
/proc/meminfo: memFree=5653600/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=61436 CPUtime=6.29 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 15321 0 0 0 627 2 0 0 25 0 1 0 782197385 62910464 9558 33554432000 4194304 4300056 140736174856736 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 15359 9558 260 26 0 11991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61436

[startup+12.7009 s]
/proc/loadavg: 2.12 2.05 2.01 3/527 9546
/proc/meminfo: memFree=5647704/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=61436 CPUtime=12.69 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 16002 0 0 0 1267 2 0 0 25 0 1 0 782197385 62910464 10214 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 15359 10214 262 26 0 11991 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61436

[startup+25.5006 s]
/proc/loadavg: 2.09 2.05 2.01 3/527 9546
/proc/meminfo: memFree=5631088/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=69368 CPUtime=25.49 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 18955 0 0 0 2546 3 0 0 25 0 1 0 782197385 71032832 13132 33554432000 4194304 4300056 140736174856736 18446744073709551615 4251676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 17342 13132 262 26 0 13974 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69368

[startup+51.101 s]
/proc/loadavg: 2.06 2.05 2.01 3/527 9547
/proc/meminfo: memFree=5581836/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=99720 CPUtime=51.08 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 24643 0 0 0 5104 4 0 0 25 0 1 0 782197385 102113280 18725 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 24930 18725 262 26 0 21562 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 99720

[startup+102.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 9548
/proc/meminfo: memFree=5543772/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=118688 CPUtime=102.3 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 29775 0 0 0 10225 5 0 0 25 0 1 0 782197385 121536512 23716 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 29672 23716 262 26 0 26304 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118688

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 9550
/proc/meminfo: memFree=5532820/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=109000 CPUtime=162.29 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 39787 0 0 0 16220 9 0 0 25 0 1 0 782197385 111616000 22823 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 27250 22823 262 26 0 23882 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 109000

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/527 9551
/proc/meminfo: memFree=5491480/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=158788 CPUtime=222.29 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 46045 0 0 0 22218 11 0 0 25 0 1 0 782197385 162598912 28909 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 39697 28909 262 26 0 36329 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158788

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/527 9553
/proc/meminfo: memFree=5493800/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=116112 CPUtime=282.3 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 55556 0 0 0 28216 14 0 0 25 0 1 0 782197385 118898688 24490 33554432000 4194304 4300056 140736174856736 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 29028 24490 262 26 0 25660 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116112

[startup+342.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/527 9554
/proc/meminfo: memFree=5447880/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=165900 CPUtime=342.29 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 62528 0 0 0 34213 16 0 0 25 0 1 0 782197385 169881600 31308 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 41475 31308 262 26 0 38107 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 165900

[startup+402.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/527 9556
/proc/meminfo: memFree=5462840/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=110472 CPUtime=402.3 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 70788 0 0 0 40212 18 0 0 25 0 1 0 782197385 113123328 23321 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256151 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 27618 23321 262 26 0 24250 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110472

[startup+462.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/527 9558
/proc/meminfo: memFree=5422860/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=171936 CPUtime=462.3 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 83111 0 0 0 46209 21 0 0 25 0 1 0 782197385 176062464 35476 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 42984 35476 262 26 0 39616 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 171936

[startup+522.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 9559
/proc/meminfo: memFree=5385112/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=222024 CPUtime=522.3 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 88511 0 0 0 52207 23 0 0 25 0 1 0 782197385 227352576 40761 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 55506 40761 262 26 0 52138 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 222024

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 9561
/proc/meminfo: memFree=5420908/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=128636 CPUtime=582.3 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 98168 0 0 0 58204 26 0 0 25 0 1 0 782197385 131723264 27063 33554432000 4194304 4300056 140736174856736 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 32159 27063 262 26 0 28791 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 128636

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 1.30 1.77 1.91 2/521 9683
/proc/meminfo: memFree=5586044/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=210428 CPUtime=4062.41 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 487839 0 0 0 406090 151 0 0 25 0 1 0 782197385 215478272 48170 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 52607 48170 262 26 0 49239 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 210428

[startup+4122.3 s]
/proc/loadavg: 1.15 1.64 1.86 2/521 9684
/proc/meminfo: memFree=5565172/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=260216 CPUtime=4122.4 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 493224 0 0 0 412087 153 0 0 25 0 1 0 782197385 266461184 53412 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 65054 53412 262 26 0 61686 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 260216

[startup+4182.3 s]
/proc/loadavg: 1.05 1.52 1.80 2/521 9686
/proc/meminfo: memFree=5541828/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=260216 CPUtime=4182.4 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 499189 0 0 0 418085 155 0 0 25 0 1 0 782197385 266461184 59257 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 65054 59257 262 26 0 61686 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 260216

[startup+4242.3 s]
/proc/loadavg: 1.02 1.42 1.75 2/521 9687
/proc/meminfo: memFree=5526532/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=310304 CPUtime=4242.4 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 503090 0 0 0 424083 157 0 0 25 0 1 0 782197385 317751296 63069 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 77576 63069 262 26 0 74208 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 310304

[startup+4302.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/521 9689
/proc/meminfo: memFree=5512484/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=310304 CPUtime=4302.4 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 506649 0 0 0 430082 158 0 0 25 0 1 0 782197385 317751296 66549 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 77576 66549 262 26 0 74208 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 310304

[startup+4362.3 s]
/proc/loadavg: 1.00 1.28 1.65 2/521 9691
/proc/meminfo: memFree=5614236/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=180076 CPUtime=4362.41 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 509281 0 0 0 436082 159 0 0 25 0 1 0 782197385 184397824 40991 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 45019 40991 262 26 0 41651 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 180076

[startup+4422.3 s]
/proc/loadavg: 1.00 1.23 1.61 2/521 9692
/proc/meminfo: memFree=5573044/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=229396 CPUtime=4422.41 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 519875 0 0 0 442079 162 0 0 25 0 1 0 782197385 234901504 51451 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 57349 51451 262 26 0 53981 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 229396

[startup+4482.3 s]
/proc/loadavg: 1.00 1.19 1.57 3/521 9696
/proc/meminfo: memFree=5551416/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=260216 CPUtime=4482.41 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 525398 0 0 0 448077 164 0 0 25 0 1 0 782197385 266461184 56829 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 65054 56829 262 26 0 61686 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 260216

[startup+4542.3 s]
/proc/loadavg: 1.00 1.15 1.53 2/521 9698
/proc/meminfo: memFree=5535092/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=260216 CPUtime=4542.41 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 529557 0 0 0 454075 166 0 0 25 0 1 0 782197385 266461184 60901 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 65054 60901 262 26 0 61686 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 260216

[startup+4602.3 s]
/proc/loadavg: 1.13 1.15 1.50 2/521 9700
/proc/meminfo: memFree=5518680/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=310304 CPUtime=4602.41 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 533378 0 0 0 460074 167 0 0 25 0 1 0 782197385 317751296 64652 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 77576 64652 262 26 0 74208 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 310304

[startup+4662.3 s]
/proc/loadavg: 1.11 1.14 1.47 2/521 9702
/proc/meminfo: memFree=5503128/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=310304 CPUtime=4662.42 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 537393 0 0 0 466072 170 0 0 25 0 1 0 782197385 317751296 68576 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 77576 68576 262 26 0 74208 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 310304

[startup+4722.32 s]
/proc/loadavg: 1.04 1.11 1.44 2/521 9703
/proc/meminfo: memFree=5489184/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=310304 CPUtime=4722.44 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 540936 0 0 0 472073 171 0 0 25 0 1 0 782197385 317751296 72055 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 77576 72055 262 26 0 74208 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 310304

[startup+4782.3 s]
/proc/loadavg: 1.01 1.09 1.41 2/521 9705
/proc/meminfo: memFree=5599488/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=198752 CPUtime=4782.42 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 546807 0 0 0 478069 173 0 0 25 0 1 0 782197385 203522048 44883 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 49688 44883 262 26 0 46320 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 198752

[startup+4842.3 s]
/proc/loadavg: 1.00 1.07 1.38 2/521 9706
/proc/meminfo: memFree=5573884/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=229396 CPUtime=4842.42 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 553150 0 0 0 484066 176 0 0 25 0 1 0 782197385 234901504 51055 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 57349 51055 262 26 0 53981 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 229396

[startup+4902.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/521 9708
/proc/meminfo: memFree=5555988/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=260216 CPUtime=4902.41 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 557903 0 0 0 490064 177 0 0 25 0 1 0 782197385 266461184 55678 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 65054 55678 262 26 0 61686 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 260216

[startup+4962.3 s]
/proc/loadavg: 1.00 1.04 1.33 2/521 9710
/proc/meminfo: memFree=5537588/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=260216 CPUtime=4962.42 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 562552 0 0 0 496063 179 0 0 25 0 1 0 782197385 266461184 60239 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 65054 60239 262 26 0 61686 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 260216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.03 1.32 2/521 9711
/proc/meminfo: memFree=5529120/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=310304 CPUtime=5000.03 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 564727 0 0 0 499823 180 0 0 25 0 1 0 782197385 317751296 62361 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 77576 62361 262 26 0 74208 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 310304

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.03 1.32 2/521 9711
/proc/meminfo: memFree=5529120/32951124 swapFree=64303760/67111528
[pid=9538] ppid=9536 vsize=310304 CPUtime=5000.03 cores=0,2,4,6
/proc/9538/stat : 9538 (lr_gl_shr) R 9536 9538 7978 0 -1 4202496 564727 0 0 0 499823 180 0 0 25 0 1 0 782197385 317751296 62361 33554432000 4194304 4300056 140736174856736 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9538/statm: 77576 62361 262 26 0 74208 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 310304

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4998.25
CPU system time (s): 1.81372
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 391692

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

runsolver used 27.8808 second user time and 58.5041 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-01 05:10:15
IDJOB=3439861
IDBENCH=70799
IDSOLVER=1938
FILE ID=node145/3439861-1306897815
RUNJOBID= node145-1306892812-8838
PBS_JOBID= 13488431
Free space on /tmp= 54104 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439861-1306897815/watcher-3439861-1306897815 -o /tmp/evaluation-result-3439861-1306897815/solver-3439861-1306897815 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439861-1306897815.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=413430234

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5779668 kB
Buffers:        144712 kB
Cached:       17325860 kB
SwapCached:       1188 kB
Active:       17468500 kB
Inactive:      8990188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5779668 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:     8986492 kB
Mapped:          33984 kB
Slab:           576796 kB
PageTables:      65432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153204332 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= 54104 MiB
End job on node145 at 2011-06-01 06:33:37