Trace number 4088848

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 PB16UNSAT 196.505 96.1492

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
SUMINEQ/normalized-sumineqArity5houseP064.opb
MD5SUMf9a8328240c2fa06bb8596fb12243504
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.4814
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20795
Total number of constraints4160
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints4095
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4088848-1466012465.opb
0.11/0.11	c reading problem ... 
0.11/0.12	c  no objective function found
0.73/0.48	c ... done. Wall clock time 0.361s.
0.73/0.48	c declared #vars     20795
0.73/0.48	c #constraints  4160
0.73/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.48	c constraints type 
0.73/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
0.73/0.48	c 4160 constraints processed.
0.73/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.48	c constraints type 
0.73/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4160
0.73/0.48	c 4160 constraints processed.
3.27/1.14	c cleaning 2498 clauses out of 5001 with flag 13655/5001
3.68/1.28	c cleaning 4249 clauses out of 8503 with flag 29653/11001
4.44/1.40	c cleaning 5622 clauses out of 11253 with flag 48487/18000
4.83/1.56	c cleaning 6812 clauses out of 13631 with flag 69847/26000
5.62/1.70	c cleaning 7894 clauses out of 15820 with flag 97795/35001
6.01/1.86	c cleaning 8955 clauses out of 17925 with flag 129074/45000
6.49/2.03	c cleaning 9983 clauses out of 19973 with flag 160354/56003
6.96/2.22	c cleaning 10988 clauses out of 21987 with flag 191751/68000
7.18/2.39	c cleaning 11962 clauses out of 24001 with flag 226589/81002
7.62/2.59	c cleaning 13009 clauses out of 26038 with flag 272880/95001
8.22/2.80	c cleaning 14011 clauses out of 28029 with flag 316336/110001
8.68/3.04	c cleaning 14997 clauses out of 30018 with flag 359335/126001
9.28/3.34	c cleaning 15985 clauses out of 32021 with flag 412764/143001
9.87/3.65	c cleaning 17003 clauses out of 34038 with flag 468820/161003
10.55/3.92	c cleaning 18010 clauses out of 36033 with flag 523096/180001
10.95/4.12	c cleaning 0 clauses out of 5000 with flag 0/5000
11.28/4.26	c cleaning 18995 clauses out of 38022 with flag 583150/200000
12.27/4.60	c cleaning 19997 clauses out of 40028 with flag 644004/221001
13.07/4.94	c cleaning 21013 clauses out of 42032 with flag 711470/243002
13.96/5.34	c cleaning 21993 clauses out of 44019 with flag 781461/266002
14.57/5.70	c cleaning 22999 clauses out of 46026 with flag 848814/290002
15.76/6.20	c cleaning 24008 clauses out of 48026 with flag 924486/315001
16.80/6.71	c cleaning 25003 clauses out of 50017 with flag 1004680/341000
17.66/7.16	c cleaning 25988 clauses out of 52016 with flag 1088174/368002
18.66/7.63	c cleaning 26994 clauses out of 54027 with flag 1171119/396001
19.65/8.13	c cleaning 27986 clauses out of 56033 with flag 1258162/425001
20.65/8.66	c cleaning 28983 clauses out of 58047 with flag 1348304/455001
21.65/9.13	c cleaning 30019 clauses out of 60063 with flag 1443505/486000
22.85/9.70	c cleaning 31000 clauses out of 62046 with flag 1543756/518002
24.06/10.30	c cleaning 32018 clauses out of 64044 with flag 1648725/551000
25.35/10.96	c cleaning 32976 clauses out of 66026 with flag 1751957/585000
26.54/11.51	c cleaning 34016 clauses out of 68052 with flag 1854863/620002
26.54/11.57	c cleaning 0 clauses out of 11000 with flag 0/11000
27.76/12.15	c cleaning 34999 clauses out of 70034 with flag 1961072/656000
29.15/12.81	c cleaning 35966 clauses out of 72036 with flag 2067206/693001
30.36/13.44	c cleaning 37020 clauses out of 74069 with flag 2185390/731000
32.34/14.36	c cleaning 38014 clauses out of 76049 with flag 2299549/770000
33.72/15.09	c cleaning 38986 clauses out of 78035 with flag 2414997/810000
35.32/15.87	c cleaning 39992 clauses out of 80049 with flag 2533694/851000
36.94/16.69	c cleaning 41023 clauses out of 82057 with flag 2660480/893000
38.73/17.50	c cleaning 41938 clauses out of 84034 with flag 2796208/936000
40.33/18.37	c cleaning 43045 clauses out of 86099 with flag 2935633/980003
42.33/19.31	c cleaning 43995 clauses out of 88052 with flag 3071371/1025001
44.29/20.22	c cleaning 45012 clauses out of 90056 with flag 3215798/1071000
45.90/21.04	c cleaning 46021 clauses out of 92045 with flag 3358459/1118001
47.69/21.99	c cleaning 46975 clauses out of 94023 with flag 3505706/1166000
49.69/22.93	c cleaning 48017 clauses out of 96048 with flag 3657109/1215000
51.69/23.94	c cleaning 49000 clauses out of 98031 with flag 3816489/1265000
53.50/24.87	c cleaning 50011 clauses out of 100033 with flag 3977578/1316002
55.70/25.91	c cleaning 51002 clauses out of 102020 with flag 4132249/1368000
58.10/27.09	c cleaning 52002 clauses out of 104018 with flag 4303594/1421000
58.30/27.11	c cleaning 0 clauses out of 18002 with flag 0/18002
60.10/28.05	c cleaning 52856 clauses out of 106016 with flag 4458897/1475000
62.50/29.23	c cleaning 52705 clauses out of 108160 with flag 4625176/1530000
64.70/30.39	c cleaning 54385 clauses out of 111455 with flag 4788986/1586000
67.50/31.73	c cleaning 55088 clauses out of 114070 with flag 4957752/1643000
69.90/32.90	c cleaning 56153 clauses out of 116983 with flag 5137146/1701001
72.27/34.05	c cleaning 56805 clauses out of 119832 with flag 5306321/1760003
74.68/35.22	c cleaning 58134 clauses out of 123024 with flag 5490401/1820000
77.27/36.55	c cleaning 59025 clauses out of 125890 with flag 5675188/1881000
79.86/37.85	c cleaning 59832 clauses out of 128865 with flag 5864139/1943000
82.46/39.13	c cleaning 61089 clauses out of 132033 with flag 6059729/2006000
86.00/40.87	c cleaning 62159 clauses out of 134944 with flag 6245001/2070000
89.18/42.42	c cleaning 62869 clauses out of 137787 with flag 6434332/2135002
91.98/43.87	c cleaning 63802 clauses out of 140918 with flag 6628622/2201002
94.59/45.19	c cleaning 65022 clauses out of 144115 with flag 6826187/2268001
98.49/47.01	c cleaning 66210 clauses out of 147093 with flag 7028772/2336001
102.31/48.92	c cleaning 67410 clauses out of 149883 with flag 7249516/2405001
106.90/51.26	c cleaning 68380 clauses out of 152473 with flag 7453914/2475001
110.31/52.97	c cleaning 68407 clauses out of 155092 with flag 7665688/2546000
114.37/54.90	c cleaning 69922 clauses out of 158685 with flag 7875699/2618000
116.99/56.28	c cleaning 70308 clauses out of 161764 with flag 8091400/2691001
120.37/57.99	c cleaning 71549 clauses out of 165456 with flag 8299937/2765001
124.88/60.13	c cleaning 72918 clauses out of 168907 with flag 8515142/2840001
128.48/61.91	c cleaning 74371 clauses out of 171990 with flag 8742336/2916002
130.09/62.79	c cleaning 0 clauses out of 26000 with flag 0/26000
131.70/63.58	c cleaning 74670 clauses out of 174618 with flag 8970783/2993001
137.39/66.62	c cleaning 76133 clauses out of 177947 with flag 9200377/3071000
141.99/68.91	c cleaning 77164 clauses out of 180816 with flag 9438337/3150002
146.45/71.11	c cleaning 77722 clauses out of 183650 with flag 9670957/3230000
150.25/73.02	c cleaning 78322 clauses out of 186929 with flag 9904152/3311001
154.76/75.26	c cleaning 79908 clauses out of 190607 with flag 10148147/3393001
158.96/77.35	c cleaning 80861 clauses out of 193698 with flag 10413646/3476000
162.98/79.37	c cleaning 81960 clauses out of 196837 with flag 10663910/3560000
168.16/81.97	c cleaning 83295 clauses out of 199877 with flag 10918141/3645000
173.91/84.72	c cleaning 84185 clauses out of 202582 with flag 11170491/3731000
179.10/87.37	c cleaning 84742 clauses out of 205399 with flag 11424742/3818002
183.30/89.41	c cleaning 0 clauses out of 35000 with flag 0/35000
183.70/89.62	c cleaning 85912 clauses out of 208657 with flag 11686905/3906002
189.05/92.21	c cleaning 86384 clauses out of 211744 with flag 11952036/3995001
194.06/94.75	c cleaning 87716 clauses out of 215359 with flag 12219147/4085000
196.32/95.84	c And the winner is solver0
196.32/96.08	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
196.32/96.08	c starts		: 2561
196.32/96.08	c conflicts		: 4147054
196.32/96.08	c decisions		: 36619910
196.32/96.08	c propagations		: 59426928
196.32/96.08	c inspects		: 823180574
196.32/96.08	c shortcuts		: 0
196.32/96.08	c learnt literals	: 8
196.32/96.08	c learnt binary clauses	: 34
196.32/96.08	c learnt ternary clauses	: 21143
196.32/96.08	c learnt constraints	: 4147045
196.32/96.08	c ignored constraints	: 0
196.32/96.08	c root simplifications	: 0
196.32/96.08	c removed literals (reason simplification)	: 3500479
196.32/96.08	c reason swapping (by a shorter reason)	: 0
196.32/96.08	c Calls to reduceDB	: 86
196.32/96.08	c Number of update (reduction) of LBD	: 744434
196.32/96.08	c Imported unit clauses	: 0
196.32/96.08	c number of reductions to clauses (during analyze)	: 0
196.32/96.08	c number of learned constraints concerned by reduction	: 0
196.32/96.08	c number of learning phase by resolution	: 0
196.32/96.08	c number of learning phase by cutting planes	: 0
196.32/96.08	c speed (assignments/second)	: 621848.2498822791
196.32/96.08	c non guided choices	29829088
196.35/96.11	c learnt constraints type 
196.35/96.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
196.35/96.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 189654
196.35/96.11	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
196.35/96.11	c starts		: 63
196.35/96.11	c conflicts		: 36169
196.35/96.11	c decisions		: 86184
196.35/96.11	c propagations		: 496058
196.35/96.11	c inspects		: 134864089
196.35/96.11	c shortcuts		: 0
196.35/96.11	c learnt literals	: 0
196.35/96.11	c learnt binary clauses	: 0
196.35/96.11	c learnt ternary clauses	: 0
196.35/96.11	c learnt constraints	: 36168
196.35/96.11	c ignored constraints	: 0
196.35/96.11	c root simplifications	: 0
196.35/96.11	c removed literals (reason simplification)	: 0
196.35/96.11	c reason swapping (by a shorter reason)	: 0
196.35/96.11	c Calls to reduceDB	: 5
196.35/96.11	c Number of update (reduction) of LBD	: 0
196.35/96.11	c Imported unit clauses	: 0
196.35/96.11	c number of reductions to clauses (during analyze)	: 0
196.35/96.11	c number of learned constraints concerned by reduction	: 0
196.35/96.11	c number of learning phase by resolution	: 0
196.35/96.11	c number of learning phase by cutting planes	: 0
196.35/96.11	c speed (assignments/second)	: 5188.61984205847
196.35/96.11	c non guided choices	2358
196.35/96.12	c learnt constraints type 
196.35/96.12	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12
196.35/96.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 45
196.35/96.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36111
196.35/96.12	s UNSATISFIABLE
196.35/96.12	c Total wall clock time (in seconds): 96.007

Verifier Data

ERROR: no interpretation found !

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-4088848-1466012465/watcher-4088848-1466012465 -o /tmp/evaluation-result-4088848-1466012465/solver-4088848-1466012465 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4088848-1466012465.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.20 4.22 4.16 4/197 7379
/proc/meminfo: memFree=28174008/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3295731 98570240 977 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 24065 977 743 9 0 16771 0
[pid=7379/tid=7380] ppid=7376 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) R 7376 7379 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3295732 98570240 978 33554432000 1073741824 1073778376 140733268892752 139992187076136 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100155 s]
/proc/loadavg: 4.20 4.22 4.16 4/197 7379
/proc/meminfo: memFree=28174008/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 4476 0 1 0 10 1 0 0 20 0 18 0 3295731 9787879424 5596 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2389619 5596 2126 9 0 2380296 0
[pid=7379/tid=7380] ppid=7376 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) R 7376 7379 5545 0 -1 4202560 2442 0 1 0 7 0 0 0 20 0 18 0 3295732 9787879424 5598 33554432000 1073741824 1073778376 140733268892752 139992187076536 139992109111478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 4.20 4.22 4.16 4/197 7379
/proc/meminfo: memFree=28174008/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 4837 0 1 0 26 1 0 0 20 0 18 0 3295731 9787879424 6911 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2389619 6911 2217 9 0 2380296 0
[pid=7379/tid=7380] ppid=7376 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) R 7376 7379 5545 0 -1 4202560 2456 0 1 0 17 0 0 0 20 0 18 0 3295732 9787879424 6912 33554432000 1073741824 1073778376 140733268892752 139992187076536 139992059138646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300262 s]
/proc/loadavg: 4.20 4.22 4.16 4/197 7379
/proc/meminfo: memFree=28174008/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 5901 0 1 0 51 1 0 0 20 0 18 0 3295731 9787879424 9093 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2389619 9093 2233 9 0 2380296 0
[pid=7379/tid=7380] ppid=7376 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) R 7376 7379 5545 0 -1 4202560 2459 0 1 0 27 0 0 0 20 0 18 0 3295732 9787879424 9093 33554432000 1073741824 1073778376 140733268892752 139992187076536 139992059150588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 4.20 4.22 4.16 4/197 7379
/proc/meminfo: memFree=28174008/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 13136 0 1 0 164 3 0 0 20 0 22 0 3295731 10060525568 29265 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2456183 29265 2261 9 0 2446860 0
[pid=7379/tid=7380] ppid=7376 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) S 7376 7379 5545 0 -1 4202560 2541 0 1 0 44 2 0 0 20 0 22 0 3295732 10060525568 29265 33554432000 1073741824 1073778376 140733268892752 139992187081592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.20 4.22 4.16 11/219 7401
/proc/meminfo: memFree=27997084/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 25020 0 1 0 474 9 0 0 20 0 22 0 3295731 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2456183 52247 2285 9 0 2446860 0
[pid=7379/tid=7380] ppid=7376 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) S 7376 7379 5545 0 -1 4202560 2541 0 1 0 44 2 0 0 20 0 22 0 3295732 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992187081592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7382] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7382/stat : 7382 (java) S 7376 7379 5545 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992030997160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7383] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7383/stat : 7383 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992029944616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7384] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7384/stat : 7384 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992028892072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7385] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7385/stat : 7385 (java) S 7376 7379 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992027839528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7386] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7386/stat : 7386 (java) S 7376 7379 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992026785960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7387] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7387/stat : 7387 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992025733416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7388] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7388/stat : 7388 (java) S 7376 7379 5545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992024680872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7389] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7389/stat : 7389 (java) S 7376 7379 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3295733 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992023628328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7390] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7390/stat : 7390 (java) S 7376 7379 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992011217512 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7391] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7391/stat : 7391 (java) S 7376 7379 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992010163832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7392] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7392/stat : 7392 (java) S 7376 7379 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992009111176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7393] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7393/stat : 7393 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992008059920 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7394] ppid=7376 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/7379/task/7394/stat : 7394 (java) R 7376 7379 5545 0 -1 4202560 10914 0 0 0 113 2 0 0 20 0 22 0 3295737 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992006998944 139992190710553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7395] ppid=7376 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/7379/task/7395/stat : 7395 (java) R 7376 7379 5545 0 -1 4202560 10073 0 0 0 111 2 0 0 20 0 22 0 3295737 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992005931040 139992194067987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7396] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7396/stat : 7396 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992004901368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7397] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7397/stat : 7397 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992003849032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7398] ppid=7376 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7379/task/7398/stat : 7398 (java) R 7376 7379 5545 0 -1 4202560 22 0 0 0 94 0 0 0 20 0 22 0 3295780 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992002502800 139992059640464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7399] ppid=7376 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/7379/task/7399/stat : 7399 (java) R 7376 7379 5545 0 -1 4202560 67 0 0 0 96 0 0 0 20 0 22 0 3295780 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992001457136 139992191379303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7400] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7400/stat : 7400 (java) S 7376 7379 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3295782 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139992000407080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7401] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7401/stat : 7401 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3295783 10060525568 52247 33554432000 1073741824 1073778376 140733268892752 139991999354536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.20 4.22 4.16 11/219 7401
/proc/meminfo: memFree=27797952/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9824732 CPUtime=8.87 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 26803 0 1 0 862 25 0 0 20 0 22 0 3295731 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2456183 157748 2290 9 0 2446860 0
[pid=7379/tid=7380] ppid=7376 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) S 7376 7379 5545 0 -1 4202560 2541 0 1 0 44 2 0 0 20 0 22 0 3295732 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992187081592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7382] ppid=7376 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7379/task/7382/stat : 7382 (java) S 7376 7379 5545 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992030997160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7383] ppid=7376 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7379/task/7383/stat : 7383 (java) S 7376 7379 5545 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992029944616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7384] ppid=7376 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7379/task/7384/stat : 7384 (java) S 7376 7379 5545 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992028892072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7385] ppid=7376 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7379/task/7385/stat : 7385 (java) S 7376 7379 5545 0 -1 4202560 69 0 0 0 5 2 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992027839528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7386] ppid=7376 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7379/task/7386/stat : 7386 (java) S 7376 7379 5545 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992026785960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7387] ppid=7376 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7379/task/7387/stat : 7387 (java) S 7376 7379 5545 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992025733416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7388] ppid=7376 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/7379/task/7388/stat : 7388 (java) S 7376 7379 5545 0 -1 4202560 83 0 0 0 5 3 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992024680872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7389] ppid=7376 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7379/task/7389/stat : 7389 (java) S 7376 7379 5545 0 -1 4202560 65 0 0 0 4 2 0 0 20 0 22 0 3295733 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992023628328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7390] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7390/stat : 7390 (java) S 7376 7379 5545 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992011217512 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7391] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7391/stat : 7391 (java) S 7376 7379 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992010163832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7392] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7392/stat : 7392 (java) S 7376 7379 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992009111176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7393] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7393/stat : 7393 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992008059920 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7394] ppid=7376 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/7379/task/7394/stat : 7394 (java) S 7376 7379 5545 0 -1 4202560 11347 0 0 0 146 2 0 0 20 0 22 0 3295737 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992007006264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7395] ppid=7376 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/7379/task/7395/stat : 7395 (java) S 7376 7379 5545 0 -1 4202560 10115 0 0 0 146 2 0 0 20 0 22 0 3295737 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992005953720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7396] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7396/stat : 7396 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992004901368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7397] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7397/stat : 7397 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992003849032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7398] ppid=7376 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/7379/task/7398/stat : 7398 (java) R 7376 7379 5545 0 -1 4202560 27 0 0 0 241 0 0 0 20 0 22 0 3295780 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992002502784 139992059555024 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7399] ppid=7376 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/7379/task/7399/stat : 7399 (java) R 7376 7379 5545 0 -1 4202560 623 0 0 0 238 6 0 0 20 0 22 0 3295780 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992001457856 139992060230193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7400] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7400/stat : 7400 (java) S 7376 7379 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3295782 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139992000407080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7401] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7401/stat : 7401 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3295783 10060525568 157748 33554432000 1073741824 1073778376 140733268892752 139991999354536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.26 4.23 4.16 5/219 7401
/proc/meminfo: memFree=27016124/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9824732 CPUtime=15.96 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 31341 0 1 0 1558 38 0 0 20 0 22 0 3295731 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2456183 291370 2290 9 0 2446860 0
[pid=7379/tid=7380] ppid=7376 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) S 7376 7379 5545 0 -1 4202560 2541 0 1 0 44 2 0 0 20 0 22 0 3295732 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992187081592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7382] ppid=7376 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/7379/task/7382/stat : 7382 (java) S 7376 7379 5545 0 -1 4202560 75 0 0 0 6 3 0 0 20 0 22 0 3295733 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992030997160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7383] ppid=7376 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/7379/task/7383/stat : 7383 (java) S 7376 7379 5545 0 -1 4202560 56 0 0 0 5 3 0 0 20 0 22 0 3295733 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992029944616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7384] ppid=7376 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7379/task/7384/stat : 7384 (java) S 7376 7379 5545 0 -1 4202560 59 0 0 0 6 0 0 0 20 0 22 0 3295733 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992028892072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7385] ppid=7376 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/7379/task/7385/stat : 7385 (java) S 7376 7379 5545 0 -1 4202560 101 0 0 0 10 3 0 0 20 0 22 0 3295733 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992027839528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7386] ppid=7376 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7379/task/7386/stat : 7386 (java) S 7376 7379 5545 0 -1 4202560 66 0 0 0 8 2 0 0 20 0 22 0 3295733 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992026785960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7387] ppid=7376 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7379/task/7387/stat : 7387 (java) S 7376 7379 5545 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 3295733 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992025733416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7388] ppid=7376 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7379/task/7388/stat : 7388 (java) S 7376 7379 5545 0 -1 4202560 110 0 0 0 11 3 0 0 20 0 22 0 3295733 10060525568 291370 33554432000 1073741824 1073778376 140733268892752 139992024680872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7389] ppid=7376 vsize=9824732 CPUtime=0.1 cores=0,2,4,6

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

/proc/7379/task/7393/stat : 7393 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992008059920 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7394] ppid=7376 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/7379/task/7394/stat : 7394 (java) S 7376 7379 5545 0 -1 4202560 14486 0 0 0 199 2 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992007006264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7395] ppid=7376 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/7379/task/7395/stat : 7395 (java) S 7376 7379 5545 0 -1 4202560 10128 0 0 0 163 2 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992005953720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7396] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7396/stat : 7396 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992004901368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7397] ppid=7376 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7379/task/7397/stat : 7397 (java) S 7376 7379 5545 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992003849032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7398] ppid=7376 vsize=9824732 CPUtime=92.55 cores=0,2,4,6
/proc/7379/task/7398/stat : 7398 (java) R 7376 7379 5545 0 -1 4202560 51 0 0 0 9254 1 0 0 20 0 22 0 3295780 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992002502784 139992059571586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7399] ppid=7376 vsize=9824732 CPUtime=92.53 cores=0,2,4,6
/proc/7379/task/7399/stat : 7399 (java) R 7376 7379 5545 0 -1 4202560 2576 0 0 0 9218 35 0 0 20 0 22 0 3295780 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992001459232 139992059460704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7400] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7400/stat : 7400 (java) S 7376 7379 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3295782 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992000407080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7401] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7401/stat : 7401 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3295783 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139991999354536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 195.05
Current children cumulated vsize (KiB) 9824732

[startup+95.6009 s]
/proc/loadavg: 4.58 4.39 4.22 6/219 7675
/proc/meminfo: memFree=24768076/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9824732 CPUtime=195.85 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 35220 0 1 0 19478 107 0 0 20 0 22 0 3295731 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2456183 783985 2299 9 0 2446860 0
[pid=7379/tid=7380] ppid=7376 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) S 7376 7379 5545 0 -1 4202560 2546 0 1 0 44 2 0 0 20 0 22 0 3295732 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992187081592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7382] ppid=7376 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/7379/task/7382/stat : 7382 (java) S 7376 7379 5545 0 -1 4202560 393 0 0 0 57 9 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992030997160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7383] ppid=7376 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/7379/task/7383/stat : 7383 (java) S 7376 7379 5545 0 -1 4202560 289 0 0 0 56 9 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992029944616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7384] ppid=7376 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/7379/task/7384/stat : 7384 (java) S 7376 7379 5545 0 -1 4202560 316 0 0 0 42 6 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992028892072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7385] ppid=7376 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/7379/task/7385/stat : 7385 (java) S 7376 7379 5545 0 -1 4202560 406 0 0 0 52 10 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992027839528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7386] ppid=7376 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/7379/task/7386/stat : 7386 (java) S 7376 7379 5545 0 -1 4202560 259 0 0 0 48 6 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992026785960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7387] ppid=7376 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/7379/task/7387/stat : 7387 (java) S 7376 7379 5545 0 -1 4202560 339 0 0 0 35 5 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992025733416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7388] ppid=7376 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/7379/task/7388/stat : 7388 (java) S 7376 7379 5545 0 -1 4202560 363 0 0 0 48 9 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992024680872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7389] ppid=7376 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/7379/task/7389/stat : 7389 (java) S 7376 7379 5545 0 -1 4202560 359 0 0 0 57 9 0 0 20 0 22 0 3295733 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992023628328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7390] ppid=7376 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/7379/task/7390/stat : 7390 (java) S 7376 7379 5545 0 -1 4202560 1432 0 0 0 59 2 0 0 20 0 22 0 3295734 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992011217512 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7391] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7391/stat : 7391 (java) S 7376 7379 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992010163832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7392] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7392/stat : 7392 (java) S 7376 7379 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3295734 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992009111176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7393] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7393/stat : 7393 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992008059920 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7394] ppid=7376 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/7379/task/7394/stat : 7394 (java) S 7376 7379 5545 0 -1 4202560 14486 0 0 0 199 2 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992007006264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7395] ppid=7376 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/7379/task/7395/stat : 7395 (java) S 7376 7379 5545 0 -1 4202560 10128 0 0 0 163 2 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992005953720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7396] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7396/stat : 7396 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992004901368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7397] ppid=7376 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7379/task/7397/stat : 7397 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 22 0 3295737 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992003849032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7398] ppid=7376 vsize=9824732 CPUtime=92.94 cores=0,2,4,6
/proc/7379/task/7398/stat : 7398 (java) R 7376 7379 5545 0 -1 4202560 51 0 0 0 9293 1 0 0 20 0 22 0 3295780 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992002502784 139992059453317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7399] ppid=7376 vsize=9824732 CPUtime=92.93 cores=0,2,4,6
/proc/7379/task/7399/stat : 7399 (java) R 7376 7379 5545 0 -1 4202560 2576 0 0 0 9258 35 0 0 20 0 22 0 3295780 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992001459232 139992059640450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7400] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7400/stat : 7400 (java) S 7376 7379 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3295782 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139992000407080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7401] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7401/stat : 7401 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3295783 10060525568 783985 33554432000 1073741824 1073778376 140733268892752 139991999354536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 195.85
Current children cumulated vsize (KiB) 9824732

[startup+96.0013 s]
/proc/loadavg: 4.58 4.39 4.22 6/219 7675
/proc/meminfo: memFree=24768076/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9824732 CPUtime=196.05 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 35229 0 1 0 19495 110 0 0 20 0 19 0 3295731 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2456183 783972 2300 9 0 2446860 0
[pid=7379/tid=7380] ppid=7376 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) S 7376 7379 5545 0 -1 4202560 2546 0 1 0 44 2 0 0 20 0 19 0 3295732 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992187081592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7382] ppid=7376 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/7379/task/7382/stat : 7382 (java) S 7376 7379 5545 0 -1 4202560 393 0 0 0 57 9 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992030997160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7383] ppid=7376 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/7379/task/7383/stat : 7383 (java) S 7376 7379 5545 0 -1 4202560 289 0 0 0 56 9 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992029944616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7384] ppid=7376 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/7379/task/7384/stat : 7384 (java) S 7376 7379 5545 0 -1 4202560 316 0 0 0 42 6 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992028892072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7385] ppid=7376 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/7379/task/7385/stat : 7385 (java) S 7376 7379 5545 0 -1 4202560 406 0 0 0 52 10 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992027839528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7386] ppid=7376 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/7379/task/7386/stat : 7386 (java) S 7376 7379 5545 0 -1 4202560 259 0 0 0 48 6 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992026785960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7387] ppid=7376 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/7379/task/7387/stat : 7387 (java) S 7376 7379 5545 0 -1 4202560 339 0 0 0 35 5 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992025733416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7388] ppid=7376 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/7379/task/7388/stat : 7388 (java) S 7376 7379 5545 0 -1 4202560 363 0 0 0 48 9 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992024680872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7389] ppid=7376 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/7379/task/7389/stat : 7389 (java) S 7376 7379 5545 0 -1 4202560 359 0 0 0 57 9 0 0 20 0 19 0 3295733 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992023628328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7390] ppid=7376 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/7379/task/7390/stat : 7390 (java) S 7376 7379 5545 0 -1 4202560 1432 0 0 0 59 2 0 0 20 0 19 0 3295734 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992011217512 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7391] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7391/stat : 7391 (java) S 7376 7379 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3295734 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992010163832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7392] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7392/stat : 7392 (java) S 7376 7379 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3295734 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992009111176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7393] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7393/stat : 7393 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3295737 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992008059920 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7394] ppid=7376 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/7379/task/7394/stat : 7394 (java) S 7376 7379 5545 0 -1 4202560 14487 0 0 0 203 2 0 0 20 0 19 0 3295737 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992007006264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7395] ppid=7376 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/7379/task/7395/stat : 7395 (java) S 7376 7379 5545 0 -1 4202560 10129 0 0 0 165 2 0 0 20 0 19 0 3295737 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992005953720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7396] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7396/stat : 7396 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3295737 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992004901368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7397] ppid=7376 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7379/task/7397/stat : 7397 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 19 0 3295737 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139992003849032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7401] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7401/stat : 7401 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3295783 10060525568 783972 33554432000 1073741824 1073778376 140733268892752 139991999354536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 196.05
Current children cumulated vsize (KiB) 9824732

[startup+96.1012 s]
/proc/loadavg: 4.58 4.39 4.22 6/219 7675
/proc/meminfo: memFree=24768076/32872528 swapFree=1073728/1155488
[pid=7379] ppid=7376 vsize=9824732 CPUtime=196.08 cores=0,2,4,6
/proc/7379/stat : 7379 (java) S 7376 7379 5545 0 -1 4202496 35232 0 1 0 19498 110 0 0 20 0 19 0 3295731 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 140733268883888 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7379/statm: 2456183 783973 2300 9 0 2446860 0
[pid=7379/tid=7380] ppid=7376 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/7379/task/7380/stat : 7380 (java) S 7376 7379 5545 0 -1 4202560 2546 0 1 0 44 2 0 0 20 0 19 0 3295732 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992187081432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7382] ppid=7376 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/7379/task/7382/stat : 7382 (java) S 7376 7379 5545 0 -1 4202560 393 0 0 0 57 9 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992030997160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7383] ppid=7376 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/7379/task/7383/stat : 7383 (java) S 7376 7379 5545 0 -1 4202560 289 0 0 0 56 9 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992029944616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7384] ppid=7376 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/7379/task/7384/stat : 7384 (java) S 7376 7379 5545 0 -1 4202560 316 0 0 0 42 6 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992028892072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7385] ppid=7376 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/7379/task/7385/stat : 7385 (java) S 7376 7379 5545 0 -1 4202560 406 0 0 0 52 10 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992027839528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7386] ppid=7376 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/7379/task/7386/stat : 7386 (java) S 7376 7379 5545 0 -1 4202560 259 0 0 0 48 6 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992026785960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7387] ppid=7376 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/7379/task/7387/stat : 7387 (java) S 7376 7379 5545 0 -1 4202560 339 0 0 0 35 5 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992025733416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7388] ppid=7376 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/7379/task/7388/stat : 7388 (java) S 7376 7379 5545 0 -1 4202560 363 0 0 0 48 9 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992024680872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7379/tid=7389] ppid=7376 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/7379/task/7389/stat : 7389 (java) S 7376 7379 5545 0 -1 4202560 359 0 0 0 57 9 0 0 20 0 19 0 3295733 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992023628328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7390] ppid=7376 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/7379/task/7390/stat : 7390 (java) S 7376 7379 5545 0 -1 4202560 1432 0 0 0 59 2 0 0 20 0 19 0 3295734 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992011217512 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7391] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7391/stat : 7391 (java) S 7376 7379 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3295734 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992010163832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7392] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7392/stat : 7392 (java) S 7376 7379 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3295734 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992009111176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7393] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7393/stat : 7393 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3295737 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992008059920 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7394] ppid=7376 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/7379/task/7394/stat : 7394 (java) R 7376 7379 5545 0 -1 4202560 14487 0 0 0 204 2 0 0 20 0 19 0 3295737 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992007006144 139992191198584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7379/tid=7395] ppid=7376 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/7379/task/7395/stat : 7395 (java) S 7376 7379 5545 0 -1 4202560 10129 0 0 0 165 2 0 0 20 0 19 0 3295737 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992005953720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7379/tid=7396] ppid=7376 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7379/task/7396/stat : 7396 (java) S 7376 7379 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3295737 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992004901368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7379/tid=7397] ppid=7376 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7379/task/7397/stat : 7397 (java) S 7376 7379 5545 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 19 0 3295737 10060525568 783973 33554432000 1073741824 1073778376 140733268892752 139992003849032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 196.08
Current children cumulated vsize (KiB) 9824732

Child status: 20

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

Real time (s): 96.1492
CPU time (s): 196.505
CPU user time (s): 195.282
CPU system time (s): 1.22281
CPU usage (%): 204.375
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.982
system time used= 1.25281
maximum resident set size= 3135956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35240
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3273
involuntary context switches= 4068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.557915 second user time and 0.833873 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:41:05
IDJOB=4088848
IDBENCH=107322
IDSOLVER=2543
FILE ID=node114/4088848-1466012465
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity5houseP064.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088848-1466012465/watcher-4088848-1466012465 -o /tmp/evaluation-result-4088848-1466012465/solver-4088848-1466012465 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088848-1466012465.opb

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

MD5SUM BENCH= f9a8328240c2fa06bb8596fb12243504
RANDOM SEED=1364549451

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28175132 kB
Buffers:            8468 kB
Cached:            40200 kB
SwapCached:        33296 kB
Active:          2779976 kB
Inactive:          59336 kB
Active(anon):    2759868 kB
Inactive(anon):    33292 kB
Active(file):      20108 kB
Inactive(file):    26044 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              1148 kB
Writeback:             0 kB
AnonPages:       3792604 kB
Mapped:            15552 kB
Shmem:                 0 kB
Slab:             564712 kB
SReclaimable:       8640 kB
SUnreclaim:       556072 kB
KernelStack:        1808 kB
PageTables:        11684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4055692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2658304 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= 71732 MiB
End job on node114 at 2016-06-15 19:42:41