Trace number 3349525

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-02UNSAT 595.29 595.271

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

595.22/595.26	c WARNING: for repeatability, setting FPU to use double precision
595.22/595.26	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3349525-1305066313/watcher-3349525-1305066313 -o /tmp/evaluation-result-3349525-1305066313/solver-3349525-1305066313 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349525-1305066313.cnf -verb=0 -model 

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: 2.01 1.97 1.91 4/304 29111
/proc/meminfo: memFree=6504388/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=28384 CPUtime=0 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 2149 0 0 0 0 0 0 0 21 0 1 0 618231088 29065216 2088 33554432000 4194304 4300056 140734815039312 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 7096 2092 220 26 0 3728 0

[startup+0.0549929 s]
/proc/loadavg: 2.01 1.97 1.91 4/304 29111
/proc/meminfo: memFree=6504388/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=42720 CPUtime=0.04 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 5869 0 0 0 4 0 0 0 21 0 1 0 618231088 43745280 5693 33554432000 4194304 4300056 140734815039312 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 10680 5694 220 26 0 7312 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 42720

[startup+0.100985 s]
/proc/loadavg: 2.01 1.97 1.91 4/304 29111
/proc/meminfo: memFree=6504388/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=48316 CPUtime=0.09 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 7606 0 0 0 9 0 0 0 21 0 1 0 618231088 49475584 7339 33554432000 4194304 4300056 140734815039312 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 12079 7340 220 26 0 8711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48316

[startup+0.300947 s]
/proc/loadavg: 2.01 1.97 1.91 4/304 29111
/proc/meminfo: memFree=6504388/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=64172 CPUtime=0.29 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 12558 0 0 0 28 1 0 0 22 0 1 0 618231088 65712128 11630 33554432000 4194304 4300056 140734815039312 18446744073709551615 4221194 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 16043 11631 220 26 0 12675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64172

[startup+0.70087 s]
/proc/loadavg: 2.01 1.97 1.91 4/304 29111
/proc/meminfo: memFree=6504388/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=104556 CPUtime=0.69 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 22286 0 0 0 65 4 0 0 24 0 1 0 618231088 107065344 20046 33554432000 4194304 4300056 140734815039312 18446744073709551615 208079821936 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 26139 20046 222 26 0 22771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104556

[startup+1.50072 s]
/proc/loadavg: 2.01 1.97 1.91 5/308 29118
/proc/meminfo: memFree=6311996/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=130488 CPUtime=1.49 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 28011 0 0 0 144 5 0 0 25 0 1 0 618231088 133619712 25468 33554432000 4194304 4300056 140734815039312 18446744073709551615 4199512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 32622 25468 228 26 0 29254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130488

[startup+3.10042 s]
/proc/loadavg: 2.01 1.97 1.91 5/308 29118
/proc/meminfo: memFree=6268844/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=107404 CPUtime=3.09 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 31335 0 0 0 303 6 0 0 25 0 1 0 618231088 109981696 20311 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256030 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 26851 20311 246 26 0 23483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107404

[startup+6.30081 s]
/proc/loadavg: 2.17 2.00 1.92 5/308 29118
/proc/meminfo: memFree=6292288/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=107404 CPUtime=6.29 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 31973 0 0 0 623 6 0 0 25 0 1 0 618231088 109981696 20941 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 26851 20941 247 26 0 23483 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107404

[startup+12.7006 s]
/proc/loadavg: 2.39 2.05 1.94 5/308 29119
/proc/meminfo: memFree=6277824/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=107404 CPUtime=12.69 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 33052 0 0 0 1263 6 0 0 25 0 1 0 618231088 109981696 22017 33554432000 4194304 4300056 140734815039312 18446744073709551615 4252373 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 26851 22017 247 26 0 23483 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107404

[startup+25.5011 s]
/proc/loadavg: 2.82 2.17 1.97 5/308 29119
/proc/meminfo: memFree=6246868/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=119080 CPUtime=25.49 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 35511 0 0 0 2542 7 0 0 25 0 1 0 618231088 121937920 24472 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 29770 24472 247 26 0 26402 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119080

[startup+51.1003 s]
/proc/loadavg: 3.22 2.31 2.03 5/308 29120
/proc/meminfo: memFree=6178500/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=138048 CPUtime=51.09 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 40471 0 0 0 5100 9 0 0 25 0 1 0 618231088 141361152 29421 33554432000 4194304 4300056 140734815039312 18446744073709551615 4254009 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 34512 29421 247 26 0 31144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138048

[startup+102.312 s]
/proc/loadavg: 3.27 2.47 2.10 4/302 29138
/proc/meminfo: memFree=6198532/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=168868 CPUtime=102.3 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 48521 0 0 0 10217 13 0 0 25 0 1 0 618231088 172920832 37448 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 42217 37448 247 26 0 38849 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 168868

[startup+162.301 s]
/proc/loadavg: 3.10 2.57 2.15 4/302 29140
/proc/meminfo: memFree=6116036/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=218956 CPUtime=162.3 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 58187 0 0 0 16212 18 0 0 25 0 1 0 618231088 224210944 47094 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 54739 47094 247 26 0 51371 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 218956

[startup+222.301 s]
/proc/loadavg: 3.03 2.64 2.20 4/302 29141
/proc/meminfo: memFree=6015080/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=300344 CPUtime=222.3 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 63528 0 0 0 22209 21 0 0 25 0 1 0 618231088 307552256 52418 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 75086 52418 247 26 0 71718 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 300344

[startup+282.3 s]
/proc/loadavg: 3.01 2.71 2.25 4/302 29143
/proc/meminfo: memFree=5978600/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=302036 CPUtime=282.3 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 69308 0 0 0 28207 23 0 0 25 0 1 0 618231088 309284864 58176 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 75509 58176 247 26 0 72141 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 302036

[startup+342.301 s]
/proc/loadavg: 3.07 2.77 2.30 4/302 29144
/proc/meminfo: memFree=5874176/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=303212 CPUtime=342.3 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 73549 0 0 0 34204 26 0 0 25 0 1 0 618231088 310489088 62392 33554432000 4194304 4300056 140734815039312 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 75803 62392 247 26 0 72435 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 303212

[startup+402.3 s]
/proc/loadavg: 3.02 2.81 2.34 4/302 29146
/proc/meminfo: memFree=5896844/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=303972 CPUtime=402.31 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 76823 0 0 0 40203 28 0 0 25 0 1 0 618231088 311267328 65632 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 75993 65632 247 26 0 72625 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 303972

[startup+462.301 s]
/proc/loadavg: 3.01 2.84 2.38 4/302 29148
/proc/meminfo: memFree=5789324/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=305060 CPUtime=462.31 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 79876 0 0 0 46202 29 0 0 25 0 1 0 618231088 312381440 68659 33554432000 4194304 4300056 140734815039312 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 76265 68659 247 26 0 72897 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 305060

[startup+522.3 s]
/proc/loadavg: 3.15 2.90 2.42 4/302 29149
/proc/meminfo: memFree=5679444/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=307444 CPUtime=522.31 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 82754 0 0 0 52201 30 0 0 25 0 1 0 618231088 314822656 71513 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 76861 71513 247 26 0 73493 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 307444

[startup+582.301 s]
/proc/loadavg: 3.08 2.93 2.46 4/302 29151
/proc/meminfo: memFree=5772924/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=582.31 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123348 0 0 0 58195 36 0 0 25 0 1 0 618231088 315404288 57804 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 57804 247 26 0 73635 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 308012

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

[startup+588.701 s]
/proc/loadavg: 3.08 2.93 2.46 4/302 29151
/proc/meminfo: memFree=5759900/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=588.71 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123559 0 0 0 58835 36 0 0 25 0 1 0 618231088 315404288 58007 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 58007 247 26 0 73635 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 308012

[startup+591.9 s]
/proc/loadavg: 3.07 2.93 2.47 4/302 29151
/proc/meminfo: memFree=5753820/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=591.92 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123671 0 0 0 59155 37 0 0 25 0 1 0 618231088 315404288 58119 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 58119 247 26 0 73635 0
Current children cumulated CPU time (s) 591.92
Current children cumulated vsize (KiB) 308012

[startup+593.501 s]
/proc/loadavg: 3.07 2.93 2.47 4/302 29151
/proc/meminfo: memFree=5752208/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=593.52 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123719 0 0 0 59315 37 0 0 25 0 1 0 618231088 315404288 58167 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 58167 247 26 0 73635 0
Current children cumulated CPU time (s) 593.52
Current children cumulated vsize (KiB) 308012

[startup+594.301 s]
/proc/loadavg: 3.07 2.93 2.47 4/302 29151
/proc/meminfo: memFree=5750472/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=594.32 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123743 0 0 0 59395 37 0 0 25 0 1 0 618231088 315404288 58191 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 58191 247 26 0 73635 0
Current children cumulated CPU time (s) 594.32
Current children cumulated vsize (KiB) 308012

[startup+594.701 s]
/proc/loadavg: 3.07 2.93 2.47 4/302 29151
/proc/meminfo: memFree=5750472/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=594.72 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123755 0 0 0 59435 37 0 0 25 0 1 0 618231088 315404288 58203 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 58203 247 26 0 73635 0
Current children cumulated CPU time (s) 594.72
Current children cumulated vsize (KiB) 308012

[startup+595.112 s]
/proc/loadavg: 3.06 2.93 2.47 4/302 29151
/proc/meminfo: memFree=5749108/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=595.13 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123765 0 0 0 59476 37 0 0 25 0 1 0 618231088 315404288 58213 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 58213 247 26 0 73635 0
Current children cumulated CPU time (s) 595.13
Current children cumulated vsize (KiB) 308012

[startup+595.201 s]
/proc/loadavg: 3.06 2.93 2.47 4/302 29151
/proc/meminfo: memFree=5749108/32950928 swapFree=67083212/67111528
[pid=29111] ppid=29109 vsize=308012 CPUtime=595.22 cores=1,3
/proc/29111/stat : 29111 (lr_gl_shr) R 29109 29111 29057 0 -1 4202496 123769 0 0 0 59485 37 0 0 25 0 1 0 618231088 315404288 58217 33554432000 4194304 4300056 140734815039312 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29111/statm: 77003 58217 247 26 0 73635 0
Current children cumulated CPU time (s) 595.22
Current children cumulated vsize (KiB) 308012

Child status: 20
Real time (s): 595.271
CPU time (s): 595.29
CPU user time (s): 594.911
CPU system time (s): 0.379942
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 651888

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

runsolver used 1.59876 second user time and 3.9414 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-11 00:25:14
IDJOB=3349525
IDBENCH=71039
IDSOLVER=1813
FILE ID=node127/3349525-1305066313
RUNJOBID= node127-1305066313-29077
PBS_JOBID= 13306358
Free space on /tmp= 42184 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349525-1305066313/watcher-3349525-1305066313 -o /tmp/evaluation-result-3349525-1305066313/solver-3349525-1305066313 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349525-1305066313.cnf -verb=0 -model

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=636372674

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:       6504800 kB
Buffers:        231156 kB
Cached:        9783108 kB
SwapCached:       1620 kB
Active:       18522280 kB
Inactive:      7429616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6504800 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           62732 kB
Writeback:           0 kB
AnonPages:    15935992 kB
Mapped:          26124 kB
Slab:           382980 kB
PageTables:      47552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44479932 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= 42196 MiB
End job on node127 at 2011-05-11 00:35:10