Trace number 4106572

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 PB16OPT5 1390.18 693.952

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_1.opb
MD5SUMaa10899bd7f711370f6ef9f1251ce7f2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark15.8046
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint26
Maximum length of a constraint44
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3038
Sum of products size (including duplicates)6076
Number of different products3038
Sum of products size6076

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4106572-1466272526.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.67/0.42	c ... done. Wall clock time 0.285s.
0.67/0.42	c declared #vars     100
0.67/0.42	c internal #vars     3138
0.67/0.42	c #constraints  6176
0.67/0.42	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3138
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.67/0.42	c 6176 constraints processed.
0.67/0.42	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3138
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
0.67/0.42	c 6176 constraints processed.
0.67/0.42	c objective function length is 100 literals
0.67/0.45	c And the winner is solver0
1.04/0.92	c SATISFIABLE
1.04/0.92	c OPTIMIZING...
1.04/0.92	c Got one! Elapsed wall clock time (in seconds):0.79
1.04/0.92	o 7
1.32/1.07	c And the winner is solver0
1.93/1.42	c Got one! Elapsed wall clock time (in seconds):1.293
1.93/1.42	o 6
4.20/2.31	c cleaning 2599 clauses out of 5216 with flag 11443/5216
6.75/3.39	c cleaning 4300 clauses out of 8617 with flag 25292/11216
9.70/4.70	c cleaning 5659 clauses out of 11321 with flag 41782/18220
13.01/6.30	c cleaning 6824 clauses out of 13660 with flag 60965/26218
16.92/8.25	c cleaning 7908 clauses out of 15837 with flag 82553/35219
21.60/10.54	c cleaning 8954 clauses out of 17926 with flag 106597/45216
26.60/13.00	c cleaning 9976 clauses out of 19973 with flag 133935/56217
32.29/15.83	c cleaning 10981 clauses out of 21996 with flag 163217/68216
38.49/18.98	c cleaning 11996 clauses out of 24015 with flag 195140/81216
45.96/22.61	c cleaning 12996 clauses out of 26019 with flag 229636/95216
53.85/26.51	c cleaning 14003 clauses out of 28025 with flag 266700/110218
62.45/30.80	c cleaning 14994 clauses out of 30023 with flag 306616/126219
71.71/35.47	c cleaning 15998 clauses out of 32026 with flag 350004/143216
83.90/41.55	c cleaning 17014 clauses out of 34028 with flag 398497/161216
98.00/48.52	c cleaning 18009 clauses out of 36018 with flag 450923/180220
112.47/55.75	c cleaning 19003 clauses out of 38005 with flag 504959/200216
113.86/56.43	c And the winner is solver1
113.86/56.47	c Got one! Elapsed wall clock time (in seconds):56.344
113.86/56.47	o 5
115.85/57.59	c cleaning 12048 clauses out of 24101 with flag 10621/205315
120.49/59.61	c cleaning 9027 clauses out of 18056 with flag 31357/211318
125.21/61.92	c cleaning 8015 clauses out of 16029 with flag 55058/218318
130.42/64.49	c cleaning 8006 clauses out of 16012 with flag 83075/226316
136.22/67.32	c cleaning 8503 clauses out of 17006 with flag 115950/235316
142.87/70.47	c cleaning 9249 clauses out of 18503 with flag 151174/245316
150.26/73.96	c cleaning 10122 clauses out of 20253 with flag 188386/256315
158.10/77.80	c cleaning 11066 clauses out of 22132 with flag 231254/268316
166.50/82.02	c cleaning 12034 clauses out of 24067 with flag 276110/281317
175.96/86.74	c cleaning 13014 clauses out of 26032 with flag 323232/295316
185.75/91.69	c cleaning 14008 clauses out of 28017 with flag 375127/310315
196.81/97.13	c cleaning 15000 clauses out of 30009 with flag 428393/326315
208.66/103.00	c cleaning 16004 clauses out of 32009 with flag 487385/343315
220.71/109.08	c cleaning 17003 clauses out of 34006 with flag 550388/361316
233.92/115.65	c cleaning 18001 clauses out of 36002 with flag 617959/380315
248.33/122.81	c cleaning 18993 clauses out of 38001 with flag 686043/400315
264.03/130.63	c cleaning 19999 clauses out of 40008 with flag 757213/421315
280.10/138.70	c cleaning 20999 clauses out of 42009 with flag 832035/443315
297.80/147.43	c cleaning 22002 clauses out of 44010 with flag 907328/466315
315.86/156.50	c cleaning 23005 clauses out of 46009 with flag 989203/490316
334.10/165.55	c cleaning 24002 clauses out of 48003 with flag 1076141/515315
354.22/175.55	c cleaning 25000 clauses out of 50003 with flag 1165053/541317
374.10/185.48	c cleaning 25995 clauses out of 52002 with flag 1255776/568316
394.65/195.66	c cleaning 26993 clauses out of 54006 with flag 1349476/596315
399.72/198.11	c cleaning 0 clauses out of 5210 with flag 0/5211
418.11/207.20	c cleaning 28007 clauses out of 56013 with flag 1443360/625315
441.63/218.76	c cleaning 29000 clauses out of 58008 with flag 1535360/655317
466.59/231.44	c cleaning 29993 clauses out of 60008 with flag 1637631/686317
490.69/243.43	c cleaning 30998 clauses out of 62013 with flag 1747146/718315
515.03/255.59	c cleaning 32007 clauses out of 64017 with flag 1855289/751317
541.34/268.68	c cleaning 33001 clauses out of 66008 with flag 1962169/785315
570.34/283.04	c cleaning 34004 clauses out of 68010 with flag 2078458/820318
599.06/297.35	c cleaning 34999 clauses out of 70006 with flag 2195586/856318
628.06/312.20	c cleaning 35996 clauses out of 72009 with flag 2317579/893320
657.37/326.80	c cleaning 36999 clauses out of 74011 with flag 2440063/931318
689.30/342.69	c cleaning 37999 clauses out of 76008 with flag 2565804/970315
722.45/359.14	c cleaning 38997 clauses out of 78010 with flag 2691465/1010317
757.28/376.47	c cleaning 39998 clauses out of 80014 with flag 2823992/1051318
792.86/394.17	c cleaning 41005 clauses out of 82013 with flag 2961079/1093315
830.04/412.66	c cleaning 41999 clauses out of 84010 with flag 3097237/1136318
865.23/430.15	c cleaning 42995 clauses out of 86008 with flag 3237566/1180315
900.79/447.73	c cleaning 43997 clauses out of 88012 with flag 3377168/1225316
939.87/467.19	c cleaning 44999 clauses out of 90018 with flag 3521615/1271320
980.08/487.19	c cleaning 46004 clauses out of 92016 with flag 3666049/1318317
1022.74/508.94	c cleaning 46995 clauses out of 94007 with flag 3811358/1366315
1064.89/529.97	c cleaning 47998 clauses out of 96011 with flag 3962389/1415315
1104.99/549.96	c cleaning 48999 clauses out of 98012 with flag 4117124/1465316
1146.37/570.53	c cleaning 50000 clauses out of 100010 with flag 4269946/1516315
1190.96/592.74	c cleaning 50998 clauses out of 102006 with flag 4424821/1568316
1236.49/615.31	c cleaning 52001 clauses out of 104006 with flag 4590046/1621316
1282.92/638.48	c cleaning 52999 clauses out of 106001 with flag 4753225/1675316
1330.17/661.90	c cleaning 53991 clauses out of 107998 with flag 4915305/1730315
1377.92/685.71	c cleaning 54992 clauses out of 109992 with flag 5073313/1786317
1385.79/689.70	c And the winner is solver0
1389.92/693.93	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1389.92/693.93	c starts		: 15650
1389.92/693.93	c conflicts		: 1799254
1389.92/693.93	c decisions		: 3815351
1389.92/693.93	c propagations		: 453377927
1389.92/693.93	c inspects		: 5928106135
1389.92/693.93	c shortcuts		: 0
1389.92/693.93	c learnt literals	: 70
1389.92/693.93	c learnt binary clauses	: 86
1389.92/693.93	c learnt ternary clauses	: 116
1389.92/693.93	c learnt constraints	: 1799183
1389.92/693.93	c ignored constraints	: 0
1389.92/693.93	c root simplifications	: 0
1389.92/693.93	c removed literals (reason simplification)	: 330964
1389.92/693.93	c reason swapping (by a shorter reason)	: 0
1389.92/693.93	c Calls to reduceDB	: 68
1389.92/693.93	c Number of update (reduction) of LBD	: 576163
1389.92/693.93	c Imported unit clauses	: 0
1389.92/693.93	c number of reductions to clauses (during analyze)	: 0
1389.92/693.93	c number of learned constraints concerned by reduction	: 0
1389.92/693.93	c number of learning phase by resolution	: 0
1389.92/693.93	c number of learning phase by cutting planes	: 0
1389.92/693.93	c speed (assignments/second)	: 711235.7294913648
1389.92/693.93	c non guided choices	0
1389.92/693.93	c learnt constraints type 
1389.92/693.93	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1389.92/693.93	c starts		: 37
1389.92/693.93	c conflicts		: 9978
1389.92/693.93	c decisions		: 16613
1389.92/693.93	c propagations		: 2839640
1389.92/693.93	c inspects		: 859239269
1389.92/693.93	c shortcuts		: 0
1389.92/693.93	c learnt literals	: 0
1389.92/693.93	c learnt binary clauses	: 0
1389.92/693.93	c learnt ternary clauses	: 0
1389.92/693.93	c learnt constraints	: 9976
1389.92/693.93	c ignored constraints	: 0
1389.92/693.93	c root simplifications	: 0
1389.92/693.93	c removed literals (reason simplification)	: 0
1389.92/693.93	c reason swapping (by a shorter reason)	: 0
1389.92/693.93	c Calls to reduceDB	: 1
1389.92/693.93	c Number of update (reduction) of LBD	: 0
1389.92/693.93	c Imported unit clauses	: 0
1389.92/693.93	c number of reductions to clauses (during analyze)	: 0
1389.92/693.93	c number of learned constraints concerned by reduction	: 0
1389.92/693.93	c number of learning phase by resolution	: 0
1389.92/693.93	c number of learning phase by cutting planes	: 0
1389.92/693.93	c speed (assignments/second)	: 4100.545412799655
1389.92/693.93	c non guided choices	0
1389.92/693.93	c learnt constraints type 
1389.92/693.93	s OPTIMUM FOUND
1389.92/693.93	c Found 3 solution(s)
1389.92/693.93	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 
1389.92/693.93	c objective function=5
1389.92/693.93	c Total wall clock time (in seconds): 693.801

Verifier Data

OK	5

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-4106572-1466272526/watcher-4106572-1466272526 -o /tmp/evaluation-result-4106572-1466272526/solver-4106572-1466272526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106572-1466272526.opb 

pid=2743
running on 4 cores: 0,2,4,6

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.42 3.32 3.28 4/197 2746
/proc/meminfo: memFree=27369864/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/2746/stat : 2746 (java) D 2743 2746 30091 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 29301202 278528 33 33554432000 1073741824 1073778376 140735452593152 140735452590328 270320889127 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 68 33 25 9 0 25 0

[startup+0.100114 s]
/proc/loadavg: 3.42 3.32 3.28 4/197 2746
/proc/meminfo: memFree=27369864/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 4387 0 1 0 7 1 0 0 20 0 18 0 29301202 9787879424 5498 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2389619 5499 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 3.42 3.32 3.28 4/197 2746
/proc/meminfo: memFree=27369864/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 4591 0 1 0 19 2 0 0 20 0 18 0 29301202 9787879424 7202 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2389619 7202 2177 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 3.42 3.32 3.28 4/197 2746
/proc/meminfo: memFree=27369864/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 6050 0 1 0 42 2 0 0 20 0 18 0 29301202 9787879424 8824 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2389619 8824 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 3.42 3.32 3.28 4/197 2746
/proc/meminfo: memFree=27369864/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 10890 0 1 0 99 5 0 0 20 0 19 0 29301202 10060525568 14026 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2456183 14026 2263 9 0 2446860 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9824732

[startup+1.5007 s]
/proc/loadavg: 3.42 3.32 3.28 5/216 2771
/proc/meminfo: memFree=27311328/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 15084 0 1 0 212 8 0 0 20 0 22 0 29301202 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2456183 21294 2267 9 0 2446860 0
[pid=2746/tid=2748] ppid=2743 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/2746/task/2748/stat : 2748 (java) S 2743 2746 30091 0 -1 4202560 2463 0 1 0 37 2 0 0 20 0 22 0 29301203 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774540362616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2749] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2749/stat : 2749 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774479092520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2750] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2750/stat : 2750 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774478039720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2751] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2751/stat : 2751 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774381472808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2752] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2752/stat : 2752 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774380420008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2753] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2753/stat : 2753 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774379366696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2754] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2754/stat : 2754 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774378313896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2755] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2755/stat : 2755 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774377261608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2756] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2756/stat : 2756 (java) S 2743 2746 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774376208808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2757] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2757/stat : 2757 (java) S 2743 2746 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29301205 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774364011240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2758] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2758/stat : 2758 (java) S 2743 2746 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29301206 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774362957304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2759] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2759/stat : 2759 (java) S 2743 2746 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29301206 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774361904904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2760] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2760/stat : 2760 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774360853392 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2761] ppid=2743 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/2746/task/2761/stat : 2761 (java) R 2743 2746 30091 0 -1 4202560 7079 0 0 0 70 0 0 0 20 0 22 0 29301208 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774359799992 139774542917664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2762] ppid=2743 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/2746/task/2762/stat : 2762 (java) R 2743 2746 30091 0 -1 4202560 4185 0 0 0 55 0 0 0 20 0 22 0 29301208 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774358747192 139774546565200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2763] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2763/stat : 2763 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774357695096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2764] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2764/stat : 2764 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774356642504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2768] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2768/stat : 2768 (java) S 2743 2746 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29301245 10060525568 21294 33554432000 1073741824 1073778376 140735354961936 139774352430632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.47 3.33 3.28 5/219 2774
/proc/meminfo: memFree=27192100/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9824732 CPUtime=6.34 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 16915 0 1 0 618 16 0 0 20 0 22 0 29301202 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2456183 63746 2294 9 0 2446860 0
[pid=2746/tid=2748] ppid=2743 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/2746/task/2748/stat : 2748 (java) S 2743 2746 30091 0 -1 4202560 2463 0 1 0 37 2 0 0 20 0 22 0 29301203 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774540362616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2749] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2749/stat : 2749 (java) S 2743 2746 30091 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774479092520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2750] ppid=2743 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2746/task/2750/stat : 2750 (java) S 2743 2746 30091 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774478039720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2751] ppid=2743 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2746/task/2751/stat : 2751 (java) S 2743 2746 30091 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774381472808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2752] ppid=2743 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2746/task/2752/stat : 2752 (java) S 2743 2746 30091 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774380420008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2753] ppid=2743 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2746/task/2753/stat : 2753 (java) S 2743 2746 30091 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774379366696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2754] ppid=2743 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2746/task/2754/stat : 2754 (java) S 2743 2746 30091 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774378313896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2755] ppid=2743 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2746/task/2755/stat : 2755 (java) S 2743 2746 30091 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774377261608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2756] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2756/stat : 2756 (java) S 2743 2746 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29301204 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774376208808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2757] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2757/stat : 2757 (java) S 2743 2746 30091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 29301205 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774364011240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2758] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2758/stat : 2758 (java) S 2743 2746 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29301206 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774362957304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2759] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2759/stat : 2759 (java) S 2743 2746 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29301206 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774361904904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2760] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2760/stat : 2760 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774360853392 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2761] ppid=2743 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/2746/task/2761/stat : 2761 (java) S 2743 2746 30091 0 -1 4202560 8158 0 0 0 125 2 0 0 20 0 22 0 29301208 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774359799992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2762] ppid=2743 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/2746/task/2762/stat : 2762 (java) S 2743 2746 30091 0 -1 4202560 4386 0 0 0 87 0 0 0 20 0 22 0 29301208 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774358747192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2763] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2763/stat : 2763 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774357695096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2764] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2764/stat : 2764 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774356642504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2768] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2768/stat : 2768 (java) S 2743 2746 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29301245 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774352430632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2772] ppid=2743 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/2746/task/2772/stat : 2772 (java) R 2743 2746 30091 0 -1 4202560 5 0 0 0 158 0 0 0 20 0 22 0 29301345 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774355587768 139774480656485 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2773] ppid=2743 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/2746/task/2773/stat : 2773 (java) R 2743 2746 30091 0 -1 4202560 77 0 0 0 158 2 0 0 20 0 22 0 29301345 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774354534712 139774480928540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2774] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2774/stat : 2774 (java) S 2743 2746 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29301345 10060525568 63746 33554432000 1073741824 1073778376 140735354961936 139774353483048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 9824732

[startup+6.30533 s]
/proc/loadavg: 3.47 3.33 3.28 5/219 2774
/proc/meminfo: memFree=26854032/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9824732 CPUtime=13.01 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 17875 0 1 0 1269 32 0 0 20 0 22 0 29301202 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2456183 157448 2294 9 0 2446860 0
[pid=2746/tid=2748] ppid=2743 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/2746/task/2748/stat : 2748 (java) S 2743 2746 30091 0 -1 4202560 2463 0 1 0 37 2 0 0 20 0 22 0 29301203 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774540362616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2749] ppid=2743 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/2746/task/2749/stat : 2749 (java) S 2743 2746 30091 0 -1 4202560 113 0 0 0 6 2 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774479092520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2750] ppid=2743 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2746/task/2750/stat : 2750 (java) S 2743 2746 30091 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774478039720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2751] ppid=2743 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2746/task/2751/stat : 2751 (java) S 2743 2746 30091 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774381472808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2752] ppid=2743 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2746/task/2752/stat : 2752 (java) S 2743 2746 30091 0 -1 4202560 125 0 0 0 7 2 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774380420008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2753] ppid=2743 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2746/task/2753/stat : 2753 (java) S 2743 2746 30091 0 -1 4202560 131 0 0 0 5 2 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774379366696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2754] ppid=2743 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/2746/task/2754/stat : 2754 (java) S 2743 2746 30091 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774378313896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2755] ppid=2743 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/2746/task/2755/stat : 2755 (java) S 2743 2746 30091 0 -1 4202560 64 0 0 0 6 2 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774377261608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2756] ppid=2743 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2746/task/2756/stat : 2756 (java) S 2743 2746 30091 0 -1 4202560 54 0 0 0 6 3 0 0 20 0 22 0 29301204 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774376208808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2757] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2757/stat : 2757 (java) S 2743 2746 30091 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 29301205 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774364011240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2758] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2758/stat : 2758 (java) S 2743 2746 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29301206 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774362957304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2759] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2759/stat : 2759 (java) S 2743 2746 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29301206 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774361904904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2760] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2760/stat : 2760 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774360853392 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2761] ppid=2743 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/2746/task/2761/stat : 2761 (java) S 2743 2746 30091 0 -1 4202560 8158 0 0 0 126 2 0 0 20 0 22 0 29301208 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774359799992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2762] ppid=2743 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/2746/task/2762/stat : 2762 (java) R 2743 2746 30091 0 -1 4202560 4386 0 0 0 89 0 0 0 20 0 22 0 29301208 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774358747072 139774544455060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2763] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2763/stat : 2763 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29301208 10060525568 157448 33554432000 1073741824 1073778376 140735354961936 139774357695096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2764] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/2746/task/2755/stat : 2755 (java) S 2743 2746 30091 0 -1 4202560 626 0 0 0 188 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774377261608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2756] ppid=2743 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2746/task/2756/stat : 2756 (java) S 2743 2746 30091 0 -1 4202560 421 0 0 0 171 14 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774376208808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2757] ppid=2743 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/2746/task/2757/stat : 2757 (java) S 2743 2746 30091 0 -1 4202560 2571 0 0 0 244 8 0 0 20 0 19 0 29301205 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774364011240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2758] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2758/stat : 2758 (java) S 2743 2746 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774362957304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2759] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2759/stat : 2759 (java) S 2743 2746 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774361904904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2760] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2760/stat : 2760 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774360853392 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2761] ppid=2743 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/2746/task/2761/stat : 2761 (java) S 2743 2746 30091 0 -1 4202560 18124 0 0 0 311 4 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774359799992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2762] ppid=2743 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/2746/task/2762/stat : 2762 (java) S 2743 2746 30091 0 -1 4202560 10861 0 0 0 129 2 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774358747192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2763] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2763/stat : 2763 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774357695096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2764] ppid=2743 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2746/task/2764/stat : 2764 (java) S 2743 2746 30091 0 -1 4202560 41 0 0 0 13 14 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774356642504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2777] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2777/stat : 2777 (java) S 2743 2746 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29306850 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774352429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1385.85
Current children cumulated vsize (KiB) 9824732

[startup+693.601 s]
/proc/loadavg: 4.31 4.24 3.81 4/216 2909
/proc/meminfo: memFree=23400296/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9824732 CPUtime=1386.65 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 42580 0 1 0 138458 207 0 0 20 0 19 0 29301202 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2456183 839424 2303 9 0 2446860 0
[pid=2746/tid=2748] ppid=2743 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/2746/task/2748/stat : 2748 (java) R 2743 2746 30091 0 -1 4202560 2466 0 1 0 331 3 0 0 20 0 19 0 29301203 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774540362280 139774480320438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2749] ppid=2743 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/2746/task/2749/stat : 2749 (java) S 2743 2746 30091 0 -1 4202560 507 0 0 0 191 16 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774479092520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2750] ppid=2743 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2746/task/2750/stat : 2750 (java) S 2743 2746 30091 0 -1 4202560 533 0 0 0 178 10 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774478039720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2751] ppid=2743 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2746/task/2751/stat : 2751 (java) S 2743 2746 30091 0 -1 4202560 326 0 0 0 174 11 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774381472808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2752] ppid=2743 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/2746/task/2752/stat : 2752 (java) S 2743 2746 30091 0 -1 4202560 532 0 0 0 179 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774380420008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2753] ppid=2743 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/2746/task/2753/stat : 2753 (java) S 2743 2746 30091 0 -1 4202560 540 0 0 0 183 14 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774379366696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2754] ppid=2743 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2746/task/2754/stat : 2754 (java) S 2743 2746 30091 0 -1 4202560 472 0 0 0 188 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774378313896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2755] ppid=2743 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2746/task/2755/stat : 2755 (java) S 2743 2746 30091 0 -1 4202560 626 0 0 0 188 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774377261608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2756] ppid=2743 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2746/task/2756/stat : 2756 (java) S 2743 2746 30091 0 -1 4202560 421 0 0 0 171 14 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774376208808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2757] ppid=2743 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/2746/task/2757/stat : 2757 (java) S 2743 2746 30091 0 -1 4202560 2571 0 0 0 244 8 0 0 20 0 19 0 29301205 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774364011240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2758] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2758/stat : 2758 (java) S 2743 2746 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774362957304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2759] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2759/stat : 2759 (java) S 2743 2746 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774361904904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2760] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2760/stat : 2760 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774360853392 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2761] ppid=2743 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/2746/task/2761/stat : 2761 (java) S 2743 2746 30091 0 -1 4202560 18124 0 0 0 311 4 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774359799992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2762] ppid=2743 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/2746/task/2762/stat : 2762 (java) S 2743 2746 30091 0 -1 4202560 10861 0 0 0 129 2 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774358747192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2763] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2763/stat : 2763 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774357695096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2764] ppid=2743 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2746/task/2764/stat : 2764 (java) S 2743 2746 30091 0 -1 4202560 41 0 0 0 13 14 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774356642504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2777] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2777/stat : 2777 (java) S 2743 2746 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29306850 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774352429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1386.65
Current children cumulated vsize (KiB) 9824732

[startup+693.801 s]
/proc/loadavg: 4.31 4.24 3.81 4/216 2909
/proc/meminfo: memFree=23400296/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9824732 CPUtime=1386.85 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 42580 0 1 0 138478 207 0 0 20 0 19 0 29301202 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2456183 839424 2303 9 0 2446860 0
[pid=2746/tid=2748] ppid=2743 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/2746/task/2748/stat : 2748 (java) R 2743 2746 30091 0 -1 4202560 2466 0 1 0 351 3 0 0 20 0 19 0 29301203 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774540360240 139774480320438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2749] ppid=2743 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/2746/task/2749/stat : 2749 (java) S 2743 2746 30091 0 -1 4202560 507 0 0 0 191 16 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774479092520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2750] ppid=2743 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2746/task/2750/stat : 2750 (java) S 2743 2746 30091 0 -1 4202560 533 0 0 0 178 10 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774478039720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2751] ppid=2743 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2746/task/2751/stat : 2751 (java) S 2743 2746 30091 0 -1 4202560 326 0 0 0 174 11 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774381472808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2752] ppid=2743 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/2746/task/2752/stat : 2752 (java) S 2743 2746 30091 0 -1 4202560 532 0 0 0 179 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774380420008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2753] ppid=2743 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/2746/task/2753/stat : 2753 (java) S 2743 2746 30091 0 -1 4202560 540 0 0 0 183 14 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774379366696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2754] ppid=2743 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2746/task/2754/stat : 2754 (java) S 2743 2746 30091 0 -1 4202560 472 0 0 0 188 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774378313896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2755] ppid=2743 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2746/task/2755/stat : 2755 (java) S 2743 2746 30091 0 -1 4202560 626 0 0 0 188 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774377261608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2756] ppid=2743 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2746/task/2756/stat : 2756 (java) S 2743 2746 30091 0 -1 4202560 421 0 0 0 171 14 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774376208808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2757] ppid=2743 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/2746/task/2757/stat : 2757 (java) S 2743 2746 30091 0 -1 4202560 2571 0 0 0 244 8 0 0 20 0 19 0 29301205 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774364011240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2758] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2758/stat : 2758 (java) S 2743 2746 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774362957304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2759] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2759/stat : 2759 (java) S 2743 2746 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774361904904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2760] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2760/stat : 2760 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774360853392 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2761] ppid=2743 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/2746/task/2761/stat : 2761 (java) S 2743 2746 30091 0 -1 4202560 18124 0 0 0 311 4 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774359799992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2762] ppid=2743 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/2746/task/2762/stat : 2762 (java) S 2743 2746 30091 0 -1 4202560 10861 0 0 0 129 2 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774358747192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2763] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2763/stat : 2763 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774357695096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2764] ppid=2743 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2746/task/2764/stat : 2764 (java) S 2743 2746 30091 0 -1 4202560 41 0 0 0 13 14 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774356642504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2777] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2777/stat : 2777 (java) S 2743 2746 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29306850 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774352429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1386.85
Current children cumulated vsize (KiB) 9824732

[startup+693.901 s]
/proc/loadavg: 4.31 4.24 3.81 4/216 2909
/proc/meminfo: memFree=23400296/32872528 swapFree=1556504/1720024
[pid=2746] ppid=2743 vsize=9824732 CPUtime=1386.95 cores=0,2,4,6
/proc/2746/stat : 2746 (java) S 2743 2746 30091 0 -1 4202496 42580 0 1 0 138488 207 0 0 20 0 19 0 29301202 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 140735354953072 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2746/statm: 2456183 839424 2303 9 0 2446860 0
[pid=2746/tid=2748] ppid=2743 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/2746/task/2748/stat : 2748 (java) R 2743 2746 30091 0 -1 4202560 2466 0 1 0 361 3 0 0 20 0 19 0 29301203 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774540360240 139774480320450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2749] ppid=2743 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/2746/task/2749/stat : 2749 (java) S 2743 2746 30091 0 -1 4202560 507 0 0 0 191 16 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774479092520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2750] ppid=2743 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2746/task/2750/stat : 2750 (java) S 2743 2746 30091 0 -1 4202560 533 0 0 0 178 10 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774478039720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2751] ppid=2743 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2746/task/2751/stat : 2751 (java) S 2743 2746 30091 0 -1 4202560 326 0 0 0 174 11 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774381472808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2752] ppid=2743 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/2746/task/2752/stat : 2752 (java) S 2743 2746 30091 0 -1 4202560 532 0 0 0 179 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774380420008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2753] ppid=2743 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/2746/task/2753/stat : 2753 (java) S 2743 2746 30091 0 -1 4202560 540 0 0 0 183 14 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774379366696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2754] ppid=2743 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2746/task/2754/stat : 2754 (java) S 2743 2746 30091 0 -1 4202560 472 0 0 0 188 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774378313896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2755] ppid=2743 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2746/task/2755/stat : 2755 (java) S 2743 2746 30091 0 -1 4202560 626 0 0 0 188 15 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774377261608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2756] ppid=2743 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2746/task/2756/stat : 2756 (java) S 2743 2746 30091 0 -1 4202560 421 0 0 0 171 14 0 0 20 0 19 0 29301204 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774376208808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2757] ppid=2743 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/2746/task/2757/stat : 2757 (java) S 2743 2746 30091 0 -1 4202560 2571 0 0 0 244 8 0 0 20 0 19 0 29301205 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774364011240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2758] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2758/stat : 2758 (java) S 2743 2746 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774362957304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2759] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2759/stat : 2759 (java) S 2743 2746 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29301206 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774361904904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2760] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2760/stat : 2760 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774360853392 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2761] ppid=2743 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/2746/task/2761/stat : 2761 (java) S 2743 2746 30091 0 -1 4202560 18124 0 0 0 311 4 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774359799992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2746/tid=2762] ppid=2743 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/2746/task/2762/stat : 2762 (java) S 2743 2746 30091 0 -1 4202560 10861 0 0 0 129 2 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774358747192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2746/tid=2763] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2763/stat : 2763 (java) S 2743 2746 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774357695096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2746/tid=2764] ppid=2743 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2746/task/2764/stat : 2764 (java) S 2743 2746 30091 0 -1 4202560 41 0 0 0 13 14 0 0 20 0 19 0 29301208 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774356642504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2746/tid=2777] ppid=2743 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2746/task/2777/stat : 2777 (java) S 2743 2746 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29306850 10060525568 839424 33554432000 1073741824 1073778376 140735354961936 139774352429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1386.95
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.97008
#  lost CPU user time (s): 3.16001
#  lost CPU system time (s): -0.19

Real time (s): 693.952
CPU time (s): 1390.18
CPU user time (s): 1388.08
CPU system time (s): 2.09465
CPU usage (%): 200.327
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1384.92
system time used= 2.28465
maximum resident set size= 3362384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42594
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20287
involuntary context switches= 25935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69829 second user time and 6.64299 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 19:55:26
IDJOB=4106572
IDBENCH=48111
IDSOLVER=2543
FILE ID=node117/4106572-1466272526
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106572-1466272526/watcher-4106572-1466272526 -o /tmp/evaluation-result-4106572-1466272526/solver-4106572-1466272526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106572-1466272526.opb

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

MD5SUM BENCH= aa10899bd7f711370f6ef9f1251ce7f2
RANDOM SEED=951403703

node117.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.912
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	: 5333.82
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.912
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.912
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.912
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        27370508 kB
Buffers:          138176 kB
Cached:           319272 kB
SwapCached:            0 kB
Active:          2664376 kB
Inactive:         356796 kB
Active(anon):    2555780 kB
Inactive(anon):    10636 kB
Active(file):     108596 kB
Inactive(file):   346160 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       4283812 kB
Mapped:            21080 kB
Shmem:               204 kB
Slab:             621468 kB
SReclaimable:      65320 kB
SUnreclaim:       556148 kB
KernelStack:        1632 kB
PageTables:        12480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4428072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2676736 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= 71740 MiB
End job on node117 at 2016-06-18 20:07:00