Trace number 4106098

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT3 174.168 86.2833

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=163-P2=41-P3=157-P4=223-P5=67-P6=191-P7=17-P8=37-B.opb
MD5SUM870560ebbd959d9c8bd54c4fcdba3455
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.130979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106098-1466268526.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.25/0.21	c ... done. Wall clock time 0.104s.
0.25/0.21	c declared #vars     192
0.25/0.21	c internal #vars     704
0.25/0.21	c #constraints  1049
0.25/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.25/0.22	c 1049 constraints processed.
0.25/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
0.25/0.22	c 1049 constraints processed.
0.25/0.22	c objective function length is 8 literals
2.62/0.83	c cleaning 2493 clauses out of 5000 with flag 10612/5000
4.24/1.27	c cleaning 4246 clauses out of 8508 with flag 24289/11001
5.32/1.69	c cleaning 5627 clauses out of 11261 with flag 39356/18000
6.26/2.03	c cleaning 6814 clauses out of 13634 with flag 57721/26000
7.10/2.44	c cleaning 7901 clauses out of 15821 with flag 76939/35001
8.32/3.03	c cleaning 8947 clauses out of 17919 with flag 99223/45000
9.71/3.70	c cleaning 9976 clauses out of 19973 with flag 124374/56001
11.15/4.47	c cleaning 10988 clauses out of 21996 with flag 151642/68000
12.77/5.25	c cleaning 11998 clauses out of 24008 with flag 181578/81000
15.08/6.34	c And the winner is solver0
15.20/6.72	c SATISFIABLE
15.20/6.72	c OPTIMIZING...
15.20/6.72	c Got one! Elapsed wall clock time (in seconds):6.609
15.20/6.72	o 197
16.35/7.33	c cleaning 14368 clauses out of 28748 with flag 12326/97738
17.80/8.01	c cleaning 10189 clauses out of 20381 with flag 28529/103739
18.44/8.31	c cleaning 8585 clauses out of 17192 with flag 43418/110739
19.26/8.75	c cleaning 8301 clauses out of 16607 with flag 61429/118739
19.26/8.79	c And the winner is solver0
19.66/9.22	c Got one! Elapsed wall clock time (in seconds):9.11
19.66/9.22	o 3
20.27/9.51	c cleaning 6991 clauses out of 14004 with flag 10240/124437
21.17/9.82	c cleaning 6494 clauses out of 13015 with flag 24061/130439
21.84/10.17	c cleaning 6751 clauses out of 13519 with flag 41134/137437
22.67/10.58	c cleaning 7357 clauses out of 14769 with flag 58388/145438
23.89/11.11	c cleaning 8181 clauses out of 16411 with flag 78135/154437
25.27/11.88	c cleaning 9108 clauses out of 18229 with flag 101328/164436
26.67/12.59	c cleaning 10057 clauses out of 20122 with flag 126737/175437
28.28/13.33	c cleaning 11023 clauses out of 22064 with flag 154295/187436
32.10/15.21	c cleaning 12012 clauses out of 24041 with flag 181742/200436
33.90/16.18	c cleaning 13012 clauses out of 26029 with flag 213420/214436
36.10/17.25	c cleaning 14002 clauses out of 28018 with flag 247120/229437
39.03/18.66	c cleaning 15002 clauses out of 30014 with flag 283845/245436
41.44/19.88	c cleaning 15995 clauses out of 32012 with flag 322531/262436
44.23/21.25	c cleaning 16990 clauses out of 34017 with flag 362784/280436
46.42/22.39	c cleaning 0 clauses out of 5517 with flag 0/5519
47.20/22.66	c cleaning 18001 clauses out of 36027 with flag 405639/299436
50.19/24.16	c cleaning 19001 clauses out of 38026 with flag 452125/319436
53.42/25.74	c cleaning 19998 clauses out of 40025 with flag 499865/340437
57.43/27.79	c cleaning 20992 clauses out of 42028 with flag 548736/362438
61.03/29.56	c cleaning 22009 clauses out of 44034 with flag 600646/385436
65.48/31.76	c cleaning 23008 clauses out of 46026 with flag 655145/409437
69.68/33.87	c cleaning 24005 clauses out of 48017 with flag 710551/434437
73.67/35.82	c cleaning 24993 clauses out of 50012 with flag 766928/460437
77.93/37.99	c cleaning 25999 clauses out of 52019 with flag 826825/487437
84.33/41.10	c cleaning 27006 clauses out of 54019 with flag 889574/515436
90.20/44.09	c cleaning 28002 clauses out of 56013 with flag 955241/544436
96.79/47.35	c cleaning 29002 clauses out of 58010 with flag 1023370/574436
104.22/51.10	c cleaning 30000 clauses out of 60008 with flag 1092801/605436
110.62/54.24	c cleaning 30992 clauses out of 62008 with flag 1165714/637436
118.30/58.08	c cleaning 32004 clauses out of 64016 with flag 1240665/670437
127.74/62.80	c cleaning 33002 clauses out of 66011 with flag 1315331/704437
137.39/67.58	c cleaning 33998 clauses out of 68007 with flag 1395601/739436
149.84/73.75	c cleaning 34995 clauses out of 70008 with flag 1489162/775436
159.30/78.40	c cleaning 0 clauses out of 11516 with flag 0/11518
166.12/81.81	c cleaning 36004 clauses out of 72013 with flag 1578808/812437
173.35/85.43	c And the winner is solver0
174.00/86.27	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
174.00/86.27	c starts		: 1948
174.00/86.27	c conflicts		: 835278
174.00/86.27	c decisions		: 964847
174.00/86.27	c propagations		: 16057406
174.00/86.27	c inspects		: 1315750105
174.00/86.27	c shortcuts		: 0
174.00/86.27	c learnt literals	: 23
174.00/86.27	c learnt binary clauses	: 27
174.00/86.27	c learnt ternary clauses	: 61
174.00/86.27	c learnt constraints	: 835254
174.00/86.27	c ignored constraints	: 0
174.00/86.27	c root simplifications	: 0
174.00/86.27	c removed literals (reason simplification)	: 2117240
174.00/86.27	c reason swapping (by a shorter reason)	: 0
174.00/86.27	c Calls to reduceDB	: 46
174.00/86.27	c Number of update (reduction) of LBD	: 33762
174.00/86.27	c Imported unit clauses	: 0
174.00/86.27	c number of reductions to clauses (during analyze)	: 0
174.00/86.27	c number of learned constraints concerned by reduction	: 0
174.00/86.27	c number of learning phase by resolution	: 0
174.00/86.27	c number of learning phase by cutting planes	: 0
174.00/86.27	c speed (assignments/second)	: 186614.20635474048
174.00/86.27	c non guided choices	7861
174.00/86.27	c learnt constraints type 
174.00/86.27	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
174.00/86.27	c starts		: 51
174.00/86.27	c conflicts		: 12016
174.00/86.27	c decisions		: 13695
174.00/86.27	c propagations		: 203868
174.00/86.27	c inspects		: 146188057
174.00/86.27	c shortcuts		: 0
174.00/86.27	c learnt literals	: 0
174.00/86.27	c learnt binary clauses	: 0
174.00/86.27	c learnt ternary clauses	: 0
174.00/86.27	c learnt constraints	: 12013
174.00/86.27	c ignored constraints	: 0
174.00/86.27	c root simplifications	: 0
174.00/86.27	c removed literals (reason simplification)	: 0
174.00/86.27	c reason swapping (by a shorter reason)	: 0
174.00/86.27	c Calls to reduceDB	: 2
174.00/86.27	c Number of update (reduction) of LBD	: 0
174.00/86.27	c Imported unit clauses	: 0
174.00/86.27	c number of reductions to clauses (during analyze)	: 0
174.00/86.27	c number of learned constraints concerned by reduction	: 0
174.00/86.27	c number of learning phase by resolution	: 0
174.00/86.27	c number of learning phase by cutting planes	: 0
174.00/86.27	c speed (assignments/second)	: 2646.0556031461724
174.00/86.27	c non guided choices	537
174.00/86.27	c learnt constraints type 
174.00/86.27	s OPTIMUM FOUND
174.00/86.27	c Found 2 solution(s)
174.00/86.27	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 x28 x29 x30 -x31 -x32 x33 -x34 x35 -x36 x37 -x38 -x39 -x40 x41 -x42 -x43 x44 x45 x46 x47 x48 x49 x50 -x51 -x52 -x53 x54 x55 x56 x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 -x67 x68 x69 -x70 -x71 -x72 x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 x81 x82 -x83 x84 x85 -x86 -x87 -x88 x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99 x100 x101 x102 -x103 -x104 x105 x106 x107 -x108 -x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 x163 x164 x165 x166 -x167 -x168 -x169 x170 x171 x172 x173 x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 x186 x187 -x188 x189 -x190 -x191 -x192 
174.00/86.27	c objective function=3
174.00/86.27	c Total wall clock time (in seconds): 86.159

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4106098-1466268526/watcher-4106098-1466268526 -o /tmp/evaluation-result-4106098-1466268526/solver-4106098-1466268526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106098-1466268526.opb 

pid=6551
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.45 4.06 4.11 4/196 6554
/proc/meminfo: memFree=28902372/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 28899385 95129600 926 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 23225 926 703 9 0 16769 0
[pid=6554/tid=6555] ppid=6551 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) D 6551 6554 3621 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 28899386 95129600 926 33554432000 1073741824 1073778376 140736644432432 140544413855272 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 3.45 4.06 4.11 4/196 6554
/proc/meminfo: memFree=28902372/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 4525 0 1 0 9 1 0 0 20 0 18 0 28899385 9787879424 5635 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2389619 5635 2141 9 0 2380296 0
[pid=6554/tid=6555] ppid=6551 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) R 6551 6554 3621 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 28899386 9787879424 5635 33554432000 1073741824 1073778376 140736644432432 140544413858720 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 3.45 4.06 4.11 4/196 6554
/proc/meminfo: memFree=28902372/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 4732 0 1 0 24 1 0 0 20 0 18 0 28899385 9787879424 6820 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2389619 6820 2222 9 0 2380296 0
[pid=6554/tid=6555] ppid=6551 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) R 6551 6554 3621 0 -1 4202560 2456 0 1 0 17 0 0 0 20 0 18 0 28899386 9787879424 6820 33554432000 1073741824 1073778376 140736644432432 140544413858720 140544353631293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 3.45 4.06 4.11 4/196 6554
/proc/meminfo: memFree=28902372/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 7797 0 1 0 60 1 0 0 20 0 22 0 28899385 10060525568 10466 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 10466 2237 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) S 6551 6554 3621 0 -1 4202560 2461 0 1 0 19 0 0 0 20 0 22 0 28899386 10060525568 10466 33554432000 1073741824 1073778376 140736644432432 140544413860728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700239 s]
/proc/loadavg: 3.45 4.06 4.11 4/196 6554
/proc/meminfo: memFree=28902372/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 20256 0 1 0 219 3 0 0 20 0 22 0 28899385 10060525568 21925 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 21925 2254 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) S 6551 6554 3621 0 -1 4202560 2461 0 1 0 19 0 0 0 20 0 22 0 28899386 10060525568 21925 33554432000 1073741824 1073778376 140736644432432 140544413860728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.45 4.06 4.11 6/218 6576
/proc/meminfo: memFree=28723260/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 30854 0 1 0 493 7 0 0 20 0 22 0 28899385 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 50219 2278 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) S 6551 6554 3621 0 -1 4202560 2461 0 1 0 19 0 0 0 20 0 22 0 28899386 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544413860728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6557] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6557/stat : 6557 (java) S 6551 6554 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544352590632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6558] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6558/stat : 6558 (java) S 6551 6554 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544351537832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6559] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6559/stat : 6559 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544350485544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6560] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6560/stat : 6560 (java) S 6551 6554 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544254360488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6561] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6561/stat : 6561 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544253307176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6562] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6562/stat : 6562 (java) S 6551 6554 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544252254376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6563] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6563/stat : 6563 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544251202088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6564] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6564/stat : 6564 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544250149288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6565] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6565/stat : 6565 (java) S 6551 6554 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544237951720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6566] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6566/stat : 6566 (java) S 6551 6554 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544236897784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6567] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6567/stat : 6567 (java) S 6551 6554 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544235845384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6568] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6568/stat : 6568 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544234793872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6569] ppid=6551 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/6554/task/6569/stat : 6569 (java) S 6551 6554 3621 0 -1 4202560 12177 0 0 0 104 2 0 0 20 0 22 0 28899391 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544233740472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6570] ppid=6551 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/6554/task/6570/stat : 6570 (java) S 6551 6554 3621 0 -1 4202560 14711 0 0 0 113 2 0 0 20 0 22 0 28899391 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544232687672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6571] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6571/stat : 6571 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544231635576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6572] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6572/stat : 6572 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544230582984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6573] ppid=6551 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/6554/task/6573/stat : 6573 (java) R 6551 6554 3621 0 -1 4202560 22 0 0 0 124 0 0 0 20 0 22 0 28899408 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544229528936 140544354141187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6574] ppid=6551 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/6554/task/6574/stat : 6574 (java) R 6551 6554 3621 0 -1 4202560 98 0 0 0 122 2 0 0 20 0 22 0 28899408 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544228475768 140544353964702 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6575] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6575/stat : 6575 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28899408 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544227423912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6576] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6576/stat : 6576 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28899408 10060525568 50219 33554432000 1073741824 1073778376 140736644432432 140544226371112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 3.45 4.06 4.11 4/218 6576
/proc/meminfo: memFree=28648936/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=8.52 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 31750 0 1 0 839 13 0 0 20 0 22 0 28899385 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 88648 2279 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) S 6551 6554 3621 0 -1 4202560 2461 0 1 0 19 0 0 0 20 0 22 0 28899386 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544413860728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6557] ppid=6551 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6554/task/6557/stat : 6557 (java) S 6551 6554 3621 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544352590632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6558] ppid=6551 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6554/task/6558/stat : 6558 (java) S 6551 6554 3621 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544351537832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6559] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6559/stat : 6559 (java) S 6551 6554 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544350485544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6560] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6560/stat : 6560 (java) S 6551 6554 3621 0 -1 4202560 114 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544254360488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6561] ppid=6551 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/6554/task/6561/stat : 6561 (java) S 6551 6554 3621 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544253307176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6562] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6562/stat : 6562 (java) S 6551 6554 3621 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544252254376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6563] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6563/stat : 6563 (java) S 6551 6554 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544251202088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6564] ppid=6551 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/6554/task/6564/stat : 6564 (java) S 6551 6554 3621 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 22 0 28899387 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544250149288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6565] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6565/stat : 6565 (java) S 6551 6554 3621 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544237951720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6566] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6566/stat : 6566 (java) S 6551 6554 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544236897784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6567] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6567/stat : 6567 (java) S 6551 6554 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544235845384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6568] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6568/stat : 6568 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544234793872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6569] ppid=6551 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/6554/task/6569/stat : 6569 (java) S 6551 6554 3621 0 -1 4202560 12190 0 0 0 117 2 0 0 20 0 22 0 28899391 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544233740472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6570] ppid=6551 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/6554/task/6570/stat : 6570 (java) S 6551 6554 3621 0 -1 4202560 14956 0 0 0 127 2 0 0 20 0 22 0 28899391 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544232687672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6571] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6571/stat : 6571 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544231635576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6572] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6572/stat : 6572 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544230582984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6573] ppid=6551 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/6554/task/6573/stat : 6573 (java) R 6551 6554 3621 0 -1 4202560 25 0 0 0 279 0 0 0 20 0 22 0 28899408 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544229519600 140544354058748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6574] ppid=6551 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/6554/task/6574/stat : 6574 (java) R 6551 6554 3621 0 -1 4202560 154 0 0 0 274 3 0 0 20 0 22 0 28899408 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544228474360 140544354161778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6575] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6575/stat : 6575 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28899408 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544227423912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6576] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6576/stat : 6576 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28899408 10060525568 88648 33554432000 1073741824 1073778376 140736644432432 140544226371112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.41 4.04 4.10 4/218 6576
/proc/meminfo: memFree=28314616/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=15.08 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 32678 0 1 0 1487 21 0 0 20 0 22 0 28899385 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 178366 2279 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) S 6551 6554 3621 0 -1 4202560 2461 0 1 0 19 0 0 0 20 0 22 0 28899386 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544413860728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6557] ppid=6551 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6554/task/6557/stat : 6557 (java) S 6551 6554 3621 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 28899387 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544352590632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6558] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6558/stat : 6558 (java) S 6551 6554 3621 0 -1 4202560 118 0 0 0 3 0 0 0 20 0 22 0 28899387 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544351537832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6559] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6559/stat : 6559 (java) S 6551 6554 3621 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 28899387 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544350485544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6560] ppid=6551 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6554/task/6560/stat : 6560 (java) S 6551 6554 3621 0 -1 4202560 128 0 0 0 2 0 0 0 20 0 22 0 28899387 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544254360488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6561] ppid=6551 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6554/task/6561/stat : 6561 (java) S 6551 6554 3621 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 28899387 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544253307176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6562] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6562/stat : 6562 (java) S 6551 6554 3621 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 22 0 28899387 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544252254376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6563] ppid=6551 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/6554/task/6563/stat : 6563 (java) S 6551 6554 3621 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 28899387 10060525568 178366 33554432000 1073741824 1073778376 140736644432432 140544251202088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6564] ppid=6551 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

[pid=6554/tid=6562] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6562/stat : 6562 (java) S 6551 6554 3621 0 -1 4202560 194 0 0 0 18 4 0 0 20 0 22 0 28899387 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544252254376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6563] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6563/stat : 6563 (java) S 6551 6554 3621 0 -1 4202560 104 0 0 0 17 5 0 0 20 0 22 0 28899387 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544251202088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6564] ppid=6551 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/6554/task/6564/stat : 6564 (java) S 6551 6554 3621 0 -1 4202560 219 0 0 0 21 4 0 0 20 0 22 0 28899387 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544250149288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6565] ppid=6551 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6554/task/6565/stat : 6565 (java) S 6551 6554 3621 0 -1 4202560 1268 0 0 0 0 4 0 0 20 0 22 0 28899388 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544237951720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6566] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6566/stat : 6566 (java) S 6551 6554 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544236897784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6567] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6567/stat : 6567 (java) S 6551 6554 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28899388 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544235845384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6568] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6568/stat : 6568 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544234793872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6569] ppid=6551 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/6554/task/6569/stat : 6569 (java) S 6551 6554 3621 0 -1 4202560 14508 0 0 0 192 3 0 0 20 0 22 0 28899391 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544233740472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6570] ppid=6551 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/6554/task/6570/stat : 6570 (java) S 6551 6554 3621 0 -1 4202560 18881 0 0 0 170 3 0 0 20 0 22 0 28899391 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544232687672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6571] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6571/stat : 6571 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28899391 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544231635576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6572] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6572/stat : 6572 (java) S 6551 6554 3621 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 22 0 28899391 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544230582984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6576] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6576/stat : 6576 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28899408 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544226371112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6580] ppid=6551 vsize=9824732 CPUtime=75.05 cores=1,3,5,7
/proc/6554/task/6580/stat : 6580 (java) R 6551 6554 3621 0 -1 4202560 23 0 0 0 7504 1 0 0 20 0 22 0 28900308 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544229526960 140544354104849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6581] ppid=6551 vsize=9824732 CPUtime=75.01 cores=1,3,5,7
/proc/6554/task/6581/stat : 6581 (java) R 6551 6554 3621 0 -1 4202560 777 0 0 0 7473 28 0 0 20 0 22 0 28900308 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544228473760 140544354030696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6582] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6582/stat : 6582 (java) S 6551 6554 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28900308 10060525568 706999 33554432000 1073741824 1073778376 140736644432432 140544227423528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 172.16
Current children cumulated vsize (KiB) 9824732

[startup+85.6009 s]
/proc/loadavg: 3.24 3.82 4.02 4/219 6586
/proc/meminfo: memFree=26102916/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=173.51 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 41182 0 1 0 17260 91 0 0 20 0 19 0 28899385 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 706988 2287 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) S 6551 6554 3621 0 -1 4202560 2461 0 1 0 20 0 0 0 20 0 19 0 28899386 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544413860728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6557] ppid=6551 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/6554/task/6557/stat : 6557 (java) S 6551 6554 3621 0 -1 4202560 131 0 0 0 23 5 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544352590632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6558] ppid=6551 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/6554/task/6558/stat : 6558 (java) S 6551 6554 3621 0 -1 4202560 213 0 0 0 18 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544351537832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6559] ppid=6551 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/6554/task/6559/stat : 6559 (java) S 6551 6554 3621 0 -1 4202560 143 0 0 0 23 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544350485544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6560] ppid=6551 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/6554/task/6560/stat : 6560 (java) S 6551 6554 3621 0 -1 4202560 197 0 0 0 20 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544254360488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6561] ppid=6551 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/6554/task/6561/stat : 6561 (java) S 6551 6554 3621 0 -1 4202560 121 0 0 0 17 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544253307176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6562] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6562/stat : 6562 (java) S 6551 6554 3621 0 -1 4202560 194 0 0 0 18 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544252254376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6563] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6563/stat : 6563 (java) S 6551 6554 3621 0 -1 4202560 104 0 0 0 17 5 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544251202088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6564] ppid=6551 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/6554/task/6564/stat : 6564 (java) S 6551 6554 3621 0 -1 4202560 219 0 0 0 21 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544250149288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6565] ppid=6551 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6554/task/6565/stat : 6565 (java) S 6551 6554 3621 0 -1 4202560 1268 0 0 0 0 4 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544237951720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6566] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6566/stat : 6566 (java) S 6551 6554 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544236897784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6567] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6567/stat : 6567 (java) S 6551 6554 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544235845384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6568] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6568/stat : 6568 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544234793872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6569] ppid=6551 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/6554/task/6569/stat : 6569 (java) S 6551 6554 3621 0 -1 4202560 14508 0 0 0 192 3 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544233740472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6570] ppid=6551 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/6554/task/6570/stat : 6570 (java) S 6551 6554 3621 0 -1 4202560 18881 0 0 0 170 3 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544232687672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6571] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6571/stat : 6571 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544231635576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6572] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6572/stat : 6572 (java) S 6551 6554 3621 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544230582984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6576] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6576/stat : 6576 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28899408 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544226371112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 173.51
Current children cumulated vsize (KiB) 9824732

[startup+86.0008 s]
/proc/loadavg: 3.24 3.82 4.02 4/216 6586
/proc/meminfo: memFree=26103164/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=173.8 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 41182 0 1 0 17289 91 0 0 20 0 19 0 28899385 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 706988 2287 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) R 6551 6554 3621 0 -1 4202560 2461 0 1 0 45 1 0 0 20 0 19 0 28899386 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544413860392 140544354816950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6557] ppid=6551 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/6554/task/6557/stat : 6557 (java) S 6551 6554 3621 0 -1 4202560 131 0 0 0 23 5 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544352590632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6558] ppid=6551 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/6554/task/6558/stat : 6558 (java) S 6551 6554 3621 0 -1 4202560 213 0 0 0 18 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544351537832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6559] ppid=6551 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/6554/task/6559/stat : 6559 (java) S 6551 6554 3621 0 -1 4202560 143 0 0 0 23 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544350485544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6560] ppid=6551 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/6554/task/6560/stat : 6560 (java) S 6551 6554 3621 0 -1 4202560 197 0 0 0 20 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544254360488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6561] ppid=6551 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/6554/task/6561/stat : 6561 (java) S 6551 6554 3621 0 -1 4202560 121 0 0 0 17 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544253307176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6562] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6562/stat : 6562 (java) S 6551 6554 3621 0 -1 4202560 194 0 0 0 18 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544252254376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6563] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6563/stat : 6563 (java) S 6551 6554 3621 0 -1 4202560 104 0 0 0 17 5 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544251202088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6564] ppid=6551 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/6554/task/6564/stat : 6564 (java) S 6551 6554 3621 0 -1 4202560 219 0 0 0 21 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544250149288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6565] ppid=6551 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6554/task/6565/stat : 6565 (java) S 6551 6554 3621 0 -1 4202560 1268 0 0 0 0 4 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544237951720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6566] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6566/stat : 6566 (java) S 6551 6554 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544236897784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6567] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6567/stat : 6567 (java) S 6551 6554 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544235845384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6568] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6568/stat : 6568 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544234793872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6569] ppid=6551 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/6554/task/6569/stat : 6569 (java) S 6551 6554 3621 0 -1 4202560 14508 0 0 0 192 3 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544233740472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6570] ppid=6551 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/6554/task/6570/stat : 6570 (java) S 6551 6554 3621 0 -1 4202560 18881 0 0 0 172 3 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544232687672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6571] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6571/stat : 6571 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544231635576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6572] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6572/stat : 6572 (java) S 6551 6554 3621 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544230582984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6576] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6576/stat : 6576 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28899408 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544226371112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 173.8
Current children cumulated vsize (KiB) 9824732

[startup+86.2008 s]
/proc/loadavg: 3.24 3.82 4.02 4/216 6586
/proc/meminfo: memFree=26103164/32872528 swapFree=1286400/1433568
[pid=6554] ppid=6551 vsize=9824732 CPUtime=174 cores=1,3,5,7
/proc/6554/stat : 6554 (java) S 6551 6554 3621 0 -1 4202496 41182 0 1 0 17309 91 0 0 20 0 19 0 28899385 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140736644423568 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6554/statm: 2456183 706988 2287 9 0 2446860 0
[pid=6554/tid=6555] ppid=6551 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/6554/task/6555/stat : 6555 (java) R 6551 6554 3621 0 -1 4202560 2461 0 1 0 65 1 0 0 20 0 19 0 28899386 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544413860392 140544354816960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6557] ppid=6551 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/6554/task/6557/stat : 6557 (java) S 6551 6554 3621 0 -1 4202560 131 0 0 0 23 5 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544352590632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6558] ppid=6551 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/6554/task/6558/stat : 6558 (java) S 6551 6554 3621 0 -1 4202560 213 0 0 0 18 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544351537832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6559] ppid=6551 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/6554/task/6559/stat : 6559 (java) S 6551 6554 3621 0 -1 4202560 143 0 0 0 23 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544350485544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6560] ppid=6551 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/6554/task/6560/stat : 6560 (java) S 6551 6554 3621 0 -1 4202560 197 0 0 0 20 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544254360488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6561] ppid=6551 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/6554/task/6561/stat : 6561 (java) S 6551 6554 3621 0 -1 4202560 121 0 0 0 17 3 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544253307176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6562] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6562/stat : 6562 (java) S 6551 6554 3621 0 -1 4202560 194 0 0 0 18 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544252254376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6554/tid=6563] ppid=6551 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/6554/task/6563/stat : 6563 (java) S 6551 6554 3621 0 -1 4202560 104 0 0 0 17 5 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544251202088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6564] ppid=6551 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/6554/task/6564/stat : 6564 (java) S 6551 6554 3621 0 -1 4202560 219 0 0 0 21 4 0 0 20 0 19 0 28899387 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544250149288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6565] ppid=6551 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6554/task/6565/stat : 6565 (java) S 6551 6554 3621 0 -1 4202560 1268 0 0 0 0 4 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544237951720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6566] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6566/stat : 6566 (java) S 6551 6554 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544236897784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6567] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6567/stat : 6567 (java) S 6551 6554 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28899388 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544235845384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6568] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6568/stat : 6568 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544234793872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6554/tid=6569] ppid=6551 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/6554/task/6569/stat : 6569 (java) S 6551 6554 3621 0 -1 4202560 14508 0 0 0 192 3 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544233740472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6570] ppid=6551 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/6554/task/6570/stat : 6570 (java) S 6551 6554 3621 0 -1 4202560 18881 0 0 0 172 3 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544232687672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6571] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6571/stat : 6571 (java) S 6551 6554 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544231635576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6554/tid=6572] ppid=6551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6554/task/6572/stat : 6572 (java) S 6551 6554 3621 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 19 0 28899391 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544230582984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6554/tid=6576] ppid=6551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6554/task/6576/stat : 6576 (java) S 6551 6554 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28899408 10060525568 706988 33554432000 1073741824 1073778376 140736644432432 140544226371112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 174
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 86.2833
CPU time (s): 174.168
CPU user time (s): 173.096
CPU system time (s): 1.07184
CPU usage (%): 201.855
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.096
system time used= 1.07184
maximum resident set size= 2860644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41192
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3184
involuntary context switches= 4754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.595909 second user time and 0.534918 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 18:48:46
IDJOB=4106098
IDBENCH=47931
IDSOLVER=2543
FILE ID=node130/4106098-1466268526
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=163-P2=41-P3=157-P4=223-P5=67-P6=191-P7=17-P8=37-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106098-1466268526/watcher-4106098-1466268526 -o /tmp/evaluation-result-4106098-1466268526/solver-4106098-1466268526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106098-1466268526.opb

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

MD5SUM BENCH= 870560ebbd959d9c8bd54c4fcdba3455
RANDOM SEED=1120281674

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28903164 kB
Buffers:           42696 kB
Cached:           165384 kB
SwapCached:         1876 kB
Active:          1640172 kB
Inactive:         157608 kB
Active(anon):    1590100 kB
Inactive(anon):     2212 kB
Active(file):      50072 kB
Inactive(file):   155396 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:               988 kB
Writeback:             0 kB
AnonPages:       3022472 kB
Mapped:            15260 kB
Shmem:                 0 kB
Slab:             601760 kB
SReclaimable:      44656 kB
SUnreclaim:       557104 kB
KernelStack:        1624 kB
PageTables:        10144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3434116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-18 18:50:13