Trace number 4119345

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 PB16SAT (TO)-31 1800.02 900.853

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0334-0334.opb
MD5SUM9cc18ca5d51035b7790e9a9627e4f083
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-36
Best CPU time to get the best result obtained on this benchmark6.41602
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 324
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 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products0
Sum of products size0

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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119345-1467253812.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.071s.
0.09/0.19	c declared #vars     108
0.09/0.19	c internal #vars     432
0.09/0.19	c #constraints  720
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 324
0.09/0.19	c 720 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 324
0.09/0.19	c 720 constraints processed.
0.09/0.19	c objective function length is 324 literals
0.21/0.21	c And the winner is solver1
0.23/0.69	c SATISFIABLE
0.23/0.69	c OPTIMIZING...
0.23/0.69	c Got one! Elapsed wall clock time (in seconds):0.575
0.23/0.69	o -27
0.23/0.72	c And the winner is solver0
0.38/1.20	c Got one! Elapsed wall clock time (in seconds):1.078
0.38/1.20	o -28
0.39/1.22	c And the winner is solver0
0.52/1.70	c Got one! Elapsed wall clock time (in seconds):1.58
0.52/1.70	o -29
0.52/1.74	c And the winner is solver0
0.79/2.20	c Got one! Elapsed wall clock time (in seconds):2.083
0.79/2.20	o -30
0.80/2.21	c And the winner is solver0
0.88/2.70	c Got one! Elapsed wall clock time (in seconds):2.584
0.88/2.70	o -31
2.01/3.08	c cleaning 2560 clauses out of 5124 with flag 10705/5124
2.97/3.38	c cleaning 4279 clauses out of 8563 with flag 23199/11123
3.96/3.70	c cleaning 5641 clauses out of 11284 with flag 37677/18123
4.90/4.14	c cleaning 6819 clauses out of 13642 with flag 54214/26122
5.97/4.65	c cleaning 7906 clauses out of 15824 with flag 72870/35123
7.43/5.30	c cleaning 8949 clauses out of 17917 with flag 95927/45122
8.90/6.04	c cleaning 9982 clauses out of 19968 with flag 121849/56122
10.57/6.85	c cleaning 10992 clauses out of 21986 with flag 149642/68122
12.39/7.75	c cleaning 11994 clauses out of 23994 with flag 180894/81122
14.48/8.78	c cleaning 13002 clauses out of 26003 with flag 213668/95125
16.81/9.86	c cleaning 13998 clauses out of 27998 with flag 250625/110122
19.22/11.03	c cleaning 14998 clauses out of 30000 with flag 287085/126122
22.00/12.43	c cleaning 15995 clauses out of 32002 with flag 327082/143122
25.32/14.00	c cleaning 17003 clauses out of 34008 with flag 368863/161123
28.53/15.66	c cleaning 17999 clauses out of 36004 with flag 416181/180122
32.89/17.71	c cleaning 19002 clauses out of 38006 with flag 467331/200123
37.09/19.84	c cleaning 20002 clauses out of 40003 with flag 519756/221122
41.84/22.11	c cleaning 21000 clauses out of 42002 with flag 573208/243123
46.43/24.42	c cleaning 21999 clauses out of 44003 with flag 625635/266124
51.52/26.95	c cleaning 22993 clauses out of 46002 with flag 680616/290122
56.12/29.22	c cleaning 24003 clauses out of 48011 with flag 742691/315124
61.74/32.03	c cleaning 25004 clauses out of 50009 with flag 803200/341125
66.92/34.61	c cleaning 26000 clauses out of 52002 with flag 865059/368122
72.12/37.24	c cleaning 27000 clauses out of 54003 with flag 929344/396123
77.72/40.00	c cleaning 28002 clauses out of 56004 with flag 993691/425124
83.92/43.15	c cleaning 28995 clauses out of 58001 with flag 1060188/455123
90.72/46.55	c cleaning 29999 clauses out of 60005 with flag 1127985/486122
97.72/50.05	c cleaning 31000 clauses out of 62006 with flag 1202474/518122
105.12/53.78	c cleaning 32003 clauses out of 64006 with flag 1277764/551122
113.20/57.70	c cleaning 32998 clauses out of 66003 with flag 1358257/585122
121.01/61.65	c cleaning 33997 clauses out of 68008 with flag 1437948/620125
129.40/65.89	c cleaning 34996 clauses out of 70008 with flag 1528667/656122
138.00/70.16	c cleaning 36003 clauses out of 72013 with flag 1628643/693123
146.79/74.54	c cleaning 37007 clauses out of 74013 with flag 1727526/731126
154.79/78.56	c cleaning 38001 clauses out of 76005 with flag 1829380/770125
164.79/83.52	c cleaning 38997 clauses out of 78004 with flag 1932118/810125
176.22/89.23	c cleaning 40003 clauses out of 80005 with flag 2064668/851123
185.80/94.00	c cleaning 40999 clauses out of 82002 with flag 2188979/893123
196.40/99.30	c cleaning 41999 clauses out of 84003 with flag 2303827/936123
207.60/104.90	c cleaning 43002 clauses out of 86003 with flag 2434831/980122
219.00/110.61	c cleaning 44002 clauses out of 88006 with flag 2551988/1025127
231.40/116.87	c cleaning 44988 clauses out of 90000 with flag 2674340/1071123
243.80/123.07	c cleaning 46002 clauses out of 92011 with flag 2795111/1118122
255.99/129.19	c cleaning 47001 clauses out of 94010 with flag 2918291/1166123
268.60/135.41	c cleaning 48005 clauses out of 96009 with flag 3033529/1215123
284.59/143.45	c cleaning 48999 clauses out of 98005 with flag 3185746/1265124
299.78/151.00	c cleaning 50000 clauses out of 100004 with flag 3322205/1316122
317.16/159.86	c cleaning 51000 clauses out of 102004 with flag 3461693/1368122
334.17/168.39	c cleaning 51996 clauses out of 104004 with flag 3614280/1421122
352.36/177.48	c cleaning 52995 clauses out of 106009 with flag 3781424/1475123
369.37/185.94	c cleaning 54006 clauses out of 108014 with flag 3948228/1530123
387.55/195.01	c cleaning 55001 clauses out of 110008 with flag 4099497/1586123
405.55/204.06	c cleaning 56001 clauses out of 112008 with flag 4250476/1643124
422.75/212.69	c cleaning 57002 clauses out of 114005 with flag 4398537/1701122
439.35/220.92	c cleaning 57998 clauses out of 116003 with flag 4550801/1760122
454.83/228.68	c cleaning 59004 clauses out of 118007 with flag 4713386/1820124
475.24/238.88	c cleaning 60001 clauses out of 120002 with flag 4883511/1881123
496.43/249.41	c cleaning 60998 clauses out of 122002 with flag 5040101/1943124
518.23/260.35	c cleaning 61999 clauses out of 124002 with flag 5201657/2006122
539.22/270.86	c cleaning 63000 clauses out of 126003 with flag 5360338/2070122
558.63/280.57	c cleaning 63997 clauses out of 128003 with flag 5521370/2135122
578.81/290.64	c cleaning 64998 clauses out of 130007 with flag 5689828/2201123
603.20/302.94	c cleaning 66005 clauses out of 132010 with flag 5876430/2268124
632.00/317.36	c cleaning 67002 clauses out of 134005 with flag 6057965/2336124
658.59/330.68	c cleaning 67998 clauses out of 136003 with flag 6245308/2405124
684.99/343.81	c cleaning 68998 clauses out of 138004 with flag 6432741/2475123
712.78/357.72	c cleaning 70004 clauses out of 140007 with flag 6616368/2546124
738.18/370.44	c cleaning 71001 clauses out of 142002 with flag 6825533/2618123
765.40/384.02	c cleaning 71999 clauses out of 144001 with flag 7025096/2691123
822.57/412.69	c cleaning 72999 clauses out of 146001 with flag 7292550/2765122
875.20/438.84	c cleaning 73999 clauses out of 148002 with flag 7528551/2840122
918.00/460.16	c cleaning 75001 clauses out of 150005 with flag 7740276/2916124
962.54/482.21	c cleaning 75995 clauses out of 152002 with flag 8014746/2993122
999.68/500.73	c cleaning 77001 clauses out of 154009 with flag 8251022/3071124
1022.41/512.08	c cleaning 0 clauses out of 5008 with flag 0/5011
1042.08/521.51	c cleaning 78004 clauses out of 156007 with flag 8486412/3150123
1085.80/543.75	c cleaning 78995 clauses out of 158003 with flag 8737059/3230123
1130.95/566.21	c cleaning 80002 clauses out of 160008 with flag 8976580/3311123
1185.58/593.44	c cleaning 80998 clauses out of 162007 with flag 9265100/3393124
1258.18/629.61	c cleaning 82000 clauses out of 164007 with flag 9601875/3476122
1309.03/655.00	c cleaning 83003 clauses out of 166008 with flag 9886900/3560123
1346.43/673.79	c cleaning 83998 clauses out of 168006 with flag 10086512/3645124
1390.37/696.03	c cleaning 84999 clauses out of 170006 with flag 10300613/3731122
1428.97/715.31	c cleaning 86002 clauses out of 172008 with flag 10496140/3818123
1473.97/737.89	c cleaning 86998 clauses out of 174006 with flag 10686248/3906123
1512.96/757.35	c cleaning 88000 clauses out of 176008 with flag 10874162/3995123
1552.55/777.15	c cleaning 89004 clauses out of 178009 with flag 11069839/4085124
1595.15/798.40	c cleaning 90002 clauses out of 180003 with flag 11274621/4176122
1647.99/824.61	c cleaning 91000 clauses out of 182002 with flag 11483620/4268123
1690.06/846.03	c cleaning 91994 clauses out of 184003 with flag 11693407/4361124
1738.65/870.23	c cleaning 93005 clauses out of 186010 with flag 11896121/4455125
1790.43/896.05	c cleaning 94000 clauses out of 188007 with flag 12126244/4550127
1800.02/900.80	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.02/900.80	c starts		: 5707
1800.02/900.80	c conflicts		: 4579278
1800.02/900.80	c decisions		: 5369790
1800.02/900.80	c propagations		: 138102749
1800.02/900.80	c inspects		: 13617055745
1800.02/900.80	c shortcuts		: 0
1800.02/900.80	c learnt literals	: 0
1800.02/900.80	c learnt binary clauses	: 0
1800.02/900.80	c learnt ternary clauses	: 0
1800.02/900.80	c learnt constraints	: 4579278
1800.02/900.80	c ignored constraints	: 0
1800.02/900.80	c root simplifications	: 0
1800.02/900.80	c removed literals (reason simplification)	: 2112732
1800.02/900.80	c reason swapping (by a shorter reason)	: 0
1800.02/900.80	c Calls to reduceDB	: 91
1800.02/900.80	c Number of update (reduction) of LBD	: 167083
1800.02/900.80	c Imported unit clauses	: 0
1800.02/900.80	c number of reductions to clauses (during analyze)	: 0
1800.02/900.80	c number of learned constraints concerned by reduction	: 0
1800.02/900.80	c number of learning phase by resolution	: 0
1800.02/900.80	c number of learning phase by cutting planes	: 0
1800.02/900.80	c speed (assignments/second)	: 153429.76922666712
1800.02/900.80	c non guided choices	1
1800.02/900.83	c learnt constraints type 
1800.02/900.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123158
1800.02/900.83	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.02/900.83	c starts		: 32
1800.02/900.83	c conflicts		: 6901
1800.02/900.83	c decisions		: 16380
1800.02/900.83	c propagations		: 196426
1800.02/900.83	c inspects		: 188602173
1800.02/900.83	c shortcuts		: 0
1800.02/900.83	c learnt literals	: 0
1800.02/900.83	c learnt binary clauses	: 0
1800.02/900.83	c learnt ternary clauses	: 0
1800.02/900.83	c learnt constraints	: 6897
1800.02/900.83	c ignored constraints	: 0
1800.02/900.83	c root simplifications	: 0
1800.02/900.83	c removed literals (reason simplification)	: 0
1800.02/900.83	c reason swapping (by a shorter reason)	: 0
1800.02/900.83	c Calls to reduceDB	: 1
1800.02/900.83	c Number of update (reduction) of LBD	: 0
1800.02/900.83	c Imported unit clauses	: 0
1800.02/900.83	c number of reductions to clauses (during analyze)	: 0
1800.02/900.83	c number of learned constraints concerned by reduction	: 0
1800.02/900.83	c number of learning phase by resolution	: 0
1800.02/900.83	c number of learning phase by cutting planes	: 0
1800.02/900.83	c speed (assignments/second)	: 218.70723720470357
1800.02/900.83	c non guided choices	0
1800.02/900.83	c learnt constraints type 
1800.02/900.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.02/900.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6896
1800.02/900.83	s SATISFIABLE
1800.02/900.83	c Found 5 solution(s)
1800.02/900.83	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 
1800.02/900.83	c objective function=-31
1800.02/900.83	c Total wall clock time (in seconds): 900.713

Verifier Data

OK	-31

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-4119345-1467253812/watcher-4119345-1467253812 -o /tmp/evaluation-result-4119345-1467253812/solver-4119345-1467253812 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119345-1467253812.opb 

pid=7943
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.74 3.79 3.79 4/198 7946
/proc/meminfo: memFree=27460168/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=132 CPUtime=0 cores=1,3,5,7
/proc/7946/stat : 7946 (java) R 7943 7946 5416 0 -1 4194304 331 0 0 0 0 0 0 0 20 0 1 0 4412317 135168 2 33554432000 0 0 140734308697642 140737255045896 251143024055 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 67 5 1 9 0 24 0

[startup+0.100165 s]
/proc/loadavg: 3.74 3.79 3.79 4/198 7946
/proc/meminfo: memFree=27460168/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 4421 0 1 0 9 0 0 0 20 0 18 0 4412317 9787879424 6057 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2389619 6057 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 3.74 3.79 3.79 4/198 7946
/proc/meminfo: memFree=27460168/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9691604 CPUtime=0.21 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 4581 0 1 0 21 0 0 0 20 0 20 0 4412317 9924202496 7729 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2422901 7729 2197 9 0 2413578 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9691604

[startup+0.300303 s]
/proc/loadavg: 3.74 3.79 3.79 4/198 7946
/proc/meminfo: memFree=27460168/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 4618 0 1 0 22 1 0 0 20 0 19 0 4412317 10060525568 7754 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2456183 7754 2209 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.700273 s]
/proc/loadavg: 3.74 3.79 3.79 4/198 7946
/proc/meminfo: memFree=27460168/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 4618 0 1 0 22 1 0 0 20 0 19 0 4412317 10060525568 7754 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2456183 7754 2209 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.60 3.76 3.78 3/217 7971
/proc/meminfo: memFree=27428376/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 6864 0 1 0 46 6 0 0 20 0 19 0 4412317 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2456183 11006 2247 9 0 2446860 0
[pid=7946/tid=7948] ppid=7943 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/7946/task/7948/stat : 7948 (java) S 7943 7946 5416 0 -1 4202560 2408 0 1 0 16 0 0 0 20 0 19 0 4412318 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784376361848 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7949] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7949/stat : 7949 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784348814120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7950] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7950/stat : 7950 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784347761320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7951] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7951/stat : 7951 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784346709032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7952] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7952/stat : 7952 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784345656232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7953] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7953/stat : 7953 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784344602920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7954] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7954/stat : 7954 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784343550120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7955] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7955/stat : 7955 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784342497832 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7956] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7956/stat : 7956 (java) S 7943 7946 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4412319 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139784212752808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7957] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7957/stat : 7957 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4412320 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783729806056 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7958] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7958/stat : 7958 (java) S 7943 7946 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4412321 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783728752120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7959] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7959/stat : 7959 (java) S 7943 7946 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412321 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783727699720 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7960] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7960/stat : 7960 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412323 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783726648208 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7961] ppid=7943 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/7946/task/7961/stat : 7961 (java) S 7943 7946 5416 0 -1 4202560 1743 0 0 0 10 0 0 0 20 0 19 0 4412323 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783725594808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7962] ppid=7943 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/7946/task/7962/stat : 7962 (java) S 7943 7946 5416 0 -1 4202560 1336 0 0 0 10 0 0 0 20 0 19 0 4412323 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783724542008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7963] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7963/stat : 7963 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412323 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783723489912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7964] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7964/stat : 7964 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412323 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783722437320 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7971] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7971/stat : 7971 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4412388 10060525568 11006 33554432000 1073741824 1073778376 140734308692032 139783720330408 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 3.60 3.76 3.78 3/217 7977
/proc/meminfo: memFree=27413276/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 15461 0 1 0 230 10 0 0 20 0 22 0 4412317 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2456183 31417 2270 9 0 2446860 0
[pid=7946/tid=7948] ppid=7943 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/7946/task/7948/stat : 7948 (java) S 7943 7946 5416 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 22 0 4412318 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784376361848 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7949] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7949/stat : 7949 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784348814120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7950] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7950/stat : 7950 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784347761320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7951] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7951/stat : 7951 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784346709032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7952] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7952/stat : 7952 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784345656232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7953] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7953/stat : 7953 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784344602920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7954] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7954/stat : 7954 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784343550120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7955] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7955/stat : 7955 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784342497832 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7956] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7956/stat : 7956 (java) S 7943 7946 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4412319 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139784212752808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7957] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7957/stat : 7957 (java) S 7943 7946 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4412320 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783729806056 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7958] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7958/stat : 7958 (java) S 7943 7946 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783728752120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7959] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7959/stat : 7959 (java) S 7943 7946 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783727699720 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7960] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7960/stat : 7960 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783726648208 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7961] ppid=7943 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/7946/task/7961/stat : 7961 (java) R 7943 7946 5416 0 -1 4202560 6038 0 0 0 63 0 0 0 20 0 22 0 4412323 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783725594808 139784382318756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7962] ppid=7943 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7946/task/7962/stat : 7962 (java) R 7943 7946 5416 0 -1 4202560 5582 0 0 0 57 1 0 0 20 0 22 0 4412323 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783724529536 139784382321462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7963] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7963/stat : 7963 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783723489912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7964] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7964/stat : 7964 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783722437320 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7971] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7971/stat : 7971 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412388 10060525568 31417 33554432000 1073741824 1073778376 140734308692032 139783720330408 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30102 s]
/proc/loadavg: 3.60 3.76 3.78 5/220 7983
/proc/meminfo: memFree=27140436/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9824732 CPUtime=9.5 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 19924 0 1 0 928 22 0 0 20 0 22 0 4412317 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2456183 89982 2284 9 0 2446860 0
[pid=7946/tid=7948] ppid=7943 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/7946/task/7948/stat : 7948 (java) S 7943 7946 5416 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 22 0 4412318 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784376361848 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7949] ppid=7943 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7946/task/7949/stat : 7949 (java) S 7943 7946 5416 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784348814120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7950] ppid=7943 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7946/task/7950/stat : 7950 (java) S 7943 7946 5416 0 -1 4202560 109 0 0 0 2 2 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784347761320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7951] ppid=7943 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7946/task/7951/stat : 7951 (java) S 7943 7946 5416 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784346709032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7952] ppid=7943 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/7946/task/7952/stat : 7952 (java) S 7943 7946 5416 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784345656232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7953] ppid=7943 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7946/task/7953/stat : 7953 (java) S 7943 7946 5416 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784344602920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7954] ppid=7943 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/7946/task/7954/stat : 7954 (java) S 7943 7946 5416 0 -1 4202560 113 0 0 0 7 0 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784343550120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7955] ppid=7943 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7946/task/7955/stat : 7955 (java) S 7943 7946 5416 0 -1 4202560 96 0 0 0 4 1 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784342497832 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7956] ppid=7943 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7946/task/7956/stat : 7956 (java) S 7943 7946 5416 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 4412319 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139784212752808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7957] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7957/stat : 7957 (java) S 7943 7946 5416 0 -1 4202560 210 0 0 0 0 0 0 0 20 0 22 0 4412320 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783729806056 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7958] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7958/stat : 7958 (java) S 7943 7946 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783728752120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7959] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7959/stat : 7959 (java) S 7943 7946 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783727699720 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7960] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7960/stat : 7960 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783726648208 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7961] ppid=7943 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/7946/task/7961/stat : 7961 (java) S 7943 7946 5416 0 -1 4202560 6039 0 0 0 78 0 0 0 20 0 22 0 4412323 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783725594808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7962] ppid=7943 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/7946/task/7962/stat : 7962 (java) S 7943 7946 5416 0 -1 4202560 9219 0 0 0 89 2 0 0 20 0 22 0 4412323 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783724542008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7963] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7963/stat : 7963 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783723489912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7964] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7964/stat : 7964 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783722437320 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7971] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7971/stat : 7971 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412388 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783720330408 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7981] ppid=7943 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/7946/task/7981/stat : 7981 (java) R 7943 7946 5416 0 -1 4202560 10 0 0 0 342 0 0 0 20 0 22 0 4412588 10060525568 89982 33554432000 1073741824 1073778376 140734308692032 139783721381032 139784224247536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

/proc/7946/task/7951/stat : 7951 (java) S 7943 7946 5416 0 -1 4202560 2051 0 0 0 119 21 0 0 20 0 22 0 4412319 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139784346709032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7952] ppid=7943 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/7946/task/7952/stat : 7952 (java) S 7943 7946 5416 0 -1 4202560 1543 0 0 0 111 14 0 0 20 0 22 0 4412319 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139784345656232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7953] ppid=7943 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/7946/task/7953/stat : 7953 (java) S 7943 7946 5416 0 -1 4202560 2599 0 0 0 94 14 0 0 20 0 22 0 4412319 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139784344602920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7954] ppid=7943 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/7946/task/7954/stat : 7954 (java) S 7943 7946 5416 0 -1 4202560 1825 0 0 0 113 16 0 0 20 0 22 0 4412319 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139784343550120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7955] ppid=7943 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/7946/task/7955/stat : 7955 (java) S 7943 7946 5416 0 -1 4202560 2598 0 0 0 115 22 0 0 20 0 22 0 4412319 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139784342497832 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7956] ppid=7943 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/7946/task/7956/stat : 7956 (java) S 7943 7946 5416 0 -1 4202560 1521 0 0 0 111 16 0 0 20 0 22 0 4412319 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139784212752808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7957] ppid=7943 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/7946/task/7957/stat : 7957 (java) S 7943 7946 5416 0 -1 4202560 2630 0 0 0 291 4 0 0 20 0 22 0 4412320 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783729806056 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7958] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7958/stat : 7958 (java) S 7943 7946 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783728752120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7959] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7959/stat : 7959 (java) S 7943 7946 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783727699720 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7960] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7960/stat : 7960 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783726648208 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7961] ppid=7943 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/7946/task/7961/stat : 7961 (java) S 7943 7946 5416 0 -1 4202560 10916 0 0 0 143 2 0 0 20 0 22 0 4412323 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783725594808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7962] ppid=7943 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/7946/task/7962/stat : 7962 (java) S 7943 7946 5416 0 -1 4202560 9233 0 0 0 94 2 0 0 20 0 22 0 4412323 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783724542008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7963] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7963/stat : 7963 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783723489912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7964] ppid=7943 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/7946/task/7964/stat : 7964 (java) S 7943 7946 5416 0 -1 4202560 49 0 0 0 10 16 0 0 20 0 22 0 4412323 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783722437320 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7971] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7971/stat : 7971 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412388 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783720330408 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7981] ppid=7943 vsize=9824732 CPUtime=811.58 cores=1,3,5,7
/proc/7946/task/7981/stat : 7981 (java) R 7943 7946 5416 0 -1 4202560 137 0 0 0 81140 18 0 0 20 0 22 0 4412588 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783721380672 139784224229734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7982] ppid=7943 vsize=9824732 CPUtime=811.58 cores=1,3,5,7
/proc/7946/task/7982/stat : 7982 (java) R 7943 7946 5416 0 -1 4202560 2039 0 0 0 81103 55 0 0 20 0 22 0 4412588 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783718223552 139784224368604 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7983] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7983/stat : 7983 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412588 10060525568 756491 33554432000 1073741824 1073778376 140734308692032 139783719278248 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1643.39
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 4.04 3.93 5/219 8110
/proc/meminfo: memFree=23312104/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9824732 CPUtime=1762.94 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 47281 0 1 0 176044 250 0 0 20 0 22 0 4412317 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2456183 851529 2295 9 0 2446860 0
[pid=7946/tid=7948] ppid=7943 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/7946/task/7948/stat : 7948 (java) S 7943 7946 5416 0 -1 4202560 2414 0 1 0 19 2 0 0 20 0 22 0 4412318 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784376361848 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7949] ppid=7943 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/7946/task/7949/stat : 7949 (java) S 7943 7946 5416 0 -1 4202560 2823 0 0 0 119 23 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784348814120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7950] ppid=7943 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/7946/task/7950/stat : 7950 (java) S 7943 7946 5416 0 -1 4202560 2451 0 0 0 121 25 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784347761320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7951] ppid=7943 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/7946/task/7951/stat : 7951 (java) S 7943 7946 5416 0 -1 4202560 2107 0 0 0 130 24 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784346709032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7952] ppid=7943 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/7946/task/7952/stat : 7952 (java) S 7943 7946 5416 0 -1 4202560 1663 0 0 0 117 15 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784345656232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7953] ppid=7943 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/7946/task/7953/stat : 7953 (java) S 7943 7946 5416 0 -1 4202560 2677 0 0 0 108 18 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784344602920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7954] ppid=7943 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/7946/task/7954/stat : 7954 (java) S 7943 7946 5416 0 -1 4202560 2062 0 0 0 125 20 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784343550120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7955] ppid=7943 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/7946/task/7955/stat : 7955 (java) S 7943 7946 5416 0 -1 4202560 2635 0 0 0 122 23 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784342497832 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7956] ppid=7943 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/7946/task/7956/stat : 7956 (java) S 7943 7946 5416 0 -1 4202560 1549 0 0 0 118 18 0 0 20 0 22 0 4412319 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139784212752808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7957] ppid=7943 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/7946/task/7957/stat : 7957 (java) S 7943 7946 5416 0 -1 4202560 3058 0 0 0 386 4 0 0 20 0 22 0 4412320 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783729806056 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7958] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7958/stat : 7958 (java) S 7943 7946 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783728752120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7959] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7959/stat : 7959 (java) S 7943 7946 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783727699720 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7960] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7960/stat : 7960 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783726648208 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7961] ppid=7943 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/7946/task/7961/stat : 7961 (java) S 7943 7946 5416 0 -1 4202560 10916 0 0 0 143 2 0 0 20 0 22 0 4412323 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783725594808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7962] ppid=7943 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/7946/task/7962/stat : 7962 (java) S 7943 7946 5416 0 -1 4202560 9233 0 0 0 94 2 0 0 20 0 22 0 4412323 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783724542008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7963] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7963/stat : 7963 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783723489912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7964] ppid=7943 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/7946/task/7964/stat : 7964 (java) S 7943 7946 5416 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 22 0 4412323 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783722437320 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7971] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7971/stat : 7971 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412388 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783720330408 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7981] ppid=7943 vsize=9824732 CPUtime=870.21 cores=1,3,5,7
/proc/7946/task/7981/stat : 7981 (java) R 7943 7946 5416 0 -1 4202560 140 0 0 0 87002 19 0 0 20 0 22 0 4412588 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783721381680 139784224179909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7982] ppid=7943 vsize=9824732 CPUtime=870.21 cores=1,3,5,7
/proc/7946/task/7982/stat : 7982 (java) R 7943 7946 5416 0 -1 4202560 2116 0 0 0 86961 60 0 0 20 0 22 0 4412588 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783718222320 139784224369603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7983] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7983/stat : 7983 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412588 10060525568 851529 33554432000 1073741824 1073778376 140734308692032 139783719278248 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.94
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.801 s]
/proc/loadavg: 4.03 4.04 3.93 5/219 8111
/proc/meminfo: memFree=23004980/32872528 swapFree=239532/272236
[pid=7946] ppid=7943 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/7946/stat : 7946 (java) S 7943 7946 5416 0 -1 4202496 47472 0 1 0 179745 257 0 0 20 0 22 0 4412317 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 140734308683168 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7946/statm: 2456183 898811 2295 9 0 2446860 0
[pid=7946/tid=7948] ppid=7943 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/7946/task/7948/stat : 7948 (java) S 7943 7946 5416 0 -1 4202560 2414 0 1 0 19 2 0 0 20 0 22 0 4412318 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784376361848 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7949] ppid=7943 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/7946/task/7949/stat : 7949 (java) S 7943 7946 5416 0 -1 4202560 2828 0 0 0 119 24 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784348814120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7950] ppid=7943 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/7946/task/7950/stat : 7950 (java) S 7943 7946 5416 0 -1 4202560 2489 0 0 0 123 26 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784347761320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7951] ppid=7943 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/7946/task/7951/stat : 7951 (java) S 7943 7946 5416 0 -1 4202560 2112 0 0 0 131 24 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784346709032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7952] ppid=7943 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/7946/task/7952/stat : 7952 (java) S 7943 7946 5416 0 -1 4202560 1667 0 0 0 117 16 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784345656232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7953] ppid=7943 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/7946/task/7953/stat : 7953 (java) S 7943 7946 5416 0 -1 4202560 2684 0 0 0 109 19 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784344602920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7954] ppid=7943 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/7946/task/7954/stat : 7954 (java) S 7943 7946 5416 0 -1 4202560 2081 0 0 0 129 21 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784343550120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7955] ppid=7943 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/7946/task/7955/stat : 7955 (java) S 7943 7946 5416 0 -1 4202560 2655 0 0 0 126 25 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784342497832 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7956] ppid=7943 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/7946/task/7956/stat : 7956 (java) S 7943 7946 5416 0 -1 4202560 1556 0 0 0 120 18 0 0 20 0 22 0 4412319 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139784212752808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7957] ppid=7943 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/7946/task/7957/stat : 7957 (java) S 7943 7946 5416 0 -1 4202560 3060 0 0 0 386 4 0 0 20 0 22 0 4412320 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783729806056 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7958] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7958/stat : 7958 (java) S 7943 7946 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783728752120 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7959] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7959/stat : 7959 (java) S 7943 7946 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4412321 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783727699720 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7960] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7960/stat : 7960 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783726648208 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7961] ppid=7943 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/7946/task/7961/stat : 7961 (java) S 7943 7946 5416 0 -1 4202560 10916 0 0 0 143 2 0 0 20 0 22 0 4412323 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783725594808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7946/tid=7962] ppid=7943 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/7946/task/7962/stat : 7962 (java) S 7943 7946 5416 0 -1 4202560 9233 0 0 0 94 2 0 0 20 0 22 0 4412323 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783724542008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7963] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7963/stat : 7963 (java) S 7943 7946 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4412323 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783723489912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7964] ppid=7943 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/7946/task/7964/stat : 7964 (java) S 7943 7946 5416 0 -1 4202560 53 0 0 0 12 17 0 0 20 0 22 0 4412323 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783722437320 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7946/tid=7971] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7971/stat : 7971 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412388 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783720330408 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7981] ppid=7943 vsize=9824732 CPUtime=888.6 cores=1,3,5,7
/proc/7946/task/7981/stat : 7981 (java) R 7943 7946 5416 0 -1 4202560 141 0 0 0 88841 19 0 0 20 0 22 0 4412588 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783721373984 139784224271309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7946/tid=7982] ppid=7943 vsize=9824732 CPUtime=888.6 cores=1,3,5,7
/proc/7946/task/7982/stat : 7982 (java) R 7943 7946 5416 0 -1 4202560 2197 0 0 0 88798 62 0 0 20 0 22 0 4412588 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783718223552 139784224350123 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7946/tid=7983] ppid=7943 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7946/task/7983/stat : 7983 (java) S 7943 7946 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4412588 10060525568 898811 33554432000 1073741824 1073778376 140734308692032 139783719278248 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7946 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7946 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=30417
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=52535
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.853
CPU time (s): 1800.02
CPU user time (s): 1797.45
CPU system time (s): 2.57
CPU usage (%): 199.813
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.03
system time used= 3.05253
maximum resident set size= 3621268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47515
page faults= 1
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23680
involuntary context switches= 28433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49701 second user time and 8.22975 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 04:30:12
IDJOB=4119345
IDBENCH=111707
IDSOLVER=2543
FILE ID=node107/4119345-1467253812
RUNJOBID= node107-1467248484-5593
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0334-0334.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119345-1467253812/watcher-4119345-1467253812 -o /tmp/evaluation-result-4119345-1467253812/solver-4119345-1467253812 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119345-1467253812.opb

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

MD5SUM BENCH= 9cc18ca5d51035b7790e9a9627e4f083
RANDOM SEED=1894065195

node107.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		: 2667.110
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	: 5334.22
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		: 2667.110
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		: 2667.110
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.39
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		: 2667.110
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		: 2667.110
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		: 2667.110
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.55
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		: 2667.110
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		: 2667.110
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27460432 kB
Buffers:           98428 kB
Cached:           424684 kB
SwapCached:            0 kB
Active:          3963116 kB
Inactive:         433048 kB
Active(anon):    3874340 kB
Inactive(anon):     1536 kB
Active(file):      88776 kB
Inactive(file):   431512 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:       4147420 kB
Mapped:            22316 kB
Shmem:               204 kB
Slab:             604768 kB
SReclaimable:      48668 kB
SUnreclaim:       556100 kB
KernelStack:        1640 kB
PageTables:        12096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4741496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3837952 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= 71720 MiB
End job on node107 at 2016-06-30 04:45:13