Trace number 3372315

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 11502.2 387.329

General information on the benchmark

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

Solver Data

11502.18/387.32	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-3372315-1305549531/watcher-3372315-1305549531 -o /tmp/evaluation-result-3372315-1305549531/solver-3372315-1305549531 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372315-1305549531.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: 29.48 31.50 30.80 1/413 18395
/proc/meminfo: memFree=255518812/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=35116 CPUtime=0.03 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 6837 1240 0 0 2 1 0 0 24 0 1 0 666439660 35958784 6769 268435456000 4194304 4417452 140736799566800 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/18395/statm: 8779 6784 145 55 0 6665 0

[startup+0.050635 s]
/proc/loadavg: 29.48 31.50 30.80 1/413 18395
/proc/meminfo: memFree=255518812/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=47408 CPUtime=0.03 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 9926 1240 0 0 2 1 0 0 24 0 1 0 666439660 48545792 9857 268435456000 4194304 4417452 140736799566800 18446744073709551615 4264945 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/18395/statm: 11852 9857 145 55 0 9738 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 47408

[startup+0.100642 s]
/proc/loadavg: 29.48 31.50 30.80 1/413 18395
/proc/meminfo: memFree=255518812/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=83764 CPUtime=0.09 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 19006 1240 0 0 6 3 0 0 24 0 1 0 666439660 85774336 18937 268435456000 4194304 4417452 140736799566800 18446744073709551615 4227769 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/18395/statm: 20941 18937 145 55 0 18827 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83764

[startup+0.300666 s]
/proc/loadavg: 29.48 31.50 30.80 1/413 18395
/proc/meminfo: memFree=255518812/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=160824 CPUtime=0.28 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 38263 1240 0 0 21 7 0 0 25 0 1 0 666439660 164683776 38194 268435456000 4194304 4417452 140736799566800 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/18395/statm: 40206 38194 145 55 0 38092 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 160824

[startup+0.700662 s]
/proc/loadavg: 29.48 31.50 30.80 1/413 18395
/proc/meminfo: memFree=255518812/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=191488 CPUtime=0.69 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 45945 1240 0 0 59 10 0 0 25 0 1 0 666439660 196083712 45876 268435456000 4194304 4417452 140736799566800 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/18395/statm: 47872 45876 145 55 0 45758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 191488

[startup+1.50069 s]
/proc/loadavg: 27.20 30.99 30.64 2/414 18402
/proc/meminfo: memFree=255286420/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=329244 CPUtime=1.48 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 80254 1240 0 0 131 17 0 0 25 0 1 0 666439660 337145856 80185 268435456000 4194304 4417452 140736799566800 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 17 20 0 0 0
/proc/18395/statm: 82311 80203 145 55 0 80197 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 329244

[startup+3.10075 s]
/proc/loadavg: 27.20 30.99 30.64 2/414 18402
/proc/meminfo: memFree=255190516/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=452648 CPUtime=3.09 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 111336 1240 0 0 285 24 0 0 25 0 1 0 666439660 463511552 111182 268435456000 4194304 4417452 140736799566800 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 20 0 0 0
/proc/18395/statm: 113162 111182 145 55 0 111048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 452648

[startup+6.30086 s]
/proc/loadavg: 25.10 30.49 30.48 2/414 18402
/proc/meminfo: memFree=254774496/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=751584 CPUtime=6.29 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 186230 1240 0 0 591 38 0 0 25 0 1 0 666439660 769622016 185916 268435456000 4194304 4417452 140736799566800 18446744073709551615 4262049 0 0 4096 17442 0 0 0 17 20 0 0 0
/proc/18395/statm: 187896 185916 145 55 0 185782 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 751584

[startup+12.7011 s]
/proc/loadavg: 23.17 30.00 30.32 2/414 18402
/proc/meminfo: memFree=254586652/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=940504 CPUtime=12.69 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 233725 1240 0 0 1222 47 0 0 25 0 1 0 666439660 963076096 233147 268435456000 4194304 4417452 140736799566800 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 20 0 0 0
/proc/18395/statm: 235126 233147 146 55 0 233012 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 940504

[startup+25.5005 s]
/proc/loadavg: 19.91 29.08 30.02 2/414 18404
/proc/meminfo: memFree=253791984/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=1735892 CPUtime=25.48 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 432588 1240 0 0 2463 85 0 0 25 0 1 0 666439660 1777553408 431994 268435456000 4194304 4417452 140736799566800 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 20 0 0 0
/proc/18395/statm: 433973 431994 146 55 0 431859 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1735892

[startup+51.1023 s]
/proc/loadavg: 23.04 28.89 29.92 33/446 18436
/proc/meminfo: memFree=253400032/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=2753312 CPUtime=773.95 cores=0-31
/proc/18395/stat : 18395 (plingeling) S 18393 18395 18369 0 -1 4202496 903755 1240 0 0 76861 534 0 0 18 0 33 0 666439660 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 20 0 0 0
/proc/18395/statm: 688328 524807 175 55 0 686214 0
[pid=18395/tid=18405] ppid=18393 vsize=2753312 CPUtime=23.38 cores=0-31
/proc/18395/task/18405/stat : 18405 (plingeling) R 18393 18395 18369 0 -1 4202560 14911 1240 0 0 2327 11 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=18395/tid=18406] ppid=18393 vsize=2753312 CPUtime=23.41 cores=0-31
/proc/18395/task/18406/stat : 18406 (plingeling) R 18393 18395 18369 0 -1 4202560 9754 1240 0 0 2325 16 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18395/tid=18407] ppid=18393 vsize=2753312 CPUtime=23.39 cores=0-31
/proc/18395/task/18407/stat : 18407 (plingeling) R 18393 18395 18369 0 -1 4202560 7744 1240 0 0 2325 14 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18395/tid=18408] ppid=18393 vsize=2753312 CPUtime=23.39 cores=0-31
/proc/18395/task/18408/stat : 18408 (plingeling) R 18393 18395 18369 0 -1 4202560 4893 1240 0 0 2329 10 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=18395/tid=18409] ppid=18393 vsize=2753312 CPUtime=23.33 cores=0-31
/proc/18395/task/18409/stat : 18409 (plingeling) R 18393 18395 18369 0 -1 4202560 10147 1240 0 0 2322 11 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=18395/tid=18410] ppid=18393 vsize=2753312 CPUtime=23.28 cores=0-31
/proc/18395/task/18410/stat : 18410 (plingeling) R 18393 18395 18369 0 -1 4202560 15347 1240 0 0 2310 18 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=18395/tid=18411] ppid=18393 vsize=2753312 CPUtime=23.33 cores=0-31
/proc/18395/task/18411/stat : 18411 (plingeling) R 18393 18395 18369 0 -1 4202560 20640 1240 0 0 2318 15 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=18395/tid=18412] ppid=18393 vsize=2753312 CPUtime=23.35 cores=0-31
/proc/18395/task/18412/stat : 18412 (plingeling) R 18393 18395 18369 0 -1 4202560 10375 1240 0 0 2324 11 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=18395/tid=18413] ppid=18393 vsize=2753312 CPUtime=23.39 cores=0-31
/proc/18395/task/18413/stat : 18413 (plingeling) R 18393 18395 18369 0 -1 4202560 14754 1240 0 0 2321 18 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18395/tid=18414] ppid=18393 vsize=2753312 CPUtime=22.91 cores=0-31
/proc/18395/task/18414/stat : 18414 (plingeling) R 18393 18395 18369 0 -1 4202560 18410 1240 0 0 2271 20 0 0 25 0 33 0 666442417 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4232326 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=18395/tid=18415] ppid=18393 vsize=2753312 CPUtime=23.4 cores=0-31
/proc/18395/task/18415/stat : 18415 (plingeling) R 18393 18395 18369 0 -1 4202560 11044 1240 0 0 2334 6 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=18395/tid=18416] ppid=18393 vsize=2753312 CPUtime=23.3 cores=0-31
/proc/18395/task/18416/stat : 18416 (plingeling) R 18393 18395 18369 0 -1 4202560 16204 1240 0 0 2318 12 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18395/tid=18417] ppid=18393 vsize=2753312 CPUtime=23.32 cores=0-31
/proc/18395/task/18417/stat : 18417 (plingeling) R 18393 18395 18369 0 -1 4202560 15482 1240 0 0 2317 15 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18395/tid=18418] ppid=18393 vsize=2753312 CPUtime=23.33 cores=0-31
/proc/18395/task/18418/stat : 18418 (plingeling) R 18393 18395 18369 0 -1 4202560 13286 1240 0 0 2319 14 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=18395/tid=18419] ppid=18393 vsize=2753312 CPUtime=23.37 cores=0-31
/proc/18395/task/18419/stat : 18419 (plingeling) R 18393 18395 18369 0 -1 4202560 23674 1240 0 0 2321 16 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=18395/tid=18420] ppid=18393 vsize=2753312 CPUtime=22.99 cores=0-31
/proc/18395/task/18420/stat : 18420 (plingeling) R 18393 18395 18369 0 -1 4202560 17906 1240 0 0 2287 12 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265496 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18395/tid=18421] ppid=18393 vsize=2753312 CPUtime=23.18 cores=0-31
/proc/18395/task/18421/stat : 18421 (plingeling) R 18393 18395 18369 0 -1 4202560 20446 1240 0 0 2307 11 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=18395/tid=18422] ppid=18393 vsize=2753312 CPUtime=23.36 cores=0-31
/proc/18395/task/18422/stat : 18422 (plingeling) R 18393 18395 18369 0 -1 4202560 16899 1240 0 0 2317 19 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=18395/tid=18423] ppid=18393 vsize=2753312 CPUtime=23.42 cores=0-31
/proc/18395/task/18423/stat : 18423 (plingeling) R 18393 18395 18369 0 -1 4202560 8216 1240 0 0 2335 7 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=18395/tid=18424] ppid=18393 vsize=2753312 CPUtime=23.37 cores=0-31
/proc/18395/task/18424/stat : 18424 (plingeling) R 18393 18395 18369 0 -1 4202560 15701 1240 0 0 2323 14 0 0 25 0 33 0 666442418 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=18395/tid=18425] ppid=18393 vsize=2753312 CPUtime=23.29 cores=0-31
/proc/18395/task/18425/stat : 18425 (plingeling) R 18393 18395 18369 0 -1 4202560 17051 1240 0 0 2312 17 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=18395/tid=18426] ppid=18393 vsize=2753312 CPUtime=23.37 cores=0-31
/proc/18395/task/18426/stat : 18426 (plingeling) R 18393 18395 18369 0 -1 4202560 14670 1240 0 0 2325 12 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4264888 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=18395/tid=18427] ppid=18393 vsize=2753312 CPUtime=23.38 cores=0-31
/proc/18395/task/18427/stat : 18427 (plingeling) R 18393 18395 18369 0 -1 4202560 8935 1240 0 0 2324 14 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281907 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=18395/tid=18428] ppid=18393 vsize=2753312 CPUtime=23.28 cores=0-31
/proc/18395/task/18428/stat : 18428 (plingeling) R 18393 18395 18369 0 -1 4202560 9707 1240 0 0 2317 11 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18395/tid=18429] ppid=18393 vsize=2753312 CPUtime=23.26 cores=0-31
/proc/18395/task/18429/stat : 18429 (plingeling) R 18393 18395 18369 0 -1 4202560 15444 1240 0 0 2309 17 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=18395/tid=18430] ppid=18393 vsize=2753312 CPUtime=23.38 cores=0-31
/proc/18395/task/18430/stat : 18430 (plingeling) R 18393 18395 18369 0 -1 4202560 14869 1240 0 0 2322 16 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265383 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18395/tid=18431] ppid=18393 vsize=2753312 CPUtime=23.2 cores=0-31
/proc/18395/task/18431/stat : 18431 (plingeling) R 18393 18395 18369 0 -1 4202560 15583 1240 0 0 2310 10 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=18395/tid=18432] ppid=18393 vsize=2753312 CPUtime=23.33 cores=0-31
/proc/18395/task/18432/stat : 18432 (plingeling) R 18393 18395 18369 0 -1 4202560 21702 1240 0 0 2318 15 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4245592 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=18395/tid=18433] ppid=18393 vsize=2753312 CPUtime=23.33 cores=0-31
/proc/18395/task/18433/stat : 18433 (plingeling) R 18393 18395 18369 0 -1 4202560 12438 1240 0 0 2325 8 0 0 25 0 33 0 666442419 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=18395/tid=18434] ppid=18393 vsize=2753312 CPUtime=23.32 cores=0-31
/proc/18395/task/18434/stat : 18434 (plingeling) R 18393 18395 18369 0 -1 4202560 20399 1240 0 0 2317 15 0 0 25 0 33 0 666442420 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=18395/tid=18435] ppid=18393 vsize=2753312 CPUtime=23.37 cores=0-31
/proc/18395/task/18435/stat : 18435 (plingeling) R 18393 18395 18369 0 -1 4202560 19612 1240 0 0 2324 13 0 0 25 0 33 0 666442420 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=18395/tid=18436] ppid=18393 vsize=2753312 CPUtime=23.38 cores=0-31
/proc/18395/task/18436/stat : 18436 (plingeling) R 18393 18395 18369 0 -1 4202560 14885 1240 0 0 2325 13 0 0 25 0 33 0 666442420 2819391488 524807 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 773.95
Current children cumulated vsize (KiB) 2753312

[startup+102.322 s]
/proc/loadavg: 28.21 29.39 30.04 33/446 18438
/proc/meminfo: memFree=253807756/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=2294584 CPUtime=2411.03 cores=0-31
/proc/18395/stat : 18395 (plingeling) S 18393 18395 18369 0 -1 4202496 940632 1240 0 0 240552 551 0 0 18 0 33 0 666439660 2349654016 422812 268435456000 4194304 4417452 140736799566800 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 20 0 0 0
/proc/18395/statm: 573646 422812 175 55 0 571532 0
[pid=18395/tid=18405] ppid=18393 vsize=2294584 CPUtime=74.56 cores=0-31
/proc/18395/task/18405/stat : 18405 (plingeling) R 18393 18395 18369 0 -1 4202560 15401 1240 0 0 7444 12 0 0 25 0 33 0 666442417 2349654016 422812 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=18395/tid=18406] ppid=18393 vsize=2294584 CPUtime=74.61 cores=0-31
/proc/18395/task/18406/stat : 18406 (plingeling) R 18393 18395 18369 0 -1 4202560 9817 1240 0 0 7445 16 0 0 25 0 33 0 666442417 2349654016 422812 268435456000 4194304 4417452 140736799566800 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18395/tid=18407] ppid=18393 vsize=2294584 CPUtime=74.59 cores=0-31
/proc/18395/task/18407/stat : 18407 (plingeling) R 18393 18395 18369 0 -1 4202560 9429 1240 0 0 7445 14 0 0 25 0 33 0 666442417 2349654016 422812 268435456000 4194304 4417452 140736799566800 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18395/tid=18408] ppid=18393 vsize=2294584 CPUtime=74.6 cores=0-31
/proc/18395/task/18408/stat : 18408 (plingeling) R 18393 18395 18369 0 -1 4202560 4893 1240 0 0 7450 10 0 0 25 0 33 0 666442417 2349654016 422812 268435456000 4194304 4417452 140736799566800 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=18395/tid=18409] ppid=18393 vsize=2294584 CPUtime=74.54 cores=0-31
/proc/18395/task/18409/stat : 18409 (plingeling) R 18393 18395 18369 0 -1 4202560 11747 1240 0 0 7442 12 0 0 25 0 33 0 666442417 2349654016 422812 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=18395/tid=18410] ppid=18393 vsize=2294584 CPUtime=74.48 cores=0-31
/proc/18395/task/18410/stat : 18410 (plingeling) R 18393 18395 18369 0 -1 4202560 15418 1240 0 0 7430 18 0 0 25 0 33 0 666442417 2349654016 422812 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 9 0 0 0

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

[pid=18395/tid=18435] ppid=18393 vsize=2975960 CPUtime=355.08 cores=0-31
/proc/18395/task/18435/stat : 18435 (plingeling) R 18393 18395 18369 0 -1 4202560 29530 1240 0 0 35493 15 0 0 25 0 33 0 666442420 3047383040 591315 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=18395/tid=18436] ppid=18393 vsize=2975960 CPUtime=356.07 cores=0-31
/proc/18395/task/18436/stat : 18436 (plingeling) R 18393 18395 18369 0 -1 4202560 33741 1240 0 0 35588 19 0 0 25 0 33 0 666442420 3047383040 591322 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 11411.2
Current children cumulated vsize (KiB) 2975960

[startup+385.502 s]
/proc/loadavg: 32.04 31.04 30.57 33/446 18444
/proc/meminfo: memFree=253140972/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=2975968 CPUtime=11461.8 cores=0-31
/proc/18395/stat : 18395 (plingeling) S 18393 18395 18369 0 -1 4202496 1504840 1240 0 0 1145475 701 0 0 18 0 33 0 666439660 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 20 0 0 0
/proc/18395/statm: 743992 591070 175 55 0 741878 0
[pid=18395/tid=18405] ppid=18393 vsize=2975968 CPUtime=357.51 cores=0-31
/proc/18395/task/18405/stat : 18405 (plingeling) R 18393 18395 18369 0 -1 4202560 33744 1240 0 0 35730 21 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4283136 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=18395/tid=18406] ppid=18393 vsize=2975968 CPUtime=357.72 cores=0-31
/proc/18395/task/18406/stat : 18406 (plingeling) R 18393 18395 18369 0 -1 4202560 41303 1240 0 0 35748 24 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18395/tid=18407] ppid=18393 vsize=2975968 CPUtime=357.68 cores=0-31
/proc/18395/task/18407/stat : 18407 (plingeling) R 18393 18395 18369 0 -1 4202560 23558 1240 0 0 35748 20 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18395/tid=18408] ppid=18393 vsize=2975968 CPUtime=357.67 cores=0-31
/proc/18395/task/18408/stat : 18408 (plingeling) R 18393 18395 18369 0 -1 4202560 27794 1240 0 0 35752 15 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=18395/tid=18409] ppid=18393 vsize=2975968 CPUtime=357.61 cores=0-31
/proc/18395/task/18409/stat : 18409 (plingeling) R 18393 18395 18369 0 -1 4202560 33096 1240 0 0 35745 16 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=18395/tid=18410] ppid=18393 vsize=2975968 CPUtime=357.57 cores=0-31
/proc/18395/task/18410/stat : 18410 (plingeling) R 18393 18395 18369 0 -1 4202560 35501 1240 0 0 35732 25 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=18395/tid=18411] ppid=18393 vsize=2975968 CPUtime=357.62 cores=0-31
/proc/18395/task/18411/stat : 18411 (plingeling) R 18393 18395 18369 0 -1 4202560 43617 1240 0 0 35741 21 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4275814 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=18395/tid=18412] ppid=18393 vsize=2975968 CPUtime=357.64 cores=0-31
/proc/18395/task/18412/stat : 18412 (plingeling) R 18393 18395 18369 0 -1 4202560 25736 1240 0 0 35748 16 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=18395/tid=18413] ppid=18393 vsize=2975968 CPUtime=357.71 cores=0-31
/proc/18395/task/18413/stat : 18413 (plingeling) R 18393 18395 18369 0 -1 4202560 67566 1240 0 0 35741 30 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18395/tid=18414] ppid=18393 vsize=2975968 CPUtime=356.6 cores=0-31
/proc/18395/task/18414/stat : 18414 (plingeling) R 18393 18395 18369 0 -1 4202560 28918 1240 0 0 35638 22 0 0 25 0 33 0 666442417 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=18395/tid=18415] ppid=18393 vsize=2975968 CPUtime=357.18 cores=0-31
/proc/18395/task/18415/stat : 18415 (plingeling) R 18393 18395 18369 0 -1 4202560 35569 1240 0 0 35705 13 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=18395/tid=18416] ppid=18393 vsize=2975968 CPUtime=357.63 cores=0-31
/proc/18395/task/18416/stat : 18416 (plingeling) R 18393 18395 18369 0 -1 4202560 21284 1240 0 0 35750 13 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18395/tid=18417] ppid=18393 vsize=2975968 CPUtime=355.62 cores=0-31
/proc/18395/task/18417/stat : 18417 (plingeling) R 18393 18395 18369 0 -1 4202560 38161 1240 0 0 35541 21 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=18395/tid=18418] ppid=18393 vsize=2975968 CPUtime=357.61 cores=0-31
/proc/18395/task/18418/stat : 18418 (plingeling) R 18393 18395 18369 0 -1 4202560 23061 1240 0 0 35745 16 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=18395/tid=18419] ppid=18393 vsize=2975968 CPUtime=357.7 cores=0-31
/proc/18395/task/18419/stat : 18419 (plingeling) R 18393 18395 18369 0 -1 4202560 32912 1240 0 0 35752 18 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=18395/tid=18420] ppid=18393 vsize=2975968 CPUtime=357.33 cores=0-31
/proc/18395/task/18420/stat : 18420 (plingeling) R 18393 18395 18369 0 -1 4202560 22994 1240 0 0 35719 14 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4275894 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18395/tid=18421] ppid=18393 vsize=2975968 CPUtime=356.88 cores=0-31
/proc/18395/task/18421/stat : 18421 (plingeling) R 18393 18395 18369 0 -1 4202560 37699 1240 0 0 35672 16 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18395/tid=18422] ppid=18393 vsize=2975968 CPUtime=357.67 cores=0-31
/proc/18395/task/18422/stat : 18422 (plingeling) R 18393 18395 18369 0 -1 4202560 36989 1240 0 0 35743 24 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=18395/tid=18423] ppid=18393 vsize=2975968 CPUtime=357.71 cores=0-31
/proc/18395/task/18423/stat : 18423 (plingeling) R 18393 18395 18369 0 -1 4202560 25603 1240 0 0 35757 14 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=18395/tid=18424] ppid=18393 vsize=2975968 CPUtime=357.66 cores=0-31
/proc/18395/task/18424/stat : 18424 (plingeling) R 18393 18395 18369 0 -1 4202560 32046 1240 0 0 35747 19 0 0 25 0 33 0 666442418 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4307420 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=18395/tid=18425] ppid=18393 vsize=2975968 CPUtime=357.57 cores=0-31
/proc/18395/task/18425/stat : 18425 (plingeling) R 18393 18395 18369 0 -1 4202560 35133 1240 0 0 35735 22 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=18395/tid=18426] ppid=18393 vsize=2975968 CPUtime=357.71 cores=0-31
/proc/18395/task/18426/stat : 18426 (plingeling) R 18393 18395 18369 0 -1 4202560 27963 1240 0 0 35755 16 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=18395/tid=18427] ppid=18393 vsize=2975968 CPUtime=357.65 cores=0-31
/proc/18395/task/18427/stat : 18427 (plingeling) R 18393 18395 18369 0 -1 4202560 19395 1240 0 0 35748 17 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4354244 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=18395/tid=18428] ppid=18393 vsize=2975968 CPUtime=357.51 cores=0-31
/proc/18395/task/18428/stat : 18428 (plingeling) R 18393 18395 18369 0 -1 4202560 54114 1240 0 0 35729 22 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4356843 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18395/tid=18429] ppid=18393 vsize=2975968 CPUtime=357.55 cores=0-31
/proc/18395/task/18429/stat : 18429 (plingeling) R 18393 18395 18369 0 -1 4202560 37022 1240 0 0 35733 22 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236630 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=18395/tid=18430] ppid=18393 vsize=2975968 CPUtime=357.66 cores=0-31
/proc/18395/task/18430/stat : 18430 (plingeling) R 18393 18395 18369 0 -1 4202560 39761 1240 0 0 35744 22 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18395/tid=18431] ppid=18393 vsize=2975968 CPUtime=354.74 cores=0-31
/proc/18395/task/18431/stat : 18431 (plingeling) R 18393 18395 18369 0 -1 4202560 32459 1240 0 0 35460 14 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=18395/tid=18432] ppid=18393 vsize=2975968 CPUtime=357.67 cores=0-31
/proc/18395/task/18432/stat : 18432 (plingeling) R 18393 18395 18369 0 -1 4202560 26799 1240 0 0 35751 16 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=18395/tid=18433] ppid=18393 vsize=2975968 CPUtime=355.55 cores=0-31
/proc/18395/task/18433/stat : 18433 (plingeling) R 18393 18395 18369 0 -1 4202560 30799 1240 0 0 35542 13 0 0 25 0 33 0 666442419 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236574 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=18395/tid=18434] ppid=18393 vsize=2975968 CPUtime=357.61 cores=0-31
/proc/18395/task/18434/stat : 18434 (plingeling) R 18393 18395 18369 0 -1 4202560 38346 1240 0 0 35740 21 0 0 25 0 33 0 666442420 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=18395/tid=18435] ppid=18393 vsize=2975968 CPUtime=356.66 cores=0-31
/proc/18395/task/18435/stat : 18435 (plingeling) R 18393 18395 18369 0 -1 4202560 29530 1240 0 0 35651 15 0 0 25 0 33 0 666442420 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=18395/tid=18436] ppid=18393 vsize=2975968 CPUtime=357.65 cores=0-31
/proc/18395/task/18436/stat : 18436 (plingeling) R 18393 18395 18369 0 -1 4202560 33741 1240 0 0 35746 19 0 0 25 0 33 0 666442420 3047391232 591070 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 11461.8
Current children cumulated vsize (KiB) 2975968

[startup+386.302 s]
/proc/loadavg: 32.04 31.05 30.58 33/446 18444
/proc/meminfo: memFree=253165384/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=2959576 CPUtime=11487.3 cores=0-31
/proc/18395/stat : 18395 (plingeling) S 18393 18395 18369 0 -1 4202496 1505597 1240 0 0 1148031 701 0 0 18 0 33 0 666439660 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 20 0 0 0
/proc/18395/statm: 739894 586389 175 55 0 737780 0
[pid=18395/tid=18405] ppid=18393 vsize=2959576 CPUtime=358.31 cores=0-31
/proc/18395/task/18405/stat : 18405 (plingeling) R 18393 18395 18369 0 -1 4202560 33744 1240 0 0 35810 21 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4307551 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=18395/tid=18406] ppid=18393 vsize=2959576 CPUtime=358.52 cores=0-31
/proc/18395/task/18406/stat : 18406 (plingeling) R 18393 18395 18369 0 -1 4202560 41303 1240 0 0 35828 24 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18395/tid=18407] ppid=18393 vsize=2959576 CPUtime=358.48 cores=0-31
/proc/18395/task/18407/stat : 18407 (plingeling) R 18393 18395 18369 0 -1 4202560 23558 1240 0 0 35828 20 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18395/tid=18408] ppid=18393 vsize=2959576 CPUtime=358.47 cores=0-31
/proc/18395/task/18408/stat : 18408 (plingeling) R 18393 18395 18369 0 -1 4202560 27794 1240 0 0 35832 15 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4365188 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=18395/tid=18409] ppid=18393 vsize=2959576 CPUtime=358.41 cores=0-31
/proc/18395/task/18409/stat : 18409 (plingeling) R 18393 18395 18369 0 -1 4202560 33096 1240 0 0 35825 16 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=18395/tid=18410] ppid=18393 vsize=2959576 CPUtime=358.37 cores=0-31
/proc/18395/task/18410/stat : 18410 (plingeling) R 18393 18395 18369 0 -1 4202560 35501 1240 0 0 35812 25 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=18395/tid=18411] ppid=18393 vsize=2959576 CPUtime=358.42 cores=0-31
/proc/18395/task/18411/stat : 18411 (plingeling) R 18393 18395 18369 0 -1 4202560 43617 1240 0 0 35821 21 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4277540 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=18395/tid=18412] ppid=18393 vsize=2959576 CPUtime=358.43 cores=0-31
/proc/18395/task/18412/stat : 18412 (plingeling) R 18393 18395 18369 0 -1 4202560 25736 1240 0 0 35827 16 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4366657 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=18395/tid=18413] ppid=18393 vsize=2959576 CPUtime=358.51 cores=0-31
/proc/18395/task/18413/stat : 18413 (plingeling) R 18393 18395 18369 0 -1 4202560 67566 1240 0 0 35821 30 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18395/tid=18414] ppid=18393 vsize=2959576 CPUtime=357.4 cores=0-31
/proc/18395/task/18414/stat : 18414 (plingeling) R 18393 18395 18369 0 -1 4202560 28918 1240 0 0 35718 22 0 0 25 0 33 0 666442417 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=18395/tid=18415] ppid=18393 vsize=2959576 CPUtime=357.98 cores=0-31
/proc/18395/task/18415/stat : 18415 (plingeling) R 18393 18395 18369 0 -1 4202560 35569 1240 0 0 35785 13 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=18395/tid=18416] ppid=18393 vsize=2959576 CPUtime=358.43 cores=0-31
/proc/18395/task/18416/stat : 18416 (plingeling) R 18393 18395 18369 0 -1 4202560 21284 1240 0 0 35830 13 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4321595 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18395/tid=18417] ppid=18393 vsize=2959576 CPUtime=356.42 cores=0-31
/proc/18395/task/18417/stat : 18417 (plingeling) R 18393 18395 18369 0 -1 4202560 38161 1240 0 0 35621 21 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=18395/tid=18418] ppid=18393 vsize=2959576 CPUtime=358.41 cores=0-31
/proc/18395/task/18418/stat : 18418 (plingeling) R 18393 18395 18369 0 -1 4202560 23061 1240 0 0 35825 16 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=18395/tid=18419] ppid=18393 vsize=2959576 CPUtime=358.5 cores=0-31
/proc/18395/task/18419/stat : 18419 (plingeling) R 18393 18395 18369 0 -1 4202560 32912 1240 0 0 35832 18 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=18395/tid=18420] ppid=18393 vsize=2959576 CPUtime=358.13 cores=0-31
/proc/18395/task/18420/stat : 18420 (plingeling) R 18393 18395 18369 0 -1 4202560 22994 1240 0 0 35799 14 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4275950 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18395/tid=18421] ppid=18393 vsize=2959576 CPUtime=357.68 cores=0-31
/proc/18395/task/18421/stat : 18421 (plingeling) R 18393 18395 18369 0 -1 4202560 37699 1240 0 0 35752 16 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18395/tid=18422] ppid=18393 vsize=2959576 CPUtime=358.47 cores=0-31
/proc/18395/task/18422/stat : 18422 (plingeling) R 18393 18395 18369 0 -1 4202560 36989 1240 0 0 35823 24 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=18395/tid=18423] ppid=18393 vsize=2959576 CPUtime=358.51 cores=0-31
/proc/18395/task/18423/stat : 18423 (plingeling) R 18393 18395 18369 0 -1 4202560 25603 1240 0 0 35837 14 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=18395/tid=18424] ppid=18393 vsize=2959576 CPUtime=358.46 cores=0-31
/proc/18395/task/18424/stat : 18424 (plingeling) R 18393 18395 18369 0 -1 4202560 32046 1240 0 0 35827 19 0 0 25 0 33 0 666442418 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=18395/tid=18425] ppid=18393 vsize=2959576 CPUtime=358.37 cores=0-31
/proc/18395/task/18425/stat : 18425 (plingeling) R 18393 18395 18369 0 -1 4202560 35133 1240 0 0 35815 22 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=18395/tid=18426] ppid=18393 vsize=2959576 CPUtime=358.51 cores=0-31
/proc/18395/task/18426/stat : 18426 (plingeling) R 18393 18395 18369 0 -1 4202560 27963 1240 0 0 35835 16 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=18395/tid=18427] ppid=18393 vsize=2959576 CPUtime=358.45 cores=0-31
/proc/18395/task/18427/stat : 18427 (plingeling) R 18393 18395 18369 0 -1 4202560 19395 1240 0 0 35828 17 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=18395/tid=18428] ppid=18393 vsize=2959576 CPUtime=358.31 cores=0-31
/proc/18395/task/18428/stat : 18428 (plingeling) R 18393 18395 18369 0 -1 4202560 54871 1240 0 0 35809 22 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18395/tid=18429] ppid=18393 vsize=2959576 CPUtime=358.35 cores=0-31
/proc/18395/task/18429/stat : 18429 (plingeling) R 18393 18395 18369 0 -1 4202560 37022 1240 0 0 35813 22 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=18395/tid=18430] ppid=18393 vsize=2959576 CPUtime=358.46 cores=0-31
/proc/18395/task/18430/stat : 18430 (plingeling) R 18393 18395 18369 0 -1 4202560 39761 1240 0 0 35824 22 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18395/tid=18431] ppid=18393 vsize=2959576 CPUtime=355.54 cores=0-31
/proc/18395/task/18431/stat : 18431 (plingeling) R 18393 18395 18369 0 -1 4202560 32459 1240 0 0 35540 14 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 18446744073699065980 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=18395/tid=18432] ppid=18393 vsize=2959576 CPUtime=358.47 cores=0-31
/proc/18395/task/18432/stat : 18432 (plingeling) R 18393 18395 18369 0 -1 4202560 26799 1240 0 0 35831 16 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=18395/tid=18433] ppid=18393 vsize=2959576 CPUtime=356.32 cores=0-31
/proc/18395/task/18433/stat : 18433 (plingeling) R 18393 18395 18369 0 -1 4202560 30799 1240 0 0 35619 13 0 0 25 0 33 0 666442419 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=18395/tid=18434] ppid=18393 vsize=2959576 CPUtime=358.41 cores=0-31
/proc/18395/task/18434/stat : 18434 (plingeling) R 18393 18395 18369 0 -1 4202560 38346 1240 0 0 35820 21 0 0 25 0 33 0 666442420 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=18395/tid=18435] ppid=18393 vsize=2959576 CPUtime=357.46 cores=0-31
/proc/18395/task/18435/stat : 18435 (plingeling) R 18393 18395 18369 0 -1 4202560 29530 1240 0 0 35731 15 0 0 25 0 33 0 666442420 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=18395/tid=18436] ppid=18393 vsize=2959576 CPUtime=358.45 cores=0-31
/proc/18395/task/18436/stat : 18436 (plingeling) R 18393 18395 18369 0 -1 4202560 33741 1240 0 0 35826 19 0 0 25 0 33 0 666442420 3030605824 586389 268435456000 4194304 4417452 140736799566800 18446744073709551615 4281863 0 0 4096 17442 0 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 11487.3
Current children cumulated vsize (KiB) 2959576

[startup+387.101 s]
/proc/loadavg: 32.04 31.05 30.58 2/414 18444
/proc/meminfo: memFree=253475664/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=2117012 CPUtime=11502 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 1506281 1240 0 0 1149494 706 0 0 15 0 1 0 666439660 2167820288 447768 268435456000 4194304 4417452 140736799566800 18446744073709551615 258650999159 0 0 4096 0 0 0 0 17 20 0 0 0
/proc/18395/statm: 529253 447768 176 55 0 527139 0
Current children cumulated CPU time (s) 11502
Current children cumulated vsize (KiB) 2117012

[startup+387.301 s]
/proc/loadavg: 32.04 31.05 30.58 2/414 18444
/proc/meminfo: memFree=253475664/264257624 swapFree=67111528/67111528
[pid=18395] ppid=18393 vsize=684280 CPUtime=11502.2 cores=0-31
/proc/18395/stat : 18395 (plingeling) R 18393 18395 18369 0 -1 4202496 1506281 1240 0 0 1149494 724 0 0 16 0 1 0 666439660 700702720 50854 268435456000 4194304 4417452 140736799566800 18446744073709551615 258650981722 0 0 4096 0 0 0 0 17 20 0 0 0
/proc/18395/statm: 171070 50835 176 55 0 168956 0
Current children cumulated CPU time (s) 11502.2
Current children cumulated vsize (KiB) 684280

Child status: 20
Real time (s): 387.329
CPU time (s): 11502.2
CPU user time (s): 11494.9
CPU system time (s): 7.27489
CPU usage (%): 2969.63
Max. virtual memory (cumulated for all children) (KiB): 3069244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11494.9
system time used= 7.27489
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1507525
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= 8938
involuntary context switches= 28550

runsolver used 2.15167 second user time and 8.93964 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-16 14:38:52
IDJOB=3372315
IDBENCH=71037
IDSOLVER=1852
FILE ID=node200/3372315-1305549531
RUNJOBID= node200-1305549531-18383
PBS_JOBID= 13285545
Free space on /tmp= 62024 MiB

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

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=704774460

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:      255519100 kB
Buffers:        444504 kB
Cached:        7888952 kB
SwapCached:          0 kB
Active:        7414116 kB
Inactive:       988276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255519100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26272 kB
Writeback:           0 kB
AnonPages:       69008 kB
Mapped:          14284 kB
Slab:           251884 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   184676 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= 62024 MiB
End job on node200 at 2011-05-16 14:45:20