Trace number 3350191

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_NOSHR 2011-03-02? (TO) 1300.03 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-3350191-1304968569/watcher-3350191-1304968569 -o /tmp/evaluation-result-3350191-1304968569/solver-3350191-1304968569 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350191-1304968569.cnf -verb=0 -model -no-shrinking 

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: 3.95 3.18 1.59 4/262 979
/proc/meminfo: memFree=17007220/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=19480 CPUtime=0 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 429 0 0 0 0 0 0 0 21 0 1 0 608454813 19947520 368 33554432000 4194304 4300056 140733265529440 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 4870 368 218 26 0 1502 0

[startup+0.058777 s]
/proc/loadavg: 3.95 3.18 1.59 4/262 979
/proc/meminfo: memFree=17007220/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=28904 CPUtime=0.05 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 3307 0 0 0 5 0 0 0 21 0 1 0 608454813 29597696 2961 33554432000 4194304 4300056 140733265529440 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 7226 2963 220 26 0 3858 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28904

[startup+0.100773 s]
/proc/loadavg: 3.95 3.18 1.59 4/262 979
/proc/meminfo: memFree=17007220/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=37056 CPUtime=0.09 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 5622 0 0 0 9 0 0 0 21 0 1 0 608454813 37945344 5046 33554432000 4194304 4300056 140733265529440 18446744073709551615 271550537472 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 9264 5054 224 26 0 5896 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37056

[startup+0.300735 s]
/proc/loadavg: 3.95 3.18 1.59 4/262 979
/proc/meminfo: memFree=17007220/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=57108 CPUtime=0.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 11029 0 0 0 28 1 0 0 22 0 1 0 608454813 58478592 10019 33554432000 4194304 4300056 140733265529440 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 14277 10021 241 26 0 10909 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57108

[startup+0.700661 s]
/proc/loadavg: 3.95 3.18 1.59 4/262 979
/proc/meminfo: memFree=17007220/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=54364 CPUtime=0.68 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 14763 0 0 0 67 1 0 0 23 0 1 0 608454813 55668736 9024 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 13591 9024 257 26 0 10223 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54364

[startup+1.50052 s]
/proc/loadavg: 3.95 3.18 1.59 5/263 980
/proc/meminfo: memFree=16970020/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=54364 CPUtime=1.49 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 15070 0 0 0 147 2 0 0 25 0 1 0 608454813 55668736 9323 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 13591 9323 260 26 0 10223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54364

[startup+3.10023 s]
/proc/loadavg: 3.95 3.18 1.59 5/263 980
/proc/meminfo: memFree=16967044/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=61436 CPUtime=3.09 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 15562 0 0 0 307 2 0 0 25 0 1 0 608454813 62910464 9800 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 15359 9800 260 26 0 11991 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61436

[startup+6.30064 s]
/proc/loadavg: 3.95 3.20 1.60 5/263 980
/proc/meminfo: memFree=16958116/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=61644 CPUtime=6.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 16780 0 0 0 627 2 0 0 25 0 1 0 608454813 63123456 11000 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252373 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 15411 11000 260 26 0 12043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61644

[startup+12.7005 s]
/proc/loadavg: 3.95 3.21 1.62 5/263 981
/proc/meminfo: memFree=16931064/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=92172 CPUtime=12.69 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 22206 0 0 0 1266 3 0 0 25 0 1 0 608454813 94384128 16392 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 23043 16392 260 26 0 19675 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92172

[startup+25.5011 s]
/proc/loadavg: 3.96 3.25 1.65 5/263 981
/proc/meminfo: memFree=16892168/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=111140 CPUtime=25.49 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 28343 0 0 0 2543 6 0 0 25 0 1 0 608454813 113807360 22506 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252373 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 27785 22506 260 26 0 24417 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111140

[startup+51.1005 s]
/proc/loadavg: 4.05 3.32 1.72 5/263 982
/proc/meminfo: memFree=16825180/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=192048 CPUtime=51.09 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 39169 0 0 0 5100 9 0 0 25 0 1 0 608454813 196657152 33253 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 48012 33253 260 26 0 44644 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 192048

[startup+102.31 s]
/proc/loadavg: 4.02 3.43 1.84 5/263 983
/proc/meminfo: memFree=16713800/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=275464 CPUtime=102.3 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 65922 0 0 0 10212 18 0 0 25 0 1 0 608454813 282075136 59857 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 68866 59857 260 26 0 65498 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 275464

[startup+162.3 s]
/proc/loadavg: 4.00 3.53 1.97 5/263 985
/proc/meminfo: memFree=16756044/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=199516 CPUtime=162.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 97473 0 0 0 16202 27 0 0 25 0 1 0 608454813 204304384 34924 33554432000 4194304 4300056 140733265529440 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 49879 34924 260 26 0 46511 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 199516

[startup+222.3 s]
/proc/loadavg: 4.05 3.63 2.10 5/263 987
/proc/meminfo: memFree=16679984/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=203052 CPUtime=222.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 127753 0 0 0 22192 37 0 0 25 0 1 0 608454813 207925248 39510 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 50763 39510 260 26 0 47395 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 203052

[startup+282.3 s]
/proc/loadavg: 4.02 3.69 2.22 5/263 989
/proc/meminfo: memFree=16626624/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=205820 CPUtime=282.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 160066 0 0 0 28181 48 0 0 25 0 1 0 608454813 210759680 39446 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 51455 39446 260 26 0 48087 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 205820

[startup+342.3 s]
/proc/loadavg: 4.00 3.74 2.32 5/263 990
/proc/meminfo: memFree=16644680/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=157476 CPUtime=342.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 196757 0 0 0 34170 59 0 0 25 0 1 0 608454813 161255424 34251 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 39369 34251 260 26 0 36001 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 157476

[startup+402.301 s]
/proc/loadavg: 4.04 3.80 2.43 5/263 992
/proc/meminfo: memFree=16611780/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=161572 CPUtime=402.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 228094 0 0 0 40159 70 0 0 25 0 1 0 608454813 165449728 29873 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 40393 29873 260 26 0 37025 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 161572

[startup+462.301 s]
/proc/loadavg: 4.01 3.84 2.53 5/263 994
/proc/meminfo: memFree=16564380/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=163192 CPUtime=462.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 259571 0 0 0 46150 79 0 0 25 0 1 0 608454813 167108608 30259 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 40798 30259 260 26 0 37430 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 163192

[startup+522.301 s]
/proc/loadavg: 4.06 3.88 2.62 5/263 995
/proc/meminfo: memFree=16424956/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=428736 CPUtime=522.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 299322 0 0 0 52137 92 0 0 25 0 1 0 608454813 439025664 69909 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 107184 69909 260 26 0 103816 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 428736

[startup+582.301 s]
/proc/loadavg: 4.07 3.91 2.71 5/263 997
/proc/meminfo: memFree=16541864/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=138580 CPUtime=582.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 330463 0 0 0 58127 102 0 0 25 0 1 0 608454813 141905920 28200 33554432000 4194304 4300056 140733265529440 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 34645 28200 260 26 0 31277 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 138580

[startup+642.301 s]
/proc/loadavg: 4.06 3.94 2.79 5/263 998
/proc/meminfo: memFree=16355956/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=302540 CPUtime=642.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 362751 0 0 0 64117 112 0 0 25 0 1 0 608454813 309800960 60310 33554432000 4194304 4300056 140733265529440 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 75635 60310 260 26 0 72267 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 302540

[startup+702.301 s]
/proc/loadavg: 4.09 3.96 2.87 5/263 1000
/proc/meminfo: memFree=16626868/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=222124 CPUtime=702.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 393726 0 0 0 70106 123 0 0 25 0 1 0 608454813 227454976 45346 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 55531 45346 260 26 0 52163 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 222124

[startup+762.31 s]
/proc/loadavg: 4.03 3.97 2.94 5/263 1002
/proc/meminfo: memFree=16589024/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=223528 CPUtime=762.3 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 427110 0 0 0 76098 132 0 0 25 0 1 0 608454813 228892672 43672 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 55882 43673 260 26 0 52514 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 223528

[startup+822.301 s]
/proc/loadavg: 4.01 3.97 3.00 5/263 1003
/proc/meminfo: memFree=16434724/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=439128 CPUtime=822.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 467649 0 0 0 82083 146 0 0 25 0 1 0 608454813 449667072 84143 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 109782 84143 260 26 0 106414 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 439128

[startup+882.3 s]
/proc/loadavg: 3.94 3.94 3.05 5/263 1089
/proc/meminfo: memFree=17603316/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=227372 CPUtime=882.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 501578 0 0 0 88072 157 0 0 25 0 1 0 608454813 232828928 45099 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252335 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 56843 45099 260 26 0 53475 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 227372

[startup+942.3 s]
/proc/loadavg: 4.03 3.97 3.11 5/263 1090
/proc/meminfo: memFree=17639372/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=147276 CPUtime=942.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 551169 0 0 0 94059 170 0 0 25 0 1 0 608454813 150810624 28979 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 36819 28979 260 26 0 33451 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 147276

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.17 5/263 1092
/proc/meminfo: memFree=17509876/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=310568 CPUtime=1002.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 579605 0 0 0 100048 181 0 0 25 0 1 0 608454813 318021632 57232 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256531 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 77642 57232 260 26 0 74274 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 310568

[startup+1062.3 s]
/proc/loadavg: 4.12 4.00 3.23 5/263 1094
/proc/meminfo: memFree=17436928/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=311156 CPUtime=1062.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 630538 0 0 0 106035 194 0 0 25 0 1 0 608454813 318623744 67530 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 77789 67530 260 26 0 74421 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 311156

[startup+1122.3 s]
/proc/loadavg: 4.04 4.00 3.27 5/263 1095
/proc/meminfo: memFree=17275576/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=444440 CPUtime=1122.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 664204 0 0 0 112023 206 0 0 25 0 1 0 608454813 455106560 101084 33554432000 4194304 4300056 140733265529440 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 111110 101084 260 26 0 107742 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 444440

[startup+1182.3 s]
/proc/loadavg: 4.05 4.01 3.32 5/263 1097
/proc/meminfo: memFree=17515368/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=182184 CPUtime=1182.3 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 696376 0 0 0 118011 219 0 0 25 0 1 0 608454813 186556416 36679 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256027 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 45546 36679 260 26 0 42178 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 182184

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.37 5/263 1098
/proc/meminfo: memFree=17411904/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=314884 CPUtime=1242.29 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 718547 0 0 0 124002 227 0 0 25 0 1 0 608454813 322441216 58734 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 78721 58734 260 26 0 75353 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 314884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.40 5/263 1100
/proc/meminfo: memFree=17310444/32951124 swapFree=67056776/67111528
[pid=979] ppid=977 vsize=450300 CPUtime=1299.99 cores=1,3
/proc/979/stat : 979 (lr_gl_shr) R 977 979 876 0 -1 4202496 737476 0 0 0 129764 235 0 0 25 0 1 0 608454813 461107200 77536 33554432000 4194304 4300056 140733265529440 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/979/statm: 112575 77536 260 26 0 109207 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 450300

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.03
CPU user time (s): 1297.65
CPU system time (s): 2.37264
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 679356

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

runsolver used 2.94255 second user time and 7.71283 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-09 21:16:09
IDJOB=3350191
IDBENCH=70799
IDSOLVER=1815
FILE ID=node133/3350191-1304968569
RUNJOBID= node133-1304968093-898
PBS_JOBID= 13285617
Free space on /tmp= 43088 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350191-1304968569/watcher-3350191-1304968569 -o /tmp/evaluation-result-3350191-1304968569/solver-3350191-1304968569 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350191-1304968569.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=10123328

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17007508 kB
Buffers:        160936 kB
Cached:        7117192 kB
SwapCached:       8416 kB
Active:        8636056 kB
Inactive:      6930408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17007508 kB
SwapTotal:    67111528 kB
SwapFree:     67056776 kB
Dirty:            5372 kB
Writeback:           0 kB
AnonPages:     8285624 kB
Mapped:          21536 kB
Slab:           287972 kB
PageTables:      25996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 20275436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43132 MiB
End job on node133 at 2011-05-09 21:37:51