Trace number 3365640

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
SAT09 reference solver:glucose 1.0UNSAT 1152.85 1152.82

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.67	c ==============================================================================
0.00/0.67	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.67	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.67	c ==============================================================================
0.00/0.67	c |         0 | 1360580  3295883 |  408173       0        0     nan |  0.000 % |
3.89/3.99	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
3.89/3.99	c ==============================================================================
3.89/3.99	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
3.89/3.99	c CPU time:   3.90341 s
3.89/3.99	c ==============================================================================
4.49/4.51	c
4.49/4.51	c Starting glucose
4.49/4.51	c
4.49/4.51	
4.49/4.51	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.49/4.51	
4.49/4.51	c ============================[ Problem Statistics ]=============================
4.49/4.51	c |                                                                             |
4.49/4.51	c |  Number of variables:  138309                                               |
4.49/4.51	c |  Number of clauses:    942285                                               |
4.50/4.85	c |  Parsing time:         0.31         s                                       |
1152.72/1152.80	c restarts              : 2404
1152.72/1152.80	c nb ReduceDB           : 34
1152.72/1152.80	c nb learnts DL2        : 15169
1152.72/1152.80	c nb learnts size 2     : 9614
1152.72/1152.80	c nb learnts size 1     : 672
1152.72/1152.80	c conflicts             : 1257677        (1095 /sec)
1152.72/1152.80	c decisions             : 4333449        (1.30 % random) (3774 /sec)
1152.72/1152.80	c propagations          : 2477973530     (2158067 /sec)
1152.72/1152.80	c conflict literals     : 275112673      (42.78 % deleted)
1152.72/1152.80	c Memory used           : 134.64 MB
1152.72/1152.80	c CPU time              : 1148.24 s
1152.72/1152.80	
1152.82/1152.81	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-3365640-1305315593/watcher-3365640-1305315593 -o /tmp/evaluation-result-3365640-1305315593/solver-3365640-1305315593 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365640-1305315593.cnf 

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.05 1.41 0.63 3/296 28806
/proc/meminfo: memFree=6168552/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643159022 8912896 253 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28806/statm: 2176 253 211 178 0 69 0

[startup+0.094515 s]
/proc/loadavg: 2.05 1.41 0.63 3/296 28806
/proc/meminfo: memFree=6168552/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643159022 8912896 253 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28806/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100506 s]
/proc/loadavg: 2.05 1.41 0.63 3/296 28806
/proc/meminfo: memFree=6168552/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643159022 8912896 253 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28806/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300476 s]
/proc/loadavg: 2.05 1.41 0.63 3/296 28806
/proc/meminfo: memFree=6168552/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643159022 8912896 253 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28806/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70032 s]
/proc/loadavg: 2.05 1.41 0.63 3/296 28806
/proc/meminfo: memFree=6168552/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643159022 8912896 253 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28806/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50013 s]
/proc/loadavg: 2.05 1.41 0.63 3/298 28808
/proc/meminfo: memFree=6037096/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643159022 8912896 253 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28806/statm: 2176 253 211 178 0 69 0
[pid=28807] ppid=28806 vsize=150388 CPUtime=1.49 cores=0,2,4,6
/proc/28807/stat : 28807 (SatELite_releas) R 28806 28806 28575 0 -1 4202496 39000 0 0 0 142 7 0 0 25 0 1 0 643159022 153997312 35495 33554432000 134512640 135225430 4288791328 18446744073709551615 134596675 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/28807/statm: 37597 35495 78 175 0 37420 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159092

[startup+3.10094 s]
/proc/loadavg: 2.05 1.41 0.63 3/298 28808
/proc/meminfo: memFree=6016984/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643159022 8912896 253 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28806/statm: 2176 253 211 178 0 69 0
[pid=28807] ppid=28806 vsize=151960 CPUtime=3.09 cores=0,2,4,6
/proc/28807/stat : 28807 (SatELite_releas) R 28806 28806 28575 0 -1 4202496 42733 0 0 0 301 8 0 0 25 0 1 0 643159022 155607040 35959 33554432000 134512640 135225430 4288791328 18446744073709551615 134587322 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/28807/statm: 37990 35959 78 175 0 37813 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160664

[startup+6.30022 s]
/proc/loadavg: 2.04 1.42 0.64 3/298 28809
/proc/meminfo: memFree=6065344/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=72928 CPUtime=1.76 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 17365 0 0 0 174 2 0 0 25 0 1 0 643159474 74678272 17242 33554432000 134512640 135217611 4294259664 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 18232 17242 77 173 0 18057 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 81632

[startup+12.7011 s]
/proc/loadavg: 2.04 1.43 0.64 3/298 28809
/proc/meminfo: memFree=6060180/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=77068 CPUtime=8.17 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 18410 0 0 0 814 3 0 0 25 0 1 0 643159474 78917632 18287 33554432000 134512640 135217611 4294259664 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 19267 18287 77 173 0 19092 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 85772

[startup+25.5007 s]
/proc/loadavg: 2.03 1.46 0.66 3/298 28809
/proc/meminfo: memFree=6056068/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=82672 CPUtime=20.96 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 19812 0 0 0 2093 3 0 0 25 0 1 0 643159474 84656128 19689 33554432000 134512640 135217611 4294259664 18446744073709551615 134527779 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 20668 19689 77 173 0 20493 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 91376

[startup+51.1008 s]
/proc/loadavg: 2.02 1.50 0.70 3/298 28839
/proc/meminfo: memFree=5948472/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=91416 CPUtime=46.57 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 21992 0 0 0 4653 4 0 0 25 0 1 0 643159474 93609984 21869 33554432000 134512640 135217611 4294259664 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 22854 21869 77 173 0 22679 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100120

[startup+102.311 s]
/proc/loadavg: 2.01 1.57 0.76 3/298 28841
/proc/meminfo: memFree=5971248/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=100868 CPUtime=97.78 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 24344 0 0 0 9773 5 0 0 25 0 1 0 643159474 103288832 24221 33554432000 134512640 135217611 4294259664 18446744073709551615 134533606 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 25217 24221 77 173 0 25042 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 109572

[startup+162.301 s]
/proc/loadavg: 2.00 1.65 0.84 3/298 28843
/proc/meminfo: memFree=5958016/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=103904 CPUtime=157.77 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 25129 0 0 0 15772 5 0 0 25 0 1 0 643159474 106397696 25006 33554432000 134512640 135217611 4294259664 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 25976 25006 77 173 0 25801 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 112608

[startup+222.301 s]
/proc/loadavg: 2.00 1.71 0.91 3/298 28845
/proc/meminfo: memFree=5938744/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=107864 CPUtime=217.77 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 26098 0 0 0 21771 6 0 0 25 0 1 0 643159474 110452736 25975 33554432000 134512640 135217611 4294259664 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 26966 25975 77 173 0 26791 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 116568

[startup+282.301 s]
/proc/loadavg: 2.04 1.78 0.98 3/298 28846
/proc/meminfo: memFree=5935352/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=111680 CPUtime=277.77 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 27054 0 0 0 27771 6 0 0 25 0 1 0 643159474 114360320 26931 33554432000 134512640 135217611 4294259664 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 27920 26931 77 173 0 27745 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 120384

[startup+342.301 s]
/proc/loadavg: 2.01 1.81 1.04 3/298 28848
/proc/meminfo: memFree=5922024/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=118544 CPUtime=337.78 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 28775 0 0 0 33771 7 0 0 25 0 1 0 643159474 121389056 28652 33554432000 134512640 135217611 4294259664 18446744073709551615 134528068 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 29636 28652 77 173 0 29461 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 127248

[startup+402.301 s]
/proc/loadavg: 2.00 1.84 1.10 3/298 28849
/proc/meminfo: memFree=5918632/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6

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


[startup+882.301 s]
/proc/loadavg: 2.01 1.97 1.45 3/298 28862
/proc/meminfo: memFree=5887460/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=877.8 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33612 0 0 0 87772 8 0 0 25 0 1 0 643159474 141176832 33489 33554432000 134512640 135217611 4294259664 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33489 77 173 0 34292 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 146572

[startup+942.301 s]
/proc/loadavg: 2.05 1.99 1.49 3/298 28864
/proc/meminfo: memFree=5887300/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=937.8 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33612 0 0 0 93772 8 0 0 25 0 1 0 643159474 141176832 33489 33554432000 134512640 135217611 4294259664 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33489 77 173 0 34292 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 146572

[startup+1002.3 s]
/proc/loadavg: 2.02 1.99 1.52 3/298 28865
/proc/meminfo: memFree=5887356/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=997.8 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33615 0 0 0 99772 8 0 0 25 0 1 0 643159474 141176832 33492 33554432000 134512640 135217611 4294259664 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33492 77 173 0 34292 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 146572

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.55 3/298 28867
/proc/meminfo: memFree=5882716/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1057.8 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33619 0 0 0 105772 8 0 0 25 0 1 0 643159474 141176832 33496 33554432000 134512640 135217611 4294259664 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33496 77 173 0 34292 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 146572

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.57 3/298 28869
/proc/meminfo: memFree=5882904/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1117.81 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33623 0 0 0 111773 8 0 0 25 0 1 0 643159474 141176832 33500 33554432000 134512640 135217611 4294259664 18446744073709551615 134540934 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33500 77 173 0 34292 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 146572

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

[startup+1126.3 s]
/proc/loadavg: 2.00 1.99 1.57 3/298 28869
/proc/meminfo: memFree=5883148/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1121.82 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33623 0 0 0 112174 8 0 0 25 0 1 0 643159474 141176832 33500 33554432000 134512640 135217611 4294259664 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33500 77 173 0 34292 0
Current children cumulated CPU time (s) 1126.32
Current children cumulated vsize (KiB) 146572

[startup+1139.1 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883148/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1134.61 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33624 0 0 0 113453 8 0 0 25 0 1 0 643159474 141176832 33501 33554432000 134512640 135217611 4294259664 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33501 77 173 0 34292 0
Current children cumulated CPU time (s) 1139.11
Current children cumulated vsize (KiB) 146572

[startup+1145.5 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883144/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1141.01 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33627 0 0 0 114093 8 0 0 25 0 1 0 643159474 141176832 33504 33554432000 134512640 135217611 4294259664 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33504 77 173 0 34292 0
Current children cumulated CPU time (s) 1145.51
Current children cumulated vsize (KiB) 146572

[startup+1148.7 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883128/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1144.21 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33627 0 0 0 114413 8 0 0 25 0 1 0 643159474 141176832 33504 33554432000 134512640 135217611 4294259664 18446744073709551615 134532803 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33504 77 173 0 34292 0
Current children cumulated CPU time (s) 1148.71
Current children cumulated vsize (KiB) 146572

[startup+1150.3 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883128/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1145.81 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33627 0 0 0 114573 8 0 0 25 0 1 0 643159474 141176832 33504 33554432000 134512640 135217611 4294259664 18446744073709551615 134532935 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33504 77 173 0 34292 0
Current children cumulated CPU time (s) 1150.31
Current children cumulated vsize (KiB) 146572

[startup+1151.9 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883128/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1147.41 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33627 0 0 0 114733 8 0 0 25 0 1 0 643159474 141176832 33504 33554432000 134512640 135217611 4294259664 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33504 77 173 0 34292 0
Current children cumulated CPU time (s) 1151.91
Current children cumulated vsize (KiB) 146572

[startup+1152.3 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883128/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1147.81 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33627 0 0 0 114773 8 0 0 25 0 1 0 643159474 141176832 33504 33554432000 134512640 135217611 4294259664 18446744073709551615 134532760 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33504 77 173 0 34292 0
Current children cumulated CPU time (s) 1152.31
Current children cumulated vsize (KiB) 146572

[startup+1152.7 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883128/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=137868 CPUtime=1148.22 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202496 33627 0 0 0 114814 8 0 0 25 0 1 0 643159474 141176832 33504 33554432000 134512640 135217611 4294259664 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/28809/statm: 34467 33504 77 173 0 34292 0
Current children cumulated CPU time (s) 1152.72
Current children cumulated vsize (KiB) 146572

[startup+1152.81 s]
/proc/loadavg: 2.00 1.99 1.58 3/298 28869
/proc/meminfo: memFree=5883128/32950928 swapFree=67083212/67111528
[pid=28806] ppid=28804 vsize=8704 CPUtime=4.5 cores=0,2,4,6
/proc/28806/stat : 28806 (glucose.sh) S 28804 28806 28575 0 -1 4202496 359 47953 0 0 0 0 438 12 18 0 1 0 643159022 8912896 255 33554432000 4194304 4922060 140736815021440 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28806/statm: 2176 255 211 178 0 69 0
[pid=28809] ppid=28806 vsize=0 CPUtime=1148.32 cores=0,2,4,6
/proc/28809/stat : 28809 (glucose_static) R 28806 28806 28575 0 -1 4202500 33639 0 0 0 114823 9 0 0 25 0 1 0 643159474 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 4 0 0 0
/proc/28809/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1152.82
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1152.82
CPU time (s): 1152.85
CPU user time (s): 1152.63
CPU system time (s): 0.222966
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 177048

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

runsolver used 3.2755 second user time and 7.2159 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-13 21:39:54
IDJOB=3365640
IDBENCH=71037
IDSOLVER=1842
FILE ID=node127/3365640-1305315593
RUNJOBID= node127-1305315244-28593
PBS_JOBID= 13324305
Free space on /tmp= 41832 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365640-1305315593/watcher-3365640-1305315593 -o /tmp/evaluation-result-3365640-1305315593/solver-3365640-1305315593 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365640-1305315593.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1574643793

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:       6168576 kB
Buffers:        240844 kB
Cached:       10175180 kB
SwapCached:       1620 kB
Active:       18704736 kB
Inactive:      7593360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6168576 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           60396 kB
Writeback:           0 kB
AnonPages:    15880104 kB
Mapped:          26716 kB
Slab:           373760 kB
PageTables:      47020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44384132 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= 41804 MiB
End job on node127 at 2011-05-13 21:59:06