Trace number 3498618

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 851.657 851.64

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 | 1360580  3295883 |  408173       0        0     nan |  0.000 % |
3.69/3.75	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
3.69/3.75	c ==============================================================================
3.69/3.75	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
3.69/3.75	c CPU time:   3.63145 s
3.69/3.75	c ==============================================================================
4.19/4.25	c
4.19/4.25	c Starting glucose
4.19/4.25	c
4.19/4.25	
4.19/4.25	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.19/4.25	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.19/4.25	
4.19/4.25	c ============================[ Problem Statistics ]=============================
4.19/4.25	c |                                                                             |
4.19/4.25	c |  Number of variables:  138309                                               |
4.19/4.25	c |  Number of clauses:    942285                                               |
4.57/4.60	c |  Parsing time:         0.33         s                                       |
851.60/851.62	c restarts              : 2771
851.60/851.62	c nb ReduceDB           : 29
851.60/851.62	c nb learnts DL2        : 31384
851.60/851.62	c nb learnts size 2     : 13995
851.60/851.62	c nb learnts size 1     : 940
851.60/851.62	c conflicts             : 1014025        (1197 /sec)
851.60/851.62	c decisions             : 5106773        (1.39 % random) (6027 /sec)
851.60/851.62	c propagations          : 2339980951     (2761619 /sec)
851.60/851.62	c conflict literals     : 164146197      (40.62 % deleted)
851.60/851.62	c Memory used           : 118.87 MB
851.60/851.62	c CPU time              : 847.322 s
851.60/851.62	
851.60/851.63	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-3498618-1307962064/watcher-3498618-1307962064 -o /var/tmp/evaluation-result-3498618-1307962064/solver-3498618-1307962064 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498618-1307962064.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.11 2.08 1.96 3/178 29190
/proc/meminfo: memFree=4452508/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807421 8912896 252 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29190/statm: 2176 252 211 178 0 69 0

[startup+0.0420949 s]
/proc/loadavg: 2.11 2.08 1.96 3/178 29190
/proc/meminfo: memFree=4452508/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807421 8912896 252 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29190/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101085 s]
/proc/loadavg: 2.11 2.08 1.96 3/178 29190
/proc/meminfo: memFree=4452508/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807421 8912896 252 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29190/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301046 s]
/proc/loadavg: 2.11 2.08 1.96 3/178 29190
/proc/meminfo: memFree=4452508/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807421 8912896 252 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29190/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700976 s]
/proc/loadavg: 2.11 2.08 1.96 3/178 29190
/proc/meminfo: memFree=4452508/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807421 8912896 252 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29190/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50084 s]
/proc/loadavg: 2.11 2.08 1.96 3/180 29193
/proc/meminfo: memFree=4320060/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807421 8912896 252 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29190/statm: 2176 252 211 178 0 69 0
[pid=29192] ppid=29190 vsize=151116 CPUtime=1.49 cores=1,3,5,7
/proc/29192/stat : 29192 (SatELite_releas) R 29190 29190 28035 0 -1 4202496 39226 0 0 0 140 9 0 0 25 0 1 0 907807422 154742784 35720 33554432000 134512640 135144230 4286771600 18446744073709551615 134546760 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29192/statm: 37779 35720 78 155 0 37622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159820

[startup+3.10055 s]
/proc/loadavg: 2.11 2.08 1.96 3/180 29193
/proc/meminfo: memFree=4294020/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807421 8912896 252 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29190/statm: 2176 252 211 178 0 69 0
[pid=29192] ppid=29190 vsize=167384 CPUtime=3.09 cores=1,3,5,7
/proc/29192/stat : 29192 (SatELite_releas) R 29190 29190 28035 0 -1 4202496 44983 0 0 0 298 11 0 0 25 0 1 0 907807422 171401216 38137 33554432000 134512640 135144230 4286771600 18446744073709551615 134605059 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29192/statm: 41846 38137 78 155 0 41689 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 176088

[startup+6.30099 s]
/proc/loadavg: 2.10 2.08 1.96 3/180 29195
/proc/meminfo: memFree=4355688/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=73872 CPUtime=2.04 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 17265 0 0 0 202 2 0 0 21 0 1 0 907807846 75644928 17129 33554432000 134512640 134556542 4293839392 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 18468 17129 207 11 0 17802 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82576

[startup+12.7009 s]
/proc/loadavg: 2.09 2.08 1.96 3/180 29195
/proc/meminfo: memFree=4355156/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=75984 CPUtime=8.44 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 17807 0 0 0 842 2 0 0 25 0 1 0 907807846 77807616 17671 33554432000 134512640 134556542 4293839392 18446744073709551615 134537837 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 18996 17671 213 11 0 18330 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84688

[startup+25.5006 s]
/proc/loadavg: 2.07 2.07 1.96 3/180 29195
/proc/meminfo: memFree=4353108/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=79844 CPUtime=21.24 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 18768 0 0 0 2121 3 0 0 25 0 1 0 907807846 81760256 18632 33554432000 134512640 134556542 4293839392 18446744073709551615 134536841 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 19961 18632 213 11 0 19295 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88548

[startup+51.1011 s]
/proc/loadavg: 2.04 2.06 1.96 3/180 29196
/proc/meminfo: memFree=4348380/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=84628 CPUtime=46.83 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 19960 0 0 0 4680 3 0 0 25 0 1 0 907807846 86659072 19824 33554432000 134512640 134556542 4293839392 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 21157 19824 213 11 0 20491 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93332

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 1.96 3/180 29197
/proc/meminfo: memFree=4341316/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=90916 CPUtime=98.05 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 21513 0 0 0 9801 4 0 0 25 0 1 0 907807846 93097984 21377 33554432000 134512640 134556542 4293839392 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 22729 21377 213 11 0 22063 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 99620

[startup+162.3 s]
/proc/loadavg: 2.07 2.06 1.96 3/180 29199
/proc/meminfo: memFree=4332024/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=96332 CPUtime=158.04 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 22903 0 0 0 15799 5 0 0 25 0 1 0 907807846 98643968 22767 33554432000 134512640 134556542 4293839392 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 24083 22767 213 11 0 23417 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 105036

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 1.96 3/180 29200
/proc/meminfo: memFree=4324968/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=102528 CPUtime=218.04 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 24438 0 0 0 21799 5 0 0 25 0 1 0 907807846 104988672 24302 33554432000 134512640 134556542 4293839392 18446744073709551615 134530922 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 25632 24302 213 11 0 24966 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 111232

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 1.96 3/180 29202
/proc/meminfo: memFree=4315868/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=109380 CPUtime=278.04 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 26135 0 0 0 27799 5 0 0 25 0 1 0 907807846 112005120 25999 33554432000 134512640 134556542 4293839392 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 27345 25999 213 11 0 26679 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 118084

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 1.96 3/180 29204
/proc/meminfo: memFree=4312488/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=109776 CPUtime=338.04 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 26252 0 0 0 33799 5 0 0 25 0 1 0 907807846 112410624 26116 33554432000 134512640 134556542 4293839392 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 27444 26116 213 11 0 26778 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 118480

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.96 3/180 29205
/proc/meminfo: memFree=4309844/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7

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


[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/180 29208
/proc/meminfo: memFree=4301308/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=118284 CPUtime=518.05 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 28366 0 0 0 51799 6 0 0 25 0 1 0 907807846 121122816 28230 33554432000 134512640 134556542 4293839392 18446744073709551615 134537104 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 29571 28230 213 11 0 28905 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 126988

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 29210
/proc/meminfo: memFree=4298900/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=119472 CPUtime=578.05 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 28650 0 0 0 57799 6 0 0 25 0 1 0 907807846 122339328 28514 33554432000 134512640 134556542 4293839392 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 29868 28514 213 11 0 29202 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 128176

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 29212
/proc/meminfo: memFree=4297488/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=120132 CPUtime=638.05 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 28831 0 0 0 63799 6 0 0 25 0 1 0 907807846 123015168 28695 33554432000 134512640 134556542 4293839392 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30033 28695 213 11 0 29367 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 128836

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 29213
/proc/meminfo: memFree=4293960/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121452 CPUtime=698.06 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29161 0 0 0 69799 7 0 0 25 0 1 0 907807846 124366848 29025 33554432000 134512640 134556542 4293839392 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30363 29025 213 11 0 29697 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 130156

[startup+762.306 s]
/proc/loadavg: 2.03 2.01 1.97 3/180 29215
/proc/meminfo: memFree=4293160/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=758.07 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29256 0 0 0 75800 7 0 0 25 0 1 0 907807846 124637184 29120 33554432000 134512640 134556542 4293839392 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29120 213 11 0 29763 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 130420

[startup+822.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/180 29225
/proc/meminfo: memFree=4292192/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=818.06 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 81799 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 130420

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

[startup+831.901 s]
/proc/loadavg: 2.01 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292168/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=827.66 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 82759 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134543413 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 831.9
Current children cumulated vsize (KiB) 130420

[startup+844.701 s]
/proc/loadavg: 2.01 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292160/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=840.47 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 84040 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 844.71
Current children cumulated vsize (KiB) 130420

[startup+847.901 s]
/proc/loadavg: 2.01 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292152/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=843.66 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 84359 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 847.9
Current children cumulated vsize (KiB) 130420

[startup+849.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292152/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=845.26 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 84519 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134542064 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 849.5
Current children cumulated vsize (KiB) 130420

[startup+850.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292152/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=846.07 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 84600 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 850.31
Current children cumulated vsize (KiB) 130420

[startup+851.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292152/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=846.86 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 84679 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 851.1
Current children cumulated vsize (KiB) 130420

[startup+851.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292028/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=847.26 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 84719 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 851.5
Current children cumulated vsize (KiB) 130420

[startup+851.6 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29226
/proc/meminfo: memFree=4292028/32951124 swapFree=67052292/67111528
[pid=29190] ppid=29188 vsize=8704 CPUtime=4.24 cores=1,3,5,7
/proc/29190/stat : 29190 (ebglucose.sh) S 29188 29190 28035 0 -1 4202496 383 48188 0 0 0 0 408 16 18 0 1 0 907807421 8912896 255 33554432000 4194304 4922060 140734726820720 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29190/statm: 2176 255 211 178 0 69 0
[pid=29195] ppid=29190 vsize=121716 CPUtime=847.36 cores=1,3,5,7
/proc/29195/stat : 29195 (ebglucose_stati) R 29190 29190 28035 0 -1 4202496 29260 0 0 0 84729 7 0 0 25 0 1 0 907807846 124637184 29124 33554432000 134512640 134556542 4293839392 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29195/statm: 30429 29124 213 11 0 29763 0
Current children cumulated CPU time (s) 851.6
Current children cumulated vsize (KiB) 130420

Child status: 20
Real time (s): 851.64
CPU time (s): 851.657
CPU user time (s): 851.408
CPU system time (s): 0.248962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 176984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 851.408
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78056
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= 51
involuntary context switches= 1226

runsolver used 1.44178 second user time and 3.09453 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 12:47:45
IDJOB=3498618
IDBENCH=71037
IDSOLVER=1992
FILE ID=node108/3498618-1307962064
RUNJOBID= node108-1307959426-28793
PBS_JOBID= 13559720
Free space on /var/tmp= 2796 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498618-1307962064/watcher-3498618-1307962064 -o /var/tmp/evaluation-result-3498618-1307962064/solver-3498618-1307962064 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498618-1307962064.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=2054559237

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:       4453036 kB
Buffers:        118252 kB
Cached:       27313392 kB
SwapCached:      23260 kB
Active:       11997248 kB
Inactive:     15602228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4453036 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           27160 kB
Writeback:           0 kB
AnonPages:      165584 kB
Mapped:          10236 kB
Slab:           831836 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   353044 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= 2796 MiB
End job on node108 at 2011-06-13 13:01:57