Trace number 3308753

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 1278 1277.97

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.02439
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.38	c ==============================================================================
0.00/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.38	c ==============================================================================
0.00/0.38	c |         0 |  878967  2050923 |  263690       0        0     nan |  0.000 % |
1275.83/1275.89	c |         0 |   66722   233596 |      --       0       --      -- |     --   | -807713/-1806450
1275.83/1275.89	c ==============================================================================
1275.83/1275.89	c Result  :   #vars: 2404   #clauses: 66722   #literals: 233596
1275.83/1275.89	c CPU time:   1275.56 s
1275.83/1275.89	c ==============================================================================
1275.93/1275.95	c
1275.93/1275.95	c Starting glucose
1275.93/1275.95	c
1275.93/1275.95	
1275.93/1275.95	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1275.93/1275.95	
1275.93/1275.95	c ============================[ Problem Statistics ]=============================
1275.93/1275.95	c |                                                                             |
1275.93/1275.95	c |  Number of variables:  2404                                                 |
1275.93/1275.95	c |  Number of clauses:    66722                                                |
1275.93/1275.97	c |  Parsing time:         0.02         s                                       |
1277.92/1277.95	c restarts              : 14
1277.92/1277.95	c nb ReduceDB           : 1
1277.92/1277.95	c nb learnts DL2        : 94
1277.92/1277.95	c nb learnts size 2     : 79
1277.92/1277.95	c nb learnts size 1     : 18
1277.92/1277.95	c conflicts             : 35818          (17975 /sec)
1277.92/1277.95	c decisions             : 166073         (1.47 % random) (83341 /sec)
1277.92/1277.95	c propagations          : 2656581        (1333159 /sec)
1277.92/1277.95	c conflict literals     : 2879099        (11.10 % deleted)
1277.92/1277.95	c Memory used           : 17.08 MB
1277.92/1277.95	c CPU time              : 1.9927 s
1277.92/1277.95	
1277.92/1277.95	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-3308753-1303984507/watcher-3308753-1303984507 -o /tmp/evaluation-result-3308753-1303984507/solver-3308753-1303984507 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308753-1303984507.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.86 3.93 3.00 4/192 22128
/proc/meminfo: memFree=13778708/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) R 22126 22128 21845 0 -1 4202496 317 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095271317 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0

[startup+0.022554 s]
/proc/loadavg: 3.86 3.93 3.00 4/192 22128
/proc/meminfo: memFree=13778708/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100549 s]
/proc/loadavg: 3.86 3.93 3.00 4/192 22128
/proc/meminfo: memFree=13778708/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300501 s]
/proc/loadavg: 3.86 3.93 3.00 4/192 22128
/proc/meminfo: memFree=13778708/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700427 s]
/proc/loadavg: 3.86 3.93 3.00 4/192 22128
/proc/meminfo: memFree=13778708/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50028 s]
/proc/loadavg: 3.86 3.93 3.00 5/194 22130
/proc/meminfo: memFree=13639564/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=153844 CPUtime=1.48 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 35867 0 0 0 142 6 0 0 25 0 1 0 490866228 157536256 33199 33554432000 134512640 135225430 4291288368 18446744073709551615 134587277 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 38461 33199 78 175 0 38284 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 162548

[startup+3.10099 s]
/proc/loadavg: 3.86 3.93 3.00 5/194 22130
/proc/meminfo: memFree=13621444/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=160100 CPUtime=3.09 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 37371 0 0 0 299 10 0 0 25 0 1 0 490866228 163942400 34703 33554432000 134512640 135225430 4291288368 18446744073709551615 134587332 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 40025 34703 78 175 0 39848 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 168804

[startup+6.3004 s]
/proc/loadavg: 3.87 3.93 3.00 5/194 22130
/proc/meminfo: memFree=13575576/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=172496 CPUtime=6.29 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 40391 0 0 0 615 14 0 0 25 0 1 0 490866228 176635904 37723 33554432000 134512640 135225430 4291288368 18446744073709551615 134713885 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 43124 37723 78 175 0 42947 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 181200

[startup+12.7002 s]
/proc/loadavg: 3.88 3.93 3.01 5/194 22130
/proc/meminfo: memFree=13496940/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=189844 CPUtime=12.69 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 44743 0 0 0 1246 23 0 0 25 0 1 0 490866228 194400256 41616 33554432000 134512640 135225430 4291288368 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 47461 41616 78 175 0 47284 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 198548

[startup+25.5009 s]
/proc/loadavg: 3.91 3.93 3.02 5/194 22130
/proc/meminfo: memFree=13469880/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=194000 CPUtime=25.49 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 45682 0 0 0 2522 27 0 0 25 0 1 0 490866228 198656000 42555 33554432000 134512640 135225430 4291288368 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 48500 42555 78 175 0 48323 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202704

[startup+51.1012 s]
/proc/loadavg: 3.94 3.94 3.05 5/194 22161
/proc/meminfo: memFree=13537180/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=199696 CPUtime=51.09 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 47170 0 0 0 5074 35 0 0 25 0 1 0 490866228 204488704 43649 33554432000 134512640 135225430 4291288368 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 49924 43649 78 175 0 49747 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208400

[startup+102.307 s]
/proc/loadavg: 3.97 3.94 3.10 5/194 22193
/proc/meminfo: memFree=13910460/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=200052 CPUtime=102.3 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 47222 0 0 0 10195 35 0 0 25 0 1 0 490866228 204853248 43701 33554432000 134512640 135225430 4291288368 18446744073709551615 134548734 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 50013 43701 78 175 0 49836 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208756

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.15 5/194 22194
/proc/meminfo: memFree=13900896/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=200052 CPUtime=162.29 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 47248 0 0 0 16194 35 0 0 25 0 1 0 490866228 204853248 43727 33554432000 134512640 135225430 4291288368 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 50013 43727 78 175 0 49836 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 208756

[startup+222.301 s]
/proc/loadavg: 4.04 3.97 3.20 5/194 22196
/proc/meminfo: memFree=13893044/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=200308 CPUtime=222.29 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 47300 0 0 0 22194 35 0 0 25 0 1 0 490866228 205115392 43779 33554432000 134512640 135225430 4291288368 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 50077 43779 78 175 0 49900 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 209012

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.26 5/194 22227
/proc/meminfo: memFree=13971552/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=200564 CPUtime=282.29 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 47351 0 0 0 28194 35 0 0 25 0 1 0 490866228 205377536 43830 33554432000 134512640 135225430 4291288368 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 50141 43830 78 175 0 49964 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 209268

[startup+342.301 s]
/proc/loadavg: 4.02 3.99 3.30 5/194 22229
/proc/meminfo: memFree=13957308/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=200820 CPUtime=342.3 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 47402 0 0 0 34195 35 0 0 25 0 1 0 490866228 205639680 43881 33554432000 134512640 135225430 4291288368 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 50205 43881 78 175 0 50028 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 209524

[startup+402.301 s]
/proc/loadavg: 4.06 4.00 3.35 5/194 22240
/proc/meminfo: memFree=13946376/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3

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

/proc/22129/statm: 50844 44386 78 175 0 50667 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 212080

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 3.59 5/194 22252
/proc/meminfo: memFree=13898184/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=203888 CPUtime=882.32 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 47997 0 0 0 88196 36 0 0 25 0 1 0 490866228 208781312 44476 33554432000 134512640 135225430 4291288368 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 50972 44476 78 175 0 50795 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 212592

[startup+942.301 s]
/proc/loadavg: 4.08 4.02 3.62 5/194 22254
/proc/meminfo: memFree=13888088/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=204400 CPUtime=942.32 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48072 0 0 0 94196 36 0 0 25 0 1 0 490866228 209305600 44551 33554432000 134512640 135225430 4291288368 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 51100 44551 78 175 0 50923 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 213104

[startup+1002.3 s]
/proc/loadavg: 4.03 4.01 3.64 5/194 22256
/proc/meminfo: memFree=13880088/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=204912 CPUtime=1002.32 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48160 0 0 0 100196 36 0 0 25 0 1 0 490866228 209829888 44639 33554432000 134512640 135225430 4291288368 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 51228 44639 78 175 0 51051 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 213616

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.66 5/194 22257
/proc/meminfo: memFree=13878812/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=205424 CPUtime=1062.33 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48268 0 0 0 106197 36 0 0 25 0 1 0 490866228 210354176 44747 33554432000 134512640 135225430 4291288368 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 51356 44747 78 175 0 51179 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 214128

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 22259
/proc/meminfo: memFree=13876024/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=206192 CPUtime=1122.33 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48369 0 0 0 112197 36 0 0 25 0 1 0 490866228 211140608 44848 33554432000 134512640 135225430 4291288368 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 51548 44848 78 175 0 51371 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 214896

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 22260
/proc/meminfo: memFree=13872392/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=206896 CPUtime=1182.33 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48499 0 0 0 118197 36 0 0 25 0 1 0 490866228 211861504 44978 33554432000 134512640 135225430 4291288368 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 51724 44978 78 175 0 51547 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 215600

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/194 22262
/proc/meminfo: memFree=13870104/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=207792 CPUtime=1242.33 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48642 0 0 0 124197 36 0 0 25 0 1 0 490866228 212779008 45121 33554432000 134512640 135225430 4291288368 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 51948 45121 78 175 0 51771 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 216496

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

[startup+1254.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22262
/proc/meminfo: memFree=13869484/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=207984 CPUtime=1254.33 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48683 0 0 0 125397 36 0 0 25 0 1 0 490866228 212975616 45162 33554432000 134512640 135225430 4291288368 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 51996 45162 78 175 0 51819 0
Current children cumulated CPU time (s) 1254.33
Current children cumulated vsize (KiB) 216688

[startup+1267.1 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22263
/proc/meminfo: memFree=13867368/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=208368 CPUtime=1267.14 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48762 0 0 0 126678 36 0 0 25 0 1 0 490866228 213368832 45241 33554432000 134512640 135225430 4291288368 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 52092 45241 78 175 0 51915 0
Current children cumulated CPU time (s) 1267.14
Current children cumulated vsize (KiB) 217072

[startup+1273.5 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22263
/proc/meminfo: memFree=13867368/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=208560 CPUtime=1273.53 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48781 0 0 0 127317 36 0 0 25 0 1 0 490866228 213565440 45260 33554432000 134512640 135225430 4291288368 18446744073709551615 134549566 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 52140 45260 78 175 0 51963 0
Current children cumulated CPU time (s) 1273.53
Current children cumulated vsize (KiB) 217264

[startup+1275.1 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22263
/proc/meminfo: memFree=13867120/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=0 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 490866228 8912896 253 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22128/statm: 2176 253 211 178 0 69 0
[pid=22129] ppid=22128 vsize=208560 CPUtime=1275.13 cores=1,3
/proc/22129/stat : 22129 (SatELite_releas) R 22128 22128 21845 0 -1 4202496 48793 0 0 0 127477 36 0 0 25 0 1 0 490866228 213565440 45272 33554432000 134512640 135225430 4291288368 18446744073709551615 134565313 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22129/statm: 52140 45272 78 175 0 51963 0
Current children cumulated CPU time (s) 1275.13
Current children cumulated vsize (KiB) 217264

[startup+1276.7 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22263
/proc/meminfo: memFree=13864388/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=1275.98 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 360 51976 0 0 0 0 127560 38 18 0 1 0 490866228 8912896 255 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22128/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1275.98
Current children cumulated vsize (KiB) 8704

[startup+1277.5 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22264
/proc/meminfo: memFree=14033028/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=1275.98 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 360 51976 0 0 0 0 127560 38 18 0 1 0 490866228 8912896 255 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22128/statm: 2176 255 211 178 0 69 0
[pid=22264] ppid=22128 vsize=14912 CPUtime=1.54 cores=1,3
/proc/22264/stat : 22264 (glucose_static) R 22128 22128 21845 0 -1 4202496 3613 0 0 0 154 0 0 0 24 0 1 0 490993823 15269888 3568 33554432000 134512640 135217611 4292208800 18446744073709551615 134533752 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/22264/statm: 3728 3568 77 173 0 3553 0
Current children cumulated CPU time (s) 1277.52
Current children cumulated vsize (KiB) 23616

[startup+1277.9 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22264
/proc/meminfo: memFree=14033028/32951124 swapFree=67111528/67111528
[pid=22128] ppid=22126 vsize=8704 CPUtime=1275.98 cores=1,3
/proc/22128/stat : 22128 (glucose.sh) S 22126 22128 21845 0 -1 4202496 360 51976 0 0 0 0 127560 38 18 0 1 0 490866228 8912896 255 33554432000 4194304 4922060 140735061968672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22128/statm: 2176 255 211 178 0 69 0
[pid=22264] ppid=22128 vsize=17488 CPUtime=1.94 cores=1,3
/proc/22264/stat : 22264 (glucose_static) R 22128 22128 21845 0 -1 4202496 4265 0 0 0 194 0 0 0 25 0 1 0 490993823 17907712 4220 33554432000 134512640 135217611 4292208800 18446744073709551615 134532803 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/22264/statm: 4372 4220 77 173 0 4197 0
Current children cumulated CPU time (s) 1277.92
Current children cumulated vsize (KiB) 26192

Child status: 20
Real time (s): 1277.97
CPU time (s): 1278
CPU user time (s): 1277.6
CPU system time (s): 0.400939
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 223812

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

runsolver used 1.9927 second user time and 4.98124 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-28 11:55:08
IDJOB=3308753
IDBENCH=82444
IDSOLVER=1691
FILE ID=node142/3308753-1303984507
RUNJOBID= node142-1303983194-21865
PBS_JOBID= 13168684
Free space on /tmp= 71124 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308753-1303984507/watcher-3308753-1303984507 -o /tmp/evaluation-result-3308753-1303984507/solver-3308753-1303984507 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308753-1303984507.cnf

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=604937935

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      13778980 kB
Buffers:       2098144 kB
Cached:       15945708 kB
SwapCached:          0 kB
Active:        8457876 kB
Inactive:     10132472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13778980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          140412 kB
Writeback:           0 kB
AnonPages:      545816 kB
Mapped:          16064 kB
Slab:           516352 kB
PageTables:       6344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   737232 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= 71252 MiB
End job on node142 at 2011-04-28 12:16:26