Trace number 4117988

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-64542 1800.46 1776.05

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-45.opb
MD5SUM22a7b45a0186a661638b15a7db7b7fcd
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-114288
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 43689
Biggest coefficient in the objective function 22846
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 9057216
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 22846
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 9057216
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)43629
Sum of products size (including duplicates)143020
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117988-1467216351.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
67.61/67.00	c ... done. Wall clock time 66.89s.
67.61/67.00	c declared #vars     60
67.61/67.00	c internal #vars     43689
67.61/67.00	c #constraints  87258
67.61/67.00	c constraints type 
67.61/67.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43629
67.61/67.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 43629
67.61/67.00	c 87258 constraints processed.
67.61/67.00	c objective function length is 43689 literals
68.97/67.51	c SATISFIABLE
68.97/67.51	c OPTIMIZING...
68.97/67.51	c Got one! Elapsed wall clock time (in seconds):67.401
68.97/67.51	o 0
69.79/67.81	c Got one! Elapsed wall clock time (in seconds):67.702
69.79/67.81	o -946
70.01/67.91	c Got one! Elapsed wall clock time (in seconds):67.806
70.01/67.91	o -1892
70.01/67.99	c Got one! Elapsed wall clock time (in seconds):67.885
70.01/67.99	o -3657
70.20/68.08	c Got one! Elapsed wall clock time (in seconds):67.971
70.20/68.08	o -4644
70.32/68.19	c Got one! Elapsed wall clock time (in seconds):68.083
70.32/68.19	o -5422
70.46/68.26	c Got one! Elapsed wall clock time (in seconds):68.148
70.46/68.26	o -7887
70.66/68.44	c Got one! Elapsed wall clock time (in seconds):68.327
70.66/68.44	o -8295
70.90/68.64	c Got one! Elapsed wall clock time (in seconds):68.527
70.90/68.64	o -8915
71.09/68.73	c Got one! Elapsed wall clock time (in seconds):68.619
71.09/68.73	o -10352
71.19/68.83	c Got one! Elapsed wall clock time (in seconds):68.719
71.19/68.83	o -12786
71.39/69.08	c Got one! Elapsed wall clock time (in seconds):68.97
71.39/69.08	o -13406
71.70/69.32	c Got one! Elapsed wall clock time (in seconds):69.212
71.70/69.32	o -14703
72.09/69.75	c Got one! Elapsed wall clock time (in seconds):69.638
72.09/69.75	o -15335
72.40/70.02	c Got one! Elapsed wall clock time (in seconds):69.914
72.40/70.02	o -15516
72.57/70.19	c Got one! Elapsed wall clock time (in seconds):70.081
72.57/70.19	o -15988
72.80/70.30	c Got one! Elapsed wall clock time (in seconds):70.191
72.80/70.30	o -16460
72.80/70.39	c Got one! Elapsed wall clock time (in seconds):70.28
72.80/70.39	o -19528
73.70/71.24	c Got one! Elapsed wall clock time (in seconds):71.133
73.70/71.24	o -20000
74.40/71.99	c Got one! Elapsed wall clock time (in seconds):71.88
74.40/71.99	o -20010
76.17/73.50	c Got one! Elapsed wall clock time (in seconds):73.393
76.17/73.50	o -21184
76.97/74.33	c Got one! Elapsed wall clock time (in seconds):74.22
76.97/74.33	o -21879
77.48/74.88	c Got one! Elapsed wall clock time (in seconds):74.773
77.48/74.88	o -22017
77.67/75.09	c Got one! Elapsed wall clock time (in seconds):74.982
77.67/75.09	o -22707
77.77/75.16	c Got one! Elapsed wall clock time (in seconds):75.051
77.77/75.16	o -23540
77.97/75.32	c Got one! Elapsed wall clock time (in seconds):75.216
77.97/75.32	o -26210
80.57/77.94	c Got one! Elapsed wall clock time (in seconds):77.829
80.57/77.94	o -26576
81.87/79.21	c Got one! Elapsed wall clock time (in seconds):79.105
81.87/79.21	o -27137
82.77/80.17	c Got one! Elapsed wall clock time (in seconds):80.059
82.77/80.17	o -27265
83.49/80.74	c Got one! Elapsed wall clock time (in seconds):80.636
83.49/80.74	o -27471
83.82/80.93	c Got one! Elapsed wall clock time (in seconds):80.824
83.82/80.93	o -29430
88.22/85.30	c Got one! Elapsed wall clock time (in seconds):85.196
88.22/85.30	o -29749
91.03/88.15	c Got one! Elapsed wall clock time (in seconds):88.044
91.03/88.15	o -30311
92.32/89.48	c Got one! Elapsed wall clock time (in seconds):89.374
92.32/89.48	o -30635
93.13/90.27	c Got one! Elapsed wall clock time (in seconds):90.164
93.13/90.27	o -30841
94.20/91.01	c Got one! Elapsed wall clock time (in seconds):90.903
94.20/91.01	o -31402
94.40/91.20	c Got one! Elapsed wall clock time (in seconds):91.095
94.40/91.20	o -34988
105.01/101.89	c Got one! Elapsed wall clock time (in seconds):101.779
105.01/101.89	o -35549
109.55/106.25	c Got one! Elapsed wall clock time (in seconds):106.146
109.55/106.25	o -35637
111.46/108.12	c Got one! Elapsed wall clock time (in seconds):108.015
111.46/108.12	o -36875
127.57/123.72	c Got one! Elapsed wall clock time (in seconds):123.614
127.57/123.72	o -38466
133.48/129.64	c cleaning 5255 clauses out of 10509 with flag 2004/10509
140.45/136.10	c Got one! Elapsed wall clock time (in seconds):135.994
140.45/136.10	o -38530
143.66/139.39	c Got one! Elapsed wall clock time (in seconds):139.281
143.66/139.39	o -39563
146.16/141.82	c Got one! Elapsed wall clock time (in seconds):141.711
146.16/141.82	o -39784
147.86/143.55	c Got one! Elapsed wall clock time (in seconds):143.442
147.86/143.55	o -39872
148.06/143.77	c Got one! Elapsed wall clock time (in seconds):143.667
148.06/143.77	o -42805
168.77/164.43	c cleaning 5818 clauses out of 11637 with flag 8001/16892
175.88/171.57	c Got one! Elapsed wall clock time (in seconds):171.466
175.88/171.57	o -42873
199.67/194.35	c cleaning 5679 clauses out of 11358 with flag 8057/22431
201.10/195.78	c Got one! Elapsed wall clock time (in seconds):195.668
201.10/195.78	o -43177
205.61/200.25	c Got one! Elapsed wall clock time (in seconds):200.141
205.61/200.25	o -43797
208.71/203.39	c Got one! Elapsed wall clock time (in seconds):203.281
208.71/203.39	o -44255
210.02/204.68	c Got one! Elapsed wall clock time (in seconds):204.573
210.02/204.68	o -44332
211.01/205.61	c Got one! Elapsed wall clock time (in seconds):205.506
211.01/205.61	o -44352
211.12/205.76	c Got one! Elapsed wall clock time (in seconds):205.657
211.12/205.76	o -48735
237.46/231.49	c cleaning 6296 clauses out of 12592 with flag 10003/29344
266.96/260.99	c cleaning 6147 clauses out of 12295 with flag 22001/35343
290.48/283.31	c Got one! Elapsed wall clock time (in seconds):283.205
290.48/283.31	o -48832
295.78/288.67	c cleaning 5699 clauses out of 11397 with flag 2096/40592
308.07/300.94	c Got one! Elapsed wall clock time (in seconds):300.828
308.07/300.94	o -48834
323.41/316.29	c cleaning 5522 clauses out of 11043 with flag 6005/45937
353.97/346.34	c cleaning 5756 clauses out of 11519 with flag 18001/51935
388.48/380.81	c cleaning 6380 clauses out of 12764 with flag 32003/58936
396.59/388.90	c Got one! Elapsed wall clock time (in seconds):388.793
396.59/388.90	o -48971
410.42/402.39	c Got one! Elapsed wall clock time (in seconds):402.286
410.42/402.39	o -48993
413.61/405.56	c Got one! Elapsed wall clock time (in seconds):405.454
413.61/405.56	o -49039
414.31/406.26	c Got one! Elapsed wall clock time (in seconds):406.152
414.31/406.26	o -49081
414.51/406.42	c Got one! Elapsed wall clock time (in seconds):406.31
414.51/406.42	o -53413
424.82/416.75	c cleaning 6571 clauses out of 13144 with flag 4002/65696
455.20/446.83	c cleaning 6284 clauses out of 12574 with flag 16004/71697
491.49/483.15	c cleaning 6645 clauses out of 13289 with flag 30002/78696
502.47/493.88	c Got one! Elapsed wall clock time (in seconds):493.776
502.47/493.88	o -53455
520.56/511.97	c Got one! Elapsed wall clock time (in seconds):511.866
520.56/511.97	o -53475
526.56/517.90	c cleaning 6367 clauses out of 12741 with flag 2161/84793
530.46/521.82	c Got one! Elapsed wall clock time (in seconds):521.709
530.46/521.82	o -54851
555.43/546.46	c cleaning 6090 clauses out of 12180 with flag 10003/90599
585.23/576.27	c cleaning 6045 clauses out of 12089 with flag 22001/96598
619.06/609.98	c cleaning 6521 clauses out of 13045 with flag 36003/103599
659.52/650.11	c cleaning 7261 clauses out of 14524 with flag 52003/111599
693.32/683.70	c Got one! Elapsed wall clock time (in seconds):683.593
693.32/683.70	o -55800
721.86/711.61	c cleaning 9453 clauses out of 18912 with flag 10002/123248
753.37/742.82	c cleaning 7727 clauses out of 15460 with flag 22004/129249
790.33/779.33	c cleaning 7366 clauses out of 14733 with flag 36004/136249
802.93/791.92	c Got one! Elapsed wall clock time (in seconds):791.817
802.93/791.92	o -55959
818.05/807.00	c cleaning 6361 clauses out of 12727 with flag 6074/141609
850.27/839.03	c cleaning 6181 clauses out of 12366 with flag 18139/147609
859.03/847.62	c Got one! Elapsed wall clock time (in seconds):847.512
859.03/847.62	o -57184
882.95/871.58	c cleaning 5883 clauses out of 11768 with flag 8086/153192
899.23/887.64	c Got one! Elapsed wall clock time (in seconds):887.528
899.23/887.64	o -57543
916.94/905.34	c Got one! Elapsed wall clock time (in seconds):905.228
916.94/905.34	o -57546
923.13/911.53	c cleaning 6292 clauses out of 12589 with flag 2072/159896
927.43/915.83	c Got one! Elapsed wall clock time (in seconds):915.722
927.43/915.83	o -57585
932.82/921.05	c Got one! Elapsed wall clock time (in seconds):920.941
932.82/921.05	o -57663
935.32/923.56	c Got one! Elapsed wall clock time (in seconds):923.449
935.32/923.56	o -57816
936.93/925.16	c Got one! Elapsed wall clock time (in seconds):925.052
936.93/925.16	o -57916
937.52/925.70	c Got one! Elapsed wall clock time (in seconds):925.597
937.52/925.70	o -57941
937.72/925.95	c Got one! Elapsed wall clock time (in seconds):925.839
937.72/925.95	o -57958
938.12/926.38	c Got one! Elapsed wall clock time (in seconds):926.275
938.12/926.38	o -62351
960.54/948.55	c cleaning 6893 clauses out of 13792 with flag 10001/167391
989.10/976.81	c cleaning 6446 clauses out of 12899 with flag 22001/173391
1023.26/1010.89	c cleaning 6726 clauses out of 13454 with flag 36003/180392
1063.17/1050.39	c cleaning 7363 clauses out of 14727 with flag 52001/188391
1103.41/1089.99	c cleaning 8181 clauses out of 16365 with flag 70003/197392
1150.89/1136.79	c cleaning 9091 clauses out of 18183 with flag 90001/207391
1206.14/1191.04	c cleaning 10043 clauses out of 20093 with flag 112003/218392
1265.28/1249.35	c cleaning 11025 clauses out of 22050 with flag 136003/230392
1280.23/1264.24	c Got one! Elapsed wall clock time (in seconds):1264.132
1280.23/1264.24	o -62366
1289.74/1273.57	c cleaning 8049 clauses out of 16106 with flag 4003/235473
1318.48/1302.12	c cleaning 7028 clauses out of 14057 with flag 16163/241473
1352.89/1335.95	c cleaning 7011 clauses out of 14029 with flag 30567/248473
1394.04/1376.56	c cleaning 7506 clauses out of 15018 with flag 47337/256473
1439.79/1420.80	c cleaning 8251 clauses out of 16512 with flag 65513/265473
1490.48/1470.59	c cleaning 9131 clauses out of 18261 with flag 85870/275473
1504.17/1484.20	c Got one! Elapsed wall clock time (in seconds):1484.095
1504.17/1484.20	o -62400
1520.60/1500.44	c cleaning 7274 clauses out of 14549 with flag 6130/280892
1551.61/1531.17	c cleaning 6636 clauses out of 13275 with flag 18448/286892
1585.66/1564.80	c cleaning 6819 clauses out of 13638 with flag 32654/293891
1593.26/1572.36	c Got one! Elapsed wall clock time (in seconds):1572.253
1593.26/1572.36	o -62449
1594.17/1573.18	c Got one! Elapsed wall clock time (in seconds):1573.068
1594.17/1573.18	o -64542
1612.50/1591.21	c cleaning 6197 clauses out of 12400 with flag 8003/299472
1640.97/1619.37	c cleaning 6099 clauses out of 12203 with flag 20003/305472
1675.04/1653.03	c cleaning 6551 clauses out of 13103 with flag 34001/312471
1711.07/1688.64	c cleaning 7274 clauses out of 14552 with flag 50001/320471
1753.54/1730.11	c cleaning 8135 clauses out of 16279 with flag 68003/329472
1800.08/1776.01	c starts		: 80
1800.08/1776.01	c conflicts		: 339278
1800.08/1776.01	c decisions		: 343797
1800.08/1776.01	c propagations		: 789691315
1800.08/1776.01	c inspects		: 2591526118
1800.08/1776.01	c shortcuts		: 0
1800.08/1776.01	c learnt literals	: 0
1800.08/1776.01	c learnt binary clauses	: 0
1800.08/1776.01	c learnt ternary clauses	: 0
1800.08/1776.01	c learnt constraints	: 339277
1800.08/1776.01	c ignored constraints	: 0
1800.08/1776.01	c root simplifications	: 0
1800.08/1776.01	c removed literals (reason simplification)	: 0
1800.08/1776.01	c reason swapping (by a shorter reason)	: 0
1800.08/1776.01	c Calls to reduceDB	: 46
1800.08/1776.01	c Number of update (reduction) of LBD	: 237
1800.08/1776.01	c Imported unit clauses	: 0
1800.08/1776.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1776.01	c number of learned constraints concerned by reduction	: 0
1800.08/1776.01	c number of learning phase by resolution	: 0
1800.08/1776.01	c number of learning phase by cutting planes	: 0
1800.08/1776.01	c speed (assignments/second)	: 462140.47363921045
1800.08/1776.01	c non guided choices	1
1800.08/1776.01	c learnt constraints type 
1800.08/1776.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17950
1800.08/1776.01	s SATISFIABLE
1800.08/1776.01	c Found 79 solution(s)
1800.08/1776.01	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 x58 x59 x60 
1800.08/1776.01	c objective function=-64542
1800.08/1776.01	c Total wall clock time (in seconds): 1775.905

Verifier Data

OK	-64542

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-4117988-1467216351/watcher-4117988-1467216351 -o /tmp/evaluation-result-4117988-1467216351/solver-4117988-1467216351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117988-1467216351.opb 

pid=5162
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: 2.12 2.11 2.09 3/193 5165
/proc/meminfo: memFree=30430812/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 2741444 98570240 978 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 24065 978 744 9 0 16771 0
[pid=5165/tid=5166] ppid=5162 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2741444 98570240 978 33554432000 1073741824 1073778376 140734969963920 140550379978280 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10011 s]
/proc/loadavg: 2.12 2.11 2.09 3/193 5165
/proc/meminfo: memFree=30430812/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 4400 0 1 0 9 1 0 0 20 0 18 0 2741444 9787879424 6026 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2389619 6026 2125 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 2741444 9787879424 6026 33554432000 1073741824 1073778376 140734969963920 140550379981728 140550382789677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 2.12 2.11 2.09 3/193 5165
/proc/meminfo: memFree=30430812/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 4631 0 1 0 24 1 0 0 20 0 18 0 2741444 9787879424 6735 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2389619 6735 2216 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 2741444 9787879424 6735 33554432000 1073741824 1073778376 140734969963920 140550379981728 140550204715185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300315 s]
/proc/loadavg: 2.12 2.11 2.09 3/193 5165
/proc/meminfo: memFree=30430812/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 5598 0 1 0 46 2 0 0 20 0 18 0 2741444 9787879424 7939 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2389619 7939 2234 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 2741444 9787879424 7939 33554432000 1073741824 1073778376 140734969963920 140550379982376 140550204524000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 2.12 2.11 2.09 3/193 5165
/proc/meminfo: memFree=30430812/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9558476 CPUtime=1.03 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 6929 0 1 0 101 2 0 0 20 0 18 0 2741444 9787879424 10702 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2389619 10702 2242 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 18 0 2741444 9787879424 10702 33554432000 1073741824 1073778376 140734969963920 140550379982376 140550204789970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.11 2.11 2.09 3/211 5183
/proc/meminfo: memFree=30389860/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9558476 CPUtime=1.89 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 7212 0 1 0 186 3 0 0 20 0 18 0 2741444 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2389619 13269 2249 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=1.47 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 18 0 2741444 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550379974352 140550204710347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550341474728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550340422184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550339369128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550338316584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550337264552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550336212008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550335158952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550334106408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5176] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5162 5165 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2741446 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550203234664 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5177] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5162 5165 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2741447 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550202180984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5178] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5162 5165 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2741447 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550201127816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5179] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550200076560 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5180] ppid=5162 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5162 5165 4289 0 -1 4202560 1669 0 0 0 18 0 0 0 20 0 18 0 2741449 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550199024440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 4289 0 -1 4202560 1863 0 0 0 19 0 0 0 20 0 18 0 2741449 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550197971896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550196919032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 13269 33554432000 1073741824 1073778376 140734969963920 140550195866696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9558476

[startup+3.10073 s]
/proc/loadavg: 2.11 2.11 2.09 3/211 5183
/proc/meminfo: memFree=30380304/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9558476 CPUtime=3.61 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 8086 0 1 0 358 3 0 0 20 0 18 0 2741444 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2389619 15865 2251 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=3.08 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 2421 0 1 0 306 2 0 0 20 0 18 0 2741444 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550379980936 140550204710678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550341474728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550340422184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550339369128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550338316584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550337264552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550336212008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550335158952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550334106408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5176] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5162 5165 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2741446 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550203234664 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5177] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5162 5165 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2741447 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550202180984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5178] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5162 5165 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2741447 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550201127816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5179] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550200076560 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5180] ppid=5162 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5162 5165 4289 0 -1 4202560 2451 0 0 0 25 0 0 0 20 0 18 0 2741449 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550199024440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 4289 0 -1 4202560 1950 0 0 0 24 0 0 0 20 0 18 0 2741449 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550197971896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550196919032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 15865 33554432000 1073741824 1073778376 140734969963920 140550195866696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9558476

[startup+6.30076 s]
/proc/loadavg: 2.11 2.11 2.09 3/211 5183
/proc/meminfo: memFree=30358656/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9558476 CPUtime=6.81 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 8097 0 1 0 678 3 0 0 20 0 18 0 2741444 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2389619 19763 2252 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=6.27 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 2431 0 1 0 625 2 0 0 20 0 18 0 2741444 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550379974400 140550204710527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550341474728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550340422184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550339369128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550338316584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550337264552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550336212008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550335158952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2741445 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550334106408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5176] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5162 5165 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2741446 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550203234664 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5177] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5162 5165 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2741447 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550202180984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5178] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5162 5165 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2741447 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550201127816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5179] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550200076560 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5180] ppid=5162 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5162 5165 4289 0 -1 4202560 2451 0 0 0 25 0 0 0 20 0 18 0 2741449 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550199024440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 4289 0 -1 4202560 1950 0 0 0 25 0 0 0 20 0 18 0 2741449 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550197971896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2741449 9787879424 19763 33554432000 1073741824 1073778376 140734969963920 140550196919032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

[pid=5165/tid=5177] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5162 5165 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550202180984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5178] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5162 5165 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550201127816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5179] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550200076560 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5180] ppid=5162 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5162 5165 4289 0 -1 4202560 11402 0 0 0 131 3 0 0 20 0 19 0 2741449 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550199024440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 4289 0 -1 4202560 8820 0 0 0 101 3 0 0 20 0 19 0 2741449 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550197971896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550196919032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 4289 0 -1 4202560 92 0 0 0 26 27 0 0 20 0 19 0 2741449 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550195866696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2748168 9856040960 748323 33554432000 1073741824 1073778376 140734969963920 140550194811944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1623.72
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.22 2.15 2.10 3/213 5227
/proc/meminfo: memFree=24561716/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9625040 CPUtime=1684.45 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 75859 0 1 0 167912 533 0 0 20 0 19 0 2741444 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2406260 695066 2301 9 0 2396937 0
[pid=5165/tid=5166] ppid=5162 vsize=9625040 CPUtime=1650.83 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 3129 0 1 0 165045 38 0 0 20 0 19 0 2741444 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550379982000 140550204831726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 4289 0 -1 4202560 7087 0 0 0 254 49 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550341474728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 4289 0 -1 4202560 4390 0 0 0 259 61 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550340422184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 4289 0 -1 4202560 5653 0 0 0 287 65 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550339369128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 4289 0 -1 4202560 8957 0 0 0 307 79 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550338316584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9625040 CPUtime=2.91 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 4289 0 -1 4202560 7642 0 0 0 236 55 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550337264552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 4289 0 -1 4202560 3874 0 0 0 290 65 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550336212008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9625040 CPUtime=3.16 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 4289 0 -1 4202560 4692 0 0 0 261 55 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550335158952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 4289 0 -1 4202560 4605 0 0 0 244 52 0 0 20 0 19 0 2741445 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550334106408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5176] ppid=5162 vsize=9625040 CPUtime=4.57 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5162 5165 4289 0 -1 4202560 4252 0 0 0 453 4 0 0 20 0 19 0 2741446 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550203234664 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5177] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5162 5165 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550202180984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5178] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5162 5165 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550201127816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5179] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550200076560 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5180] ppid=5162 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5162 5165 4289 0 -1 4202560 11402 0 0 0 131 3 0 0 20 0 19 0 2741449 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550199024440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 4289 0 -1 4202560 8820 0 0 0 101 3 0 0 20 0 19 0 2741449 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550197971896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550196919032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 4289 0 -1 4202560 96 0 0 0 26 28 0 0 20 0 19 0 2741449 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550195866696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2748168 9856040960 695066 33554432000 1073741824 1073778376 140734969963920 140550194811944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1684.45
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.15 2.10 4/213 5228
/proc/meminfo: memFree=24652312/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9625040 CPUtime=1745.36 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 75943 0 1 0 174001 535 0 0 20 0 19 0 2741444 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2406260 625801 2301 9 0 2396937 0
[pid=5165/tid=5166] ppid=5162 vsize=9625040 CPUtime=1710.15 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 3134 0 1 0 170977 38 0 0 20 0 19 0 2741444 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550379982000 140550204831961 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9625040 CPUtime=3.22 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 4289 0 -1 4202560 7087 0 0 0 273 49 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550341474728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 4289 0 -1 4202560 4392 0 0 0 282 61 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550340422184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 4289 0 -1 4202560 5653 0 0 0 301 65 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550339369128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9625040 CPUtime=4.04 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 4289 0 -1 4202560 8957 0 0 0 325 79 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550338316584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 4289 0 -1 4202560 7642 0 0 0 247 55 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550337264552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 4289 0 -1 4202560 3874 0 0 0 301 65 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550336212008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 4289 0 -1 4202560 4694 0 0 0 279 55 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550335158952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 4289 0 -1 4202560 4605 0 0 0 254 52 0 0 20 0 19 0 2741445 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550334106408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5176] ppid=5162 vsize=9625040 CPUtime=4.92 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5162 5165 4289 0 -1 4202560 4323 0 0 0 488 4 0 0 20 0 19 0 2741446 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550203234664 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5177] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5162 5165 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550202180984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5178] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5162 5165 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550201127816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5179] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550200076560 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5180] ppid=5162 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5162 5165 4289 0 -1 4202560 11402 0 0 0 131 3 0 0 20 0 19 0 2741449 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550199024440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 4289 0 -1 4202560 8820 0 0 0 101 3 0 0 20 0 19 0 2741449 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550197971896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550196919032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 4289 0 -1 4202560 100 0 0 0 27 29 0 0 20 0 19 0 2741449 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550195866696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2748168 9856040960 625801 33554432000 1073741824 1073778376 140734969963920 140550194811944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776 s]
/proc/loadavg: 2.14 2.14 2.10 3/213 5294
/proc/meminfo: memFree=27540760/32872528 swapFree=242912/249044
[pid=5165] ppid=5162 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5162 5165 4289 0 -1 4202496 76253 0 1 0 179473 535 0 0 20 0 19 0 2741444 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140734969955056 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5165/statm: 2406260 626061 2301 9 0 2396937 0
[pid=5165/tid=5166] ppid=5162 vsize=9625040 CPUtime=1763.25 cores=0,2,4,6
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 4289 0 -1 4202560 3139 0 1 0 176286 39 0 0 20 0 19 0 2741444 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550379982000 140550205424148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9625040 CPUtime=3.4 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 4289 0 -1 4202560 7090 0 0 0 291 49 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550341474728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 4289 0 -1 4202560 4393 0 0 0 304 61 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550340422184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 4289 0 -1 4202560 5653 0 0 0 313 65 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550339369128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9625040 CPUtime=4.21 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 4289 0 -1 4202560 8958 0 0 0 342 79 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550338316584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 4289 0 -1 4202560 7643 0 0 0 264 55 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550337264552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 4289 0 -1 4202560 3874 0 0 0 317 65 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550336212008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 4289 0 -1 4202560 4698 0 0 0 296 55 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550335158952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 4289 0 -1 4202560 4605 0 0 0 273 52 0 0 20 0 19 0 2741445 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550334106408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5176] ppid=5162 vsize=9625040 CPUtime=5.16 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5162 5165 4289 0 -1 4202560 4616 0 0 0 511 5 0 0 20 0 19 0 2741446 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550203234664 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5177] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5162 5165 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550202180984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5178] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5162 5165 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2741447 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550201127816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5179] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550200076560 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5180] ppid=5162 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5162 5165 4289 0 -1 4202560 11402 0 0 0 131 3 0 0 20 0 19 0 2741449 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550199024440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 4289 0 -1 4202560 8820 0 0 0 101 3 0 0 20 0 19 0 2741449 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550197971896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2741449 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550196919032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 4289 0 -1 4202560 102 0 0 0 28 30 0 0 20 0 19 0 2741449 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550195866696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2748168 9856040960 626061 33554432000 1073741824 1073778376 140734969963920 140550194811944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1776.05
CPU time (s): 1800.46
CPU user time (s): 1794.71
CPU system time (s): 5.75213
CPU usage (%): 101.374
Max. virtual memory (cumulated for all children) (KiB): 9625536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 5.75212
maximum resident set size= 3682324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76315
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42251
involuntary context switches= 20738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4004 second user time and 13.284 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 18:05:51
IDJOB=4117988
IDBENCH=111422
IDSOLVER=2546
FILE ID=node103/4117988-1467216351
RUNJOBID= node103-1467209106-4305
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-45.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117988-1467216351/watcher-4117988-1467216351 -o /tmp/evaluation-result-4117988-1467216351/solver-4117988-1467216351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117988-1467216351.opb

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

MD5SUM BENCH= 22a7b45a0186a661638b15a7db7b7fcd
RANDOM SEED=391468242

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30431076 kB
Buffers:           90056 kB
Cached:          1219988 kB
SwapCached:            0 kB
Active:          1029748 kB
Inactive:         411924 kB
Active(anon):     133800 kB
Inactive(anon):        0 kB
Active(file):     895948 kB
Inactive(file):   411924 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1192 kB
Writeback:             0 kB
AnonPages:        387992 kB
Mapped:            22212 kB
Shmem:               204 kB
Slab:             602536 kB
SReclaimable:      46852 kB
SUnreclaim:       555684 kB
KernelStack:        1760 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     946468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 71712 MiB
End job on node103 at 2016-06-29 18:35:27