Trace number 4092124

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.06 898.372

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-4_wcsp.wbo
MD5SUM3fb8f81d652630b13b866ff5b3a4bf01
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark408.45
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables188
Total number of constraints991
Number of soft constraints944
Number of constraints which are clauses944
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.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-4092124-1466108484.wbo
0.08/0.13	c reading problem ... 
0.22/0.25	c ... done. Wall clock time 0.122s.
0.22/0.25	c declared #vars     188
0.22/0.25	c internal #vars     1132
0.22/0.25	c #constraints  1038
0.22/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
0.22/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 47
0.22/0.25	c 1038 constraints processed.
0.22/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 991
0.22/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 47
0.22/0.25	c 1038 constraints processed.
0.22/0.25	c objective function length is 944 literals
0.45/0.36	c And the winner is solver0
0.81/0.75	c SATISFIABLE
0.81/0.75	c OPTIMIZING...
0.81/0.75	c Got one! Elapsed wall clock time (in seconds):0.628
0.81/0.75	o 25
0.81/0.79	c And the winner is solver0
0.97/1.27	c Got one! Elapsed wall clock time (in seconds):1.139
0.97/1.27	o 15
1.08/1.30	c And the winner is solver0
1.23/1.77	c Got one! Elapsed wall clock time (in seconds):1.643
1.23/1.77	o 14
1.23/1.79	c And the winner is solver0
1.62/2.27	c Got one! Elapsed wall clock time (in seconds):2.146
1.62/2.27	o 13
1.62/2.28	c And the winner is solver0
1.63/2.78	c Got one! Elapsed wall clock time (in seconds):2.649
1.63/2.78	o 12
1.63/2.78	c And the winner is solver0
1.66/3.28	c Got one! Elapsed wall clock time (in seconds):3.152
1.66/3.28	o 11
1.66/3.29	c And the winner is solver0
1.72/3.78	c Got one! Elapsed wall clock time (in seconds):3.654
1.72/3.78	o 9
1.72/3.80	c And the winner is solver0
1.79/4.28	c Got one! Elapsed wall clock time (in seconds):4.156
1.79/4.28	o 8
2.56/4.67	c And the winner is solver0
2.71/4.78	c Got one! Elapsed wall clock time (in seconds):4.658
2.71/4.78	o 7
2.94/4.91	c cleaning 3021 clauses out of 6052 with flag 4632/6052
4.25/5.53	c cleaning 4511 clauses out of 9031 with flag 38432/12052
5.69/6.24	c cleaning 5749 clauses out of 11521 with flag 83758/19053
7.54/7.11	c cleaning 6877 clauses out of 13771 with flag 129635/27052
9.36/8.03	c cleaning 7926 clauses out of 15894 with flag 167250/36052
11.61/9.13	c cleaning 8961 clauses out of 17968 with flag 224040/46052
14.02/10.34	c cleaning 9994 clauses out of 20011 with flag 272296/57056
16.74/11.67	c cleaning 11004 clauses out of 22014 with flag 326857/69053
19.53/13.08	c cleaning 11990 clauses out of 24010 with flag 408227/82053
22.80/14.61	c cleaning 12998 clauses out of 26019 with flag 506912/96052
26.22/16.30	c cleaning 14005 clauses out of 28022 with flag 653773/111053
30.35/18.30	c cleaning 14997 clauses out of 30017 with flag 836653/127053
34.58/20.41	c cleaning 16006 clauses out of 32019 with flag 1052773/144052
38.78/22.59	c cleaning 16996 clauses out of 34013 with flag 1252921/162052
43.68/24.98	c cleaning 18001 clauses out of 36019 with flag 1424753/181054
48.68/27.49	c cleaning 19001 clauses out of 38017 with flag 1662043/201053
54.63/30.32	c cleaning 20002 clauses out of 40015 with flag 1954913/222052
60.63/33.39	c cleaning 21004 clauses out of 42015 with flag 2293339/244054
66.41/36.23	c cleaning 21986 clauses out of 44010 with flag 2455661/267053
73.19/39.57	c cleaning 22997 clauses out of 46023 with flag 2771833/291052
80.21/43.06	c cleaning 24003 clauses out of 48027 with flag 3072462/316053
87.97/46.81	c cleaning 25003 clauses out of 50026 with flag 3433269/342055
95.37/50.59	c cleaning 26000 clauses out of 52021 with flag 3691595/369053
103.78/54.79	c cleaning 26987 clauses out of 54020 with flag 4044556/397052
113.35/59.42	c cleaning 28001 clauses out of 56034 with flag 4450361/426053
122.73/64.14	c cleaning 29007 clauses out of 58033 with flag 4801371/456053
133.25/69.40	c cleaning 30005 clauses out of 60025 with flag 5219065/487052
143.05/74.24	c cleaning 30998 clauses out of 62022 with flag 5492834/519054
153.45/79.48	c cleaning 31979 clauses out of 64022 with flag 5898468/552052
165.78/85.58	c cleaning 33002 clauses out of 66043 with flag 6384581/586052
177.39/91.36	c cleaning 34005 clauses out of 68042 with flag 6744471/621053
189.58/97.49	c cleaning 35003 clauses out of 70036 with flag 7199267/657052
203.37/104.28	c cleaning 35987 clauses out of 72033 with flag 7697006/694052
217.18/111.15	c cleaning 37002 clauses out of 74047 with flag 8159120/732053
232.29/118.66	c cleaning 37996 clauses out of 76044 with flag 8712040/771052
247.09/126.02	c cleaning 39009 clauses out of 78048 with flag 9158263/811052
263.18/134.06	c cleaning 40008 clauses out of 80039 with flag 9763571/852052
265.99/135.44	c cleaning 0 clauses out of 5260 with flag 0/5263
281.53/143.33	c cleaning 41010 clauses out of 82031 with flag 10249204/894052
300.01/152.56	c cleaning 41981 clauses out of 84022 with flag 10844767/937053
314.60/159.88	c cleaning 43007 clauses out of 86040 with flag 11145932/981052
332.93/168.92	c cleaning 44011 clauses out of 88033 with flag 11684907/1026052
353.94/179.37	c cleaning 44995 clauses out of 90022 with flag 12359497/1072052
373.93/189.36	c cleaning 45996 clauses out of 92028 with flag 12954526/1119053
395.31/199.97	c cleaning 47001 clauses out of 94034 with flag 13553914/1167055
417.04/210.78	c cleaning 48007 clauses out of 96030 with flag 14182585/1216052
439.99/222.19	c cleaning 48987 clauses out of 98023 with flag 14930086/1266052
464.01/234.77	c cleaning 49991 clauses out of 100036 with flag 15587165/1317052
487.88/246.64	c cleaning 51006 clauses out of 102045 with flag 16294250/1369052
513.81/259.55	c cleaning 51996 clauses out of 104040 with flag 17017319/1422053
540.62/272.85	c cleaning 53010 clauses out of 106043 with flag 17750803/1476052
567.22/286.05	c cleaning 53999 clauses out of 108033 with flag 18434583/1531052
583.20/294.06	c cleaning 0 clauses out of 11260 with flag 0/11263
594.35/299.58	c cleaning 55009 clauses out of 110034 with flag 19157937/1587052
623.95/314.24	c cleaning 56008 clauses out of 112027 with flag 19892230/1644054
653.54/328.99	c cleaning 57007 clauses out of 114018 with flag 20596036/1702053
683.92/344.01	c cleaning 57996 clauses out of 116010 with flag 21279696/1761052
716.95/360.41	c cleaning 58991 clauses out of 118014 with flag 22091031/1821052
748.85/376.24	c cleaning 59995 clauses out of 120023 with flag 22920131/1882052
783.15/393.28	c cleaning 61012 clauses out of 122030 with flag 23697173/1944054
819.46/411.19	c cleaning 61992 clauses out of 124016 with flag 24487760/2007052
856.11/429.33	c cleaning 63007 clauses out of 126024 with flag 25342847/2071052
891.82/447.02	c cleaning 63992 clauses out of 128018 with flag 26180410/2136053
930.37/466.09	c cleaning 65000 clauses out of 130025 with flag 27079901/2202052
972.13/487.98	c cleaning 65993 clauses out of 132025 with flag 27798937/2269052
1013.17/508.11	c cleaning 67006 clauses out of 134033 with flag 28637974/2337053
1053.59/528.21	c cleaning 68001 clauses out of 136026 with flag 29602853/2406052
1094.82/548.79	c cleaning 68991 clauses out of 138025 with flag 30506003/2476052
1138.83/570.58	c cleaning 70006 clauses out of 140034 with flag 31503792/2547052
1182.59/592.24	c cleaning 70999 clauses out of 142028 with flag 32411550/2619052
1229.10/615.22	c cleaning 72012 clauses out of 144030 with flag 33254279/2692053
1279.25/640.04	c cleaning 72995 clauses out of 146017 with flag 34409423/2766052
1328.53/664.57	c cleaning 73992 clauses out of 148024 with flag 35361897/2841054
1353.55/676.93	c cleaning 0 clauses out of 18260 with flag 0/18263
1381.10/690.46	c cleaning 75004 clauses out of 150030 with flag 36337264/2917052
1433.79/716.69	c cleaning 75998 clauses out of 152027 with flag 37541891/2994053
1484.60/741.84	c cleaning 76991 clauses out of 154028 with flag 38488190/3072052
1537.19/768.00	c cleaning 77996 clauses out of 156037 with flag 39606177/3151052
1592.43/795.36	c cleaning 79012 clauses out of 158041 with flag 40603851/3231052
1650.86/824.38	c cleaning 80009 clauses out of 160029 with flag 41654105/3312052
1709.76/853.65	c cleaning 80987 clauses out of 162020 with flag 42945058/3394052
1769.13/883.01	c cleaning 82008 clauses out of 164033 with flag 43966447/3477052
1800.06/898.30	c >>>>>>>>>> Solver number 0 (9 answers) <<<<<<<<<<<<<<<<<<
1800.06/898.30	c starts		: 2752
1800.06/898.30	c conflicts		: 3529757
1800.06/898.30	c decisions		: 8131135
1800.06/898.30	c propagations		: 2079182186
1800.06/898.30	c inspects		: 10255500244
1800.06/898.30	c shortcuts		: 0
1800.06/898.30	c learnt literals	: 0
1800.06/898.30	c learnt binary clauses	: 0
1800.06/898.30	c learnt ternary clauses	: 0
1800.06/898.30	c learnt constraints	: 3529757
1800.06/898.30	c ignored constraints	: 0
1800.06/898.30	c root simplifications	: 0
1800.06/898.30	c removed literals (reason simplification)	: 8759806
1800.06/898.30	c reason swapping (by a shorter reason)	: 0
1800.06/898.30	c Calls to reduceDB	: 79
1800.06/898.30	c Number of update (reduction) of LBD	: 2043671
1800.06/898.30	c Imported unit clauses	: 0
1800.06/898.30	c number of reductions to clauses (during analyze)	: 0
1800.06/898.30	c number of learned constraints concerned by reduction	: 0
1800.06/898.30	c number of learning phase by resolution	: 0
1800.06/898.30	c number of learning phase by cutting planes	: 0
1800.06/898.30	c speed (assignments/second)	: 2315236.782648492
1800.06/898.30	c non guided choices	263
1800.06/898.33	c learnt constraints type 
1800.06/898.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134730
1800.06/898.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/898.33	c starts		: 55
1800.06/898.33	c conflicts		: 20034
1800.06/898.33	c decisions		: 154416
1800.06/898.33	c propagations		: 1336409
1800.06/898.33	c inspects		: 607884855
1800.06/898.33	c shortcuts		: 0
1800.06/898.33	c learnt literals	: 0
1800.06/898.33	c learnt binary clauses	: 0
1800.06/898.33	c learnt ternary clauses	: 0
1800.06/898.33	c learnt constraints	: 20030
1800.06/898.33	c ignored constraints	: 0
1800.06/898.33	c root simplifications	: 0
1800.06/898.33	c removed literals (reason simplification)	: 0
1800.06/898.33	c reason swapping (by a shorter reason)	: 0
1800.06/898.33	c Calls to reduceDB	: 3
1800.06/898.33	c Number of update (reduction) of LBD	: 0
1800.06/898.33	c Imported unit clauses	: 0
1800.06/898.33	c number of reductions to clauses (during analyze)	: 0
1800.06/898.33	c number of learned constraints concerned by reduction	: 0
1800.06/898.33	c number of learning phase by resolution	: 0
1800.06/898.33	c number of learning phase by cutting planes	: 0
1800.06/898.33	c speed (assignments/second)	: 1495.6241760357047
1800.06/898.33	c non guided choices	271
1800.06/898.34	c learnt constraints type 
1800.06/898.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5637
1800.06/898.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
1800.06/898.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14375
1800.06/898.34	s SATISFIABLE
1800.06/898.34	c Found 9 solution(s)
1800.06/898.34	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 x20 -x21 x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70 x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 x88 x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 x114 -x115 -x116 -x117 -x118 x119 -x120 x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 x156 -x157 x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 x174 -x175 -x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 
1800.06/898.34	c objective function=7
1800.06/898.34	c Total wall clock time (in seconds): 898.216

Verifier Data

OK	7

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-4092124-1466108484/watcher-4092124-1466108484 -o /tmp/evaluation-result-4092124-1466108484/solver-4092124-1466108484 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466103795-17578 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092124-1466108484.wbo 

pid=18690
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.01 3.11 3.40 3/195 18693
/proc/meminfo: memFree=23810892/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18693/stat : 18693 (java) D 18690 18693 16914 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 12895028 9515008 176 33554432000 1073741824 1073778376 140733473977696 140733473960424 262962758544 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/18693/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.01 3.11 3.40 3/195 18693
/proc/meminfo: memFree=23810892/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 4332 0 1 0 7 1 0 0 20 0 18 0 12895028 9787879424 5454 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2389619 5456 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 3.01 3.11 3.40 3/195 18693
/proc/meminfo: memFree=23810892/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 4715 0 1 0 21 1 0 0 20 0 18 0 12895028 9787879424 6811 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2389619 6811 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 3.01 3.11 3.40 3/195 18693
/proc/meminfo: memFree=23810892/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 6083 0 1 0 43 2 0 0 20 0 22 0 12895028 10060525568 9689 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2456183 9689 2240 9 0 2446860 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+0.70027 s]
/proc/loadavg: 3.01 3.11 3.40 3/195 18693
/proc/meminfo: memFree=23810892/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 7040 0 1 0 78 3 0 0 20 0 19 0 12895028 10060525568 10648 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2456183 10648 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 2.85 3.07 3.38 2/214 18718
/proc/meminfo: memFree=23774424/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 9307 0 1 0 115 8 0 0 20 0 19 0 12895028 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2456183 13040 2256 9 0 2446860 0
[pid=18693/tid=18695] ppid=18690 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/18693/task/18695/stat : 18695 (java) S 18690 18693 16914 0 -1 4202560 2423 0 1 0 21 2 0 0 20 0 19 0 12895030 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302535943032 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18696] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18696/stat : 18696 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302497434024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18697] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18697/stat : 18697 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302496381480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18698] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18698/stat : 18698 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302495328424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18699] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18699/stat : 18699 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302494275880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18700] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18700/stat : 18700 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302493223848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18701] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18701/stat : 18701 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302492171304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18702] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18702/stat : 18702 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302491118248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18703] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18703/stat : 18703 (java) S 18690 18693 16914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302490065704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18704] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18704/stat : 18704 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12895032 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302359894376 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18705] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18705/stat : 18705 (java) S 18690 18693 16914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12895033 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302358840696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18706] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18706/stat : 18706 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12895033 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302357787528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18707] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18707/stat : 18707 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895035 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302356736272 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18708] ppid=18690 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/18693/task/18708/stat : 18708 (java) S 18690 18693 16914 0 -1 4202560 3383 0 0 0 32 0 0 0 20 0 19 0 12895035 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140302355684152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18709] ppid=18690 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/18693/task/18709/stat : 18709 (java) S 18690 18693 16914 0 -1 4202560 2145 0 0 0 29 0 0 0 20 0 19 0 12895035 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140301482060728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18710] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18710/stat : 18710 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895035 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140301481007864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18711] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18711/stat : 18711 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895035 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140301479955528 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18715] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18715/stat : 18715 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12895055 10060525568 13040 33554432000 1073741824 1073778376 140734253648368 140301475742632 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 2.85 3.07 3.38 2/214 18724
/proc/meminfo: memFree=23749916/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 14763 0 1 0 155 11 0 0 20 0 19 0 12895028 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2456183 19580 2261 9 0 2446860 0
[pid=18693/tid=18695] ppid=18690 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/18693/task/18695/stat : 18695 (java) S 18690 18693 16914 0 -1 4202560 2425 0 1 0 22 2 0 0 20 0 19 0 12895030 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302535943032 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18696] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18696/stat : 18696 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302497434024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18697] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18697/stat : 18697 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302496381480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18698] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18698/stat : 18698 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302495328424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18699] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18699/stat : 18699 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302494275880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18700] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18700/stat : 18700 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302493223848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18701] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18701/stat : 18701 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302492171304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18702] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18702/stat : 18702 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302491118248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18703] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18703/stat : 18703 (java) S 18690 18693 16914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12895031 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302490065704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18704] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18704/stat : 18704 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12895032 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302359894376 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18705] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18705/stat : 18705 (java) S 18690 18693 16914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12895033 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302358840696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18706] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18706/stat : 18706 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12895033 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302357787528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18707] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18707/stat : 18707 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895035 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302356736272 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18708] ppid=18690 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/18693/task/18708/stat : 18708 (java) S 18690 18693 16914 0 -1 4202560 6758 0 0 0 56 1 0 0 20 0 19 0 12895035 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140302355684152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18709] ppid=18690 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/18693/task/18709/stat : 18709 (java) S 18690 18693 16914 0 -1 4202560 4197 0 0 0 42 0 0 0 20 0 19 0 12895035 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140301482060728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18710] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18710/stat : 18710 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895035 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140301481007864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18711] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18711/stat : 18711 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12895035 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140301479955528 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18715] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18715/stat : 18715 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12895055 10060525568 19580 33554432000 1073741824 1073778376 140734253648368 140301475742632 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30091 s]
/proc/loadavg: 2.85 3.07 3.38 4/217 18742
/proc/meminfo: memFree=23643540/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9824732 CPUtime=5.9 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 14907 0 1 0 574 16 0 0 20 0 22 0 12895028 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2456183 43523 2284 9 0 2446860 0
[pid=18693/tid=18695] ppid=18690 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18693/task/18695/stat : 18695 (java) S 18690 18693 16914 0 -1 4202560 2427 0 1 0 23 2 0 0 20 0 22 0 12895030 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302535943032 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18696] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18696/stat : 18696 (java) S 18690 18693 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302497434024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18697] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18697/stat : 18697 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302496381480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18698] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18698/stat : 18698 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302495328424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18699] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18699/stat : 18699 (java) S 18690 18693 16914 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302494275880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18700] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18700/stat : 18700 (java) S 18690 18693 16914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302493223848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18701] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18701/stat : 18701 (java) S 18690 18693 16914 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302492171304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18702] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18702/stat : 18702 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302491118248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18703] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18703/stat : 18703 (java) S 18690 18693 16914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12895031 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302490065704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18704] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18704/stat : 18704 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12895032 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302359894376 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18705] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18705/stat : 18705 (java) S 18690 18693 16914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302358840696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18706] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18706/stat : 18706 (java) S 18690 18693 16914 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302357787528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18707] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18707/stat : 18707 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302356736272 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18708] ppid=18690 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/18693/task/18708/stat : 18708 (java) S 18690 18693 16914 0 -1 4202560 6781 0 0 0 78 1 0 0 20 0 22 0 12895035 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140302355684152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18709] ppid=18690 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/18693/task/18709/stat : 18709 (java) S 18690 18693 16914 0 -1 4202560 4203 0 0 0 62 0 0 0 20 0 22 0 12895035 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140301482060728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18710] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18710/stat : 18710 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140301481007864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18711] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18711/stat : 18711 (java) S 18690 18693 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140301479955528 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18715] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18715/stat : 18715 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12895055 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140301475742632 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18740] ppid=18690 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/18693/task/18740/stat : 18740 (java) R 18690 18693 16914 0 -1 4202560 6 0 0 0 147 0 0 0 20 0 22 0 12895507 10060525568 43523 33554432000 1073741824 1073778376 140734253648368 140301478900920 140302371526501 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0

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

/proc/18693/task/18698/stat : 18698 (java) S 18690 18693 16914 0 -1 4202560 753 0 0 0 314 20 0 0 20 0 22 0 12895031 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302495328424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18699] ppid=18690 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/18693/task/18699/stat : 18699 (java) S 18690 18693 16914 0 -1 4202560 572 0 0 0 312 17 0 0 20 0 22 0 12895031 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302494275880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18700] ppid=18690 vsize=9824732 CPUtime=3.61 cores=1,3,5,7
/proc/18693/task/18700/stat : 18700 (java) S 18690 18693 16914 0 -1 4202560 631 0 0 0 339 22 0 0 20 0 22 0 12895031 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302493223848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18701] ppid=18690 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/18693/task/18701/stat : 18701 (java) S 18690 18693 16914 0 -1 4202560 798 0 0 0 315 19 0 0 20 0 22 0 12895031 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302492171304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18702] ppid=18690 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/18693/task/18702/stat : 18702 (java) S 18690 18693 16914 0 -1 4202560 714 0 0 0 315 24 0 0 20 0 22 0 12895031 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302491118248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18703] ppid=18690 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/18693/task/18703/stat : 18703 (java) S 18690 18693 16914 0 -1 4202560 576 0 0 0 356 22 0 0 20 0 22 0 12895031 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302490065704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18704] ppid=18690 vsize=9824732 CPUtime=4.36 cores=1,3,5,7
/proc/18693/task/18704/stat : 18704 (java) S 18690 18693 16914 0 -1 4202560 2706 0 0 0 431 5 0 0 20 0 22 0 12895032 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302359894376 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18705] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18705/stat : 18705 (java) S 18690 18693 16914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302358840696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18706] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18706/stat : 18706 (java) S 18690 18693 16914 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302357787528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18707] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18707/stat : 18707 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302356736272 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18708] ppid=18690 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/18693/task/18708/stat : 18708 (java) S 18690 18693 16914 0 -1 4202560 9021 0 0 0 125 2 0 0 20 0 22 0 12895035 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140302355684152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18709] ppid=18690 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/18693/task/18709/stat : 18709 (java) S 18690 18693 16914 0 -1 4202560 4233 0 0 0 84 0 0 0 20 0 22 0 12895035 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140301482060728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18710] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18710/stat : 18710 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140301481007864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18711] ppid=18690 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18693/task/18711/stat : 18711 (java) S 18690 18693 16914 0 -1 4202560 52 0 0 0 12 25 0 0 20 0 22 0 12895035 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140301479955528 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18715] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18715/stat : 18715 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12895055 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140301475742632 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18740] ppid=18690 vsize=9824732 CPUtime=863.39 cores=1,3,5,7
/proc/18693/task/18740/stat : 18740 (java) R 18690 18693 16914 0 -1 4202560 57 0 0 0 86324 15 0 0 20 0 22 0 12895507 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140301478899584 140302371744515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18741] ppid=18690 vsize=9824732 CPUtime=863.36 cores=1,3,5,7
/proc/18693/task/18741/stat : 18741 (java) R 18690 18693 16914 0 -1 4202560 1997 0 0 0 86288 48 0 0 20 0 22 0 12895507 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140301476793520 140302371757265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18742] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18742/stat : 18742 (java) S 18690 18693 16914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12895508 10060525568 990638 33554432000 1073741824 1073778376 140734253648368 140301477848360 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1767.74
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 4.00 3.96 3.71 5/219 18858
/proc/meminfo: memFree=25115540/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 27406 0 1 0 179753 253 0 0 20 0 22 0 12895028 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2456183 999343 2294 9 0 2446860 0
[pid=18693/tid=18695] ppid=18690 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/18693/task/18695/stat : 18695 (java) S 18690 18693 16914 0 -1 4202560 2440 0 1 0 26 3 0 0 20 0 22 0 12895030 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302535943032 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18696] ppid=18690 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/18693/task/18696/stat : 18696 (java) S 18690 18693 16914 0 -1 4202560 827 0 0 0 353 21 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302497434024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18697] ppid=18690 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/18693/task/18697/stat : 18697 (java) S 18690 18693 16914 0 -1 4202560 576 0 0 0 381 22 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302496381480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18698] ppid=18690 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/18693/task/18698/stat : 18698 (java) S 18690 18693 16914 0 -1 4202560 757 0 0 0 318 20 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302495328424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18699] ppid=18690 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/18693/task/18699/stat : 18699 (java) S 18690 18693 16914 0 -1 4202560 581 0 0 0 321 18 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302494275880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18700] ppid=18690 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/18693/task/18700/stat : 18700 (java) S 18690 18693 16914 0 -1 4202560 632 0 0 0 344 22 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302493223848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18701] ppid=18690 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/18693/task/18701/stat : 18701 (java) S 18690 18693 16914 0 -1 4202560 803 0 0 0 324 20 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302492171304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18702] ppid=18690 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/18693/task/18702/stat : 18702 (java) S 18690 18693 16914 0 -1 4202560 718 0 0 0 324 24 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302491118248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18703] ppid=18690 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/18693/task/18703/stat : 18703 (java) S 18690 18693 16914 0 -1 4202560 581 0 0 0 364 22 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302490065704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18704] ppid=18690 vsize=9824732 CPUtime=4.36 cores=1,3,5,7
/proc/18693/task/18704/stat : 18704 (java) S 18690 18693 16914 0 -1 4202560 2706 0 0 0 431 5 0 0 20 0 22 0 12895032 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302359894376 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18705] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18705/stat : 18705 (java) S 18690 18693 16914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302358840696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18706] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18706/stat : 18706 (java) S 18690 18693 16914 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302357787528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18707] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18707/stat : 18707 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302356736272 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18708] ppid=18690 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/18693/task/18708/stat : 18708 (java) S 18690 18693 16914 0 -1 4202560 9021 0 0 0 125 2 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302355684152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18709] ppid=18690 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/18693/task/18709/stat : 18709 (java) S 18690 18693 16914 0 -1 4202560 4233 0 0 0 84 0 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301482060728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18710] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18710/stat : 18710 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301481007864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18711] ppid=18690 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18693/task/18711/stat : 18711 (java) S 18690 18693 16914 0 -1 4202560 52 0 0 0 12 25 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301479955528 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18715] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18715/stat : 18715 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12895055 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301475742632 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18740] ppid=18690 vsize=9824732 CPUtime=879.15 cores=1,3,5,7
/proc/18693/task/18740/stat : 18740 (java) R 18690 18693 16914 0 -1 4202560 58 0 0 0 87900 15 0 0 20 0 22 0 12895507 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301478899600 140302371809693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18741] ppid=18690 vsize=9824732 CPUtime=879.13 cores=1,3,5,7
/proc/18693/task/18741/stat : 18741 (java) R 18690 18693 16914 0 -1 4202560 1997 0 0 0 87865 48 0 0 20 0 22 0 12895507 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301476793520 140302372041781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18742] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18742/stat : 18742 (java) S 18690 18693 16914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12895508 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301477848360 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 18693 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.301 s]
/proc/loadavg: 4.00 3.96 3.71 5/219 18858
/proc/meminfo: memFree=25115540/32872528 swapFree=302776/319128
[pid=18693] ppid=18690 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/18693/stat : 18693 (java) S 18690 18693 16914 0 -1 4202496 27406 0 1 0 179753 253 0 0 20 0 22 0 12895028 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140734253639504 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18693/statm: 2456183 999343 2294 9 0 2446860 0
[pid=18693/tid=18695] ppid=18690 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/18693/task/18695/stat : 18695 (java) S 18690 18693 16914 0 -1 4202560 2440 0 1 0 26 3 0 0 20 0 22 0 12895030 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302535943032 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18696] ppid=18690 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/18693/task/18696/stat : 18696 (java) S 18690 18693 16914 0 -1 4202560 827 0 0 0 353 21 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302497434024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18697] ppid=18690 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/18693/task/18697/stat : 18697 (java) S 18690 18693 16914 0 -1 4202560 576 0 0 0 381 22 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302496381480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18698] ppid=18690 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/18693/task/18698/stat : 18698 (java) S 18690 18693 16914 0 -1 4202560 757 0 0 0 318 20 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302495328424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18699] ppid=18690 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/18693/task/18699/stat : 18699 (java) S 18690 18693 16914 0 -1 4202560 581 0 0 0 321 18 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302494275880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18700] ppid=18690 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/18693/task/18700/stat : 18700 (java) S 18690 18693 16914 0 -1 4202560 632 0 0 0 344 22 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302493223848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18701] ppid=18690 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/18693/task/18701/stat : 18701 (java) S 18690 18693 16914 0 -1 4202560 803 0 0 0 324 20 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302492171304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18693/tid=18702] ppid=18690 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/18693/task/18702/stat : 18702 (java) S 18690 18693 16914 0 -1 4202560 718 0 0 0 324 24 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302491118248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18693/tid=18703] ppid=18690 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/18693/task/18703/stat : 18703 (java) S 18690 18693 16914 0 -1 4202560 581 0 0 0 364 22 0 0 20 0 22 0 12895031 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302490065704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18704] ppid=18690 vsize=9824732 CPUtime=4.36 cores=1,3,5,7
/proc/18693/task/18704/stat : 18704 (java) S 18690 18693 16914 0 -1 4202560 2706 0 0 0 431 5 0 0 20 0 22 0 12895032 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302359894376 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18705] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18705/stat : 18705 (java) S 18690 18693 16914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302358840696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18706] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18706/stat : 18706 (java) S 18690 18693 16914 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12895033 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302357787528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18707] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18707/stat : 18707 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302356736272 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18708] ppid=18690 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/18693/task/18708/stat : 18708 (java) S 18690 18693 16914 0 -1 4202560 9021 0 0 0 125 2 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140302355684152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18709] ppid=18690 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/18693/task/18709/stat : 18709 (java) S 18690 18693 16914 0 -1 4202560 4233 0 0 0 84 0 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301482060728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18710] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18710/stat : 18710 (java) S 18690 18693 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301481007864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18711] ppid=18690 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18693/task/18711/stat : 18711 (java) S 18690 18693 16914 0 -1 4202560 52 0 0 0 12 25 0 0 20 0 22 0 12895035 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301479955528 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18715] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18715/stat : 18715 (java) S 18690 18693 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12895055 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301475742632 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18740] ppid=18690 vsize=9824732 CPUtime=879.15 cores=1,3,5,7
/proc/18693/task/18740/stat : 18740 (java) R 18690 18693 16914 0 -1 4202560 58 0 0 0 87900 15 0 0 20 0 22 0 12895507 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301478899600 140302371809693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18693/tid=18741] ppid=18690 vsize=9824732 CPUtime=879.13 cores=1,3,5,7
/proc/18693/task/18741/stat : 18741 (java) R 18690 18693 16914 0 -1 4202560 1997 0 0 0 87865 48 0 0 20 0 22 0 12895507 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301476793520 140302372041781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18693/tid=18742] ppid=18690 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18693/task/18742/stat : 18742 (java) S 18690 18693 16914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12895508 10060525568 999343 33554432000 1073741824 1073778376 140734253648368 140301477848360 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18693 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=39416
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=966549
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.372
CPU time (s): 1800.06
CPU user time (s): 1797.53
CPU system time (s): 2.53
CPU usage (%): 200.369
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.04
system time used= 2.96655
maximum resident set size= 3997536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27457
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23247
involuntary context switches= 26256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68513 second user time and 7.57285 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-16 22:21:24
IDJOB=4092124
IDBENCH=79655
IDSOLVER=2552
FILE ID=node128/4092124-1466108484
RUNJOBID= node128-1466103795-17578
PBS_JOBID= 19904049
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092124-1466108484/watcher-4092124-1466108484 -o /tmp/evaluation-result-4092124-1466108484/solver-4092124-1466108484 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466103795-17578 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092124-1466108484.wbo

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

MD5SUM BENCH= 3fb8f81d652630b13b866ff5b3a4bf01
RANDOM SEED=1621866486

node128.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.768
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.53
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.768
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.768
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.56
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.768
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.768
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.57
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.768
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.56
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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:        23811528 kB
Buffers:           59444 kB
Cached:           188392 kB
SwapCached:         2096 kB
Active:          7926300 kB
Inactive:          97604 kB
Active(anon):    7776976 kB
Inactive(anon):     1788 kB
Active(file):     149324 kB
Inactive(file):    95816 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098972 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       8094512 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             571688 kB
SReclaimable:      15180 kB
SUnreclaim:       556508 kB
KernelStack:        1608 kB
PageTables:        19972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8741468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7680000 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= 71708 MiB
End job on node128 at 2016-06-16 22:36:22