Trace number 3372297

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 631.091 32.8247

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark631.091
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

631.05/32.82	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-3372297-1305546870/watcher-3372297-1305546870 -o /tmp/evaluation-result-3372297-1305546870/solver-3372297-1305546870 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372297-1305546870.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: 25.94 23.17 18.35 1/413 17907
/proc/meminfo: memFree=255533256/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=35428 CPUtime=0.02 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 6932 1242 0 0 1 1 0 0 20 0 1 0 666173541 36278272 6862 268435456000 4194304 4417452 140735905375552 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 8985 6877 145 55 0 6871 0

[startup+0.060983 s]
/proc/loadavg: 25.94 23.17 18.35 1/413 17907
/proc/meminfo: memFree=255533256/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=56012 CPUtime=0.05 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 11970 1242 0 0 3 2 0 0 20 0 1 0 666173541 57356288 11900 268435456000 4194304 4417452 140735905375552 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 14003 11920 145 55 0 11889 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56012

[startup+0.100988 s]
/proc/loadavg: 25.94 23.17 18.35 1/413 17907
/proc/meminfo: memFree=255533256/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=82540 CPUtime=0.09 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 18701 1242 0 0 6 3 0 0 20 0 1 0 666173541 84520960 18631 268435456000 4194304 4417452 140735905375552 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 20635 18631 145 55 0 18521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 82540

[startup+0.300988 s]
/proc/loadavg: 25.94 23.17 18.35 1/413 17907
/proc/meminfo: memFree=255533256/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=112912 CPUtime=0.28 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 26251 1242 0 0 24 4 0 0 21 0 1 0 666173541 115621888 26181 268435456000 4194304 4417452 140735905375552 18446744073709551615 258650653381 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 28228 26207 145 55 0 26114 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 112912

[startup+0.70098 s]
/proc/loadavg: 25.94 23.17 18.35 1/413 17907
/proc/meminfo: memFree=255533256/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=127104 CPUtime=0.68 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 29850 1242 0 0 63 5 0 0 22 0 1 0 666173541 130154496 29780 268435456000 4194304 4417452 140735905375552 18446744073709551615 4264851 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 31776 29780 145 55 0 29662 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 127104

[startup+1.50103 s]
/proc/loadavg: 25.94 23.17 18.35 2/414 17913
/proc/meminfo: memFree=255368536/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=231512 CPUtime=1.49 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 55968 1242 0 0 138 11 0 0 25 0 1 0 666173541 237068288 55898 268435456000 4194304 4417452 140735905375552 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 57878 55898 145 55 0 55764 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 231512

[startup+3.10108 s]
/proc/loadavg: 23.95 22.80 18.25 2/414 17913
/proc/meminfo: memFree=255275908/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=381524 CPUtime=3.09 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 93551 1242 0 0 289 20 0 0 25 0 1 0 666173541 390680576 93401 268435456000 4194304 4417452 140735905375552 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 95381 93401 145 55 0 93267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381524

[startup+6.3012 s]
/proc/loadavg: 23.95 22.80 18.25 2/414 17913
/proc/meminfo: memFree=255081836/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=477580 CPUtime=6.28 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 117566 1242 0 0 603 25 0 0 25 0 1 0 666173541 489041920 117416 268435456000 4194304 4417452 140735905375552 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 119395 117416 146 55 0 117281 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 477580

[startup+12.7004 s]
/proc/loadavg: 20.42 22.08 18.07 2/414 17913
/proc/meminfo: memFree=254367548/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=1174312 CPUtime=12.68 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 291749 1242 0 0 1209 59 0 0 25 0 1 0 666173541 1202495488 291599 268435456000 4194304 4417452 140735905375552 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17907/statm: 293578 291599 146 55 0 291464 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1174312

[startup+25.5017 s]
/proc/loadavg: 22.27 22.42 18.22 33/446 17945
/proc/meminfo: memFree=254640084/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=1286492 CPUtime=399.92 cores=0-31
/proc/17907/stat : 17907 (plingeling) S 17905 17907 17813 0 -1 4202496 489026 1242 0 0 39667 325 0 0 18 0 33 0 666173541 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/17907/statm: 321623 218244 175 55 0 319509 0
[pid=17907/tid=17914] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17914/stat : 17914 (plingeling) R 17905 17907 17813 0 -1 4202560 8550 1242 0 0 1199 9 0 0 25 0 33 0 666174870 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=17907/tid=17915] ppid=17905 vsize=1286492 CPUtime=12.14 cores=0-31
/proc/17907/task/17915/stat : 17915 (plingeling) R 17905 17907 17813 0 -1 4202560 7370 1242 0 0 1205 9 0 0 25 0 33 0 666174870 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17907/tid=17916] ppid=17905 vsize=1286492 CPUtime=12.16 cores=0-31
/proc/17907/task/17916/stat : 17916 (plingeling) R 17905 17907 17813 0 -1 4202560 4195 1242 0 0 1209 7 0 0 25 0 33 0 666174870 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=17907/tid=17917] ppid=17905 vsize=1286492 CPUtime=12.09 cores=0-31
/proc/17907/task/17917/stat : 17917 (plingeling) R 17905 17907 17813 0 -1 4202560 2637 1242 0 0 1201 8 0 0 25 0 33 0 666174870 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=17907/tid=17918] ppid=17905 vsize=1286492 CPUtime=12.11 cores=0-31
/proc/17907/task/17918/stat : 17918 (plingeling) R 17905 17907 17813 0 -1 4202560 4985 1242 0 0 1206 5 0 0 25 0 33 0 666174870 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17907/tid=17919] ppid=17905 vsize=1286492 CPUtime=12.06 cores=0-31
/proc/17907/task/17919/stat : 17919 (plingeling) R 17905 17907 17813 0 -1 4202560 10024 1242 0 0 1197 9 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=17907/tid=17920] ppid=17905 vsize=1286492 CPUtime=12.1 cores=0-31
/proc/17907/task/17920/stat : 17920 (plingeling) R 17905 17907 17813 0 -1 4202560 7332 1242 0 0 1202 8 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=17907/tid=17921] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17921/stat : 17921 (plingeling) R 17905 17907 17813 0 -1 4202560 6791 1242 0 0 1199 9 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4353594 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=17907/tid=17922] ppid=17905 vsize=1286492 CPUtime=11.86 cores=0-31
/proc/17907/task/17922/stat : 17922 (plingeling) R 17905 17907 17813 0 -1 4202560 5854 1242 0 0 1178 8 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=17907/tid=17923] ppid=17905 vsize=1286492 CPUtime=12.1 cores=0-31
/proc/17907/task/17923/stat : 17923 (plingeling) R 17905 17907 17813 0 -1 4202560 5401 1242 0 0 1201 9 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17907/tid=17924] ppid=17905 vsize=1286492 CPUtime=12.1 cores=0-31
/proc/17907/task/17924/stat : 17924 (plingeling) R 17905 17907 17813 0 -1 4202560 6354 1242 0 0 1204 6 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17907/tid=17925] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17925/stat : 17925 (plingeling) R 17905 17907 17813 0 -1 4202560 4352 1242 0 0 1200 8 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17907/tid=17926] ppid=17905 vsize=1286492 CPUtime=12.09 cores=0-31
/proc/17907/task/17926/stat : 17926 (plingeling) R 17905 17907 17813 0 -1 4202560 4441 1242 0 0 1200 9 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236971 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=17907/tid=17927] ppid=17905 vsize=1286492 CPUtime=12.07 cores=0-31
/proc/17907/task/17927/stat : 17927 (plingeling) R 17905 17907 17813 0 -1 4202560 7359 1242 0 0 1197 10 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=17907/tid=17928] ppid=17905 vsize=1286492 CPUtime=12.09 cores=0-31
/proc/17907/task/17928/stat : 17928 (plingeling) R 17905 17907 17813 0 -1 4202560 6430 1242 0 0 1202 7 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17907/tid=17929] ppid=17905 vsize=1286492 CPUtime=12.06 cores=0-31
/proc/17907/task/17929/stat : 17929 (plingeling) R 17905 17907 17813 0 -1 4202560 9611 1242 0 0 1195 11 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17907/tid=17930] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17930/stat : 17930 (plingeling) R 17905 17907 17813 0 -1 4202560 6387 1242 0 0 1199 9 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=17907/tid=17931] ppid=17905 vsize=1286492 CPUtime=11.98 cores=0-31
/proc/17907/task/17931/stat : 17931 (plingeling) R 17905 17907 17813 0 -1 4202560 5437 1242 0 0 1192 6 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=17907/tid=17932] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17932/stat : 17932 (plingeling) R 17905 17907 17813 0 -1 4202560 3760 1242 0 0 1202 6 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=17907/tid=17933] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17933/stat : 17933 (plingeling) R 17905 17907 17813 0 -1 4202560 6240 1242 0 0 1199 9 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=17907/tid=17934] ppid=17905 vsize=1286492 CPUtime=12.05 cores=0-31
/proc/17907/task/17934/stat : 17934 (plingeling) R 17905 17907 17813 0 -1 4202560 4348 1242 0 0 1196 9 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=17907/tid=17935] ppid=17905 vsize=1286492 CPUtime=11.95 cores=0-31
/proc/17907/task/17935/stat : 17935 (plingeling) R 17905 17907 17813 0 -1 4202560 6562 1242 0 0 1192 3 0 0 25 0 33 0 666174871 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4357566 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=17907/tid=17936] ppid=17905 vsize=1286492 CPUtime=12.05 cores=0-31
/proc/17907/task/17936/stat : 17936 (plingeling) R 17905 17907 17813 0 -1 4202560 10491 1242 0 0 1196 9 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=17907/tid=17937] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17937/stat : 17937 (plingeling) R 17905 17907 17813 0 -1 4202560 6044 1242 0 0 1199 9 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=17907/tid=17938] ppid=17905 vsize=1286492 CPUtime=12.01 cores=0-31
/proc/17907/task/17938/stat : 17938 (plingeling) R 17905 17907 17813 0 -1 4202560 8813 1242 0 0 1191 10 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=17907/tid=17939] ppid=17905 vsize=1286492 CPUtime=12.04 cores=0-31
/proc/17907/task/17939/stat : 17939 (plingeling) R 17905 17907 17813 0 -1 4202560 4761 1242 0 0 1197 7 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=17907/tid=17940] ppid=17905 vsize=1286492 CPUtime=12.07 cores=0-31
/proc/17907/task/17940/stat : 17940 (plingeling) R 17905 17907 17813 0 -1 4202560 6245 1242 0 0 1198 9 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=17907/tid=17941] ppid=17905 vsize=1286492 CPUtime=12.13 cores=0-31
/proc/17907/task/17941/stat : 17941 (plingeling) R 17905 17907 17813 0 -1 4202560 4440 1242 0 0 1209 4 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=17907/tid=17942] ppid=17905 vsize=1286492 CPUtime=12.11 cores=0-31
/proc/17907/task/17942/stat : 17942 (plingeling) R 17905 17907 17813 0 -1 4202560 7074 1242 0 0 1205 6 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17907/tid=17943] ppid=17905 vsize=1286492 CPUtime=12.12 cores=0-31
/proc/17907/task/17943/stat : 17943 (plingeling) R 17905 17907 17813 0 -1 4202560 4512 1242 0 0 1208 4 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=17907/tid=17944] ppid=17905 vsize=1286492 CPUtime=12.14 cores=0-31
/proc/17907/task/17944/stat : 17944 (plingeling) R 17905 17907 17813 0 -1 4202560 5958 1242 0 0 1208 6 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=17907/tid=17945] ppid=17905 vsize=1286492 CPUtime=12.08 cores=0-31
/proc/17907/task/17945/stat : 17945 (plingeling) R 17905 17907 17813 0 -1 4202560 4478 1242 0 0 1199 9 0 0 25 0 33 0 666174872 1317367808 218244 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 399.92
Current children cumulated vsize (KiB) 1286492

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

[startup+28.7019 s]
/proc/loadavg: 23.05 22.58 18.30 33/446 17945
/proc/meminfo: memFree=254648888/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=1278072 CPUtime=502.2 cores=0-31
/proc/17907/stat : 17907 (plingeling) S 17905 17907 17813 0 -1 4202496 489258 1242 0 0 49895 325 0 0 18 0 33 0 666173541 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/17907/statm: 319518 216139 175 55 0 317404 0
[pid=17907/tid=17914] ppid=17905 vsize=1278072 CPUtime=15.28 cores=0-31
/proc/17907/task/17914/stat : 17914 (plingeling) R 17905 17907 17813 0 -1 4202560 8550 1242 0 0 1519 9 0 0 25 0 33 0 666174870 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4353508 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=17907/tid=17915] ppid=17905 vsize=1278072 CPUtime=15.34 cores=0-31
/proc/17907/task/17915/stat : 17915 (plingeling) R 17905 17907 17813 0 -1 4202560 7370 1242 0 0 1525 9 0 0 25 0 33 0 666174870 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364456 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17907/tid=17916] ppid=17905 vsize=1278072 CPUtime=15.36 cores=0-31
/proc/17907/task/17916/stat : 17916 (plingeling) R 17905 17907 17813 0 -1 4202560 4195 1242 0 0 1529 7 0 0 25 0 33 0 666174870 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364412 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=17907/tid=17917] ppid=17905 vsize=1278072 CPUtime=15.29 cores=0-31
/proc/17907/task/17917/stat : 17917 (plingeling) R 17905 17907 17813 0 -1 4202560 2637 1242 0 0 1521 8 0 0 25 0 33 0 666174870 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=17907/tid=17918] ppid=17905 vsize=1278072 CPUtime=15.31 cores=0-31
/proc/17907/task/17918/stat : 17918 (plingeling) R 17905 17907 17813 0 -1 4202560 4985 1242 0 0 1526 5 0 0 25 0 33 0 666174870 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17907/tid=17919] ppid=17905 vsize=1278072 CPUtime=15.25 cores=0-31
/proc/17907/task/17919/stat : 17919 (plingeling) R 17905 17907 17813 0 -1 4202560 10024 1242 0 0 1516 9 0 0 25 0 33 0 666174871 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=17907/tid=17920] ppid=17905 vsize=1278072 CPUtime=15.3 cores=0-31
/proc/17907/task/17920/stat : 17920 (plingeling) R 17905 17907 17813 0 -1 4202560 7332 1242 0 0 1522 8 0 0 25 0 33 0 666174871 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=17907/tid=17921] ppid=17905 vsize=1278072 CPUtime=15.28 cores=0-31
/proc/17907/task/17921/stat : 17921 (plingeling) R 17905 17907 17813 0 -1 4202560 6791 1242 0 0 1519 9 0 0 25 0 33 0 666174871 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=17907/tid=17922] ppid=17905 vsize=1278072 CPUtime=14.96 cores=0-31
/proc/17907/task/17922/stat : 17922 (plingeling) R 17905 17907 17813 0 -1 4202560 5854 1242 0 0 1488 8 0 0 25 0 33 0 666174871 1308745728 216139 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=17907/tid=17923] ppid=17905 vsize=1278072 CPUtime=15.3 cores=0-31

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

/proc/17907/task/17939/stat : 17939 (plingeling) R 17905 17907 17813 0 -1 4202560 4761 1242 0 0 1839 7 0 0 25 0 33 0 666174872 1311019008 217243 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=17907/tid=17940] ppid=17905 vsize=1280292 CPUtime=18.49 cores=0-31
/proc/17907/task/17940/stat : 17940 (plingeling) R 17905 17907 17813 0 -1 4202560 6245 1242 0 0 1840 9 0 0 25 0 33 0 666174872 1311019008 217243 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236895 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=17907/tid=17941] ppid=17905 vsize=1280292 CPUtime=18.55 cores=0-31
/proc/17907/task/17941/stat : 17941 (plingeling) R 17905 17907 17813 0 -1 4202560 4440 1242 0 0 1851 4 0 0 25 0 33 0 666174872 1311019008 217243 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=17907/tid=17942] ppid=17905 vsize=1280292 CPUtime=18.53 cores=0-31
/proc/17907/task/17942/stat : 17942 (plingeling) R 17905 17907 17813 0 -1 4202560 7074 1242 0 0 1847 6 0 0 25 0 33 0 666174872 1311019008 217243 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17907/tid=17943] ppid=17905 vsize=1280292 CPUtime=18.54 cores=0-31
/proc/17907/task/17943/stat : 17943 (plingeling) R 17905 17907 17813 0 -1 4202560 4512 1242 0 0 1850 4 0 0 25 0 33 0 666174872 1311019008 217243 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=17907/tid=17944] ppid=17905 vsize=1280292 CPUtime=18.56 cores=0-31
/proc/17907/task/17944/stat : 17944 (plingeling) R 17905 17907 17813 0 -1 4202560 5958 1242 0 0 1850 6 0 0 25 0 33 0 666174872 1311019008 217243 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=17907/tid=17945] ppid=17905 vsize=1280292 CPUtime=18.5 cores=0-31
/proc/17907/task/17945/stat : 17945 (plingeling) R 17905 17907 17813 0 -1 4202560 4478 1242 0 0 1841 9 0 0 25 0 33 0 666174872 1311019008 217243 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 605.14
Current children cumulated vsize (KiB) 1280292

[startup+32.302 s]
/proc/loadavg: 23.77 22.74 18.37 33/446 17945
/proc/meminfo: memFree=254649388/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=1282340 CPUtime=617.28 cores=0-31
/proc/17907/stat : 17907 (plingeling) S 17905 17907 17813 0 -1 4202496 490971 1242 0 0 61402 326 0 0 18 0 33 0 666173541 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/17907/statm: 320585 217430 175 55 0 318471 0
[pid=17907/tid=17914] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17914/stat : 17914 (plingeling) R 17905 17907 17813 0 -1 4202560 8550 1242 0 0 1879 9 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281855 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=17907/tid=17915] ppid=17905 vsize=1282340 CPUtime=18.94 cores=0-31
/proc/17907/task/17915/stat : 17915 (plingeling) R 17905 17907 17813 0 -1 4202560 7370 1242 0 0 1885 9 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365952 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17907/tid=17916] ppid=17905 vsize=1282340 CPUtime=18.96 cores=0-31
/proc/17907/task/17916/stat : 17916 (plingeling) R 17905 17907 17813 0 -1 4202560 4195 1242 0 0 1889 7 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4357003 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=17907/tid=17917] ppid=17905 vsize=1282340 CPUtime=18.89 cores=0-31
/proc/17907/task/17917/stat : 17917 (plingeling) R 17905 17907 17813 0 -1 4202560 2637 1242 0 0 1881 8 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=17907/tid=17918] ppid=17905 vsize=1282340 CPUtime=18.91 cores=0-31
/proc/17907/task/17918/stat : 17918 (plingeling) R 17905 17907 17813 0 -1 4202560 4985 1242 0 0 1886 5 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17907/tid=17919] ppid=17905 vsize=1282340 CPUtime=18.85 cores=0-31
/proc/17907/task/17919/stat : 17919 (plingeling) R 17905 17907 17813 0 -1 4202560 10024 1242 0 0 1876 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=17907/tid=17920] ppid=17905 vsize=1282340 CPUtime=18.9 cores=0-31
/proc/17907/task/17920/stat : 17920 (plingeling) R 17905 17907 17813 0 -1 4202560 7332 1242 0 0 1882 8 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=17907/tid=17921] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17921/stat : 17921 (plingeling) R 17905 17907 17813 0 -1 4202560 7015 1242 0 0 1879 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=17907/tid=17922] ppid=17905 vsize=1282340 CPUtime=18.47 cores=0-31
/proc/17907/task/17922/stat : 17922 (plingeling) R 17905 17907 17813 0 -1 4202560 6223 1242 0 0 1839 8 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=17907/tid=17923] ppid=17905 vsize=1282340 CPUtime=18.9 cores=0-31
/proc/17907/task/17923/stat : 17923 (plingeling) R 17905 17907 17813 0 -1 4202560 5401 1242 0 0 1881 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17907/tid=17924] ppid=17905 vsize=1282340 CPUtime=18.9 cores=0-31
/proc/17907/task/17924/stat : 17924 (plingeling) R 17905 17907 17813 0 -1 4202560 6354 1242 0 0 1884 6 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17907/tid=17925] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17925/stat : 17925 (plingeling) R 17905 17907 17813 0 -1 4202560 4352 1242 0 0 1880 8 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17907/tid=17926] ppid=17905 vsize=1282340 CPUtime=18.89 cores=0-31
/proc/17907/task/17926/stat : 17926 (plingeling) R 17905 17907 17813 0 -1 4202560 4999 1242 0 0 1880 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4237214 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=17907/tid=17927] ppid=17905 vsize=1282340 CPUtime=18.86 cores=0-31
/proc/17907/task/17927/stat : 17927 (plingeling) R 17905 17907 17813 0 -1 4202560 7359 1242 0 0 1876 10 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=17907/tid=17928] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17928/stat : 17928 (plingeling) R 17905 17907 17813 0 -1 4202560 6430 1242 0 0 1881 7 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17907/tid=17929] ppid=17905 vsize=1282340 CPUtime=18.86 cores=0-31
/proc/17907/task/17929/stat : 17929 (plingeling) R 17905 17907 17813 0 -1 4202560 9611 1242 0 0 1875 11 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17907/tid=17930] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17930/stat : 17930 (plingeling) R 17905 17907 17813 0 -1 4202560 6387 1242 0 0 1879 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=17907/tid=17931] ppid=17905 vsize=1282340 CPUtime=18.78 cores=0-31
/proc/17907/task/17931/stat : 17931 (plingeling) R 17905 17907 17813 0 -1 4202560 5437 1242 0 0 1872 6 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=17907/tid=17932] ppid=17905 vsize=1282340 CPUtime=18.87 cores=0-31
/proc/17907/task/17932/stat : 17932 (plingeling) R 17905 17907 17813 0 -1 4202560 3760 1242 0 0 1881 6 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=17907/tid=17933] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17933/stat : 17933 (plingeling) R 17905 17907 17813 0 -1 4202560 6240 1242 0 0 1879 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=17907/tid=17934] ppid=17905 vsize=1282340 CPUtime=18.85 cores=0-31
/proc/17907/task/17934/stat : 17934 (plingeling) R 17905 17907 17813 0 -1 4202560 4629 1242 0 0 1876 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=17907/tid=17935] ppid=17905 vsize=1282340 CPUtime=18.75 cores=0-31
/proc/17907/task/17935/stat : 17935 (plingeling) R 17905 17907 17813 0 -1 4202560 6562 1242 0 0 1872 3 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=17907/tid=17936] ppid=17905 vsize=1282340 CPUtime=18.85 cores=0-31
/proc/17907/task/17936/stat : 17936 (plingeling) R 17905 17907 17813 0 -1 4202560 10491 1242 0 0 1876 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=17907/tid=17937] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17937/stat : 17937 (plingeling) R 17905 17907 17813 0 -1 4202560 6044 1242 0 0 1879 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=17907/tid=17938] ppid=17905 vsize=1282340 CPUtime=18.81 cores=0-31
/proc/17907/task/17938/stat : 17938 (plingeling) R 17905 17907 17813 0 -1 4202560 8813 1242 0 0 1871 10 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=17907/tid=17939] ppid=17905 vsize=1282340 CPUtime=18.84 cores=0-31
/proc/17907/task/17939/stat : 17939 (plingeling) R 17905 17907 17813 0 -1 4202560 5017 1242 0 0 1877 7 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=17907/tid=17940] ppid=17905 vsize=1282340 CPUtime=18.87 cores=0-31
/proc/17907/task/17940/stat : 17940 (plingeling) R 17905 17907 17813 0 -1 4202560 6245 1242 0 0 1878 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=17907/tid=17941] ppid=17905 vsize=1282340 CPUtime=18.93 cores=0-31
/proc/17907/task/17941/stat : 17941 (plingeling) R 17905 17907 17813 0 -1 4202560 4440 1242 0 0 1889 4 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=17907/tid=17942] ppid=17905 vsize=1282340 CPUtime=18.91 cores=0-31
/proc/17907/task/17942/stat : 17942 (plingeling) R 17905 17907 17813 0 -1 4202560 7074 1242 0 0 1885 6 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17907/tid=17943] ppid=17905 vsize=1282340 CPUtime=18.92 cores=0-31
/proc/17907/task/17943/stat : 17943 (plingeling) R 17905 17907 17813 0 -1 4202560 4769 1242 0 0 1888 4 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4357065 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=17907/tid=17944] ppid=17905 vsize=1282340 CPUtime=18.94 cores=0-31
/proc/17907/task/17944/stat : 17944 (plingeling) R 17905 17907 17813 0 -1 4202560 5958 1242 0 0 1888 6 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365184 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=17907/tid=17945] ppid=17905 vsize=1282340 CPUtime=18.88 cores=0-31
/proc/17907/task/17945/stat : 17945 (plingeling) R 17905 17907 17813 0 -1 4202560 4478 1242 0 0 1879 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 617.28
Current children cumulated vsize (KiB) 1282340

[startup+32.702 s]
/proc/loadavg: 23.77 22.74 18.37 33/446 17945
/proc/meminfo: memFree=254649388/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=1282340 CPUtime=630.08 cores=0-31
/proc/17907/stat : 17907 (plingeling) S 17905 17907 17813 0 -1 4202496 490971 1242 0 0 62682 326 0 0 18 0 33 0 666173541 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/17907/statm: 320585 217430 175 55 0 318471 0
[pid=17907/tid=17914] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17914/stat : 17914 (plingeling) R 17905 17907 17813 0 -1 4202560 8550 1242 0 0 1919 9 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=17907/tid=17915] ppid=17905 vsize=1282340 CPUtime=19.34 cores=0-31
/proc/17907/task/17915/stat : 17915 (plingeling) R 17905 17907 17813 0 -1 4202560 7370 1242 0 0 1925 9 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17907/tid=17916] ppid=17905 vsize=1282340 CPUtime=19.36 cores=0-31
/proc/17907/task/17916/stat : 17916 (plingeling) R 17905 17907 17813 0 -1 4202560 4195 1242 0 0 1929 7 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365155 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=17907/tid=17917] ppid=17905 vsize=1282340 CPUtime=19.29 cores=0-31
/proc/17907/task/17917/stat : 17917 (plingeling) R 17905 17907 17813 0 -1 4202560 2637 1242 0 0 1921 8 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=17907/tid=17918] ppid=17905 vsize=1282340 CPUtime=19.31 cores=0-31
/proc/17907/task/17918/stat : 17918 (plingeling) R 17905 17907 17813 0 -1 4202560 4985 1242 0 0 1926 5 0 0 25 0 33 0 666174870 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17907/tid=17919] ppid=17905 vsize=1282340 CPUtime=19.25 cores=0-31
/proc/17907/task/17919/stat : 17919 (plingeling) R 17905 17907 17813 0 -1 4202560 10024 1242 0 0 1916 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=17907/tid=17920] ppid=17905 vsize=1282340 CPUtime=19.3 cores=0-31
/proc/17907/task/17920/stat : 17920 (plingeling) R 17905 17907 17813 0 -1 4202560 7332 1242 0 0 1922 8 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236845 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=17907/tid=17921] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17921/stat : 17921 (plingeling) R 17905 17907 17813 0 -1 4202560 7015 1242 0 0 1919 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=17907/tid=17922] ppid=17905 vsize=1282340 CPUtime=18.86 cores=0-31
/proc/17907/task/17922/stat : 17922 (plingeling) R 17905 17907 17813 0 -1 4202560 6223 1242 0 0 1878 8 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=17907/tid=17923] ppid=17905 vsize=1282340 CPUtime=19.3 cores=0-31
/proc/17907/task/17923/stat : 17923 (plingeling) R 17905 17907 17813 0 -1 4202560 5401 1242 0 0 1921 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17907/tid=17924] ppid=17905 vsize=1282340 CPUtime=19.3 cores=0-31
/proc/17907/task/17924/stat : 17924 (plingeling) R 17905 17907 17813 0 -1 4202560 6354 1242 0 0 1924 6 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17907/tid=17925] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17925/stat : 17925 (plingeling) R 17905 17907 17813 0 -1 4202560 4352 1242 0 0 1920 8 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17907/tid=17926] ppid=17905 vsize=1282340 CPUtime=19.29 cores=0-31
/proc/17907/task/17926/stat : 17926 (plingeling) R 17905 17907 17813 0 -1 4202560 4999 1242 0 0 1920 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=17907/tid=17927] ppid=17905 vsize=1282340 CPUtime=19.26 cores=0-31
/proc/17907/task/17927/stat : 17927 (plingeling) R 17905 17907 17813 0 -1 4202560 7359 1242 0 0 1916 10 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=17907/tid=17928] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17928/stat : 17928 (plingeling) R 17905 17907 17813 0 -1 4202560 6430 1242 0 0 1921 7 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17907/tid=17929] ppid=17905 vsize=1282340 CPUtime=19.26 cores=0-31
/proc/17907/task/17929/stat : 17929 (plingeling) R 17905 17907 17813 0 -1 4202560 9611 1242 0 0 1915 11 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4250452 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17907/tid=17930] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17930/stat : 17930 (plingeling) R 17905 17907 17813 0 -1 4202560 6387 1242 0 0 1919 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=17907/tid=17931] ppid=17905 vsize=1282340 CPUtime=19.18 cores=0-31
/proc/17907/task/17931/stat : 17931 (plingeling) R 17905 17907 17813 0 -1 4202560 5437 1242 0 0 1912 6 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=17907/tid=17932] ppid=17905 vsize=1282340 CPUtime=19.27 cores=0-31
/proc/17907/task/17932/stat : 17932 (plingeling) R 17905 17907 17813 0 -1 4202560 3760 1242 0 0 1921 6 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=17907/tid=17933] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17933/stat : 17933 (plingeling) R 17905 17907 17813 0 -1 4202560 6240 1242 0 0 1919 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364666 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=17907/tid=17934] ppid=17905 vsize=1282340 CPUtime=19.25 cores=0-31
/proc/17907/task/17934/stat : 17934 (plingeling) R 17905 17907 17813 0 -1 4202560 4629 1242 0 0 1916 9 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=17907/tid=17935] ppid=17905 vsize=1282340 CPUtime=19.15 cores=0-31
/proc/17907/task/17935/stat : 17935 (plingeling) R 17905 17907 17813 0 -1 4202560 6562 1242 0 0 1912 3 0 0 25 0 33 0 666174871 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=17907/tid=17936] ppid=17905 vsize=1282340 CPUtime=19.25 cores=0-31
/proc/17907/task/17936/stat : 17936 (plingeling) R 17905 17907 17813 0 -1 4202560 10491 1242 0 0 1916 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=17907/tid=17937] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17937/stat : 17937 (plingeling) R 17905 17907 17813 0 -1 4202560 6044 1242 0 0 1919 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=17907/tid=17938] ppid=17905 vsize=1282340 CPUtime=19.21 cores=0-31
/proc/17907/task/17938/stat : 17938 (plingeling) R 17905 17907 17813 0 -1 4202560 8813 1242 0 0 1911 10 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=17907/tid=17939] ppid=17905 vsize=1282340 CPUtime=19.24 cores=0-31
/proc/17907/task/17939/stat : 17939 (plingeling) R 17905 17907 17813 0 -1 4202560 5017 1242 0 0 1917 7 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=17907/tid=17940] ppid=17905 vsize=1282340 CPUtime=19.27 cores=0-31
/proc/17907/task/17940/stat : 17940 (plingeling) R 17905 17907 17813 0 -1 4202560 6245 1242 0 0 1918 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=17907/tid=17941] ppid=17905 vsize=1282340 CPUtime=19.33 cores=0-31
/proc/17907/task/17941/stat : 17941 (plingeling) R 17905 17907 17813 0 -1 4202560 4440 1242 0 0 1929 4 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=17907/tid=17942] ppid=17905 vsize=1282340 CPUtime=19.31 cores=0-31
/proc/17907/task/17942/stat : 17942 (plingeling) R 17905 17907 17813 0 -1 4202560 7074 1242 0 0 1925 6 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17907/tid=17943] ppid=17905 vsize=1282340 CPUtime=19.32 cores=0-31
/proc/17907/task/17943/stat : 17943 (plingeling) R 17905 17907 17813 0 -1 4202560 4769 1242 0 0 1928 4 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=17907/tid=17944] ppid=17905 vsize=1282340 CPUtime=19.34 cores=0-31
/proc/17907/task/17944/stat : 17944 (plingeling) R 17905 17907 17813 0 -1 4202560 5958 1242 0 0 1928 6 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=17907/tid=17945] ppid=17905 vsize=1282340 CPUtime=19.28 cores=0-31
/proc/17907/task/17945/stat : 17945 (plingeling) R 17905 17907 17813 0 -1 4202560 4478 1242 0 0 1919 9 0 0 25 0 33 0 666174872 1313116160 217430 268435456000 4194304 4417452 140735905375552 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 630.08
Current children cumulated vsize (KiB) 1282340

[startup+32.8021 s]
/proc/loadavg: 23.77 22.74 18.37 33/446 17945
/proc/meminfo: memFree=254649388/264257624 swapFree=67111528/67111528
[pid=17907] ppid=17905 vsize=495168 CPUtime=631.05 cores=0-31
/proc/17907/stat : 17907 (plingeling) R 17905 17907 17813 0 -1 4202496 490972 1242 0 0 62774 331 0 0 17 0 1 0 666173541 507052032 56261 268435456000 4194304 4417452 140735905375552 18446744073709551615 258650999159 0 0 4096 0 0 0 0 17 24 0 0 0
/proc/17907/statm: 121709 55895 176 55 0 119595 0
Current children cumulated CPU time (s) 631.05
Current children cumulated vsize (KiB) 495168

Child status: 20
Real time (s): 32.8247
CPU time (s): 631.091
CPU user time (s): 627.748
CPU system time (s): 3.34349
CPU usage (%): 1922.61
Max. virtual memory (cumulated for all children) (KiB): 1697960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.748
system time used= 3.34349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492218
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= 4422
involuntary context switches= 1613

runsolver used 0.239963 second user time and 0.777881 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-16 13:54:31
IDJOB=3372297
IDBENCH=71003
IDSOLVER=1852
FILE ID=node200/3372297-1305546870
RUNJOBID= node200-1305546782-17827
PBS_JOBID= 13285544
Free space on /tmp= 62040 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372297-1305546870/watcher-3372297-1305546870 -o /tmp/evaluation-result-3372297-1305546870/solver-3372297-1305546870 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372297-1305546870.cnf

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=1889584845

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:      255533652 kB
Buffers:        444264 kB
Cached:        7874284 kB
SwapCached:          0 kB
Active:        7399720 kB
Inactive:       987716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255533652 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11388 kB
Writeback:           0 kB
AnonPages:       68632 kB
Mapped:          14536 kB
Slab:           251220 kB
PageTables:       3776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   200400 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= 62040 MiB
End job on node200 at 2011-05-16 13:55:04