Trace number 3372591

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
Plingeling 587f (fixed)UNSAT 65.1201 5.93768

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.cnf
MD5SUM6e04f35d78573827a20cb4936c2b6acb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.05462
Satisfiable
(Un)Satisfiability was proved
Number of variables71285
Number of clauses196970
Sum of the clauses size459594
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2131312
Number of clauses of size 365656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

65.07/5.93	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372591-1305691053/watcher-3372591-1305691053 -o /tmp/evaluation-result-3372591-1305691053/solver-3372591-1305691053 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372591-1305691053.cnf 

running on 32 cores: 0,4,8,12,16,20,24,28,1,5,9,13,17,21,25,29,2,6,10,14,18,22,26,30,3,7,11,15,19,23,27,31

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 160000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 160030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 272730423296 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 272730474496 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 13.86 24.77 28.64 1/413 30342
/proc/meminfo: memFree=255507656/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=16036 CPUtime=0.03 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 2098 1247 0 0 2 0 0 1 21 0 1 0 680591750 16420864 2029 268435456000 4194304 4417452 140733898750352 18446744073709551615 4231256 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30342/statm: 4009 2029 145 55 0 1895 0

[startup+0.04852 s]
/proc/loadavg: 13.86 24.77 28.64 1/413 30342
/proc/meminfo: memFree=255507656/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=16996 CPUtime=0.04 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 2312 1247 0 0 3 0 0 1 21 0 1 0 680591750 17403904 2243 268435456000 4194304 4417452 140733898750352 18446744073709551615 4259193 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30342/statm: 4249 2243 145 55 0 2135 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16996

[startup+0.100525 s]
/proc/loadavg: 13.86 24.77 28.64 1/413 30342
/proc/meminfo: memFree=255507656/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=22080 CPUtime=0.09 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 3591 1247 0 0 8 0 0 1 21 0 1 0 680591750 22609920 3522 268435456000 4194304 4417452 140733898750352 18446744073709551615 4264911 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30342/statm: 5520 3522 145 55 0 3406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22080

[startup+0.300529 s]
/proc/loadavg: 13.86 24.77 28.64 1/413 30342
/proc/meminfo: memFree=255507656/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=41276 CPUtime=0.29 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 8409 1247 0 0 27 1 0 1 22 0 1 0 680591750 42266624 8340 268435456000 4194304 4417452 140733898750352 18446744073709551615 4259270 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30342/statm: 10319 8340 146 55 0 8205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41276

[startup+0.700543 s]
/proc/loadavg: 13.86 24.77 28.64 1/413 30342
/proc/meminfo: memFree=255507656/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=64256 CPUtime=0.69 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 14154 1247 0 0 65 3 0 1 23 0 1 0 680591750 65798144 14085 268435456000 4194304 4417452 140733898750352 18446744073709551615 4209658 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30342/statm: 16064 14085 146 55 0 13950 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64256

[startup+1.50063 s]
/proc/loadavg: 13.86 24.77 28.64 2/414 30348
/proc/meminfo: memFree=255425488/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=152332 CPUtime=1.5 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 36174 1247 0 0 141 8 0 1 25 0 1 0 680591750 155987968 36104 268435456000 4194304 4417452 140733898750352 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30342/statm: 38083 36104 146 55 0 35969 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 152332

[startup+3.10064 s]
/proc/loadavg: 13.86 24.77 28.64 2/414 30348
/proc/meminfo: memFree=255288612/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=291912 CPUtime=3.1 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 71104 1247 0 0 295 14 0 1 25 0 1 0 680591750 298917888 70999 268435456000 4194304 4417452 140733898750352 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30342/statm: 72978 70999 146 55 0 70864 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 291912

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

[startup+4.70257 s]
/proc/loadavg: 13.86 24.77 28.64 33/446 30380
/proc/meminfo: memFree=255046904/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=1053476 CPUtime=28.66 cores=0-31
/proc/30342/stat : 30342 (plingeling) S 30340 30342 30316 0 -1 4202496 207455 1247 0 0 2741 124 0 1 19 0 33 0 680591750 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30342/statm: 263369 126721 168 55 0 261255 0
[pid=30342/tid=30349] ppid=30340 vsize=1053476 CPUtime=0.68 cores=0-31
/proc/30342/task/30349/stat : 30349 (plingeling) R 30340 30342 30316 0 -1 4202560 2775 1247 0 0 66 1 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=1053476 CPUtime=0.81 cores=0-31
/proc/30342/task/30350/stat : 30350 (plingeling) R 30340 30342 30316 0 -1 4202560 1882 1247 0 0 78 2 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30342/tid=30351] ppid=30340 vsize=1053476 CPUtime=0.81 cores=0-31
/proc/30342/task/30351/stat : 30351 (plingeling) R 30340 30342 30316 0 -1 4202560 2990 1247 0 0 77 3 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30342/tid=30352] ppid=30340 vsize=1053476 CPUtime=0.81 cores=0-31
/proc/30342/task/30352/stat : 30352 (plingeling) R 30340 30342 30316 0 -1 4202560 1788 1247 0 0 78 2 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30342/tid=30353] ppid=30340 vsize=1053476 CPUtime=0.78 cores=0-31
/proc/30342/task/30353/stat : 30353 (plingeling) R 30340 30342 30316 0 -1 4202560 2707 1247 0 0 74 3 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30342/tid=30354] ppid=30340 vsize=1053476 CPUtime=0.79 cores=0-31
/proc/30342/task/30354/stat : 30354 (plingeling) R 30340 30342 30316 0 -1 4202560 3241 1247 0 0 75 3 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30342/tid=30355] ppid=30340 vsize=1053476 CPUtime=0.79 cores=0-31
/proc/30342/task/30355/stat : 30355 (plingeling) R 30340 30342 30316 0 -1 4202560 2902 1247 0 0 75 3 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30342/tid=30356] ppid=30340 vsize=1053476 CPUtime=0.8 cores=0-31
/proc/30342/task/30356/stat : 30356 (plingeling) R 30340 30342 30316 0 -1 4202560 2854 1247 0 0 76 3 0 1 18 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30342/tid=30357] ppid=30340 vsize=1053476 CPUtime=0.79 cores=0-31
/proc/30342/task/30357/stat : 30357 (plingeling) R 30340 30342 30316 0 -1 4202560 3495 1247 0 0 75 3 0 1 20 0 33 0 680592136 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287606 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30342/tid=30358] ppid=30340 vsize=1053476 CPUtime=0.79 cores=0-31
/proc/30342/task/30358/stat : 30358 (plingeling) R 30340 30342 30316 0 -1 4202560 2690 1247 0 0 76 2 0 1 20 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30342/tid=30359] ppid=30340 vsize=1053476 CPUtime=0.8 cores=0-31
/proc/30342/task/30359/stat : 30359 (plingeling) R 30340 30342 30316 0 -1 4202560 1967 1247 0 0 76 3 0 1 21 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30342/tid=30360] ppid=30340 vsize=1053476 CPUtime=0.81 cores=0-31
/proc/30342/task/30360/stat : 30360 (plingeling) R 30340 30342 30316 0 -1 4202560 3541 1247 0 0 77 3 0 1 21 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4286440 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30342/tid=30361] ppid=30340 vsize=1053476 CPUtime=0.77 cores=0-31
/proc/30342/task/30361/stat : 30361 (plingeling) R 30340 30342 30316 0 -1 4202560 2736 1247 0 0 75 1 0 1 20 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30342/tid=30362] ppid=30340 vsize=1053476 CPUtime=0.77 cores=0-31
/proc/30342/task/30362/stat : 30362 (plingeling) R 30340 30342 30316 0 -1 4202560 3030 1247 0 0 74 2 0 1 20 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30342/tid=30363] ppid=30340 vsize=1053476 CPUtime=0.79 cores=0-31
/proc/30342/task/30363/stat : 30363 (plingeling) R 30340 30342 30316 0 -1 4202560 1951 1247 0 0 76 2 0 1 20 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30342/tid=30364] ppid=30340 vsize=1053476 CPUtime=0.75 cores=0-31
/proc/30342/task/30364/stat : 30364 (plingeling) R 30340 30342 30316 0 -1 4202560 2206 1247 0 0 71 3 0 1 18 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4282356 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30342/tid=30365] ppid=30340 vsize=1053476 CPUtime=0.77 cores=0-31
/proc/30342/task/30365/stat : 30365 (plingeling) R 30340 30342 30316 0 -1 4202560 4296 1247 0 0 72 4 0 1 20 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30342/tid=30366] ppid=30340 vsize=1053476 CPUtime=0.77 cores=0-31
/proc/30342/task/30366/stat : 30366 (plingeling) R 30340 30342 30316 0 -1 4202560 4579 1247 0 0 72 4 0 1 18 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30342/tid=30367] ppid=30340 vsize=1053476 CPUtime=0.77 cores=0-31
/proc/30342/task/30367/stat : 30367 (plingeling) R 30340 30342 30316 0 -1 4202560 3369 1247 0 0 72 4 0 1 18 0 33 0 680592137 1078759424 126721 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30342/tid=30368] ppid=30340 vsize=1053472 CPUtime=0.8 cores=0-31
/proc/30342/task/30368/stat : 30368 (plingeling) R 30340 30342 30316 0 -1 4202560 3281 1247 0 0 76 3 0 1 18 0 33 0 680592137 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30342/tid=30369] ppid=30340 vsize=1053472 CPUtime=0.78 cores=0-31
/proc/30342/task/30369/stat : 30369 (plingeling) R 30340 30342 30316 0 -1 4202560 4647 1247 0 0 72 5 0 1 18 0 33 0 680592137 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30342/tid=30370] ppid=30340 vsize=1053472 CPUtime=0.81 cores=0-31
/proc/30342/task/30370/stat : 30370 (plingeling) R 30340 30342 30316 0 -1 4202560 2845 1247 0 0 77 3 0 1 18 0 33 0 680592137 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4288685 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=30342/tid=30371] ppid=30340 vsize=1053472 CPUtime=0.76 cores=0-31
/proc/30342/task/30371/stat : 30371 (plingeling) R 30340 30342 30316 0 -1 4202560 3907 1247 0 0 72 3 0 1 18 0 33 0 680592137 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30342/tid=30372] ppid=30340 vsize=1053472 CPUtime=0.77 cores=0-31
/proc/30342/task/30372/stat : 30372 (plingeling) R 30340 30342 30316 0 -1 4202560 3302 1247 0 0 72 4 0 1 18 0 33 0 680592139 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4285604 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30342/tid=30373] ppid=30340 vsize=1053472 CPUtime=0.77 cores=0-31
/proc/30342/task/30373/stat : 30373 (plingeling) R 30340 30342 30316 0 -1 4202560 3256 1247 0 0 74 2 0 1 22 0 33 0 680592140 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30342/tid=30374] ppid=30340 vsize=1053472 CPUtime=0.78 cores=0-31
/proc/30342/task/30374/stat : 30374 (plingeling) R 30340 30342 30316 0 -1 4202560 2814 1247 0 0 74 3 0 1 18 0 33 0 680592140 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30342/tid=30375] ppid=30340 vsize=1053472 CPUtime=0.77 cores=0-31
/proc/30342/task/30375/stat : 30375 (plingeling) R 30340 30342 30316 0 -1 4202560 3626 1247 0 0 73 3 0 1 18 0 33 0 680592140 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30342/tid=30376] ppid=30340 vsize=1053472 CPUtime=0.73 cores=0-31
/proc/30342/task/30376/stat : 30376 (plingeling) R 30340 30342 30316 0 -1 4202560 3360 1247 0 0 70 2 0 1 22 0 33 0 680592140 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4282284 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30342/tid=30377] ppid=30340 vsize=1053472 CPUtime=0.76 cores=0-31
/proc/30342/task/30377/stat : 30377 (plingeling) R 30340 30342 30316 0 -1 4202560 3618 1247 0 0 73 2 0 1 22 0 33 0 680592140 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284943 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30342/tid=30378] ppid=30340 vsize=1053472 CPUtime=0.67 cores=0-31
/proc/30342/task/30378/stat : 30378 (plingeling) R 30340 30342 30316 0 -1 4202560 2772 1247 0 0 66 0 0 1 18 0 33 0 680592140 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4270702 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=30342/tid=30379] ppid=30340 vsize=1053472 CPUtime=0.76 cores=0-31
/proc/30342/task/30379/stat : 30379 (plingeling) R 30340 30342 30316 0 -1 4202560 3539 1247 0 0 73 2 0 1 22 0 33 0 680592141 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284693 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30342/tid=30380] ppid=30340 vsize=1053472 CPUtime=0.77 cores=0-31
/proc/30342/task/30380/stat : 30380 (plingeling) R 30340 30342 30316 0 -1 4202560 2762 1247 0 0 74 2 0 1 22 0 33 0 680592141 1078755328 126720 268435456000 4194304 4417452 140733898750352 18446744073709551615 4286475 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 1053476

[startup+5.5226 s]
/proc/loadavg: 15.31 24.89 28.65 33/446 30380
/proc/meminfo: memFree=254989492/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=1094680 CPUtime=54.87 cores=0-31
/proc/30342/stat : 30342 (plingeling) S 30340 30342 30316 0 -1 4202496 219922 1247 0 0 5358 128 0 1 19 0 33 0 680591750 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30342/statm: 273670 127329 168 55 0 271556 0
[pid=30342/tid=30349] ppid=30340 vsize=1094680 CPUtime=1.5 cores=0-31
/proc/30342/task/30349/stat : 30349 (plingeling) R 30340 30342 30316 0 -1 4202560 2775 1247 0 0 148 1 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30342/tid=30350] ppid=30340 vsize=1094680 CPUtime=1.63 cores=0-31
/proc/30342/task/30350/stat : 30350 (plingeling) R 30340 30342 30316 0 -1 4202560 1882 1247 0 0 160 2 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4269306 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30342/tid=30351] ppid=30340 vsize=1094680 CPUtime=1.63 cores=0-31
/proc/30342/task/30351/stat : 30351 (plingeling) R 30340 30342 30316 0 -1 4202560 2990 1247 0 0 159 3 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30342/tid=30352] ppid=30340 vsize=1094680 CPUtime=1.63 cores=0-31
/proc/30342/task/30352/stat : 30352 (plingeling) R 30340 30342 30316 0 -1 4202560 1788 1247 0 0 160 2 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30342/tid=30353] ppid=30340 vsize=1094680 CPUtime=1.6 cores=0-31
/proc/30342/task/30353/stat : 30353 (plingeling) R 30340 30342 30316 0 -1 4202560 2707 1247 0 0 156 3 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30342/tid=30354] ppid=30340 vsize=1094680 CPUtime=1.61 cores=0-31
/proc/30342/task/30354/stat : 30354 (plingeling) R 30340 30342 30316 0 -1 4202560 4050 1247 0 0 157 3 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4292124 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30342/tid=30355] ppid=30340 vsize=1094680 CPUtime=1.61 cores=0-31
/proc/30342/task/30355/stat : 30355 (plingeling) R 30340 30342 30316 0 -1 4202560 2902 1247 0 0 157 3 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30342/tid=30356] ppid=30340 vsize=1094680 CPUtime=1.62 cores=0-31
/proc/30342/task/30356/stat : 30356 (plingeling) R 30340 30342 30316 0 -1 4202560 3693 1247 0 0 157 4 0 1 20 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30342/tid=30357] ppid=30340 vsize=1094680 CPUtime=1.61 cores=0-31
/proc/30342/task/30357/stat : 30357 (plingeling) R 30340 30342 30316 0 -1 4202560 3495 1247 0 0 157 3 0 1 23 0 33 0 680592136 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30342/tid=30358] ppid=30340 vsize=1094680 CPUtime=1.61 cores=0-31
/proc/30342/task/30358/stat : 30358 (plingeling) R 30340 30342 30316 0 -1 4202560 2690 1247 0 0 158 2 0 1 23 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4234211 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30342/tid=30359] ppid=30340 vsize=1094680 CPUtime=1.62 cores=0-31
/proc/30342/task/30359/stat : 30359 (plingeling) R 30340 30342 30316 0 -1 4202560 2285 1247 0 0 158 3 0 1 23 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4270947 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30342/tid=30360] ppid=30340 vsize=1094680 CPUtime=1.63 cores=0-31
/proc/30342/task/30360/stat : 30360 (plingeling) R 30340 30342 30316 0 -1 4202560 3541 1247 0 0 159 3 0 1 23 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4266616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30342/tid=30361] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30361/stat : 30361 (plingeling) R 30340 30342 30316 0 -1 4202560 2736 1247 0 0 157 1 0 1 23 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4301953 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30342/tid=30362] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30362/stat : 30362 (plingeling) R 30340 30342 30316 0 -1 4202560 3030 1247 0 0 156 2 0 1 22 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30342/tid=30363] ppid=30340 vsize=1094680 CPUtime=1.61 cores=0-31
/proc/30342/task/30363/stat : 30363 (plingeling) R 30340 30342 30316 0 -1 4202560 1951 1247 0 0 158 2 0 1 23 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4282517 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30342/tid=30364] ppid=30340 vsize=1094680 CPUtime=1.54 cores=0-31
/proc/30342/task/30364/stat : 30364 (plingeling) R 30340 30342 30316 0 -1 4202560 2206 1247 0 0 150 3 0 1 20 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30342/tid=30365] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30365/stat : 30365 (plingeling) R 30340 30342 30316 0 -1 4202560 4296 1247 0 0 154 4 0 1 22 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30342/tid=30366] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30366/stat : 30366 (plingeling) R 30340 30342 30316 0 -1 4202560 7049 1247 0 0 153 5 0 1 19 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4291511 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30342/tid=30367] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30367/stat : 30367 (plingeling) R 30340 30342 30316 0 -1 4202560 5428 1247 0 0 154 4 0 1 20 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30342/tid=30368] ppid=30340 vsize=1094680 CPUtime=1.61 cores=0-31
/proc/30342/task/30368/stat : 30368 (plingeling) R 30340 30342 30316 0 -1 4202560 3281 1247 0 0 157 3 0 1 20 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4232537 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30342/tid=30369] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30369/stat : 30369 (plingeling) R 30340 30342 30316 0 -1 4202560 4647 1247 0 0 153 5 0 1 19 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4286440 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30342/tid=30370] ppid=30340 vsize=1094680 CPUtime=1.62 cores=0-31
/proc/30342/task/30370/stat : 30370 (plingeling) R 30340 30342 30316 0 -1 4202560 2845 1247 0 0 158 3 0 1 20 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=30342/tid=30371] ppid=30340 vsize=1094680 CPUtime=1.58 cores=0-31
/proc/30342/task/30371/stat : 30371 (plingeling) R 30340 30342 30316 0 -1 4202560 3907 1247 0 0 154 3 0 1 20 0 33 0 680592137 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284959 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30342/tid=30372] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30372/stat : 30372 (plingeling) R 30340 30342 30316 0 -1 4202560 3302 1247 0 0 154 4 0 1 20 0 33 0 680592139 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30342/tid=30373] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30373/stat : 30373 (plingeling) R 30340 30342 30316 0 -1 4202560 4524 1247 0 0 156 2 0 1 25 0 33 0 680592140 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30342/tid=30374] ppid=30340 vsize=1094680 CPUtime=1.6 cores=0-31
/proc/30342/task/30374/stat : 30374 (plingeling) R 30340 30342 30316 0 -1 4202560 3653 1247 0 0 156 3 0 1 20 0 33 0 680592140 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4270838 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30342/tid=30375] ppid=30340 vsize=1094680 CPUtime=1.59 cores=0-31
/proc/30342/task/30375/stat : 30375 (plingeling) R 30340 30342 30316 0 -1 4202560 3626 1247 0 0 155 3 0 1 20 0 33 0 680592140 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30342/tid=30376] ppid=30340 vsize=1094680 CPUtime=1.56 cores=0-31
/proc/30342/task/30376/stat : 30376 (plingeling) R 30340 30342 30316 0 -1 4202560 5546 1247 0 0 152 3 0 1 25 0 33 0 680592140 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4306562 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30342/tid=30377] ppid=30340 vsize=1094680 CPUtime=1.58 cores=0-31
/proc/30342/task/30377/stat : 30377 (plingeling) R 30340 30342 30316 0 -1 4202560 4457 1247 0 0 155 2 0 1 25 0 33 0 680592140 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30342/tid=30378] ppid=30340 vsize=1094680 CPUtime=1.49 cores=0-31
/proc/30342/task/30378/stat : 30378 (plingeling) R 30340 30342 30316 0 -1 4202560 2772 1247 0 0 148 0 0 1 20 0 33 0 680592140 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4285565 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=30342/tid=30379] ppid=30340 vsize=1094680 CPUtime=1.58 cores=0-31
/proc/30342/task/30379/stat : 30379 (plingeling) R 30340 30342 30316 0 -1 4202560 3539 1247 0 0 155 2 0 1 25 0 33 0 680592141 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4285604 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30342/tid=30380] ppid=30340 vsize=1094680 CPUtime=1.58 cores=0-31
/proc/30342/task/30380/stat : 30380 (plingeling) R 30340 30342 30316 0 -1 4202560 3602 1247 0 0 155 2 0 1 25 0 33 0 680592141 1120952320 127329 268435456000 4194304 4417452 140733898750352 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.87
Current children cumulated vsize (KiB) 1094680

[startup+5.90173 s]
/proc/loadavg: 15.31 24.89 28.65 33/446 30380
/proc/meminfo: memFree=254989492/264257624 swapFree=67111528/67111528
[pid=30342] ppid=30340 vsize=601312 CPUtime=65.07 cores=0-31
/proc/30342/stat : 30342 (plingeling) R 30340 30342 30316 0 -1 4202496 221646 1247 0 0 6375 131 0 1 17 0 1 0 680591750 615743488 66909 268435456000 4194304 4417452 140733898750352 18446744073709551615 258650999159 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30342/statm: 150328 66481 170 55 0 148214 0
Current children cumulated CPU time (s) 65.07
Current children cumulated vsize (KiB) 601312

Child status: 20
Real time (s): 5.93768
CPU time (s): 65.1201
CPU user time (s): 63.7553
CPU system time (s): 1.36479
CPU usage (%): 1096.73
Max. virtual memory (cumulated for all children) (KiB): 1108820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.7553
system time used= 1.36479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222897
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= 3780
involuntary context switches= 451

runsolver used 0.058991 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-18 05:57:33
IDJOB=3372591
IDBENCH=82472
IDSOLVER=1852
FILE ID=node200/3372591-1305691053
RUNJOBID= node200-1305691046-30330
PBS_JOBID= 13357382
Free space on /tmp= 62048 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372591-1305691053/watcher-3372591-1305691053 -o /tmp/evaluation-result-3372591-1305691053/solver-3372591-1305691053 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372591-1305691053.cnf

TIME LIMIT= 160000 seconds
MEMORY LIMIT= 266338304 MiB
NBCORE= 32

MD5SUM BENCH= 6e04f35d78573827a20cb4936c2b6acb
RANDOM SEED=1402874098

node200.alineos.net Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 32
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 64
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 96
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 34
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 66
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 98
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 36
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 68
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 100
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 38
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 70
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3989.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 102
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 8
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 48
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 80
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 112
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 50
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 82
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 114
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 52
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 84
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 116
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 11
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 54
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 86
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 118
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      255507936 kB
Buffers:        451928 kB
Cached:        7890660 kB
SwapCached:          0 kB
Active:        7403532 kB
Inactive:      1008004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255507936 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3308 kB
Writeback:           0 kB
AnonPages:       68892 kB
Mapped:          14452 kB
Slab:           251748 kB
PageTables:       4420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   191216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296372 kB
VmallocChunk: 34359440603 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62048 MiB
End job on node200 at 2011-05-18 05:57:39