Trace number 3372513

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 559.149 50.3447

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark80.8837
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

559.09/50.34	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-3372513-1305674275/watcher-3372513-1305674275 -o /tmp/evaluation-result-3372513-1305674275/solver-3372513-1305674275 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372513-1305674275.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: 14.26 17.27 21.51 1/413 27534
/proc/meminfo: memFree=255468788/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=42524 CPUtime=0.02 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 8635 1247 0 0 1 1 0 0 21 0 1 0 678914155 43544576 8566 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 10631 8581 144 55 0 8517 0

[startup+0.099212 s]
/proc/loadavg: 14.26 17.27 21.51 1/413 27534
/proc/meminfo: memFree=255468788/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=81964 CPUtime=0.08 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 18580 1247 0 0 5 3 0 0 21 0 1 0 678914155 83931136 18511 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 20491 18511 145 55 0 18377 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 81964

[startup+0.101236 s]
/proc/loadavg: 14.26 17.27 21.51 1/413 27534
/proc/meminfo: memFree=255468788/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=81964 CPUtime=0.09 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 18580 1247 0 0 6 3 0 0 21 0 1 0 678914155 83931136 18511 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 20491 18511 145 55 0 18377 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81964

[startup+0.301221 s]
/proc/loadavg: 14.26 17.27 21.51 1/413 27534
/proc/meminfo: memFree=255468788/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=108208 CPUtime=0.29 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 25109 1247 0 0 25 4 0 0 22 0 1 0 678914155 110804992 25040 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650574430 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 27052 25040 145 55 0 24938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108208

[startup+0.701236 s]
/proc/loadavg: 14.26 17.27 21.51 1/413 27534
/proc/meminfo: memFree=255468788/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=139884 CPUtime=0.69 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 33028 1247 0 0 63 6 0 0 23 0 1 0 678914155 143241216 32959 268435456000 4194304 4417452 140733700967120 18446744073709551615 4231434 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 34971 32959 145 55 0 32857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139884

[startup+1.50127 s]
/proc/loadavg: 14.26 17.27 21.51 2/414 27540
/proc/meminfo: memFree=255336688/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=201052 CPUtime=1.48 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 48352 1247 0 0 139 9 0 0 25 0 1 0 678914155 205877248 48283 268435456000 4194304 4417452 140733700967120 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 50263 48283 145 55 0 48149 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 201052

[startup+3.10032 s]
/proc/loadavg: 14.26 17.27 21.51 2/414 27540
/proc/meminfo: memFree=255266772/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=332380 CPUtime=3.08 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 81625 1247 0 0 291 17 0 0 25 0 1 0 678914155 340357120 81116 268435456000 4194304 4417452 140733700967120 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 83095 81116 146 55 0 80981 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 332380

[startup+6.30046 s]
/proc/loadavg: 13.20 17.00 21.40 3/414 27540
/proc/meminfo: memFree=254903160/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=574256 CPUtime=6.29 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 142078 1247 0 0 599 30 0 0 25 0 1 0 678914155 588038144 141569 268435456000 4194304 4417452 140733700967120 18446744073709551615 4236613 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 143564 141569 146 55 0 141450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 574256

[startup+12.7007 s]
/proc/loadavg: 12.22 16.73 21.29 2/414 27540
/proc/meminfo: memFree=254510788/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=967472 CPUtime=12.68 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 240382 1247 0 0 1217 51 0 0 25 0 1 0 678914155 990691328 239873 268435456000 4194304 4417452 140733700967120 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 241868 239873 146 55 0 239754 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 967472

[startup+25.5012 s]
/proc/loadavg: 9.73 15.96 20.96 2/414 27540
/proc/meminfo: memFree=253988244/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=1491760 CPUtime=25.49 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 371454 1247 0 0 2470 79 0 0 25 0 1 0 678914155 1527562240 370945 268435456000 4194304 4417452 140733700967120 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27534/statm: 372940 370945 146 55 0 370826 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1491760

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

[startup+38.3026 s]
/proc/loadavg: 10.87 15.98 20.92 33/446 27574
/proc/meminfo: memFree=252873400/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=3506808 CPUtime=228.39 cores=0-31
/proc/27534/stat : 27534 (plingeling) S 27532 27534 27306 0 -1 4202496 908309 1247 0 0 21900 939 0 0 19 0 33 0 678914155 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 19 0 0 0
/proc/27534/statm: 876702 712485 173 55 0 874588 0
[pid=27534/tid=27541] ppid=27532 vsize=3506808 CPUtime=6.15 cores=0-31
/proc/27534/task/27541/stat : 27541 (plingeling) S 27532 27534 27306 0 -1 4202560 13341 1247 0 0 589 26 0 0 25 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446604571886468576 0 0 -1 12 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=3506808 CPUtime=6.24 cores=0-31
/proc/27534/task/27542/stat : 27542 (plingeling) D 27532 27534 27306 0 -1 4202560 16826 1247 0 0 589 35 0 0 24 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=3506808 CPUtime=5.95 cores=0-31
/proc/27534/task/27543/stat : 27543 (plingeling) D 27532 27534 27306 0 -1 4202560 14620 1247 0 0 587 8 0 0 17 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=27534/tid=27544] ppid=27532 vsize=3506808 CPUtime=6.09 cores=0-31
/proc/27534/task/27544/stat : 27544 (plingeling) S 27532 27534 27306 0 -1 4202560 2667 1247 0 0 608 1 0 0 22 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446604707230072288 0 0 -1 23 0 0 0
[pid=27534/tid=27545] ppid=27532 vsize=3506808 CPUtime=6.04 cores=0-31
/proc/27534/task/27545/stat : 27545 (plingeling) S 27532 27534 27306 0 -1 4202560 22323 1247 0 0 583 21 0 0 18 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446744071566931024 0 0 -1 29 0 0 0
[pid=27534/tid=27546] ppid=27532 vsize=3506808 CPUtime=6.03 cores=0-31
/proc/27534/task/27546/stat : 27546 (plingeling) R 27532 27534 27306 0 -1 4202560 19818 1247 0 0 575 28 0 0 18 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=27534/tid=27547] ppid=27532 vsize=3506808 CPUtime=6.17 cores=0-31
/proc/27534/task/27547/stat : 27547 (plingeling) R 27532 27534 27306 0 -1 4202560 22250 1247 0 0 608 9 0 0 19 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=27534/tid=27548] ppid=27532 vsize=3506808 CPUtime=6.09 cores=0-31
/proc/27534/task/27548/stat : 27548 (plingeling) D 27532 27534 27306 0 -1 4202560 18449 1247 0 0 572 37 0 0 22 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27534/tid=27549] ppid=27532 vsize=3506808 CPUtime=6.11 cores=0-31
/proc/27534/task/27549/stat : 27549 (plingeling) D 27532 27534 27306 0 -1 4202560 20938 1247 0 0 575 36 0 0 18 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=27534/tid=27550] ppid=27532 vsize=3506808 CPUtime=6.24 cores=0-31
/proc/27534/task/27550/stat : 27550 (plingeling) D 27532 27534 27306 0 -1 4202560 17115 1247 0 0 577 47 0 0 17 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650653381 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=27534/tid=27551] ppid=27532 vsize=3506808 CPUtime=6.33 cores=0-31
/proc/27534/task/27551/stat : 27551 (plingeling) S 27532 27534 27306 0 -1 4202560 3423 1247 0 0 632 1 0 0 25 0 33 0 678917268 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446604639054175712 0 0 -1 11 0 0 0
[pid=27534/tid=27552] ppid=27532 vsize=3506808 CPUtime=6.08 cores=0-31
/proc/27534/task/27552/stat : 27552 (plingeling) D 27532 27534 27306 0 -1 4202560 20877 1247 0 0 575 33 0 0 22 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27534/tid=27553] ppid=27532 vsize=3506808 CPUtime=6.33 cores=0-31
/proc/27534/task/27553/stat : 27553 (plingeling) S 27532 27534 27306 0 -1 4202560 14438 1247 0 0 606 27 0 0 25 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446604712481455584 0 0 -1 23 0 0 0
[pid=27534/tid=27554] ppid=27532 vsize=3506808 CPUtime=6.11 cores=0-31
/proc/27534/task/27554/stat : 27554 (plingeling) D 27532 27534 27306 0 -1 4202560 17104 1247 0 0 574 37 0 0 23 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27534/tid=27555] ppid=27532 vsize=3506808 CPUtime=5.88 cores=0-31
/proc/27534/task/27555/stat : 27555 (plingeling) D 27532 27534 27306 0 -1 4202560 15573 1247 0 0 570 18 0 0 19 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=27534/tid=27556] ppid=27532 vsize=3506808 CPUtime=6.09 cores=0-31
/proc/27534/task/27556/stat : 27556 (plingeling) D 27532 27534 27306 0 -1 4202560 19057 1247 0 0 576 33 0 0 17 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=27534/tid=27557] ppid=27532 vsize=3506808 CPUtime=6.07 cores=0-31
/proc/27534/task/27557/stat : 27557 (plingeling) S 27532 27534 27306 0 -1 4202560 13363 1247 0 0 578 29 0 0 25 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446744071566929744 0 0 -1 17 0 0 0
[pid=27534/tid=27558] ppid=27532 vsize=3506808 CPUtime=6.1 cores=0-31
/proc/27534/task/27558/stat : 27558 (plingeling) D 27532 27534 27306 0 -1 4202560 21517 1247 0 0 572 38 0 0 17 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=27534/tid=27559] ppid=27532 vsize=3506808 CPUtime=6.31 cores=0-31
/proc/27534/task/27559/stat : 27559 (plingeling) S 27532 27534 27306 0 -1 4202560 13341 1247 0 0 607 24 0 0 25 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446604480062062048 0 0 -1 26 0 0 0
[pid=27534/tid=27560] ppid=27532 vsize=3506808 CPUtime=5.98 cores=0-31
/proc/27534/task/27560/stat : 27560 (plingeling) D 27532 27534 27306 0 -1 4202560 19953 1247 0 0 562 36 0 0 17 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=27534/tid=27561] ppid=27532 vsize=3506808 CPUtime=6.09 cores=0-31
/proc/27534/task/27561/stat : 27561 (plingeling) D 27532 27534 27306 0 -1 4202560 19505 1247 0 0 576 33 0 0 23 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=27534/tid=27562] ppid=27532 vsize=3506808 CPUtime=6.04 cores=0-31
/proc/27534/task/27562/stat : 27562 (plingeling) D 27532 27534 27306 0 -1 4202560 18136 1247 0 0 572 32 0 0 22 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27534/tid=27563] ppid=27532 vsize=3506808 CPUtime=6.48 cores=0-31
/proc/27534/task/27563/stat : 27563 (plingeling) R 27532 27534 27306 0 -1 4202560 14093 1247 0 0 628 20 0 0 25 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 4346327 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27534/tid=27564] ppid=27532 vsize=3506808 CPUtime=6.12 cores=0-31
/proc/27534/task/27564/stat : 27564 (plingeling) D 27532 27534 27306 0 -1 4202560 16016 1247 0 0 584 28 0 0 22 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=27534/tid=27565] ppid=27532 vsize=3506808 CPUtime=6.11 cores=0-31
/proc/27534/task/27565/stat : 27565 (plingeling) D 27532 27534 27306 0 -1 4202560 21266 1247 0 0 564 47 0 0 18 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=27534/tid=27566] ppid=27532 vsize=3506808 CPUtime=6.4 cores=0-31
/proc/27534/task/27566/stat : 27566 (plingeling) S 27532 27534 27306 0 -1 4202560 13486 1247 0 0 614 26 0 0 25 0 33 0 678917269 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446604481275067872 0 0 -1 22 0 0 0
[pid=27534/tid=27567] ppid=27532 vsize=3506808 CPUtime=6.62 cores=0-31
/proc/27534/task/27567/stat : 27567 (plingeling) D 27532 27534 27306 0 -1 4202560 20011 1247 0 0 637 25 0 0 24 0 33 0 678917270 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650616986 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=27534/tid=27568] ppid=27532 vsize=3506808 CPUtime=6.18 cores=0-31
/proc/27534/task/27568/stat : 27568 (plingeling) R 27532 27534 27306 0 -1 4202560 20649 1247 0 0 579 39 0 0 18 0 33 0 678917270 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=27534/tid=27569] ppid=27532 vsize=3506808 CPUtime=6.07 cores=0-31
/proc/27534/task/27569/stat : 27569 (plingeling) D 27532 27534 27306 0 -1 4202560 17508 1247 0 0 576 31 0 0 15 0 33 0 678917270 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=27534/tid=27570] ppid=27532 vsize=3506808 CPUtime=6.49 cores=0-31
/proc/27534/task/27570/stat : 27570 (plingeling) D 27532 27534 27306 0 -1 4202560 24153 1247 0 0 618 31 0 0 18 0 33 0 678917270 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=27534/tid=27571] ppid=27532 vsize=3506808 CPUtime=5.99 cores=0-31
/proc/27534/task/27571/stat : 27571 (plingeling) S 27532 27534 27306 0 -1 4202560 5010 1247 0 0 598 1 0 0 24 0 33 0 678917271 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 258651060958 0 0 4096 17442 18446604572852149728 0 0 -1 27 0 0 0
[pid=27534/tid=27572] ppid=27532 vsize=3506808 CPUtime=6.01 cores=0-31
/proc/27534/task/27572/stat : 27572 (plingeling) R 27532 27534 27306 0 -1 4202560 19988 1247 0 0 595 6 0 0 18 0 33 0 678917272 3590971392 712485 268435456000 4194304 4417452 140733700967120 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 13 0 0 0
Current children cumulated CPU time (s) 228.39
Current children cumulated vsize (KiB) 3506808

[startup+44.7017 s]
/proc/loadavg: 12.48 16.23 20.97 33/446 27574
/proc/meminfo: memFree=252791328/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=3063968 CPUtime=411.84 cores=0-31
/proc/27534/stat : 27534 (plingeling) S 27532 27534 27306 0 -1 4202496 1181021 1247 0 0 39790 1394 0 0 19 0 33 0 678914155 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 19 0 0 0
/proc/27534/statm: 765992 664943 174 55 0 763878 0
[pid=27534/tid=27541] ppid=27532 vsize=3063968 CPUtime=12.07 cores=0-31
/proc/27534/task/27541/stat : 27541 (plingeling) R 27532 27534 27306 0 -1 4202560 22374 1247 0 0 1168 39 0 0 25 0 33 0 678917268 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=3063968 CPUtime=11.49 cores=0-31
/proc/27534/task/27542/stat : 27542 (plingeling) R 27532 27534 27306 0 -1 4202560 33675 1247 0 0 1081 68 0 0 25 0 33 0 678917268 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254447 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=3063968 CPUtime=12.14 cores=0-31
/proc/27534/task/27543/stat : 27543 (plingeling) R 27532 27534 27306 0 -1 4202560 22943 1247 0 0 1189 25 0 0 25 0 33 0 678917268 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=27534/tid=27544] ppid=27532 vsize=3063968 CPUtime=12.15 cores=0-31
/proc/27534/task/27544/stat : 27544 (plingeling) R 27532 27534 27306 0 -1 4202560 2667 1247 0 0 1214 1 0 0 25 0 33 0 678917268 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=27534/tid=27545] ppid=27532 vsize=3063968 CPUtime=11.87 cores=0-31
/proc/27534/task/27545/stat : 27545 (plingeling) R 27532 27534 27306 0 -1 4202560 31339 1247 0 0 1163 24 0 0 25 0 33 0 678917268 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 29 0 0 0

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

[pid=27534/tid=27555] ppid=27532 vsize=3063968 CPUtime=12 cores=0-31
/proc/27534/task/27555/stat : 27555 (plingeling) R 27532 27534 27306 0 -1 4202560 21660 1247 0 0 1168 32 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=27534/tid=27556] ppid=27532 vsize=3063968 CPUtime=11.37 cores=0-31
/proc/27534/task/27556/stat : 27556 (plingeling) R 27532 27534 27306 0 -1 4202560 31346 1247 0 0 1080 57 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27534/tid=27557] ppid=27532 vsize=3063968 CPUtime=11.97 cores=0-31
/proc/27534/task/27557/stat : 27557 (plingeling) R 27532 27534 27306 0 -1 4202560 24483 1247 0 0 1147 50 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=27534/tid=27558] ppid=27532 vsize=3063968 CPUtime=11.49 cores=0-31
/proc/27534/task/27558/stat : 27558 (plingeling) R 27532 27534 27306 0 -1 4202560 35913 1247 0 0 1080 69 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=27534/tid=27559] ppid=27532 vsize=3063968 CPUtime=12.31 cores=0-31
/proc/27534/task/27559/stat : 27559 (plingeling) R 27532 27534 27306 0 -1 4202560 13341 1247 0 0 1207 24 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253524 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=27534/tid=27560] ppid=27532 vsize=3063968 CPUtime=11.28 cores=0-31
/proc/27534/task/27560/stat : 27560 (plingeling) R 27532 27534 27306 0 -1 4202560 31626 1247 0 0 1068 60 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=27534/tid=27561] ppid=27532 vsize=3063968 CPUtime=12.08 cores=0-31
/proc/27534/task/27561/stat : 27561 (plingeling) R 27532 27534 27306 0 -1 4202560 23601 1247 0 0 1168 40 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254468 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=27534/tid=27562] ppid=27532 vsize=3063968 CPUtime=11.6 cores=0-31
/proc/27534/task/27562/stat : 27562 (plingeling) R 27532 27534 27306 0 -1 4202560 33191 1247 0 0 1103 57 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=27534/tid=27563] ppid=27532 vsize=3063968 CPUtime=12.46 cores=0-31
/proc/27534/task/27563/stat : 27563 (plingeling) R 27532 27534 27306 0 -1 4202560 14514 1247 0 0 1226 20 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254983 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27534/tid=27564] ppid=27532 vsize=3063968 CPUtime=11.2 cores=0-31
/proc/27534/task/27564/stat : 27564 (plingeling) R 27532 27534 27306 0 -1 4202560 33055 1247 0 0 1056 64 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27534/tid=27565] ppid=27532 vsize=3063968 CPUtime=11.56 cores=0-31
/proc/27534/task/27565/stat : 27565 (plingeling) R 27532 27534 27306 0 -1 4202560 32364 1247 0 0 1087 69 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=27534/tid=27566] ppid=27532 vsize=3063968 CPUtime=12.23 cores=0-31
/proc/27534/task/27566/stat : 27566 (plingeling) R 27532 27534 27306 0 -1 4202560 13486 1247 0 0 1197 26 0 0 25 0 33 0 678917269 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253513 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=27534/tid=27567] ppid=27532 vsize=3063968 CPUtime=12.78 cores=0-31
/proc/27534/task/27567/stat : 27567 (plingeling) R 27532 27534 27306 0 -1 4202560 21695 1247 0 0 1247 31 0 0 25 0 33 0 678917270 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=27534/tid=27568] ppid=27532 vsize=3063968 CPUtime=12.1 cores=0-31
/proc/27534/task/27568/stat : 27568 (plingeling) R 27532 27534 27306 0 -1 4202560 36390 1247 0 0 1156 54 0 0 25 0 33 0 678917270 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=27534/tid=27569] ppid=27532 vsize=3063968 CPUtime=11.86 cores=0-31
/proc/27534/task/27569/stat : 27569 (plingeling) R 27532 27534 27306 0 -1 4202560 31845 1247 0 0 1129 57 0 0 25 0 33 0 678917270 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27534/tid=27570] ppid=27532 vsize=3063968 CPUtime=12.63 cores=0-31
/proc/27534/task/27570/stat : 27570 (plingeling) R 27532 27534 27306 0 -1 4202560 29113 1247 0 0 1219 44 0 0 25 0 33 0 678917270 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253491 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=27534/tid=27571] ppid=27532 vsize=3063968 CPUtime=11.91 cores=0-31
/proc/27534/task/27571/stat : 27571 (plingeling) R 27532 27534 27306 0 -1 4202560 5818 1247 0 0 1190 1 0 0 25 0 33 0 678917271 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=27534/tid=27572] ppid=27532 vsize=3063968 CPUtime=11.74 cores=0-31
/proc/27534/task/27572/stat : 27572 (plingeling) R 27532 27534 27306 0 -1 4202560 29002 1247 0 0 1152 22 0 0 25 0 33 0 678917272 3137503232 664943 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 411.84
Current children cumulated vsize (KiB) 3063968

[startup+47.9018 s]
/proc/loadavg: 14.05 16.49 21.03 33/446 27574
/proc/meminfo: memFree=252781568/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=3063968 CPUtime=514.13 cores=0-31
/proc/27534/stat : 27534 (plingeling) S 27532 27534 27306 0 -1 4202496 1184778 1247 0 0 50018 1395 0 0 19 0 33 0 678914155 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 19 0 0 0
/proc/27534/statm: 765992 667500 175 55 0 763878 0
[pid=27534/tid=27541] ppid=27532 vsize=3063968 CPUtime=15.27 cores=0-31
/proc/27534/task/27541/stat : 27541 (plingeling) R 27532 27534 27306 0 -1 4202560 22374 1247 0 0 1488 39 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=3063968 CPUtime=14.69 cores=0-31
/proc/27534/task/27542/stat : 27542 (plingeling) R 27532 27534 27306 0 -1 4202560 33675 1247 0 0 1401 68 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=3063968 CPUtime=15.34 cores=0-31
/proc/27534/task/27543/stat : 27543 (plingeling) R 27532 27534 27306 0 -1 4202560 22943 1247 0 0 1509 25 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4249347 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=27534/tid=27544] ppid=27532 vsize=3063968 CPUtime=15.35 cores=0-31
/proc/27534/task/27544/stat : 27544 (plingeling) R 27532 27534 27306 0 -1 4202560 2667 1247 0 0 1534 1 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=27534/tid=27545] ppid=27532 vsize=3063968 CPUtime=15.07 cores=0-31
/proc/27534/task/27545/stat : 27545 (plingeling) R 27532 27534 27306 0 -1 4202560 31339 1247 0 0 1483 24 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253524 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=27534/tid=27546] ppid=27532 vsize=3063968 CPUtime=15.09 cores=0-31
/proc/27534/task/27546/stat : 27546 (plingeling) R 27532 27534 27306 0 -1 4202560 31422 1247 0 0 1476 33 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27534/tid=27547] ppid=27532 vsize=3063968 CPUtime=15.68 cores=0-31
/proc/27534/task/27547/stat : 27547 (plingeling) R 27532 27534 27306 0 -1 4202560 24954 1247 0 0 1557 11 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4336723 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=27534/tid=27548] ppid=27532 vsize=3063968 CPUtime=14.57 cores=0-31
/proc/27534/task/27548/stat : 27548 (plingeling) R 27532 27534 27306 0 -1 4202560 30738 1247 0 0 1395 62 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27534/tid=27549] ppid=27532 vsize=3063968 CPUtime=14.52 cores=0-31
/proc/27534/task/27549/stat : 27549 (plingeling) R 27532 27534 27306 0 -1 4202560 31180 1247 0 0 1397 55 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254983 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=27534/tid=27550] ppid=27532 vsize=3063968 CPUtime=15.19 cores=0-31
/proc/27534/task/27550/stat : 27550 (plingeling) R 27532 27534 27306 0 -1 4202560 21904 1247 0 0 1460 59 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=27534/tid=27551] ppid=27532 vsize=3063968 CPUtime=15.29 cores=0-31
/proc/27534/task/27551/stat : 27551 (plingeling) R 27532 27534 27306 0 -1 4202560 3844 1247 0 0 1528 1 0 0 25 0 33 0 678917268 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4236331 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27534/tid=27552] ppid=27532 vsize=3063968 CPUtime=14.81 cores=0-31
/proc/27534/task/27552/stat : 27552 (plingeling) R 27532 27534 27306 0 -1 4202560 34418 1247 0 0 1420 61 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254843 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=27534/tid=27553] ppid=27532 vsize=3063968 CPUtime=15.33 cores=0-31
/proc/27534/task/27553/stat : 27553 (plingeling) R 27532 27534 27306 0 -1 4202560 23801 1247 0 0 1503 30 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=27534/tid=27554] ppid=27532 vsize=3063968 CPUtime=14.35 cores=0-31
/proc/27534/task/27554/stat : 27554 (plingeling) R 27532 27534 27306 0 -1 4202560 33266 1247 0 0 1382 53 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=27534/tid=27555] ppid=27532 vsize=3063968 CPUtime=15.2 cores=0-31
/proc/27534/task/27555/stat : 27555 (plingeling) R 27532 27534 27306 0 -1 4202560 21660 1247 0 0 1488 32 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=27534/tid=27556] ppid=27532 vsize=3063968 CPUtime=14.57 cores=0-31
/proc/27534/task/27556/stat : 27556 (plingeling) R 27532 27534 27306 0 -1 4202560 31346 1247 0 0 1400 57 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27534/tid=27557] ppid=27532 vsize=3063968 CPUtime=15.16 cores=0-31
/proc/27534/task/27557/stat : 27557 (plingeling) R 27532 27534 27306 0 -1 4202560 24483 1247 0 0 1466 50 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=27534/tid=27558] ppid=27532 vsize=3063968 CPUtime=14.69 cores=0-31
/proc/27534/task/27558/stat : 27558 (plingeling) R 27532 27534 27306 0 -1 4202560 35913 1247 0 0 1400 69 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4233447 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=27534/tid=27559] ppid=27532 vsize=3063968 CPUtime=15.51 cores=0-31
/proc/27534/task/27559/stat : 27559 (plingeling) R 27532 27534 27306 0 -1 4202560 13341 1247 0 0 1527 24 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4285094 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=27534/tid=27560] ppid=27532 vsize=3063968 CPUtime=14.48 cores=0-31
/proc/27534/task/27560/stat : 27560 (plingeling) R 27532 27534 27306 0 -1 4202560 31626 1247 0 0 1388 60 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=27534/tid=27561] ppid=27532 vsize=3063968 CPUtime=15.28 cores=0-31
/proc/27534/task/27561/stat : 27561 (plingeling) R 27532 27534 27306 0 -1 4202560 23601 1247 0 0 1488 40 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=27534/tid=27562] ppid=27532 vsize=3063968 CPUtime=14.8 cores=0-31
/proc/27534/task/27562/stat : 27562 (plingeling) R 27532 27534 27306 0 -1 4202560 33191 1247 0 0 1423 57 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=27534/tid=27563] ppid=27532 vsize=3063968 CPUtime=15.66 cores=0-31
/proc/27534/task/27563/stat : 27563 (plingeling) R 27532 27534 27306 0 -1 4202560 15987 1247 0 0 1546 20 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4236296 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27534/tid=27564] ppid=27532 vsize=3063968 CPUtime=14.4 cores=0-31
/proc/27534/task/27564/stat : 27564 (plingeling) R 27532 27534 27306 0 -1 4202560 33055 1247 0 0 1376 64 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27534/tid=27565] ppid=27532 vsize=3063968 CPUtime=14.76 cores=0-31
/proc/27534/task/27565/stat : 27565 (plingeling) R 27532 27534 27306 0 -1 4202560 32364 1247 0 0 1407 69 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=27534/tid=27566] ppid=27532 vsize=3063968 CPUtime=15.43 cores=0-31
/proc/27534/task/27566/stat : 27566 (plingeling) R 27532 27534 27306 0 -1 4202560 13486 1247 0 0 1517 26 0 0 25 0 33 0 678917269 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=27534/tid=27567] ppid=27532 vsize=3063968 CPUtime=15.98 cores=0-31
/proc/27534/task/27567/stat : 27567 (plingeling) R 27532 27534 27306 0 -1 4202560 22537 1247 0 0 1567 31 0 0 25 0 33 0 678917270 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4249228 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=27534/tid=27568] ppid=27532 vsize=3063968 CPUtime=15.3 cores=0-31
/proc/27534/task/27568/stat : 27568 (plingeling) R 27532 27534 27306 0 -1 4202560 36390 1247 0 0 1476 54 0 0 25 0 33 0 678917270 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=27534/tid=27569] ppid=27532 vsize=3063968 CPUtime=15.06 cores=0-31
/proc/27534/task/27569/stat : 27569 (plingeling) R 27532 27534 27306 0 -1 4202560 31845 1247 0 0 1449 57 0 0 25 0 33 0 678917270 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253481 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27534/tid=27570] ppid=27532 vsize=3063968 CPUtime=15.83 cores=0-31
/proc/27534/task/27570/stat : 27570 (plingeling) R 27532 27534 27306 0 -1 4202560 29113 1247 0 0 1539 44 0 0 25 0 33 0 678917270 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4233423 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=27534/tid=27571] ppid=27532 vsize=3063968 CPUtime=15.11 cores=0-31
/proc/27534/task/27571/stat : 27571 (plingeling) R 27532 27534 27306 0 -1 4202560 5818 1247 0 0 1510 1 0 0 25 0 33 0 678917271 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4233404 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=27534/tid=27572] ppid=27532 vsize=3063968 CPUtime=14.94 cores=0-31
/proc/27534/task/27572/stat : 27572 (plingeling) R 27532 27534 27306 0 -1 4202560 29002 1247 0 0 1472 22 0 0 25 0 33 0 678917272 3137503232 667500 268435456000 4194304 4417452 140733700967120 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 514.13
Current children cumulated vsize (KiB) 3063968

[startup+49.5199 s]
/proc/loadavg: 14.05 16.49 21.03 13/426 27574
/proc/meminfo: memFree=252812008/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=3063104 CPUtime=555.21 cores=0-31
/proc/27534/stat : 27534 (plingeling) S 27532 27534 27306 0 -1 4202496 1185589 1247 0 0 54125 1396 0 0 18 0 13 0 678914155 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 19 0 0 0
/proc/27534/statm: 765776 660385 176 55 0 763662 0
[pid=27534/tid=27542] ppid=27532 vsize=3063104 CPUtime=16.31 cores=0-31
/proc/27534/task/27542/stat : 27542 (plingeling) R 27532 27534 27306 0 -1 4202560 33675 1247 0 0 1563 68 0 0 25 0 13 0 678917268 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253524 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=27534/tid=27548] ppid=27532 vsize=3063104 CPUtime=16.19 cores=0-31
/proc/27534/task/27548/stat : 27548 (plingeling) R 27532 27534 27306 0 -1 4202560 30744 1247 0 0 1557 62 0 0 25 0 13 0 678917268 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=27534/tid=27549] ppid=27532 vsize=3063104 CPUtime=16.14 cores=0-31
/proc/27534/task/27549/stat : 27549 (plingeling) R 27532 27534 27306 0 -1 4202560 31184 1247 0 0 1559 55 0 0 25 0 13 0 678917268 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=27534/tid=27550] ppid=27532 vsize=3063104 CPUtime=16.8 cores=0-31
/proc/27534/task/27550/stat : 27550 (plingeling) R 27532 27534 27306 0 -1 4202560 21910 1247 0 0 1621 59 0 0 25 0 13 0 678917268 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4234257 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=27534/tid=27552] ppid=27532 vsize=3063104 CPUtime=16.42 cores=0-31
/proc/27534/task/27552/stat : 27552 (plingeling) R 27532 27534 27306 0 -1 4202560 34424 1247 0 0 1581 61 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=27534/tid=27554] ppid=27532 vsize=3063104 CPUtime=15.97 cores=0-31
/proc/27534/task/27554/stat : 27554 (plingeling) R 27532 27534 27306 0 -1 4202560 33269 1247 0 0 1544 53 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=27534/tid=27556] ppid=27532 vsize=3063104 CPUtime=16.19 cores=0-31
/proc/27534/task/27556/stat : 27556 (plingeling) R 27532 27534 27306 0 -1 4202560 31346 1247 0 0 1562 57 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253848 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=27534/tid=27558] ppid=27532 vsize=3063104 CPUtime=16.3 cores=0-31
/proc/27534/task/27558/stat : 27558 (plingeling) R 27532 27534 27306 0 -1 4202560 35919 1247 0 0 1561 69 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4271914 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=27534/tid=27560] ppid=27532 vsize=3063104 CPUtime=16.1 cores=0-31
/proc/27534/task/27560/stat : 27560 (plingeling) R 27532 27534 27306 0 -1 4202560 31632 1247 0 0 1550 60 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4301981 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=27534/tid=27562] ppid=27532 vsize=3063104 CPUtime=16.42 cores=0-31
/proc/27534/task/27562/stat : 27562 (plingeling) R 27532 27534 27306 0 -1 4202560 33197 1247 0 0 1585 57 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=27534/tid=27564] ppid=27532 vsize=3063104 CPUtime=16.02 cores=0-31
/proc/27534/task/27564/stat : 27564 (plingeling) R 27532 27534 27306 0 -1 4202560 33055 1247 0 0 1538 64 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253925 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27534/tid=27565] ppid=27532 vsize=3063104 CPUtime=16.38 cores=0-31
/proc/27534/task/27565/stat : 27565 (plingeling) R 27532 27534 27306 0 -1 4202560 32367 1247 0 0 1569 69 0 0 25 0 13 0 678917269 3136618496 660385 268435456000 4194304 4417452 140733700967120 18446744073709551615 4301776 0 0 4096 17442 0 0 0 -1 18 0 0 0
Current children cumulated CPU time (s) 555.21
Current children cumulated vsize (KiB) 3063104

[startup+49.9009 s]
/proc/loadavg: 14.05 16.49 21.03 13/426 27574
/proc/meminfo: memFree=252812008/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=3062688 CPUtime=558.26 cores=0-31
/proc/27534/stat : 27534 (plingeling) S 27532 27534 27306 0 -1 4202496 1185610 1247 0 0 54430 1396 0 0 18 0 5 0 678914155 3136192512 658987 268435456000 4194304 4417452 140733700967120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 19 0 0 0
/proc/27534/statm: 765672 658987 176 55 0 763558 0
[pid=27534/tid=27542] ppid=27532 vsize=3062688 CPUtime=16.69 cores=0-31
/proc/27534/task/27542/stat : 27542 (plingeling) R 27532 27534 27306 0 -1 4202560 33681 1247 0 0 1601 68 0 0 25 0 5 0 678917268 3136192512 658987 268435456000 4194304 4417452 140733700967120 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=27534/tid=27549] ppid=27532 vsize=3062688 CPUtime=16.52 cores=0-31
/proc/27534/task/27549/stat : 27549 (plingeling) R 27532 27534 27306 0 -1 4202560 31186 1247 0 0 1597 55 0 0 25 0 5 0 678917268 3136192512 658987 268435456000 4194304 4417452 140733700967120 18446744073709551615 4270966 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=27534/tid=27556] ppid=27532 vsize=3062688 CPUtime=16.57 cores=0-31
/proc/27534/task/27556/stat : 27556 (plingeling) R 27532 27534 27306 0 -1 4202560 31352 1247 0 0 1600 57 0 0 25 0 5 0 678917269 3136192512 658987 268435456000 4194304 4417452 140733700967120 18446744073709551615 4341403 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=27534/tid=27564] ppid=27532 vsize=3062688 CPUtime=16.4 cores=0-31
/proc/27534/task/27564/stat : 27564 (plingeling) R 27532 27534 27306 0 -1 4202560 33061 1247 0 0 1576 64 0 0 25 0 5 0 678917269 3136192512 658987 268435456000 4194304 4417452 140733700967120 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 12 0 0 0
Current children cumulated CPU time (s) 558.26
Current children cumulated vsize (KiB) 3062688

[startup+50.301 s]
/proc/loadavg: 14.05 16.49 21.03 13/426 27574
/proc/meminfo: memFree=252812008/264257624 swapFree=67111528/67111528
[pid=27534] ppid=27532 vsize=782920 CPUtime=559.09 cores=0-31
/proc/27534/stat : 27534 (plingeling) R 27532 27534 27306 0 -1 4202496 1185610 1247 0 0 54494 1415 0 0 18 0 1 0 678914155 801710080 109786 268435456000 4194304 4417452 140733700967120 18446744073709551615 258650981722 0 0 4096 0 0 0 0 17 19 0 0 0
/proc/27534/statm: 195730 109786 176 55 0 193616 0
Current children cumulated CPU time (s) 559.09
Current children cumulated vsize (KiB) 782920

Child status: 20
Real time (s): 50.3447
CPU time (s): 559.149
CPU user time (s): 544.943
CPU system time (s): 14.2058
CPU usage (%): 1110.64
Max. virtual memory (cumulated for all children) (KiB): 3801656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 544.943
system time used= 14.2058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1186861
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= 2941
involuntary context switches= 1473

runsolver used 0.377942 second user time and 1.19982 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-18 01:17:57
IDJOB=3372513
IDBENCH=82426
IDSOLVER=1852
FILE ID=node200/3372513-1305674275
RUNJOBID= node200-1305673932-27320
PBS_JOBID= 13357374
Free space on /tmp= 62008 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372513-1305674275/watcher-3372513-1305674275 -o /tmp/evaluation-result-3372513-1305674275/solver-3372513-1305674275 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372513-1305674275.cnf

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=403295934

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:      255468944 kB
Buffers:        450868 kB
Cached:        7926004 kB
SwapCached:          0 kB
Active:        7441460 kB
Inactive:      1004652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255468944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           42856 kB
Writeback:           0 kB
AnonPages:       69028 kB
Mapped:          14536 kB
Slab:           252128 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   192928 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= 62008 MiB
End job on node200 at 2011-05-18 01:18:48