Trace number 3498711

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
EBGlucose 1.0UNSAT 28.6536 28.6522

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7437
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
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.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  307467   717423 |   92240       0        0     nan |  0.000 % |
1.29/1.37	c |         0 |  144550   492721 |      --       0       --      -- |     --   | -162915/-224697
1.29/1.37	c ==============================================================================
1.29/1.37	c Result  :   #vars: 25127   #clauses: 144550   #literals: 492721
1.29/1.37	c CPU time:   1.3398 s
1.29/1.37	c ==============================================================================
1.39/1.47	c
1.39/1.47	c Starting glucose
1.39/1.47	c
1.39/1.47	
1.39/1.47	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.39/1.47	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.39/1.47	
1.39/1.47	c ============================[ Problem Statistics ]=============================
1.39/1.47	c |                                                                             |
1.39/1.47	c |  Number of variables:  25127                                                |
1.39/1.47	c |  Number of clauses:    144550                                               |
1.46/1.53	c |  Parsing time:         0.05         s                                       |
28.58/28.64	c restarts              : 182
28.58/28.64	c nb ReduceDB           : 7
28.58/28.64	c nb learnts DL2        : 12810
28.58/28.64	c nb learnts size 2     : 1605
28.58/28.64	c nb learnts size 1     : 176
28.58/28.64	c conflicts             : 184540         (6792 /sec)
28.58/28.64	c decisions             : 596959         (1.47 % random) (21972 /sec)
28.58/28.64	c propagations          : 102023026      (3755144 /sec)
28.58/28.64	c conflict literals     : 3346825        (29.64 % deleted)
28.58/28.64	c Memory used           : 23.70 MB
28.58/28.64	c CPU time              : 27.1689 s
28.58/28.64	
28.58/28.64	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498711-1307965566/watcher-3498711-1307965566 -o /var/tmp/evaluation-result-3498711-1307965566/solver-3498711-1307965566 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498711-1307965566.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.20 2.06 2.00 2/178 21199
/proc/meminfo: memFree=14384264/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 888972224 8912896 253 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21199/statm: 2176 253 211 178 0 69 0

[startup+0.0164611 s]
/proc/loadavg: 2.20 2.06 2.00 2/178 21199
/proc/meminfo: memFree=14384264/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 888972224 8912896 253 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21199/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100449 s]
/proc/loadavg: 2.20 2.06 2.00 2/178 21199
/proc/meminfo: memFree=14384264/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 888972224 8912896 253 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21199/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30041 s]
/proc/loadavg: 2.20 2.06 2.00 2/178 21199
/proc/meminfo: memFree=14384264/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 888972224 8912896 253 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21199/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700325 s]
/proc/loadavg: 2.20 2.06 2.00 2/178 21199
/proc/meminfo: memFree=14384264/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 888972224 8912896 253 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21199/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50117 s]
/proc/loadavg: 2.20 2.06 2.00 3/180 21202
/proc/meminfo: memFree=14327240/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8704

[startup+3.10085 s]
/proc/loadavg: 2.20 2.06 2.00 3/180 21203
/proc/meminfo: memFree=14356576/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=17944 CPUtime=1.62 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 3963 0 0 0 162 0 0 0 24 0 1 0 888972371 18374656 3903 33554432000 134512640 134556542 4289719792 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 4486 3903 214 11 0 3820 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26648

[startup+6.30022 s]
/proc/loadavg: 2.19 2.06 2.00 3/180 21203
/proc/meminfo: memFree=14354220/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=19828 CPUtime=4.82 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 4395 0 0 0 482 0 0 0 25 0 1 0 888972371 20303872 4335 33554432000 134512640 134556542 4289719792 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 4957 4335 214 11 0 4291 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28532

[startup+12.7009 s]
/proc/loadavg: 2.17 2.06 2.00 3/180 21203
/proc/meminfo: memFree=14351960/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=22020 CPUtime=11.22 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 4940 0 0 0 1122 0 0 0 25 0 1 0 888972371 22548480 4880 33554432000 134512640 134556542 4289719792 18446744073709551615 134537141 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 5505 4880 214 11 0 4839 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30724

[startup+25.5004 s]
/proc/loadavg: 2.13 2.05 2.00 3/180 21203
/proc/meminfo: memFree=14350468/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=24128 CPUtime=24.02 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 5454 0 0 0 2402 0 0 0 25 0 1 0 888972371 24707072 5394 33554432000 134512640 134556542 4289719792 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 6032 5394 214 11 0 5366 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32832

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

[startup+27.1011 s]
/proc/loadavg: 2.13 2.05 2.00 3/180 21203
/proc/meminfo: memFree=14350524/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=24128 CPUtime=25.62 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 5460 0 0 0 2562 0 0 0 25 0 1 0 888972371 24707072 5400 33554432000 134512640 134556542 4289719792 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 6032 5400 214 11 0 5366 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 32832

[startup+27.9009 s]
/proc/loadavg: 2.13 2.05 2.00 3/180 21203
/proc/meminfo: memFree=14350400/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=24128 CPUtime=26.42 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 5470 0 0 0 2642 0 0 0 25 0 1 0 888972371 24707072 5410 33554432000 134512640 134556542 4289719792 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 6032 5410 214 11 0 5366 0
Current children cumulated CPU time (s) 27.88
Current children cumulated vsize (KiB) 32832

[startup+28.3009 s]
/proc/loadavg: 2.13 2.05 2.00 3/180 21203
/proc/meminfo: memFree=14350400/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=24128 CPUtime=26.82 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 5481 0 0 0 2682 0 0 0 25 0 1 0 888972371 24707072 5421 33554432000 134512640 134556542 4289719792 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 6032 5421 214 11 0 5366 0
Current children cumulated CPU time (s) 28.28
Current children cumulated vsize (KiB) 32832

[startup+28.5008 s]
/proc/loadavg: 2.12 2.05 2.00 3/180 21203
/proc/meminfo: memFree=14350276/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=24260 CPUtime=27.02 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 5487 0 0 0 2702 0 0 0 25 0 1 0 888972371 24842240 5427 33554432000 134512640 134556542 4289719792 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 6065 5427 214 11 0 5399 0
Current children cumulated CPU time (s) 28.48
Current children cumulated vsize (KiB) 32964

[startup+28.6068 s]
/proc/loadavg: 2.12 2.05 2.00 3/180 21203
/proc/meminfo: memFree=14350276/32951124 swapFree=67054448/67111528
[pid=21199] ppid=21197 vsize=8704 CPUtime=1.46 cores=1,3,5,7
/proc/21199/stat : 21199 (ebglucose.sh) S 21197 21199 20225 0 -1 4202496 382 15465 0 0 0 0 142 4 18 0 1 0 888972224 8912896 256 33554432000 4194304 4922060 140733653724832 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21199/statm: 2176 256 211 178 0 69 0
[pid=21203] ppid=21199 vsize=24260 CPUtime=27.12 cores=1,3,5,7
/proc/21203/stat : 21203 (ebglucose_stati) R 21199 21199 20225 0 -1 4202496 5505 0 0 0 2712 0 0 0 25 0 1 0 888972371 24842240 5445 33554432000 134512640 134556542 4289719792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21203/statm: 6065 5445 214 11 0 5399 0
Current children cumulated CPU time (s) 28.58
Current children cumulated vsize (KiB) 32964

Child status: 20
Real time (s): 28.6522
CPU time (s): 28.6536
CPU user time (s): 28.5947
CPU system time (s): 0.058991
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 65500

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

runsolver used 0.051992 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-13 13:46:06
IDJOB=3498711
IDBENCH=82473
IDSOLVER=1992
FILE ID=node143/3498711-1307965566
RUNJOBID= node143-1307959835-20662
PBS_JOBID= 13559685
Free space on /var/tmp= 2792 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498711-1307965566/watcher-3498711-1307965566 -o /var/tmp/evaluation-result-3498711-1307965566/solver-3498711-1307965566 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498711-1307965566.cnf

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=1808384801

node143.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	: 5226.15
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14384948 kB
Buffers:        105632 kB
Cached:       17023788 kB
SwapCached:       9456 kB
Active:        2395288 kB
Inactive:     15551684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14384948 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:           39692 kB
Writeback:           0 kB
AnonPages:      815140 kB
Mapped:          13736 kB
Slab:           552536 kB
PageTables:       6520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1020420 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 /var/tmp at the end= 2788 MiB
End job on node143 at 2011-06-13 13:46:35