Trace number 4088687

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 759.168 375.887

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM5a667adffb67511c2d543fdcada7739f
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 benchmark86.0149
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4088687-1466009440.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.19	c ... done. Wall clock time 0.065s.
0.09/0.19	c declared #vars     501
0.09/0.19	c #constraints  502
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 500
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.19	c 502 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 500
0.09/0.19	c 502 constraints processed.
1.72/0.69	c cleaning 2498 clauses out of 5001 with flag 19764/5001
2.52/0.89	c cleaning 4232 clauses out of 8503 with flag 47813/11001
3.31/1.10	c cleaning 5613 clauses out of 11270 with flag 83805/18000
4.13/1.28	c cleaning 6799 clauses out of 13657 with flag 124628/26000
4.88/1.47	c cleaning 7930 clauses out of 15859 with flag 172586/35001
5.61/1.72	c cleaning 8936 clauses out of 17930 with flag 228873/45002
6.02/1.91	c cleaning 0 clauses out of 5002 with flag 0/5002
6.36/2.01	c cleaning 9977 clauses out of 19993 with flag 289258/56001
7.11/2.40	c cleaning 10993 clauses out of 22017 with flag 360566/68002
8.15/2.76	c cleaning 11984 clauses out of 24023 with flag 434124/81001
8.95/3.17	c cleaning 12982 clauses out of 26039 with flag 515470/95001
9.99/3.62	c cleaning 13999 clauses out of 28057 with flag 605243/110001
11.02/4.15	c cleaning 15000 clauses out of 30058 with flag 699811/126001
11.85/4.58	c cleaning 0 clauses out of 11000 with flag 0/11000
12.23/4.72	c cleaning 16004 clauses out of 32057 with flag 800245/143000
13.44/5.37	c cleaning 17009 clauses out of 34053 with flag 905585/161000
15.27/6.26	c cleaning 17986 clauses out of 36045 with flag 1025448/180001
16.91/7.02	c cleaning 19001 clauses out of 38060 with flag 1137339/200002
18.54/7.84	c cleaning 20012 clauses out of 40058 with flag 1249908/221001
20.33/8.76	c cleaning 21002 clauses out of 42045 with flag 1365072/243000
22.34/9.78	c cleaning 21999 clauses out of 44044 with flag 1487651/266001
22.96/10.03	c cleaning 0 clauses out of 18001 with flag 0/18001
24.54/10.84	c cleaning 23001 clauses out of 46045 with flag 1614492/290001
26.96/12.04	c cleaning 24001 clauses out of 48043 with flag 1743136/315000
29.37/13.30	c cleaning 25004 clauses out of 50042 with flag 1875898/341000
32.16/14.65	c cleaning 26003 clauses out of 52041 with flag 2013050/368003
35.00/16.06	c cleaning 26994 clauses out of 54035 with flag 2155781/396000
38.22/17.66	c cleaning 28008 clauses out of 56042 with flag 2305037/425001
41.80/19.43	c cleaning 29004 clauses out of 58035 with flag 2461211/455002
45.25/21.10	c cleaning 29994 clauses out of 60029 with flag 2615753/486000
47.06/22.03	c cleaning 0 clauses out of 26000 with flag 0/26000
48.86/22.93	c cleaning 31005 clauses out of 62035 with flag 2773965/518000
53.28/25.15	c cleaning 32002 clauses out of 64030 with flag 2940658/551000
57.48/27.28	c cleaning 32997 clauses out of 66028 with flag 3110382/585000
61.94/29.48	c cleaning 34004 clauses out of 68031 with flag 3280135/620000
66.74/31.85	c cleaning 35010 clauses out of 70029 with flag 3457831/656002
71.58/34.30	c cleaning 35997 clauses out of 72017 with flag 3634806/693000
76.97/36.98	c cleaning 37002 clauses out of 74020 with flag 3817949/731000
82.78/39.84	c cleaning 37991 clauses out of 76019 with flag 4003722/770001
88.42/42.62	c cleaning 38999 clauses out of 78027 with flag 4186804/810000
90.62/43.78	c cleaning 0 clauses out of 35001 with flag 0/35001
94.21/45.59	c cleaning 40009 clauses out of 80028 with flag 4377036/851000
100.86/48.85	c cleaning 41004 clauses out of 82020 with flag 4572917/893001
107.90/52.39	c cleaning 41999 clauses out of 84016 with flag 4774537/936001
115.15/55.91	c cleaning 42992 clauses out of 86016 with flag 4978313/980000
122.40/59.58	c cleaning 43996 clauses out of 88026 with flag 5180066/1025002
129.87/63.25	c cleaning 45001 clauses out of 90028 with flag 5388140/1071000
137.71/67.20	c cleaning 46004 clauses out of 92027 with flag 5597636/1118000
146.91/71.71	c cleaning 47005 clauses out of 94024 with flag 5817836/1166001
155.00/75.78	c cleaning 48002 clauses out of 96019 with flag 6030144/1215001
157.40/76.98	c cleaning 0 clauses out of 45001 with flag 0/45001
163.64/80.03	c cleaning 48994 clauses out of 98017 with flag 6242702/1265001
172.07/84.25	c cleaning 49997 clauses out of 100023 with flag 6458985/1316001
181.11/88.73	c cleaning 51004 clauses out of 102025 with flag 6675233/1368000
190.38/93.30	c cleaning 52006 clauses out of 104022 with flag 6888071/1421001
199.89/98.05	c cleaning 52996 clauses out of 106015 with flag 7108301/1475000
209.32/102.70	c cleaning 53997 clauses out of 108019 with flag 7323449/1530000
219.18/107.66	c cleaning 54998 clauses out of 110023 with flag 7540173/1586001
229.40/112.76	c cleaning 55999 clauses out of 112024 with flag 7758599/1643000
240.04/118.04	c cleaning 57006 clauses out of 114026 with flag 7978724/1701001
249.72/122.82	c cleaning 57994 clauses out of 116020 with flag 8206939/1760001
256.75/126.38	c cleaning 0 clauses out of 56001 with flag 0/56001
259.36/127.66	c cleaning 59007 clauses out of 118025 with flag 8435558/1820000
269.43/132.63	c cleaning 60000 clauses out of 120018 with flag 8669620/1881000
279.91/137.84	c cleaning 60999 clauses out of 122018 with flag 8905423/1943000
290.96/143.32	c cleaning 62005 clauses out of 124019 with flag 9149364/2006000
302.86/149.27	c cleaning 63000 clauses out of 126016 with flag 9394981/2070002
314.13/154.84	c cleaning 63994 clauses out of 128016 with flag 9642255/2135002
326.25/160.88	c cleaning 65002 clauses out of 130023 with flag 9895375/2201003
339.11/167.25	c cleaning 65998 clauses out of 132018 with flag 10163165/2268000
351.19/173.26	c cleaning 67001 clauses out of 134020 with flag 10427372/2336000
365.45/180.31	c cleaning 67997 clauses out of 136021 with flag 10698747/2405002
375.57/185.37	c cleaning 0 clauses out of 68000 with flag 0/68000
379.24/187.12	c cleaning 69006 clauses out of 138022 with flag 10965300/2475000
393.72/194.39	c cleaning 69996 clauses out of 140017 with flag 11240776/2546001
409.23/202.08	c cleaning 71004 clauses out of 142021 with flag 11524000/2618001
424.95/209.80	c cleaning 71997 clauses out of 144017 with flag 11803682/2691001
441.69/218.12	c cleaning 73000 clauses out of 146019 with flag 12094443/2765000
459.44/226.94	c cleaning 74000 clauses out of 148021 with flag 12395358/2840002
477.73/236.01	c cleaning 75001 clauses out of 150019 with flag 12697729/2916000
496.63/245.44	c cleaning 75997 clauses out of 152018 with flag 13007520/2993000
516.34/255.21	c cleaning 77006 clauses out of 154022 with flag 13330588/3071001
537.09/265.52	c cleaning 77997 clauses out of 156016 with flag 13664168/3150001
542.32/268.19	c cleaning 0 clauses out of 81001 with flag 0/81001
555.84/274.86	c cleaning 79003 clauses out of 158019 with flag 13984363/3230001
575.82/284.76	c cleaning 79999 clauses out of 160016 with flag 14310195/3311001
598.32/295.92	c cleaning 81003 clauses out of 162016 with flag 14645934/3393000
619.86/306.62	c cleaning 82003 clauses out of 164013 with flag 14983996/3476000
645.03/319.12	c cleaning 82999 clauses out of 166012 with flag 15335727/3560002
674.05/333.59	c cleaning 83999 clauses out of 168011 with flag 15689016/3645000
708.67/350.71	c cleaning 85000 clauses out of 170012 with flag 16059765/3731000
744.13/368.39	c cleaning 85998 clauses out of 172013 with flag 16443133/3818001
758.86/375.60	c And the winner is solver0
758.86/375.82	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
758.86/375.82	c starts		: 5294
758.86/375.82	c conflicts		: 3876202
758.86/375.82	c decisions		: 5227094
758.86/375.82	c propagations		: 30790272
758.86/375.82	c inspects		: 7265905882
758.86/375.82	c shortcuts		: 0
758.86/375.82	c learnt literals	: 13
758.86/375.82	c learnt binary clauses	: 77
758.86/375.82	c learnt ternary clauses	: 297
758.86/375.82	c learnt constraints	: 3876188
758.86/375.82	c ignored constraints	: 0
758.86/375.82	c root simplifications	: 0
758.86/375.82	c removed literals (reason simplification)	: 3309383
758.86/375.82	c reason swapping (by a shorter reason)	: 0
758.86/375.82	c Calls to reduceDB	: 83
758.86/375.82	c Number of update (reduction) of LBD	: 846384
758.86/375.82	c Imported unit clauses	: 0
758.86/375.82	c number of reductions to clauses (during analyze)	: 0
758.86/375.82	c number of learned constraints concerned by reduction	: 0
758.86/375.82	c number of learning phase by resolution	: 0
758.86/375.82	c number of learning phase by cutting planes	: 0
758.86/375.82	c speed (assignments/second)	: 81970.33759554026
758.86/375.82	c non guided choices	77254
758.86/375.86	c learnt constraints type 
758.86/375.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 77
758.86/375.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144125
758.86/375.86	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
758.86/375.86	c starts		: 89
758.86/375.86	c conflicts		: 90914
758.86/375.86	c decisions		: 125183
758.86/375.86	c propagations		: 800202
758.86/375.86	c inspects		: 920139838
758.86/375.86	c shortcuts		: 0
758.86/375.86	c learnt literals	: 0
758.86/375.86	c learnt binary clauses	: 0
758.86/375.86	c learnt ternary clauses	: 0
758.86/375.86	c learnt constraints	: 90914
758.86/375.86	c ignored constraints	: 0
758.86/375.86	c root simplifications	: 0
758.86/375.86	c removed literals (reason simplification)	: 0
758.86/375.86	c reason swapping (by a shorter reason)	: 0
758.86/375.86	c Calls to reduceDB	: 9
758.86/375.86	c Number of update (reduction) of LBD	: 0
758.86/375.86	c Imported unit clauses	: 0
758.86/375.86	c number of reductions to clauses (during analyze)	: 0
758.86/375.86	c number of learned constraints concerned by reduction	: 0
758.86/375.86	c number of learning phase by resolution	: 0
758.86/375.86	c number of learning phase by cutting planes	: 0
758.86/375.86	c speed (assignments/second)	: 2130.094632185591
758.86/375.86	c non guided choices	1484
758.86/375.87	c learnt constraints type 
758.86/375.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9368
758.86/375.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 77
758.86/375.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 81469
758.86/375.87	s UNSATISFIABLE
758.86/375.87	c Total wall clock time (in seconds): 375.751

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

pid=6460
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: 4.35 4.28 4.09 4/198 6463
/proc/meminfo: memFree=28047896/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/6463/stat : 6463 (java) R 6460 6463 5545 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 2993204 278528 29 33554432000 1073741824 1073778376 140736489200528 140733713344904 219504724912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 68 33 25 9 0 25 0

[startup+0.10011 s]
/proc/loadavg: 4.35 4.28 4.09 4/198 6463
/proc/meminfo: memFree=28047896/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 2993204 9787879424 6037 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 4.35 4.28 4.09 4/198 6463
/proc/meminfo: memFree=28047896/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 4991 0 1 0 22 1 0 0 20 0 22 0 2993204 10060525568 9584 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 9584 2218 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300238 s]
/proc/loadavg: 4.35 4.28 4.09 4/198 6463
/proc/meminfo: memFree=28047896/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 7504 0 1 0 57 2 0 0 20 0 22 0 2993204 10060525568 11533 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 11533 2248 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+0.700206 s]
/proc/loadavg: 4.35 4.28 4.09 4/198 6463
/proc/meminfo: memFree=28047896/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 16078 0 1 0 206 5 0 0 20 0 22 0 2993204 10060525568 26326 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 26326 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.35 4.28 4.09 7/220 6485
/proc/meminfo: memFree=27860968/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=5.21 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 25382 0 1 0 511 10 0 0 20 0 22 0 2993204 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 51312 2278 9 0 2446860 0
[pid=6463/tid=6465] ppid=6460 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/6463/task/6465/stat : 6465 (java) S 6460 6463 5545 0 -1 4202560 2409 0 1 0 14 2 0 0 20 0 22 0 2993205 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389781701496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6466] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6460 6463 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389743192232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6467] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6460 6463 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389742139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6468] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389741087144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6469] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6460 6463 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389740034600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6470] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6460 6463 5545 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389738982056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6471] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6460 6463 5545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389737929512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6472] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389736876968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6473] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6460 6463 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389735824424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6474] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6460 6463 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389605406824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6475] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6460 6463 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389604353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6476] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6460 6463 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389603300488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6477] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389602249232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6478] ppid=6460 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6460 6463 5545 0 -1 4202560 9737 0 0 0 121 3 0 0 20 0 22 0 2993211 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389601196600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6479] ppid=6460 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6460 6463 5545 0 -1 4202560 11721 0 0 0 116 3 0 0 20 0 22 0 2993211 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389600144056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6480] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389599091704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6481] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140389598039368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6482] ppid=6460 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/6463/task/6482/stat : 6482 (java) R 6460 6463 5545 0 -1 4202560 28 0 0 0 122 0 0 0 20 0 22 0 2993224 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140388589363520 140389613222795 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6483] ppid=6460 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/6463/task/6483/stat : 6483 (java) R 6460 6463 5545 0 -1 4202560 103 0 0 0 124 2 0 0 20 0 22 0 2993224 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140388588309744 140389613362590 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6484] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6484/stat : 6484 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140388587258920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6485] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6485/stat : 6485 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 51312 33554432000 1073741824 1073778376 140736489200528 140388586206376 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.35 4.28 4.09 5/220 6485
/proc/meminfo: memFree=27704764/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=8.95 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 25919 0 1 0 879 16 0 0 20 0 22 0 2993204 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 122336 2278 9 0 2446860 0
[pid=6463/tid=6465] ppid=6460 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/6463/task/6465/stat : 6465 (java) S 6460 6463 5545 0 -1 4202560 2409 0 1 0 14 2 0 0 20 0 22 0 2993205 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389781701496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6466] ppid=6460 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6460 6463 5545 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389743192232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6467] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389742139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6468] ppid=6460 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6460 6463 5545 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389741087144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6469] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6460 6463 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389740034600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6470] ppid=6460 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6460 6463 5545 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389738982056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6471] ppid=6460 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6460 6463 5545 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389737929512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6472] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6460 6463 5545 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389736876968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6473] ppid=6460 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6460 6463 5545 0 -1 4202560 65 0 0 0 1 0 0 0 20 0 22 0 2993207 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389735824424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6474] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6460 6463 5545 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389605406824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6475] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6460 6463 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389604353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6476] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6460 6463 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389603300488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6477] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389602249232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6478] ppid=6460 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6460 6463 5545 0 -1 4202560 9737 0 0 0 125 3 0 0 20 0 22 0 2993211 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389601196600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6479] ppid=6460 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6460 6463 5545 0 -1 4202560 11757 0 0 0 164 3 0 0 20 0 22 0 2993211 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389600144056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6480] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389599091704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6481] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140389598039368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6482] ppid=6460 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/6463/task/6482/stat : 6482 (java) R 6460 6463 5545 0 -1 4202560 32 0 0 0 277 0 0 0 20 0 22 0 2993224 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140388589363720 140389613264563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6483] ppid=6460 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/6463/task/6483/stat : 6483 (java) R 6460 6463 5545 0 -1 4202560 229 0 0 0 275 5 0 0 20 0 22 0 2993224 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140388588309744 140389613362808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6484] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6484/stat : 6484 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140388587258920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6485] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6485/stat : 6485 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 122336 33554432000 1073741824 1073778376 140736489200528 140388586206376 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.32 4.27 4.09 5/220 6485
/proc/meminfo: memFree=26973900/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=15.47 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 27133 0 1 0 1518 29 0 0 20 0 22 0 2993204 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 278410 2278 9 0 2446860 0
[pid=6463/tid=6465] ppid=6460 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/6463/task/6465/stat : 6465 (java) S 6460 6463 5545 0 -1 4202560 2409 0 1 0 14 2 0 0 20 0 22 0 2993205 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389781701496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6466] ppid=6460 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6460 6463 5545 0 -1 4202560 42 0 0 0 2 0 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389743192232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6467] ppid=6460 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6460 6463 5545 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389742139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6468] ppid=6460 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6460 6463 5545 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389741087144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6469] ppid=6460 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6460 6463 5545 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389740034600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6470] ppid=6460 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6460 6463 5545 0 -1 4202560 91 0 0 0 4 1 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389738982056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6471] ppid=6460 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6460 6463 5545 0 -1 4202560 67 0 0 0 4 2 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389737929512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6472] ppid=6460 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6460 6463 5545 0 -1 4202560 71 0 0 0 3 1 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389736876968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6473] ppid=6460 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6460 6463 5545 0 -1 4202560 65 0 0 0 2 0 0 0 20 0 22 0 2993207 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389735824424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6474] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6460 6463 5545 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389605406824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6475] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6460 6463 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389604353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6476] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6460 6463 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389603300488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6477] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 278410 33554432000 1073741824 1073778376 140736489200528 140389602249232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6478] ppid=6460 vsize=9824732 CPUtime=1.31 cores=1,3,5,7

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

/proc/6463/task/6481/stat : 6481 (java) S 6460 6463 5545 0 -1 4202560 21 0 0 0 5 10 0 0 20 0 22 0 2993211 10060525568 668390 33554432000 1073741824 1073778376 140736489200528 140389598039368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6482] ppid=6460 vsize=9824732 CPUtime=369.58 cores=1,3,5,7
/proc/6463/task/6482/stat : 6482 (java) R 6460 6463 5545 0 -1 4202560 134 0 0 0 36951 7 0 0 20 0 22 0 2993224 10060525568 668390 33554432000 1073741824 1073778376 140736489200528 140388589361536 140389613295838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6483] ppid=6460 vsize=9824732 CPUtime=369.7 cores=1,3,5,7
/proc/6463/task/6483/stat : 6483 (java) R 6460 6463 5545 0 -1 4202560 1644 0 0 0 36926 44 0 0 20 0 22 0 2993224 10060525568 668390 33554432000 1073741824 1073778376 140736489200528 140388588309760 140389613264558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6484] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6484/stat : 6484 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 668390 33554432000 1073741824 1073778376 140736489200528 140388587258920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6485] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6485/stat : 6485 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 668390 33554432000 1073741824 1073778376 140736489200528 140388586206376 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 756.4
Current children cumulated vsize (KiB) 9824732

[startup+375.208 s]
/proc/loadavg: 3.97 4.11 4.07 5/219 6494
/proc/meminfo: memFree=25206164/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=758.07 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 31266 0 1 0 75697 110 0 0 20 0 22 0 2993204 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 668275 2280 9 0 2446860 0
[pid=6463/tid=6465] ppid=6460 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/6463/task/6465/stat : 6465 (java) S 6460 6463 5545 0 -1 4202560 2413 0 1 0 15 3 0 0 20 0 22 0 2993205 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389781701496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6466] ppid=6460 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6460 6463 5545 0 -1 4202560 367 0 0 0 137 5 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389743192232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6467] ppid=6460 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6460 6463 5545 0 -1 4202560 348 0 0 0 142 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389742139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6468] ppid=6460 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6460 6463 5545 0 -1 4202560 353 0 0 0 142 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389741087144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6469] ppid=6460 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6460 6463 5545 0 -1 4202560 347 0 0 0 148 5 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389740034600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6470] ppid=6460 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6460 6463 5545 0 -1 4202560 406 0 0 0 136 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389738982056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6471] ppid=6460 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6460 6463 5545 0 -1 4202560 388 0 0 0 144 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389737929512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6472] ppid=6460 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6460 6463 5545 0 -1 4202560 405 0 0 0 150 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389736876968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6473] ppid=6460 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6460 6463 5545 0 -1 4202560 393 0 0 0 133 5 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389735824424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6474] ppid=6460 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6460 6463 5545 0 -1 4202560 1284 0 0 0 3 11 0 0 20 0 22 0 2993208 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389605406824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6475] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6460 6463 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389604353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6476] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6460 6463 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389603300488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6477] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389602249232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6478] ppid=6460 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6460 6463 5545 0 -1 4202560 9737 0 0 0 130 3 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389601196600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6479] ppid=6460 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6460 6463 5545 0 -1 4202560 11761 0 0 0 174 3 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389600144056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6480] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389599091704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6481] ppid=6460 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6460 6463 5545 0 -1 4202560 21 0 0 0 5 10 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389598039368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6482] ppid=6460 vsize=9824732 CPUtime=370.35 cores=1,3,5,7
/proc/6463/task/6482/stat : 6482 (java) R 6460 6463 5545 0 -1 4202560 135 0 0 0 37028 7 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388589362456 140389613264558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6483] ppid=6460 vsize=9824732 CPUtime=370.47 cores=1,3,5,7
/proc/6463/task/6483/stat : 6483 (java) R 6460 6463 5545 0 -1 4202560 1644 0 0 0 37003 44 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388588309112 140389613333169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6484] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6484/stat : 6484 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388587258920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6485] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6485/stat : 6485 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388586206376 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 758.07
Current children cumulated vsize (KiB) 9824732

[startup+375.601 s]
/proc/loadavg: 3.97 4.11 4.07 5/219 6494
/proc/meminfo: memFree=25206164/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=758.86 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 31268 0 1 0 75776 110 0 0 20 0 22 0 2993204 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 668275 2280 9 0 2446860 0
[pid=6463/tid=6465] ppid=6460 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/6463/task/6465/stat : 6465 (java) S 6460 6463 5545 0 -1 4202560 2413 0 1 0 15 3 0 0 20 0 22 0 2993205 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389781701496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6466] ppid=6460 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6460 6463 5545 0 -1 4202560 367 0 0 0 137 5 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389743192232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6467] ppid=6460 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6460 6463 5545 0 -1 4202560 348 0 0 0 142 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389742139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6468] ppid=6460 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6460 6463 5545 0 -1 4202560 353 0 0 0 142 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389741087144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6469] ppid=6460 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6460 6463 5545 0 -1 4202560 347 0 0 0 148 5 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389740034600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6470] ppid=6460 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6460 6463 5545 0 -1 4202560 406 0 0 0 136 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389738982056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6471] ppid=6460 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6460 6463 5545 0 -1 4202560 388 0 0 0 144 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389737929512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6472] ppid=6460 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6460 6463 5545 0 -1 4202560 405 0 0 0 150 6 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389736876968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6473] ppid=6460 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6460 6463 5545 0 -1 4202560 393 0 0 0 133 5 0 0 20 0 22 0 2993207 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389735824424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6474] ppid=6460 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6460 6463 5545 0 -1 4202560 1284 0 0 0 3 11 0 0 20 0 22 0 2993208 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389605406824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6475] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6460 6463 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389604353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6476] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6460 6463 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2993208 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389603300488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6477] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389602249232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6478] ppid=6460 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6460 6463 5545 0 -1 4202560 9737 0 0 0 131 3 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389601196600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6479] ppid=6460 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6460 6463 5545 0 -1 4202560 11761 0 0 0 174 3 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389600144056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6480] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389599091704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6481] ppid=6460 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6460 6463 5545 0 -1 4202560 23 0 0 0 5 10 0 0 20 0 22 0 2993211 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140389598039368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6482] ppid=6460 vsize=9824732 CPUtime=370.74 cores=1,3,5,7
/proc/6463/task/6482/stat : 6482 (java) R 6460 6463 5545 0 -1 4202560 135 0 0 0 37067 7 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388589363280 140389613264558 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6483] ppid=6460 vsize=9824732 CPUtime=370.86 cores=1,3,5,7
/proc/6463/task/6483/stat : 6483 (java) R 6460 6463 5545 0 -1 4202560 1644 0 0 0 37042 44 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388588309112 140389613360655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6484] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6484/stat : 6484 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388587258920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6485] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6485/stat : 6485 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2993224 10060525568 668275 33554432000 1073741824 1073778376 140736489200528 140388586206376 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 758.86
Current children cumulated vsize (KiB) 9824732

[startup+375.801 s]
/proc/loadavg: 3.97 4.11 4.07 5/219 6494
/proc/meminfo: memFree=25206164/32872528 swapFree=1073728/1155488
[pid=6463] ppid=6460 vsize=9824732 CPUtime=757.14 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6460 6463 5545 0 -1 4202496 31270 0 1 0 75593 121 0 0 20 0 19 0 2993204 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140736489191664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6463/statm: 2456183 668260 2281 9 0 2446860 0
[pid=6463/tid=6465] ppid=6460 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/6463/task/6465/stat : 6465 (java) S 6460 6463 5545 0 -1 4202560 2413 0 1 0 15 3 0 0 20 0 19 0 2993205 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389781701496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6466] ppid=6460 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6460 6463 5545 0 -1 4202560 367 0 0 0 137 5 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389743192232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6467] ppid=6460 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6460 6463 5545 0 -1 4202560 348 0 0 0 142 6 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389742139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6468] ppid=6460 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6460 6463 5545 0 -1 4202560 353 0 0 0 142 6 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389741087144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6469] ppid=6460 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6460 6463 5545 0 -1 4202560 347 0 0 0 148 5 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389740034600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6470] ppid=6460 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6460 6463 5545 0 -1 4202560 406 0 0 0 136 6 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389738982056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6471] ppid=6460 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6460 6463 5545 0 -1 4202560 388 0 0 0 144 6 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389737929512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6472] ppid=6460 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6460 6463 5545 0 -1 4202560 405 0 0 0 150 6 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389736876968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6473] ppid=6460 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6460 6463 5545 0 -1 4202560 393 0 0 0 133 5 0 0 20 0 19 0 2993207 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389735824424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6474] ppid=6460 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6460 6463 5545 0 -1 4202560 1284 0 0 0 3 11 0 0 20 0 19 0 2993208 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389605406824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6475] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6460 6463 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2993208 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389604353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6476] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6460 6463 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2993208 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389603300488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6477] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2993211 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389602249232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6478] ppid=6460 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6460 6463 5545 0 -1 4202560 9737 0 0 0 131 3 0 0 20 0 19 0 2993211 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389601196600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6463/tid=6479] ppid=6460 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6460 6463 5545 0 -1 4202560 11761 0 0 0 174 3 0 0 20 0 19 0 2993211 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389600144056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6463/tid=6480] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6460 6463 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2993211 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389599091704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6463/tid=6481] ppid=6460 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6460 6463 5545 0 -1 4202560 23 0 0 0 5 10 0 0 20 0 19 0 2993211 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140389598039368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6463/tid=6484] ppid=6460 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6484/stat : 6484 (java) S 6460 6463 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2993224 10060525568 668260 33554432000 1073741824 1073778376 140736489200528 140388587258920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 757.14
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): 1.71997
#  lost CPU user time (s): 1.83002
#  lost CPU system time (s): -0.11

Real time (s): 375.887
CPU time (s): 759.168
CPU user time (s): 757.846
CPU system time (s): 1.32178
CPU usage (%): 201.967
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 756.016
system time used= 1.43178
maximum resident set size= 2854088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31286
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13127
involuntary context switches= 22094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.32549 second user time and 2.25366 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 18:50:40
IDJOB=4088687
IDBENCH=107299
IDSOLVER=2543
FILE ID=node114/4088687-1466009440
RUNJOBID= node114-1466008022-5562
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/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088687-1466009440/watcher-4088687-1466009440 -o /tmp/evaluation-result-4088687-1466009440/solver-4088687-1466009440 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088687-1466009440.opb

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

MD5SUM BENCH= 5a667adffb67511c2d543fdcada7739f
RANDOM SEED=911912983

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:        28048688 kB
Buffers:            3716 kB
Cached:            34084 kB
SwapCached:        32768 kB
Active:          2916744 kB
Inactive:          49692 kB
Active(anon):    2898404 kB
Inactive(anon):    32484 kB
Active(file):      18340 kB
Inactive(file):    17208 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67067640 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       4051328 kB
Mapped:            14300 kB
Shmem:                 0 kB
Slab:             564392 kB
SReclaimable:       8388 kB
SUnreclaim:       556004 kB
KernelStack:        1640 kB
PageTables:        12456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4398656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2932736 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= 71736 MiB
End job on node114 at 2016-06-15 18:56:56