Trace number 3498828

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 1789.44 1789.39

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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 |   16803    38653 |    5040       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    8377    24913 |      --       0       --      -- |     --   | -8417/-13719
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1686   #clauses: 8377   #literals: 24913
0.00/0.06	c CPU time:   0.05999 s
0.00/0.06	c ==============================================================================
0.00/0.06	c
0.00/0.06	c Starting glucose
0.00/0.06	c
0.00/0.06	
0.00/0.06	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.06	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.06	
0.00/0.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Number of variables:  1686                                                 |
0.00/0.06	c |  Number of clauses:    8377                                                 |
0.00/0.07	c |  Parsing time:         0.00         s                                       |
1789.34/1789.38	c restarts              : 544
1789.34/1789.38	c nb ReduceDB           : 119
1789.34/1789.38	c nb learnts DL2        : 14649
1789.34/1789.38	c nb learnts size 2     : 680
1789.34/1789.38	c nb learnts size 1     : 23
1789.34/1789.38	c conflicts             : 7693767        (4300 /sec)
1789.34/1789.38	c decisions             : 10096648       (1.52 % random) (5643 /sec)
1789.34/1789.38	c propagations          : 930000388      (519743 /sec)
1789.34/1789.38	c conflict literals     : 172530511      (46.07 % deleted)
1789.34/1789.38	c Memory used           : 51.39 MB
1789.34/1789.38	c CPU time              : 1789.35 s
1789.34/1789.38	
1789.34/1789.38	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-3498828-1307973429/watcher-3498828-1307973429 -o /var/tmp/evaluation-result-3498828-1307973429/solver-3498828-1307973429 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498828-1307973429.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.00 2.00 2.00 3/178 32098
/proc/meminfo: memFree=10924580/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 354 234 0 0 0 0 0 0 25 0 1 0 987573493 8912896 253 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32098/statm: 2176 253 211 178 0 69 0

[startup+0.0615601 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32098
/proc/meminfo: memFree=10924580/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 354 234 0 0 0 0 0 0 25 0 1 0 987573493 8912896 253 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32098/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100516 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32098
/proc/meminfo: memFree=10924580/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.300479 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32098
/proc/meminfo: memFree=10924580/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.700405 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32098
/proc/meminfo: memFree=10924580/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32102
/proc/meminfo: memFree=10920868/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=6444 CPUtime=1.42 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 994 0 0 0 142 0 0 0 25 0 1 0 987573499 6598656 935 33554432000 134512640 134556542 4287012560 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 1611 935 211 11 0 945 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15148

[startup+3.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32102
/proc/meminfo: memFree=10920248/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=7236 CPUtime=3.02 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 1183 0 0 0 302 0 0 0 25 0 1 0 987573499 7409664 1124 33554432000 134512640 134556542 4287012560 18446744073709551615 134537792 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 1809 1124 211 11 0 1143 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15940

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32102
/proc/meminfo: memFree=10919580/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=8112 CPUtime=6.22 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 1390 0 0 0 622 0 0 0 25 0 1 0 987573499 8306688 1331 33554432000 134512640 134556542 4287012560 18446744073709551615 134529984 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 2028 1331 211 11 0 1362 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16816

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32102
/proc/meminfo: memFree=10917592/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=9764 CPUtime=12.62 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 1783 0 0 0 1262 0 0 0 25 0 1 0 987573499 9998336 1724 33554432000 134512640 134556542 4287012560 18446744073709551615 134530240 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 2441 1724 211 11 0 1775 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18468

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32103
/proc/meminfo: memFree=10914512/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=12492 CPUtime=25.42 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 2450 0 0 0 2542 0 0 0 25 0 1 0 987573499 12791808 2391 33554432000 134512640 134556542 4287012560 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 3123 2391 212 11 0 2457 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21196

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32103
/proc/meminfo: memFree=10911504/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=14804 CPUtime=51.02 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 3038 0 0 0 5102 0 0 0 25 0 1 0 987573499 15159296 2979 33554432000 134512640 134556542 4287012560 18446744073709551615 134537104 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 3701 2979 212 11 0 3035 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23508

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32105
/proc/meminfo: memFree=10906764/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=18036 CPUtime=102.23 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 3806 0 0 0 10223 0 0 0 25 0 1 0 987573499 18468864 3747 33554432000 134512640 134556542 4287012560 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 4509 3747 212 11 0 3843 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 26740

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32106
/proc/meminfo: memFree=10901632/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=22272 CPUtime=162.23 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 4806 0 0 0 16222 1 0 0 25 0 1 0 987573499 22806528 4743 33554432000 134512640 134556542 4287012560 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 5568 4743 212 11 0 4902 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 30976

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32108
/proc/meminfo: memFree=10898872/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=24300 CPUtime=222.23 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 5258 0 0 0 22222 1 0 0 25 0 1 0 987573499 24883200 5195 33554432000 134512640 134556542 4287012560 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 6075 5195 212 11 0 5409 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 33004

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32119
/proc/meminfo: memFree=10893596/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=27852 CPUtime=282.23 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 6107 0 0 0 28222 1 0 0 25 0 1 0 987573499 28520448 6044 33554432000 134512640 134556542 4287012560 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 6963 6044 212 11 0 6297 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 36556

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 32120
/proc/meminfo: memFree=10891824/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=28548 CPUtime=342.23 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 6272 0 0 0 34222 1 0 0 25 0 1 0 987573499 29233152 6209 33554432000 134512640 134556542 4287012560 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 7137 6209 212 11 0 6471 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 37252

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 32122
/proc/meminfo: memFree=10888916/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7

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


[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32146
/proc/meminfo: memFree=10861488/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=47092 CPUtime=1302.27 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 10463 0 0 0 130225 2 0 0 25 0 1 0 987573499 48222208 10396 33554432000 134512640 134556542 4287012560 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 11773 10396 212 11 0 11107 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 55796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32147
/proc/meminfo: memFree=10860192/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=47800 CPUtime=1362.27 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 10606 0 0 0 136225 2 0 0 25 0 1 0 987573499 48947200 10539 33554432000 134512640 134556542 4287012560 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 11950 10539 212 11 0 11284 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 56504

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32149
/proc/meminfo: memFree=10858796/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=48884 CPUtime=1422.27 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 10888 0 0 0 142225 2 0 0 25 0 1 0 987573499 50057216 10821 33554432000 134512640 134556542 4287012560 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 12221 10821 212 11 0 11555 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 57588

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 32151
/proc/meminfo: memFree=10857496/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=49736 CPUtime=1482.27 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11059 0 0 0 148225 2 0 0 25 0 1 0 987573499 50929664 10992 33554432000 134512640 134556542 4287012560 18446744073709551615 134525040 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 12434 10992 212 11 0 11768 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 58440

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 32152
/proc/meminfo: memFree=10856212/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=50468 CPUtime=1542.27 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11236 0 0 0 154225 2 0 0 25 0 1 0 987573499 51679232 11169 33554432000 134512640 134556542 4287012560 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 12617 11169 212 11 0 11951 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 59172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32154
/proc/meminfo: memFree=10854052/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=50988 CPUtime=1602.27 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11344 0 0 0 160225 2 0 0 25 0 1 0 987573499 52211712 11277 33554432000 134512640 134556542 4287012560 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 12747 11277 212 11 0 12081 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 59692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32155
/proc/meminfo: memFree=10853268/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=51632 CPUtime=1662.28 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11455 0 0 0 166226 2 0 0 25 0 1 0 987573499 52871168 11388 33554432000 134512640 134556542 4287012560 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 12908 11388 212 11 0 12242 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 60336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32157
/proc/meminfo: memFree=10852116/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=52332 CPUtime=1722.28 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11598 0 0 0 172226 2 0 0 25 0 1 0 987573499 53587968 11531 33554432000 134512640 134556542 4287012560 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 13083 11531 212 11 0 12417 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 61036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32159
/proc/meminfo: memFree=10850948/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=52476 CPUtime=1782.28 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11657 0 0 0 178226 2 0 0 25 0 1 0 987573499 53735424 11590 33554432000 134512640 134556542 4287012560 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 13119 11590 212 11 0 12453 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 61180

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32159
/proc/meminfo: memFree=10850944/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=52620 CPUtime=1785.48 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11684 0 0 0 178546 2 0 0 25 0 1 0 987573499 53882880 11617 33554432000 134512640 134556542 4287012560 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 13155 11617 212 11 0 12489 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 61324

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32159
/proc/meminfo: memFree=10850944/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=52620 CPUtime=1787.08 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11684 0 0 0 178706 2 0 0 25 0 1 0 987573499 53882880 11617 33554432000 134512640 134556542 4287012560 18446744073709551615 134537401 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 13155 11617 212 11 0 12489 0
Current children cumulated CPU time (s) 1787.14
Current children cumulated vsize (KiB) 61324

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32159
/proc/meminfo: memFree=10850940/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=52620 CPUtime=1788.68 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11684 0 0 0 178866 2 0 0 25 0 1 0 987573499 53882880 11617 33554432000 134512640 134556542 4287012560 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 13155 11617 212 11 0 12489 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 61324

[startup+1789.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32159
/proc/meminfo: memFree=10850940/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=52620 CPUtime=1789.08 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11684 0 0 0 178906 2 0 0 25 0 1 0 987573499 53882880 11617 33554432000 134512640 134556542 4287012560 18446744073709551615 134525024 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 13155 11617 212 11 0 12489 0
Current children cumulated CPU time (s) 1789.14
Current children cumulated vsize (KiB) 61324

[startup+1789.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32159
/proc/meminfo: memFree=10850940/32951124 swapFree=67056304/67111528
[pid=32098] ppid=32096 vsize=8704 CPUtime=0.06 cores=1,3,5,7
/proc/32098/stat : 32098 (ebglucose.sh) S 32096 32098 30781 0 -1 4202496 381 1157 0 0 0 0 6 0 25 0 1 0 987573493 8912896 256 33554432000 4194304 4922060 140733367138368 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32098/statm: 2176 256 211 178 0 69 0
[pid=32102] ppid=32098 vsize=52620 CPUtime=1789.28 cores=1,3,5,7
/proc/32102/stat : 32102 (ebglucose_stati) R 32098 32098 30781 0 -1 4202496 11684 0 0 0 178926 2 0 0 25 0 1 0 987573499 53882880 11617 33554432000 134512640 134556542 4287012560 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32102/statm: 13155 11617 212 11 0 12489 0
Current children cumulated CPU time (s) 1789.34
Current children cumulated vsize (KiB) 61324

Child status: 20
Real time (s): 1789.39
CPU time (s): 1789.44
CPU user time (s): 1789.41
CPU system time (s): 0.026995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 61324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.41
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13443
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= 45
involuntary context switches= 4655

runsolver used 2.72159 second user time and 6.18806 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-13 15:57:09
IDJOB=3498828
IDBENCH=88045
IDSOLVER=1992
FILE ID=node110/3498828-1307973429
RUNJOBID= node110-1307962848-31329
PBS_JOBID= 13559718
Free space on /var/tmp= 2880 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498828-1307973429/watcher-3498828-1307973429 -o /var/tmp/evaluation-result-3498828-1307973429/solver-3498828-1307973429 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498828-1307973429.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1278015896

node110.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.830
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.66
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.830
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.830
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.75
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.830
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.830
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.76
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.830
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.830
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.830
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:      10925248 kB
Buffers:        106140 kB
Cached:       21136028 kB
SwapCached:       9184 kB
Active:        5793644 kB
Inactive:     15510184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10925248 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             788 kB
Writeback:          32 kB
AnonPages:       59072 kB
Mapped:          14092 kB
Slab:           657880 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   250984 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= 2880 MiB
End job on node110 at 2011-06-13 16:26:59