Trace number 3366052

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 1656.48 1656.41

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25061    58730 |    7518       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   19058    51527 |      --       0       --      -- |     --   | -6003/-7203
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 5192   #clauses: 19058   #literals: 51527
0.00/0.07	c CPU time:   0.065989 s
0.00/0.07	c ==============================================================================
0.00/0.08	c
0.00/0.08	c Starting glucose
0.00/0.08	c
0.07/0.08	
0.07/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.07/0.08	
0.07/0.08	c ============================[ Problem Statistics ]=============================
0.07/0.08	c |                                                                             |
0.07/0.08	c |  Number of variables:  5192                                                 |
0.07/0.08	c |  Number of clauses:    19058                                                |
0.07/0.08	c |  Parsing time:         0.01         s                                       |
1656.36/1656.39	c restarts              : 1314
1656.36/1656.40	c nb ReduceDB           : 92
1656.36/1656.40	c nb learnts DL2        : 2698
1656.36/1656.40	c nb learnts size 2     : 1694
1656.36/1656.40	c nb learnts size 1     : 13
1656.36/1656.40	c conflicts             : 4656636        (2811 /sec)
1656.36/1656.40	c decisions             : 7101154        (1.02 % random) (4287 /sec)
1656.36/1656.40	c propagations          : 1967814203     (1188038 /sec)
1656.36/1656.40	c conflict literals     : 236500102      (50.53 % deleted)
1656.36/1656.40	c Memory used           : 60.81 MB
1656.36/1656.40	c CPU time              : 1656.36 s
1656.36/1656.40	
1656.46/1656.40	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-3366052-1305325585/watcher-3366052-1305325585 -o /tmp/evaluation-result-3366052-1305325585/solver-3366052-1305325585 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366052-1305325585.cnf 

running on 4 cores: 1,3,5,7

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.04 2.03 2.00 2/351 15763
/proc/meminfo: memFree=8547296/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 644155230 8912896 252 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15763/statm: 2176 252 211 178 0 69 0

[startup+0.0821189 s]
/proc/loadavg: 2.04 2.03 2.00 2/351 15763
/proc/meminfo: memFree=8547296/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.101134 s]
/proc/loadavg: 2.04 2.03 2.00 2/351 15763
/proc/meminfo: memFree=8547296/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.301098 s]
/proc/loadavg: 2.04 2.03 2.00 2/351 15763
/proc/meminfo: memFree=8547296/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.701014 s]
/proc/loadavg: 2.04 2.03 2.00 2/351 15763
/proc/meminfo: memFree=8547296/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+1.50086 s]
/proc/loadavg: 2.04 2.03 2.00 3/353 15766
/proc/meminfo: memFree=8542076/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=5912 CPUtime=1.41 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 1224 0 0 0 141 0 0 0 25 0 1 0 644155238 6053888 1179 33554432000 134512640 135217611 4293964112 18446744073709551615 134538512 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 1478 1179 77 173 0 1303 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14616

[startup+3.10054 s]
/proc/loadavg: 2.04 2.03 2.00 3/353 15767
/proc/meminfo: memFree=8540332/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=7628 CPUtime=3.01 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 1657 0 0 0 301 0 0 0 25 0 1 0 644155238 7811072 1612 33554432000 134512640 135217611 4293964112 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 1907 1612 77 173 0 1732 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16332

[startup+6.3009 s]
/proc/loadavg: 2.04 2.03 2.00 3/353 15767
/proc/meminfo: memFree=8538340/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=8760 CPUtime=6.21 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 1927 0 0 0 621 0 0 0 25 0 1 0 644155238 8970240 1882 33554432000 134512640 135217611 4293964112 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 2190 1882 77 173 0 2015 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17464

[startup+12.7006 s]
/proc/loadavg: 2.03 2.03 2.00 3/353 15767
/proc/meminfo: memFree=8536696/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=8960 CPUtime=12.61 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 1952 0 0 0 1261 0 0 0 25 0 1 0 644155238 9175040 1907 33554432000 134512640 135217611 4293964112 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 2240 1907 77 173 0 2065 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17664

[startup+25.5011 s]
/proc/loadavg: 2.02 2.03 2.00 3/353 15767
/proc/meminfo: memFree=8533952/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=11764 CPUtime=25.41 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 2649 0 0 0 2541 0 0 0 25 0 1 0 644155238 12046336 2604 33554432000 134512640 135217611 4293964112 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 2941 2604 77 173 0 2766 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20468

[startup+51.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/353 15769
/proc/meminfo: memFree=8531428/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=14936 CPUtime=51.02 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 3477 0 0 0 5101 1 0 0 25 0 1 0 644155238 15294464 3432 33554432000 134512640 135217611 4293964112 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 3734 3432 77 173 0 3559 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23640

[startup+102.313 s]
/proc/loadavg: 2.00 2.02 2.00 3/353 15770
/proc/meminfo: memFree=8526312/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=19032 CPUtime=102.23 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 4478 0 0 0 10222 1 0 0 25 0 1 0 644155238 19488768 4433 33554432000 134512640 135217611 4293964112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 4758 4433 77 173 0 4583 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27736

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/353 15773
/proc/meminfo: memFree=8522932/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=22308 CPUtime=162.22 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 5262 0 0 0 16221 1 0 0 25 0 1 0 644155238 22843392 5217 33554432000 134512640 135217611 4293964112 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 5577 5217 77 173 0 5402 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31012

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/353 15774
/proc/meminfo: memFree=8516928/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=28176 CPUtime=222.22 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 6734 0 0 0 22221 1 0 0 25 0 1 0 644155238 28852224 6689 33554432000 134512640 135217611 4293964112 18446744073709551615 134536974 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 7044 6689 77 173 0 6869 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 36880

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15777
/proc/meminfo: memFree=8516396/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=28464 CPUtime=282.22 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 6814 0 0 0 28221 1 0 0 25 0 1 0 644155238 29147136 6769 33554432000 134512640 135217611 4293964112 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 7116 6769 77 173 0 6941 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 37168

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15779
/proc/meminfo: memFree=8514756/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=30240 CPUtime=342.22 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 7178 0 0 0 34221 1 0 0 25 0 1 0 644155238 30965760 7133 33554432000 134512640 135217611 4293964112 18446744073709551615 134537229 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 7560 7133 77 173 0 7385 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 38944

[startup+402.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/353 15780
/proc/meminfo: memFree=8512364/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/353 15807
/proc/meminfo: memFree=8482228/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=57628 CPUtime=1362.27 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 13782 0 0 0 136224 3 0 0 25 0 1 0 644155238 59011072 13737 33554432000 134512640 135217611 4293964112 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 14407 13737 77 173 0 14232 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 66332

[startup+1422.31 s]
/proc/loadavg: 2.07 2.03 2.00 3/353 15808
/proc/meminfo: memFree=8481080/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=58644 CPUtime=1422.29 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14008 0 0 0 142225 4 0 0 25 0 1 0 644155238 60051456 13963 33554432000 134512640 135217611 4293964112 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 14661 13963 77 173 0 14486 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 67348

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 2/350 15812
/proc/meminfo: memFree=8542840/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=59156 CPUtime=1482.28 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14137 0 0 0 148224 4 0 0 25 0 1 0 644155238 60575744 14092 33554432000 134512640 135217611 4293964112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 14789 14092 77 173 0 14614 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 67860

[startup+1542.3 s]
/proc/loadavg: 1.37 1.83 1.94 2/346 15831
/proc/meminfo: memFree=8547604/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=59296 CPUtime=1542.29 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14191 0 0 0 154225 4 0 0 25 0 1 0 644155238 60719104 14146 33554432000 134512640 135217611 4293964112 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 14824 14146 77 173 0 14649 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 68000

[startup+1602.3 s]
/proc/loadavg: 1.14 1.68 1.87 2/346 15832
/proc/meminfo: memFree=8547592/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=59296 CPUtime=1602.29 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14200 0 0 0 160225 4 0 0 25 0 1 0 644155238 60719104 14155 33554432000 134512640 135217611 4293964112 18446744073709551615 134532784 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 14824 14155 77 173 0 14649 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 68000

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

[startup+1612.7 s]
/proc/loadavg: 1.11 1.66 1.86 2/346 15832
/proc/meminfo: memFree=8547080/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=60008 CPUtime=1612.69 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14380 0 0 0 161265 4 0 0 25 0 1 0 644155238 61448192 14335 33554432000 134512640 135217611 4293964112 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15002 14335 77 173 0 14827 0
Current children cumulated CPU time (s) 1612.76
Current children cumulated vsize (KiB) 68712

[startup+1638.3 s]
/proc/loadavg: 1.07 1.60 1.84 2/346 15833
/proc/meminfo: memFree=8544848/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=62008 CPUtime=1638.29 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14869 0 0 0 163825 4 0 0 25 0 1 0 644155238 63496192 14824 33554432000 134512640 135217611 4293964112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15502 14824 77 173 0 15327 0
Current children cumulated CPU time (s) 1638.36
Current children cumulated vsize (KiB) 70712

[startup+1644.7 s]
/proc/loadavg: 1.07 1.59 1.84 2/346 15833
/proc/meminfo: memFree=8545096/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=62116 CPUtime=1644.69 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14902 0 0 0 164465 4 0 0 25 0 1 0 644155238 63606784 14857 33554432000 134512640 135217611 4293964112 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15529 14857 77 173 0 15354 0
Current children cumulated CPU time (s) 1644.76
Current children cumulated vsize (KiB) 70820

[startup+1651.11 s]
/proc/loadavg: 1.06 1.57 1.83 2/346 15833
/proc/meminfo: memFree=8544972/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=62268 CPUtime=1651.1 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14922 0 0 0 165106 4 0 0 25 0 1 0 644155238 63762432 14877 33554432000 134512640 135217611 4293964112 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15567 14877 77 173 0 15392 0
Current children cumulated CPU time (s) 1651.17
Current children cumulated vsize (KiB) 70972

[startup+1654.3 s]
/proc/loadavg: 1.06 1.57 1.83 2/346 15834
/proc/meminfo: memFree=8544972/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=62268 CPUtime=1654.3 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14922 0 0 0 165426 4 0 0 25 0 1 0 644155238 63762432 14877 33554432000 134512640 135217611 4293964112 18446744073709551615 134536974 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15567 14877 77 173 0 15392 0
Current children cumulated CPU time (s) 1654.37
Current children cumulated vsize (KiB) 70972

[startup+1655.1 s]
/proc/loadavg: 1.06 1.57 1.83 2/346 15834
/proc/meminfo: memFree=8544972/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=62268 CPUtime=1655.09 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14922 0 0 0 165505 4 0 0 25 0 1 0 644155238 63762432 14877 33554432000 134512640 135217611 4293964112 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15567 14877 77 173 0 15392 0
Current children cumulated CPU time (s) 1655.16
Current children cumulated vsize (KiB) 70972

[startup+1655.9 s]
/proc/loadavg: 1.06 1.57 1.83 2/346 15834
/proc/meminfo: memFree=8544972/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=62268 CPUtime=1655.89 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14922 0 0 0 165585 4 0 0 25 0 1 0 644155238 63762432 14877 33554432000 134512640 135217611 4293964112 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15567 14877 77 173 0 15392 0
Current children cumulated CPU time (s) 1655.96
Current children cumulated vsize (KiB) 70972

[startup+1656.3 s]
/proc/loadavg: 1.06 1.57 1.83 2/346 15834
/proc/meminfo: memFree=8544972/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=62268 CPUtime=1656.29 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202496 14922 0 0 0 165625 4 0 0 25 0 1 0 644155238 63762432 14877 33554432000 134512640 135217611 4293964112 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15766/statm: 15567 14877 77 173 0 15392 0
Current children cumulated CPU time (s) 1656.36
Current children cumulated vsize (KiB) 70972

[startup+1656.4 s]
/proc/loadavg: 1.06 1.57 1.83 2/346 15834
/proc/meminfo: memFree=8544972/32950928 swapFree=45937192/67111528
[pid=15763] ppid=15761 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/15763/stat : 15763 (glucose.sh) S 15761 15763 14926 0 -1 4202496 358 1208 0 0 0 0 7 0 25 0 1 0 644155230 8912896 254 33554432000 4194304 4922060 140734598937136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15763/statm: 2176 254 211 178 0 69 0
[pid=15766] ppid=15763 vsize=0 CPUtime=1656.39 cores=1,3,5,7
/proc/15766/stat : 15766 (glucose_static) R 15763 15763 14926 0 -1 4202500 14934 0 0 0 165635 4 0 0 25 0 1 0 644155238 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 5 0 0 0
/proc/15766/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1656.46
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1656.41
CPU time (s): 1656.48
CPU user time (s): 1656.43
CPU system time (s): 0.049992
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 70972

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

runsolver used 5.10222 second user time and 12.987 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 00:26:25
IDJOB=3366052
IDBENCH=87988
IDSOLVER=1842
FILE ID=node149/3366052-1305325585
RUNJOBID= node149-1305315241-14945
PBS_JOBID= 13324283
Free space on /tmp= 42220 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366052-1305325585/watcher-3366052-1305325585 -o /tmp/evaluation-result-3366052-1305325585/solver-3366052-1305325585 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366052-1305325585.cnf

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=1995923947

node149.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	: 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.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.83
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.73
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.82
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.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.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:     32950928 kB
MemFree:       8547444 kB
Buffers:        276428 kB
Cached:       19049656 kB
SwapCached:      19984 kB
Active:        8972736 kB
Inactive:     14751928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8547444 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            1832 kB
Writeback:          24 kB
AnonPages:     4391060 kB
Mapped:          14528 kB
Slab:           541244 kB
PageTables:      71972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80278788 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= 42220 MiB
End job on node149 at 2011-05-14 00:54:02