Trace number 4258191

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-CSP 2017-07-05SAT (TO)1100 244.821 240.216

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r2.xml
MD5SUMa7a611711d538e27d6e463316b2ea293
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1100
Best CPU time to get the best result obtained on this benchmark5.7864599
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints56
Number of domains6
Minimum domain size3
Maximum domain size17
Distribution of domain sizes[{"size":3,"count":50},{"size":5,"count":10},{"size":9,"count":10},{"size":17,"count":10}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":38},{"degree":4,"count":10},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":30},{"arity":4,"count":1},{"arity":5,"count":20},{"arity":10,"count":5}]
Number of extensional constraints30
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.60/0.59	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.60/0.59	c This is free software under the dual EPL/GNU LGPL licenses.
0.60/0.59	c See www.sat4j.org for details.
0.60/0.59	c That software uses the Rhino library from the Mozilla project.
0.60/0.59	c version CUSTOM.v20170705
0.60/0.59	c java.runtime.name	Java(TM) SE Runtime Environment
0.60/0.59	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.60/0.59	c java.vm.version	25.131-b11
0.60/0.59	c java.vm.vendor	Oracle Corporation
0.60/0.59	c sun.arch.data.model	64
0.60/0.59	c java.version		1.8.0_131
0.60/0.59	c os.name		Linux
0.60/0.59	c os.version		3.10.0-514.16.1.el7.x86_64
0.60/0.59	c os.arch		amd64
0.60/0.59	c Free memory 		499604488
0.60/0.59	c Max memory 		7247757312
0.60/0.59	c Total memory 		504889344
0.60/0.59	c Number of processors 	4
0.60/0.59	c c --- Begin Solver configuration ---
0.60/0.59	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.60/0.59	c Learn all clauses as in MiniSAT
0.60/0.59	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.59	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.60/0.59	c No reason simplification
0.60/0.59	c Glucose 2.1 dynamic restart strategy
0.60/0.59	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.60/0.59	c timeout=2147483s
0.60/0.59	c DB Simplification allowed=false
0.60/0.59	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.60/0.59	c --- End Solver configuration ---
0.60/0.59	c constraints type 
0.60/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.60/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1184
0.60/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45319
0.60/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 128
0.60/0.59	c 46791 constraints processed.
1.81/0.97	o 1950
1.97/1.06	o 1900
2.27/1.14	o 1700
2.51/1.25	o 1500
2.51/1.29	o 1450
2.69/1.38	o 1350
2.82/1.46	o 1200
2.96/1.57	o 1100
244.80/240.20	c starts		: 2349
244.80/240.20	c conflicts		: 754547
244.80/240.20	c decisions		: 1519204
244.80/240.20	c propagations		: 185434644
244.80/240.20	c inspects		: 3581779923
244.80/240.20	c shortcuts		: 0
244.80/240.20	c learnt literals	: 815
244.80/240.20	c learnt binary clauses	: 975
244.80/240.20	c learnt ternary clauses	: 354
244.80/240.20	c learnt constraints	: 753732
244.80/240.20	c ignored constraints	: 0
244.80/240.20	c root simplifications	: 0
244.80/240.20	c removed literals (reason simplification)	: 0
244.80/240.20	c reason swapping (by a shorter reason)	: 0
244.80/240.20	c Calls to reduceDB	: 35
244.80/240.20	c Number of update (reduction) of LBD	: 349624
244.80/240.20	c Imported unit clauses	: 0
244.80/240.20	c number of reductions to clauses (during analyze)	: 0
244.80/240.20	c number of learned constraints concerned by reduction	: 0
244.80/240.20	c number of learning phase by resolution	: 0
244.80/240.20	c number of learning phase by cutting planes	: 0
244.80/240.20	c number of rounding to 1 operations	: 0
244.80/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
244.80/240.20	c number of reductions of the coefficients by power 2 	: 0
244.80/240.20	c number of right shift for reduction by power 2 	: 0
244.80/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
244.80/240.20	c speed (assignments/second)	: 773908.4003872992
244.80/240.20	c non guided choices	19372
244.80/240.20	c learnt constraints type 
244.80/240.20	s SATISFIABLE
244.80/240.20	v <instantiation type="solution">
244.80/240.20	v 	<list> r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][3] c[9][0] c[9][1] c[9][2] c[9][3] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] </list>
244.80/240.20	v 	<values> 2 1 1 1 1 1 1 0 0 0 2 4 0 0 5 0 1 0 3 1 1 0 7 0 0 0 2 0 2 0 0 0 0 2 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 150 150 150 150 150 150 0 0 0 16 8 8 8 8 8 8 0 0 0 200 150 150 150 150 150 150 0 0 0 </values>
244.80/240.20	v </instantiation>
244.80/240.20	

Verifier Data

OK	1100

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-4258191-1501998676/watcher-4258191-1501998676 -o /tmp/evaluation-result-4258191-1501998676/solver-4258191-1501998676 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9584 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258191-1501998676.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.05 2.15 2/196 15747
/proc/meminfo: memFree=26048224/32770624 swapFree=0/299260
[pid=15747] ppid=15744 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15747/stat : 15747 (runsolver) D 15744 15747 2450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 2061405 24240128 107 18446744073709551615 4194304 4338465 140728703943168 140728703940808 140502074507991 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 20815872 140728703946897 140728703947343 140728703947343 140728703950794 0
/proc/15747/statm: 5918 107 54 36 0 2156 0

[startup+0.106946 s]
/proc/loadavg: 2.05 2.05 2.15 2/196 15747
/proc/meminfo: memFree=26048224/32770624 swapFree=0/299260
[pid=15747] ppid=15744 vsize=10152700 CPUtime=0.05 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 4239 0 0 0 4 1 0 0 20 0 10 0 2061405 10396364800 5359 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2538175 5359 2156 1 0 2527672 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10152700

[startup+0.20035 s]
/proc/loadavg: 2.05 2.05 2.15 2/196 15747
/proc/meminfo: memFree=26048224/32770624 swapFree=0/299260
[pid=15747] ppid=15744 vsize=10484492 CPUtime=0.06 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 4847 0 0 0 5 1 0 0 20 0 14 0 2061405 10736119808 5890 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2621123 5890 2576 1 0 2610620 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10484492

[startup+0.300826 s]
/proc/loadavg: 2.05 2.05 2.15 2/196 15747
/proc/meminfo: memFree=26048224/32770624 swapFree=0/299260
[pid=15747] ppid=15744 vsize=10551156 CPUtime=0.2 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 8185 0 0 0 18 2 0 0 20 0 15 0 2061405 10804383744 8411 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2637789 8411 2866 1 0 2627261 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.700828 s]
/proc/loadavg: 2.05 2.05 2.15 2/196 15747
/proc/meminfo: memFree=26048224/32770624 swapFree=0/299260
[pid=15747] ppid=15744 vsize=10617796 CPUtime=1.25 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 12848 0 0 0 120 5 0 0 20 0 16 0 2061405 10872623104 17433 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 17433 3053 1 0 2643902 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10617796

[startup+1.50071 s]
/proc/loadavg: 2.13 2.07 2.16 5/212 15763
/proc/meminfo: memFree=25986704/32770624 swapFree=0/299300
[pid=15747] ppid=15744 vsize=10617796 CPUtime=2.96 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 17395 0 0 0 291 5 0 0 20 0 16 0 2061405 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 19888 3074 1 0 2643902 0
[pid=15747/tid=15749] ppid=15744 vsize=10617796 CPUtime=1.33 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) R 15744 15747 2450 0 -1 4202560 8308 0 0 0 130 3 0 0 20 0 16 0 2061411 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419592889368 140419211566770 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 2061413 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15755] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15755/stat : 15755 (java) S 15744 15747 2450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419083793312 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15756] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15756/stat : 15756 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419082740720 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15757] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15757/stat : 15757 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419081689296 140419588671387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15758] ppid=15744 vsize=10617796 CPUtime=0.59 cores=0,2,4,6
/proc/15747/task/15758/stat : 15758 (java) S 15744 15747 2450 0 -1 1077944384 3221 0 0 0 59 0 0 0 20 0 16 0 2061416 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419080636912 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15759] ppid=15744 vsize=10617796 CPUtime=0.71 cores=0,2,4,6
/proc/15747/task/15759/stat : 15759 (java) S 15744 15747 2450 0 -1 1077944384 2920 0 0 0 71 0 0 0 20 0 16 0 2061416 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419079584368 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15760] ppid=15744 vsize=10617796 CPUtime=0.28 cores=0,2,4,6
/proc/15747/task/15760/stat : 15760 (java) S 15744 15747 2450 0 -1 1077944384 1548 0 0 0 28 0 0 0 20 0 16 0 2061416 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419078531824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15761] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15761/stat : 15761 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419077479520 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15762] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15762/stat : 15762 (java) S 15744 15747 2450 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 2061426 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419076426032 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15763] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15763/stat : 15763 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061465 10872623104 19888 18446744073709551615 4194304 4196468 140728525420000 140419075371824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10617796

[startup+3.10071 s]
/proc/loadavg: 2.13 2.07 2.16 3/212 15763
/proc/meminfo: memFree=25978964/32770624 swapFree=0/299300
[pid=15747] ppid=15744 vsize=10617796 CPUtime=5.03 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 18724 0 0 0 498 5 0 0 20 0 16 0 2061405 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 21897 3075 1 0 2643902 0
[pid=15747/tid=15749] ppid=15744 vsize=10617796 CPUtime=2.93 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) R 15744 15747 2450 0 -1 4202560 8339 0 0 0 290 3 0 0 20 0 16 0 2061411 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419592888832 140419210972155 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 2061413 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15755] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15755/stat : 15755 (java) S 15744 15747 2450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419083793312 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15756] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15756/stat : 15756 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419082740720 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15757] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15757/stat : 15757 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419081689296 140419588671387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15758] ppid=15744 vsize=10617796 CPUtime=0.75 cores=0,2,4,6
/proc/15747/task/15758/stat : 15758 (java) S 15744 15747 2450 0 -1 1077944384 3797 0 0 0 75 0 0 0 20 0 16 0 2061416 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419080636912 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15759] ppid=15744 vsize=10617796 CPUtime=1.03 cores=0,2,4,6
/proc/15747/task/15759/stat : 15759 (java) S 15744 15747 2450 0 -1 1077944384 3602 0 0 0 103 0 0 0 20 0 16 0 2061416 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419079584368 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15760] ppid=15744 vsize=10617796 CPUtime=0.29 cores=0,2,4,6
/proc/15747/task/15760/stat : 15760 (java) S 15744 15747 2450 0 -1 1077944384 1552 0 0 0 29 0 0 0 20 0 16 0 2061416 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419078531824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15761] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15761/stat : 15761 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419077479520 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15762] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15762/stat : 15762 (java) S 15744 15747 2450 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 2061426 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419076426032 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15763] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15763/stat : 15763 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061465 10872623104 21897 18446744073709551615 4194304 4196468 140728525420000 140419075371824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 10617796

[startup+6.30074 s]
/proc/loadavg: 2.12 2.07 2.16 3/212 15763
/proc/meminfo: memFree=25960012/32770624 swapFree=0/299300
[pid=15747] ppid=15744 vsize=10617796 CPUtime=8.24 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 19542 0 0 0 819 5 0 0 20 0 16 0 2061405 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 26512 3079 1 0 2643902 0
[pid=15747/tid=15749] ppid=15744 vsize=10617796 CPUtime=6.13 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) R 15744 15747 2450 0 -1 4202560 8565 0 0 0 610 3 0 0 20 0 16 0 2061411 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419592891160 140419211567332 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 16 0 2061413 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15755] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15755/stat : 15755 (java) S 15744 15747 2450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419083793312 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15756] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15756/stat : 15756 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419082740720 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15757] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15757/stat : 15757 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419081689296 140419588671387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15758] ppid=15744 vsize=10617796 CPUtime=0.75 cores=0,2,4,6
/proc/15747/task/15758/stat : 15758 (java) S 15744 15747 2450 0 -1 1077944384 3810 0 0 0 75 0 0 0 20 0 16 0 2061416 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419080636912 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15759] ppid=15744 vsize=10617796 CPUtime=1.03 cores=0,2,4,6
/proc/15747/task/15759/stat : 15759 (java) S 15744 15747 2450 0 -1 1077944384 3602 0 0 0 103 0 0 0 20 0 16 0 2061416 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419079584368 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15760] ppid=15744 vsize=10617796 CPUtime=0.29 cores=0,2,4,6
/proc/15747/task/15760/stat : 15760 (java) S 15744 15747 2450 0 -1 1077944384 1555 0 0 0 29 0 0 0 20 0 16 0 2061416 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419078531824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15761] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15761/stat : 15761 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419077479520 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15762] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15762/stat : 15762 (java) S 15744 15747 2450 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 16 0 2061426 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419076426032 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15763] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15763/stat : 15763 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061465 10872623104 26512 18446744073709551615 4194304 4196468 140728525420000 140419075371824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 2.11 2.07 2.15 3/212 15763
/proc/meminfo: memFree=25896400/32770624 swapFree=0/299308
[pid=15747] ppid=15744 vsize=10617796 CPUtime=14.64 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 19946 0 0 0 1458 6 0 0 20 0 16 0 2061405 10872623104 42384 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 42384 3079 1 0 2643902 0
[pid=15747/tid=15749] ppid=15744 vsize=10617796 CPUtime=12.53 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) R 15744 15747 2450 0 -1 4202560 8918 0 0 0 1249 4 0 0 20 0 16 0 2061411 10872623104 42384 18446744073709551615 4194304 4196468 140728525420000 140419592891160 140419211062919 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 42384 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 42384 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 42384 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2061412 10872623104 42384 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 16 0 2061413 10872623104 42384 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0

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

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.13 3/211 15845
/proc/meminfo: memFree=30749408/32770624 swapFree=0/299488
[pid=15747] ppid=15744 vsize=10617796 CPUtime=166.45 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 34112 0 0 0 16547 98 0 0 20 0 16 0 2061405 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 227101 3125 1 0 2643902 0
[pid=15747/tid=15749] ppid=15744 vsize=10617796 CPUtime=161.35 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) R 15744 15747 2450 0 -1 4202560 10170 0 0 0 16131 4 0 0 20 0 16 0 2061411 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419592891712 140419211180071 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10617796 CPUtime=0.69 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1667 0 0 0 47 22 0 0 20 0 16 0 2061412 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10617796 CPUtime=0.7 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1365 0 0 0 48 22 0 0 20 0 16 0 2061412 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10617796 CPUtime=0.69 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 2169 0 0 0 48 21 0 0 20 0 16 0 2061412 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10617796 CPUtime=0.7 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 1874 0 0 0 48 22 0 0 20 0 16 0 2061412 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 3440 0 0 0 3 0 0 0 20 0 16 0 2061413 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15755] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15755/stat : 15755 (java) S 15744 15747 2450 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419083793312 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15756] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15756/stat : 15756 (java) S 15744 15747 2450 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419082740720 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15757] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15757/stat : 15757 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419081689296 140419588671387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15758] ppid=15744 vsize=10617796 CPUtime=0.77 cores=0,2,4,6
/proc/15747/task/15758/stat : 15758 (java) S 15744 15747 2450 0 -1 1077944384 4680 0 0 0 77 0 0 0 20 0 16 0 2061416 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419080636912 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15759] ppid=15744 vsize=10617796 CPUtime=1.06 cores=0,2,4,6
/proc/15747/task/15759/stat : 15759 (java) S 15744 15747 2450 0 -1 1077944384 4297 0 0 0 106 0 0 0 20 0 16 0 2061416 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419079584368 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15760] ppid=15744 vsize=10617796 CPUtime=0.3 cores=0,2,4,6
/proc/15747/task/15760/stat : 15760 (java) S 15744 15747 2450 0 -1 1077944384 2460 0 0 0 30 0 0 0 20 0 16 0 2061416 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419078531824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15761] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15761/stat : 15761 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419077479520 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15762] ppid=15744 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/15747/task/15762/stat : 15762 (java) S 15744 15747 2450 0 -1 1077944384 550 0 0 0 4 2 0 0 20 0 16 0 2061426 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419076426032 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15763] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15763/stat : 15763 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061465 10872623104 227101 18446744073709551615 4194304 4196468 140728525420000 140419075371824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
Current children cumulated CPU time (s) 166.45
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.17 2.07 2.14 3/214 15861
/proc/meminfo: memFree=30772584/32770624 swapFree=0/299584
[pid=15747] ppid=15744 vsize=10617796 CPUtime=226.88 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 37172 0 0 0 22588 100 0 0 20 0 16 0 2061405 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 208257 3125 1 0 2643902 0
[pid=15747/tid=15749] ppid=15744 vsize=10617796 CPUtime=221.2 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) R 15744 15747 2450 0 -1 4202560 10375 0 0 0 22115 5 0 0 20 0 16 0 2061411 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419592891712 140419210972015 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10617796 CPUtime=0.83 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1834 0 0 0 61 22 0 0 20 0 16 0 2061412 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10617796 CPUtime=0.83 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1716 0 0 0 61 22 0 0 20 0 16 0 2061412 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10617796 CPUtime=0.83 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 2259 0 0 0 61 22 0 0 20 0 16 0 2061412 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10617796 CPUtime=0.83 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 1974 0 0 0 61 22 0 0 20 0 16 0 2061412 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 5533 0 0 0 5 1 0 0 20 0 16 0 2061413 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15755] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15755/stat : 15755 (java) S 15744 15747 2450 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419083793312 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15756] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15756/stat : 15756 (java) S 15744 15747 2450 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419082740720 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15757] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15757/stat : 15757 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419081689296 140419588671387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15758] ppid=15744 vsize=10617796 CPUtime=0.77 cores=0,2,4,6
/proc/15747/task/15758/stat : 15758 (java) S 15744 15747 2450 0 -1 1077944384 4684 0 0 0 77 0 0 0 20 0 16 0 2061416 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419080636912 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15759] ppid=15744 vsize=10617796 CPUtime=1.06 cores=0,2,4,6
/proc/15747/task/15759/stat : 15759 (java) S 15744 15747 2450 0 -1 1077944384 4302 0 0 0 106 0 0 0 20 0 16 0 2061416 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419079584368 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15760] ppid=15744 vsize=10617796 CPUtime=0.3 cores=0,2,4,6
/proc/15747/task/15760/stat : 15760 (java) S 15744 15747 2450 0 -1 1077944384 2466 0 0 0 30 0 0 0 20 0 16 0 2061416 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419078531824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15761] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15761/stat : 15761 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419077479520 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15762] ppid=15744 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/15747/task/15762/stat : 15762 (java) S 15744 15747 2450 0 -1 1077944384 589 0 0 0 5 5 0 0 20 0 16 0 2061426 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419076426032 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15763] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15763/stat : 15763 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061465 10872623104 208257 18446744073709551615 4194304 4196468 140728525420000 140419075371824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
Current children cumulated CPU time (s) 226.88
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.13 2.07 2.14 3/214 15863
/proc/meminfo: memFree=30797096/32770624 swapFree=0/299608
[pid=15747] ppid=15744 vsize=10617796 CPUtime=244.75 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 37919 0 0 0 24372 103 0 0 20 0 16 0 2061405 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2654449 201848 3125 1 0 2643902 0
[pid=15747/tid=15749] ppid=15744 vsize=10617796 CPUtime=238.84 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) R 15744 15747 2450 0 -1 4202560 10490 0 0 0 23879 5 0 0 20 0 16 0 2061411 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419592891712 140419210972015 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10617796 CPUtime=0.88 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1904 0 0 0 66 22 0 0 20 0 16 0 2061412 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10617796 CPUtime=0.89 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1770 0 0 0 66 23 0 0 20 0 16 0 2061412 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10617796 CPUtime=0.89 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 2315 0 0 0 67 22 0 0 20 0 16 0 2061412 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10617796 CPUtime=0.88 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 2216 0 0 0 66 22 0 0 20 0 16 0 2061412 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 5743 0 0 0 5 1 0 0 20 0 16 0 2061413 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15755] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15755/stat : 15755 (java) S 15744 15747 2450 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419083793312 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15756] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15756/stat : 15756 (java) S 15744 15747 2450 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 2061414 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419082740720 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15757] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15757/stat : 15757 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419081689296 140419588671387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15758] ppid=15744 vsize=10617796 CPUtime=0.77 cores=0,2,4,6
/proc/15747/task/15758/stat : 15758 (java) S 15744 15747 2450 0 -1 1077944384 4684 0 0 0 77 0 0 0 20 0 16 0 2061416 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419080636912 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15759] ppid=15744 vsize=10617796 CPUtime=1.06 cores=0,2,4,6
/proc/15747/task/15759/stat : 15759 (java) S 15744 15747 2450 0 -1 1077944384 4302 0 0 0 106 0 0 0 20 0 16 0 2061416 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419079584368 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15760] ppid=15744 vsize=10617796 CPUtime=0.3 cores=0,2,4,6
/proc/15747/task/15760/stat : 15760 (java) S 15744 15747 2450 0 -1 1077944384 2466 0 0 0 30 0 0 0 20 0 16 0 2061416 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419078531824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15761] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15761/stat : 15761 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2061416 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419077479520 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15762] ppid=15744 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/15747/task/15762/stat : 15762 (java) S 15744 15747 2450 0 -1 1077944384 589 0 0 0 5 5 0 0 20 0 16 0 2061426 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419076426032 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15763] ppid=15744 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15763/stat : 15763 (java) S 15744 15747 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2061465 10872623104 201848 18446744073709551615 4194304 4196468 140728525420000 140419075371824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
Current children cumulated CPU time (s) 244.75
Current children cumulated vsize (KiB) 10617796

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 15747 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.13 2.07 2.14 3/214 15863
/proc/meminfo: memFree=30797096/32770624 swapFree=0/299608
[pid=15747] ppid=15744 vsize=10817488 CPUtime=244.8 cores=0,2,4,6
/proc/15747/stat : 15747 (java) S 15744 15747 2450 0 -1 1077944320 39247 0 0 0 24377 103 0 0 20 0 17 0 2061405 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140728525402544 140419588652791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
/proc/15747/statm: 2704372 201906 3127 1 0 2693825 0
[pid=15747/tid=15749] ppid=15744 vsize=10817488 CPUtime=238.88 cores=0,2,4,6
/proc/15747/task/15749/stat : 15749 (java) S 15744 15747 2450 0 -1 1077944384 10687 0 0 0 23883 5 0 0 20 0 17 0 2061411 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419592895664 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15750] ppid=15744 vsize=10817488 CPUtime=0.88 cores=0,2,4,6
/proc/15747/task/15750/stat : 15750 (java) S 15744 15747 2450 0 -1 1077944384 1904 0 0 0 66 22 0 0 20 0 17 0 2061412 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419529689872 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15751] ppid=15744 vsize=10817488 CPUtime=0.89 cores=0,2,4,6
/proc/15747/task/15751/stat : 15751 (java) S 15744 15747 2450 0 -1 1077944384 1770 0 0 0 66 23 0 0 20 0 17 0 2061412 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419528637328 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15752] ppid=15744 vsize=10817488 CPUtime=0.89 cores=0,2,4,6
/proc/15747/task/15752/stat : 15752 (java) S 15744 15747 2450 0 -1 1077944384 2315 0 0 0 67 22 0 0 20 0 17 0 2061412 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419197168656 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15753] ppid=15744 vsize=10817488 CPUtime=0.88 cores=0,2,4,6
/proc/15747/task/15753/stat : 15753 (java) S 15744 15747 2450 0 -1 1077944384 2216 0 0 0 66 22 0 0 20 0 17 0 2061412 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419196116112 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15754] ppid=15744 vsize=10817488 CPUtime=0.06 cores=0,2,4,6
/proc/15747/task/15754/stat : 15754 (java) S 15744 15747 2450 0 -1 1077944384 5743 0 0 0 5 1 0 0 20 0 17 0 2061413 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419084847088 140419588663938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15755] ppid=15744 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15755/stat : 15755 (java) S 15744 15747 2450 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 2061414 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419083793312 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15756] ppid=15744 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15756/stat : 15756 (java) S 15744 15747 2450 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 2061414 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419082740720 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15757] ppid=15744 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15757/stat : 15757 (java) S 15744 15747 2450 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 17 0 2061416 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419081689296 140419588671387 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15758] ppid=15744 vsize=10817488 CPUtime=0.77 cores=0,2,4,6
/proc/15747/task/15758/stat : 15758 (java) S 15744 15747 2450 0 -1 1077944384 4814 0 0 0 77 0 0 0 20 0 17 0 2061416 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419080636912 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15759] ppid=15744 vsize=10817488 CPUtime=1.06 cores=0,2,4,6
/proc/15747/task/15759/stat : 15759 (java) S 15744 15747 2450 0 -1 1077944384 4428 0 0 0 106 0 0 0 20 0 17 0 2061416 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419079584368 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15760] ppid=15744 vsize=10817488 CPUtime=0.3 cores=0,2,4,6
/proc/15747/task/15760/stat : 15760 (java) S 15744 15747 2450 0 -1 1077944384 2816 0 0 0 30 0 0 0 20 0 17 0 2061416 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419078531824 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15761] ppid=15744 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/15747/task/15761/stat : 15761 (java) S 15744 15747 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 2061416 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419077479520 140419588662997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
[pid=15747/tid=15762] ppid=15744 vsize=10817488 CPUtime=0.1 cores=0,2,4,6
/proc/15747/task/15762/stat : 15762 (java) S 15744 15747 2450 0 -1 1077944384 589 0 0 0 5 5 0 0 20 0 17 0 2061426 11077107712 201906 18446744073709551615 4194304 4196468 140728525420000 140419076426032 140419588663938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19582976 140728525423035 140728525423188 140728525423188 140728525426639 0
Current children cumulated CPU time (s) 244.8
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.216
CPU time (s): 244.821
CPU user time (s): 243.781
CPU system time (s): 1.04025
CPU usage (%): 101.917
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.781
system time used= 1.04025
maximum resident set size= 912612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7290
involuntary context switches= 427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.915125 second user time and 1.61672 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 07:37:12
IDJOB=4258191
IDBENCH=140550
IDSOLVER=2643
FILE ID=node127/4258191-1501998676
RUNJOBID= node127-1501992487-9584
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258191-1501998676/watcher-4258191-1501998676 -o /tmp/evaluation-result-4258191-1501998676/solver-4258191-1501998676 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9584 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258191-1501998676.xml

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

MD5SUM BENCH= a7a611711d538e27d6e463316b2ea293
RANDOM SEED=1733679561

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        26048224 kB
MemAvailable:   26217596 kB
Buffers:           99656 kB
Cached:           352080 kB
SwapCached:            0 kB
Active:          6000476 kB
Inactive:         307792 kB
Active(anon):    5856852 kB
Inactive(anon):     8532 kB
Active(file):     143624 kB
Inactive(file):   299260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1728 kB
Writeback:             0 kB
AnonPages:       5856528 kB
Mapped:            40228 kB
Shmem:              8868 kB
Slab:             109216 kB
SReclaimable:      84648 kB
SUnreclaim:        24568 kB
KernelStack:        3424 kB
PageTables:        16232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7574876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5650432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-06 07:41:13