Trace number 3349430

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) 1300.03 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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-3349430-1304968858/watcher-3349430-1304968858 -o /tmp/evaluation-result-3349430-1304968858/solver-3349430-1304968858 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349430-1304968858.cnf -verb=0 -model 

running on 2 cores: 5,7

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: 4.08 3.71 2.22 4/326 29091
/proc/meminfo: memFree=25097720/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=20916 CPUtime=0 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 784 0 0 0 0 0 0 0 21 0 1 0 687116337 21417984 713 33554432000 4194304 4300056 140733833605808 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 5229 713 220 26 0 1861 0

[startup+0.06584 s]
/proc/loadavg: 4.08 3.71 2.22 4/326 29091
/proc/meminfo: memFree=25097720/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=31068 CPUtime=0.05 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 3844 0 0 0 5 0 0 0 21 0 1 0 687116337 31813632 3473 33554432000 4194304 4300056 140733833605808 18446744073709551615 4200891 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 7767 3475 220 26 0 4399 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31068

[startup+0.100831 s]
/proc/loadavg: 4.08 3.71 2.22 4/326 29091
/proc/meminfo: memFree=25097720/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=37108 CPUtime=0.09 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 5722 0 0 0 8 1 0 0 21 0 1 0 687116337 37998592 5140 33554432000 4194304 4300056 140733833605808 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 9277 5141 222 26 0 5909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37108

[startup+0.300792 s]
/proc/loadavg: 4.08 3.71 2.22 4/326 29091
/proc/meminfo: memFree=25097720/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=76248 CPUtime=0.29 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 15990 0 0 0 26 3 0 0 22 0 1 0 687116337 78077952 14063 33554432000 4194304 4300056 140733833605808 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 19062 14064 221 26 0 15694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76248

[startup+0.700723 s]
/proc/loadavg: 4.08 3.71 2.22 4/326 29091
/proc/meminfo: memFree=25097720/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=106932 CPUtime=0.69 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 23765 0 0 0 65 4 0 0 24 0 1 0 687116337 109498368 21525 33554432000 4194304 4300056 140733833605808 18446744073709551615 4284280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 26733 21526 279 26 0 23365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106932

[startup+1.50057 s]
/proc/loadavg: 4.08 3.71 2.22 5/327 29092
/proc/meminfo: memFree=25012904/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=117472 CPUtime=1.49 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 29219 0 0 0 144 5 0 0 25 0 1 0 687116337 120291328 20318 33554432000 4194304 4300056 140733833605808 18446744073709551615 4258655 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 29368 20318 279 26 0 26000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117472

[startup+3.10028 s]
/proc/loadavg: 4.07 3.72 2.23 5/327 29093
/proc/meminfo: memFree=25021708/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=98796 CPUtime=3.09 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 31379 0 0 0 303 6 0 0 25 0 1 0 687116337 101167104 18984 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 24699 18984 298 26 0 21331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98796

[startup+6.30068 s]
/proc/loadavg: 4.07 3.72 2.23 5/327 29093
/proc/meminfo: memFree=25019104/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=98796 CPUtime=6.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 31553 0 0 0 624 6 0 0 25 0 1 0 687116337 101167104 19156 33554432000 4194304 4300056 140733833605808 18446744073709551615 4251722 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 24699 19156 298 26 0 21331 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 98796

[startup+12.7005 s]
/proc/loadavg: 4.06 3.73 2.25 5/327 29093
/proc/meminfo: memFree=25015184/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=98796 CPUtime=12.7 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 32027 0 0 0 1264 6 0 0 25 0 1 0 687116337 101167104 19618 33554432000 4194304 4300056 140733833605808 18446744073709551615 4255958 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 24699 19618 298 26 0 21331 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 98796

[startup+25.5011 s]
/proc/loadavg: 4.05 3.74 2.27 5/327 29093
/proc/meminfo: memFree=25045724/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=117472 CPUtime=25.49 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 32939 0 0 0 2543 6 0 0 25 0 1 0 687116337 120291328 20513 33554432000 4194304 4300056 140733833605808 18446744073709551615 4251678 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 29368 20513 298 26 0 26000 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117472

[startup+51.1003 s]
/proc/loadavg: 4.11 3.77 2.32 6/327 29094
/proc/meminfo: memFree=25016576/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=147824 CPUtime=51.09 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 39307 0 0 0 5102 7 0 0 25 0 1 0 687116337 151371776 26846 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 36956 26846 298 26 0 33588 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147824

[startup+102.312 s]
/proc/loadavg: 4.04 3.81 2.41 5/327 29095
/proc/meminfo: memFree=24993584/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=166792 CPUtime=102.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 42548 0 0 0 10221 9 0 0 25 0 1 0 687116337 170795008 30021 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 41698 30021 298 26 0 38330 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 166792

[startup+162.301 s]
/proc/loadavg: 4.02 3.84 2.50 5/327 29097
/proc/meminfo: memFree=24933260/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=166792 CPUtime=162.29 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 46102 0 0 0 16218 11 0 0 25 0 1 0 687116337 170795008 33503 33554432000 4194304 4300056 140733833605808 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 41698 33503 298 26 0 38330 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 166792

[startup+222.3 s]
/proc/loadavg: 4.00 3.87 2.60 5/327 29098
/proc/meminfo: memFree=24954788/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=197612 CPUtime=222.29 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 48747 0 0 0 22217 12 0 0 25 0 1 0 687116337 202354688 36078 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256018 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 49403 36078 300 26 0 46035 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 197612

[startup+282.3 s]
/proc/loadavg: 4.00 3.89 2.68 5/327 29100
/proc/meminfo: memFree=24894344/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=197612 CPUtime=282.29 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 52613 0 0 0 28214 15 0 0 25 0 1 0 687116337 202354688 39883 33554432000 4194304 4300056 140733833605808 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 49403 39883 300 26 0 46035 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 197612

[startup+342.301 s]
/proc/loadavg: 4.00 3.91 2.76 5/327 29102
/proc/meminfo: memFree=24863056/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=247700 CPUtime=342.29 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 56120 0 0 0 34212 17 0 0 25 0 1 0 687116337 253644800 43318 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 61925 43318 300 26 0 58557 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 247700

[startup+402.301 s]
/proc/loadavg: 4.04 3.93 2.84 5/327 29130
/proc/meminfo: memFree=25208900/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=247700 CPUtime=402.29 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 59950 0 0 0 40210 19 0 0 25 0 1 0 687116337 253644800 47091 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 61925 47091 300 26 0 58557 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 247700

[startup+462.301 s]
/proc/loadavg: 4.08 3.97 2.92 5/327 29132
/proc/meminfo: memFree=25180972/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=247700 CPUtime=462.29 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 64167 0 0 0 46208 21 0 0 25 0 1 0 687116337 253644800 51255 33554432000 4194304 4300056 140733833605808 18446744073709551615 4251358 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 61925 51255 300 26 0 58557 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 247700

[startup+522.301 s]
/proc/loadavg: 4.12 4.00 2.99 5/327 29133
/proc/meminfo: memFree=25123392/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=248648 CPUtime=522.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 68671 0 0 0 52206 24 0 0 25 0 1 0 687116337 254615552 55703 33554432000 4194304 4300056 140733833605808 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 62162 55703 300 26 0 58794 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 248648

[startup+582.3 s]
/proc/loadavg: 4.03 4.00 3.06 5/327 29163
/proc/meminfo: memFree=23671516/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=252568 CPUtime=582.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 97278 0 0 0 58200 30 0 0 25 0 1 0 687116337 258629632 52389 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 63142 52389 300 26 0 59774 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 252568

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.11 5/325 29168
/proc/meminfo: memFree=24064392/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=255636 CPUtime=642.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 101486 0 0 0 64198 32 0 0 25 0 1 0 687116337 261771264 56514 33554432000 4194304 4300056 140733833605808 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 63909 56514 300 26 0 60541 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 255636

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.17 5/325 29178
/proc/meminfo: memFree=24133936/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=339512 CPUtime=702.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 105755 0 0 0 70196 34 0 0 25 0 1 0 687116337 347660288 60731 33554432000 4194304 4300056 140733833605808 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 84878 60731 300 26 0 81510 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 339512

[startup+762.312 s]
/proc/loadavg: 4.00 4.00 3.22 5/327 29202
/proc/meminfo: memFree=24843668/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=343168 CPUtime=762.31 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 109410 0 0 0 76195 36 0 0 25 0 1 0 687116337 351404032 64345 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 85792 64345 300 26 0 82424 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 343168

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.26 5/327 29203
/proc/meminfo: memFree=24844428/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=347592 CPUtime=822.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 113248 0 0 0 82192 38 0 0 25 0 1 0 687116337 355934208 68136 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 86898 68136 300 26 0 83530 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 347592

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.31 5/327 29205
/proc/meminfo: memFree=24799412/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=350040 CPUtime=882.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 117263 0 0 0 88190 40 0 0 25 0 1 0 687116337 358440960 72098 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 87510 72098 300 26 0 84142 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 350040

[startup+942.3 s]
/proc/loadavg: 4.05 4.01 3.35 5/327 29207
/proc/meminfo: memFree=24734012/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=352544 CPUtime=942.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 120508 0 0 0 94189 41 0 0 25 0 1 0 687116337 361005056 75296 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 88136 75296 300 26 0 84768 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 352544

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 3.39 5/327 29238
/proc/meminfo: memFree=23496904/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=355500 CPUtime=1002.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 124415 0 0 0 100187 43 0 0 25 0 1 0 687116337 364032000 79163 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 88875 79163 300 26 0 85507 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 355500

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.43 5/327 29240
/proc/meminfo: memFree=23780876/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=163756 CPUtime=1062.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 129650 0 0 0 106184 46 0 0 25 0 1 0 687116337 167686144 34838 33554432000 4194304 4300056 140733833605808 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 40939 34838 300 26 0 37571 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 163756

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.46 5/327 29301
/proc/meminfo: memFree=24784076/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=194108 CPUtime=1122.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 136873 0 0 0 112182 48 0 0 25 0 1 0 687116337 198766592 41984 33554432000 4194304 4300056 140733833605808 18446744073709551615 4263149 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 48527 41984 300 26 0 45159 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 194108

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.49 5/327 29303
/proc/meminfo: memFree=24761976/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=213076 CPUtime=1182.3 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 139850 0 0 0 118181 49 0 0 25 0 1 0 687116337 218189824 44889 33554432000 4194304 4300056 140733833605808 18446744073709551615 4251678 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 53269 44889 300 26 0 49901 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 213076

[startup+1242.3 s]
/proc/loadavg: 4.04 4.02 3.53 5/324 29308
/proc/meminfo: memFree=25006416/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=213076 CPUtime=1242.31 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 142941 0 0 0 124180 51 0 0 25 0 1 0 687116337 218189824 47919 33554432000 4194304 4300056 140733833605808 18446744073709551615 4251328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 53269 47919 300 26 0 49901 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 213076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.41 3.84 3.49 4/321 29323
/proc/meminfo: memFree=25025004/32951124 swapFree=59305740/67111528
[pid=29091] ppid=29089 vsize=243896 CPUtime=1300.01 cores=5,7
/proc/29091/stat : 29091 (lr_gl_shr) R 29089 29091 28902 0 -1 4202496 145812 0 0 0 129949 52 0 0 25 0 1 0 687116337 249749504 50740 33554432000 4194304 4300056 140733833605808 18446744073709551615 4255948 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29091/statm: 60974 50740 300 26 0 57606 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 243896

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.5
CPU system time (s): 0.535918
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 379128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.5
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145812
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= 8
involuntary context switches= 921

runsolver used 3.62645 second user time and 9.40357 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-09 21:20:59
IDJOB=3349430
IDBENCH=70808
IDSOLVER=1813
FILE ID=node111/3349430-1304968858
RUNJOBID= node111-1304968098-28924
PBS_JOBID= 13285639
Free space on /tmp= 51624 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349430-1304968858/watcher-3349430-1304968858 -o /tmp/evaluation-result-3349430-1304968858/solver-3349430-1304968858 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349430-1304968858.cnf -verb=0 -model

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1024461597

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25098008 kB
Buffers:        138040 kB
Cached:        4029184 kB
SwapCached:      13448 kB
Active:         881476 kB
Inactive:      6778492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25098008 kB
SwapTotal:    67111528 kB
SwapFree:     59305740 kB
Dirty:           10872 kB
Writeback:           0 kB
AnonPages:     3488344 kB
Mapped:          13164 kB
Slab:            90060 kB
PageTables:      38176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53958312 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= 51640 MiB
End job on node111 at 2011-05-09 21:42:41