Trace number 3308534

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 1239.11 1239.07

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 benchmark365.63
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.71	c ==============================================================================
0.00/0.71	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.71	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.71	c ==============================================================================
0.00/0.71	c |         0 | 1360580  3295883 |  408173       0        0     nan |  0.000 % |
3.98/4.07	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
3.98/4.07	c ==============================================================================
3.98/4.07	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
3.98/4.07	c CPU time:   3.9764 s
3.98/4.07	c ==============================================================================
4.48/4.59	c
4.48/4.59	c Starting glucose
4.48/4.59	c
4.48/4.59	
4.48/4.59	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.48/4.59	
4.48/4.59	c ============================[ Problem Statistics ]=============================
4.48/4.59	c |                                                                             |
4.48/4.59	c |  Number of variables:  138309                                               |
4.48/4.59	c |  Number of clauses:    942285                                               |
4.58/4.94	c |  Parsing time:         0.33         s                                       |
1239.02/1239.05	c restarts              : 2404
1239.02/1239.05	c nb ReduceDB           : 34
1239.02/1239.05	c nb learnts DL2        : 15169
1239.02/1239.05	c nb learnts size 2     : 9614
1239.02/1239.05	c nb learnts size 1     : 672
1239.02/1239.05	c conflicts             : 1257677        (1019 /sec)
1239.02/1239.05	c decisions             : 4333449        (1.30 % random) (3511 /sec)
1239.02/1239.05	c propagations          : 2477973530     (2007434 /sec)
1239.02/1239.05	c conflict literals     : 275112673      (42.78 % deleted)
1239.02/1239.05	c Memory used           : 134.66 MB
1239.02/1239.05	c CPU time              : 1234.4 s
1239.02/1239.05	
1239.02/1239.06	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: 935)

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-3308534-1303983240/watcher-3308534-1303983240 -o /tmp/evaluation-result-3308534-1303983240/solver-3308534-1303983240 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308534-1303983240.cnf 

running on 2 cores: 4,6

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.37 0.62 0.21 5/188 8126
/proc/meminfo: memFree=14714904/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=0 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) R 8124 8126 7964 0 -1 4202496 315 0 0 0 0 0 0 0 23 0 1 0 490739737 8912896 252 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726225301 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/8126/statm: 2176 252 211 178 0 69 0

[startup+0.0886481 s]
/proc/loadavg: 2.37 0.62 0.21 5/188 8126
/proc/meminfo: memFree=14714904/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=0 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 490739737 8912896 252 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8126/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100649 s]
/proc/loadavg: 2.37 0.62 0.21 5/188 8126
/proc/meminfo: memFree=14714904/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=0 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 490739737 8912896 252 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8126/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300601 s]
/proc/loadavg: 2.37 0.62 0.21 5/188 8126
/proc/meminfo: memFree=14714904/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=0 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 490739737 8912896 252 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8126/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70053 s]
/proc/loadavg: 2.37 0.62 0.21 5/188 8126
/proc/meminfo: memFree=14714904/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=0 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 490739737 8912896 252 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8126/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50039 s]
/proc/loadavg: 2.37 0.62 0.21 5/191 8134
/proc/meminfo: memFree=14597164/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=0 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 490739737 8912896 252 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8126/statm: 2176 252 211 178 0 69 0
[pid=8127] ppid=8126 vsize=149992 CPUtime=1.48 cores=4,6
/proc/8127/stat : 8127 (SatELite_releas) R 8126 8126 7964 0 -1 4202496 38873 0 0 0 141 7 0 0 25 0 1 0 490739737 153591808 35368 33554432000 134512640 135225430 4288708576 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8127/statm: 37498 35368 78 175 0 37321 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 158696

[startup+3.10109 s]
/proc/loadavg: 2.37 0.62 0.21 5/190 8146
/proc/meminfo: memFree=14874784/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=0 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 490739737 8912896 252 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8126/statm: 2176 252 211 178 0 69 0
[pid=8127] ppid=8126 vsize=151960 CPUtime=3.09 cores=4,6
/proc/8127/stat : 8127 (SatELite_releas) R 8126 8126 7964 0 -1 4202496 42735 0 0 0 301 8 0 0 25 0 1 0 490739737 155607040 35961 33554432000 134512640 135225430 4288708576 18446744073709551615 134587550 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8127/statm: 37990 35961 78 175 0 37813 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160664

[startup+6.30047 s]
/proc/loadavg: 2.58 0.69 0.23 5/194 8154
/proc/meminfo: memFree=14782996/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=72668 CPUtime=1.69 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 17313 0 0 0 168 1 0 0 25 0 1 0 490740197 74412032 17191 33554432000 134512640 135217611 4291882896 18446744073709551615 134532834 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 18167 17191 77 173 0 17992 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 81372

[startup+12.7003 s]
/proc/loadavg: 2.77 0.77 0.26 5/194 8155
/proc/meminfo: memFree=14824440/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=76672 CPUtime=8.09 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 18322 0 0 0 807 2 0 0 25 0 1 0 490740197 78512128 18200 33554432000 134512640 135217611 4291882896 18446744073709551615 134524306 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 19168 18200 77 173 0 18993 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 85376

[startup+25.5008 s]
/proc/loadavg: 3.04 0.92 0.32 5/194 8155
/proc/meminfo: memFree=14812404/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=80956 CPUtime=20.89 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 19368 0 0 0 2087 2 0 0 25 0 1 0 490740197 82898944 19246 33554432000 134512640 135217611 4291882896 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 20239 19246 77 173 0 20064 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 89660

[startup+51.101 s]
/proc/loadavg: 3.43 1.18 0.42 5/194 8156
/proc/meminfo: memFree=14783732/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=91416 CPUtime=46.5 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 21989 0 0 0 4647 3 0 0 25 0 1 0 490740197 93609984 21867 33554432000 134512640 135217611 4291882896 18446744073709551615 134528170 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 22854 21867 77 173 0 22679 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 100120

[startup+102.307 s]
/proc/loadavg: 3.75 1.62 0.60 5/194 8157
/proc/meminfo: memFree=14769984/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=95720 CPUtime=97.7 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 23074 0 0 0 9767 3 0 0 25 0 1 0 490740197 98017280 22952 33554432000 134512640 135217611 4291882896 18446744073709551615 134540880 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 23930 22952 77 173 0 23755 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 104424

[startup+162.301 s]
/proc/loadavg: 3.91 2.05 0.81 5/194 8190
/proc/meminfo: memFree=14766056/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=103924 CPUtime=157.69 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 25131 0 0 0 15766 3 0 0 25 0 1 0 490740197 106418176 25009 33554432000 134512640 135217611 4291882896 18446744073709551615 134527793 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 25981 25009 77 173 0 25806 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 112628

[startup+222.301 s]
/proc/loadavg: 3.96 2.40 1.01 5/194 8192
/proc/meminfo: memFree=14742084/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=107488 CPUtime=217.7 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 26015 0 0 0 21766 4 0 0 25 0 1 0 490740197 110067712 25893 33554432000 134512640 135217611 4291882896 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 26872 25893 77 173 0 26697 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 116192

[startup+282.3 s]
/proc/loadavg: 3.98 2.69 1.20 5/194 8193
/proc/meminfo: memFree=14724804/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=110380 CPUtime=277.7 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 26712 0 0 0 27766 4 0 0 25 0 1 0 490740197 113029120 26590 33554432000 134512640 135217611 4291882896 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 27595 26590 77 173 0 27420 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 119084

[startup+342.301 s]
/proc/loadavg: 4.03 2.94 1.37 5/194 8226
/proc/meminfo: memFree=13894252/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=116460 CPUtime=337.7 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 28235 0 0 0 33766 4 0 0 25 0 1 0 490740197 119255040 28113 33554432000 134512640 135217611 4291882896 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 29115 28113 77 173 0 28940 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 125164

[startup+402.301 s]
/proc/loadavg: 4.01 3.13 1.53 5/194 8257
/proc/meminfo: memFree=14383060/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6

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


[startup+942.3 s]
/proc/loadavg: 4.00 3.86 2.61 6/194 8333
/proc/meminfo: memFree=13777388/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=937.73 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33610 0 0 0 93763 10 0 0 25 0 1 0 490740197 141193216 33488 33554432000 134512640 135217611 4291882896 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33488 77 173 0 34296 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 146588

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.69 6/194 8334
/proc/meminfo: memFree=13763280/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=997.73 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33610 0 0 0 99763 10 0 0 25 0 1 0 490740197 141193216 33488 33554432000 134512640 135217611 4291882896 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33488 77 173 0 34296 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 146588

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.77 6/194 8336
/proc/meminfo: memFree=13762812/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1057.73 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33613 0 0 0 105763 10 0 0 25 0 1 0 490740197 141193216 33491 33554432000 134512640 135217611 4291882896 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33491 77 173 0 34296 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 146588

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.84 6/194 8338
/proc/meminfo: memFree=13744384/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1117.73 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33617 0 0 0 111763 10 0 0 25 0 1 0 490740197 141193216 33495 33554432000 134512640 135217611 4291882896 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33495 77 173 0 34296 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 146588

[startup+1182.3 s]
/proc/loadavg: 4.03 3.94 2.92 6/194 8339
/proc/meminfo: memFree=13730984/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1177.73 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33621 0 0 0 117763 10 0 0 25 0 1 0 490740197 141193216 33499 33554432000 134512640 135217611 4291882896 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33499 77 173 0 34296 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 146588

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

[startup+1203.1 s]
/proc/loadavg: 4.02 3.94 2.94 6/194 8340
/proc/meminfo: memFree=13719644/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1198.54 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33621 0 0 0 119844 10 0 0 25 0 1 0 490740197 141193216 33499 33554432000 134512640 135217611 4291882896 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33499 77 173 0 34296 0
Current children cumulated CPU time (s) 1203.12
Current children cumulated vsize (KiB) 146588

[startup+1215.9 s]
/proc/loadavg: 4.02 3.95 2.96 6/194 8340
/proc/meminfo: memFree=13712204/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1211.34 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33621 0 0 0 121124 10 0 0 25 0 1 0 490740197 141193216 33499 33554432000 134512640 135217611 4291882896 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33499 77 173 0 34296 0
Current children cumulated CPU time (s) 1215.92
Current children cumulated vsize (KiB) 146588

[startup+1228.71 s]
/proc/loadavg: 4.09 3.96 2.97 6/194 8341
/proc/meminfo: memFree=13700784/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1224.14 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33625 0 0 0 122404 10 0 0 25 0 1 0 490740197 141193216 33503 33554432000 134512640 135217611 4291882896 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33503 77 173 0 34296 0
Current children cumulated CPU time (s) 1228.72
Current children cumulated vsize (KiB) 146588

[startup+1235.1 s]
/proc/loadavg: 4.08 3.96 2.98 6/194 8341
/proc/meminfo: memFree=13697680/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1230.54 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33625 0 0 0 123044 10 0 0 25 0 1 0 490740197 141193216 33503 33554432000 134512640 135217611 4291882896 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33503 77 173 0 34296 0
Current children cumulated CPU time (s) 1235.12
Current children cumulated vsize (KiB) 146588

[startup+1236.7 s]
/proc/loadavg: 4.08 3.96 2.98 6/194 8341
/proc/meminfo: memFree=13696440/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1232.14 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33625 0 0 0 123204 10 0 0 25 0 1 0 490740197 141193216 33503 33554432000 134512640 135217611 4291882896 18446744073709551615 134534057 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33503 77 173 0 34296 0
Current children cumulated CPU time (s) 1236.72
Current children cumulated vsize (KiB) 146588

[startup+1238.3 s]
/proc/loadavg: 4.08 3.96 2.98 6/194 8341
/proc/meminfo: memFree=13696064/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1233.74 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33625 0 0 0 123364 10 0 0 25 0 1 0 490740197 141193216 33503 33554432000 134512640 135217611 4291882896 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33503 77 173 0 34296 0
Current children cumulated CPU time (s) 1238.32
Current children cumulated vsize (KiB) 146588

[startup+1238.7 s]
/proc/loadavg: 4.08 3.96 2.98 6/194 8341
/proc/meminfo: memFree=13695692/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1234.14 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33625 0 0 0 123404 10 0 0 25 0 1 0 490740197 141193216 33503 33554432000 134512640 135217611 4291882896 18446744073709551615 134533391 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33503 77 173 0 34296 0
Current children cumulated CPU time (s) 1238.72
Current children cumulated vsize (KiB) 146588

[startup+1238.9 s]
/proc/loadavg: 4.08 3.96 2.98 6/194 8341
/proc/meminfo: memFree=13695692/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1234.34 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33625 0 0 0 123424 10 0 0 25 0 1 0 490740197 141193216 33503 33554432000 134512640 135217611 4291882896 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33503 77 173 0 34296 0
Current children cumulated CPU time (s) 1238.92
Current children cumulated vsize (KiB) 146588

[startup+1239 s]
/proc/loadavg: 4.08 3.96 2.98 6/194 8341
/proc/meminfo: memFree=13695692/32951124 swapFree=67111528/67111528
[pid=8126] ppid=8124 vsize=8704 CPUtime=4.58 cores=4,6
/proc/8126/stat : 8126 (glucose.sh) S 8124 8126 7964 0 -1 4202496 359 47955 0 0 0 0 445 13 18 0 1 0 490739737 8912896 254 33554432000 4194304 4922060 140737482755152 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8126/statm: 2176 254 211 178 0 69 0
[pid=8154] ppid=8126 vsize=137884 CPUtime=1234.44 cores=4,6
/proc/8154/stat : 8154 (glucose_static) R 8126 8126 7964 0 -1 4202496 33625 0 0 0 123434 10 0 0 25 0 1 0 490740197 141193216 33503 33554432000 134512640 135217611 4291882896 18446744073709551615 134522824 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8154/statm: 34471 33503 77 173 0 34296 0
Current children cumulated CPU time (s) 1239.02
Current children cumulated vsize (KiB) 146588

Child status: 20
Real time (s): 1239.07
CPU time (s): 1239.11
CPU user time (s): 1238.86
CPU system time (s): 0.250961
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 177560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1238.86
system time used= 0.250961
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= 39
involuntary context switches= 1761

runsolver used 2.14767 second user time and 4.6013 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-28 11:34:01
IDJOB=3308534
IDBENCH=71037
IDSOLVER=1691
FILE ID=node141/3308534-1303983240
RUNJOBID= node141-1303983196-7983
PBS_JOBID= 13168685
Free space on /tmp= 71016 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-3308534-1303983240/watcher-3308534-1303983240 -o /tmp/evaluation-result-3308534-1303983240/solver-3308534-1303983240 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308534-1303983240.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=832435103

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14715176 kB
Buffers:       1617628 kB
Cached:       15841820 kB
SwapCached:          0 kB
Active:        8216472 kB
Inactive:      9436008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14715176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          404244 kB
Writeback:           0 kB
AnonPages:      192104 kB
Mapped:          16096 kB
Slab:           519412 kB
PageTables:       5560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   360080 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= 71204 MiB
End job on node141 at 2011-04-28 11:54:40