Trace number 4289945

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 2018-07-11? (TO) 2400.23 2381.03

General information on the benchmark

NameTal/
Tal-02_c18.xml
MD5SUM66ad3cf55c90c9564165fed11cad25f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark3.30776
Satisfiable
(Un)Satisfiability was proved
Number of variables298
Number of constraints217
Number of domains9
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":45},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":35},{"size":10,"count":21},{"size":42,"count":47}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":128},{"degree":1,"count":45},{"degree":2,"count":37},{"degree":3,"count":7},{"degree":4,"count":8},{"degree":5,"count":19},{"degree":6,"count":15},{"degree":7,"count":11},{"degree":8,"count":11},{"degree":9,"count":8},{"degree":10,"count":5},{"degree":11,"count":3},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":69},{"arity":2,"count":68},{"arity":3,"count":23},{"arity":4,"count":9},{"arity":5,"count":14},{"arity":6,"count":13},{"arity":7,"count":11},{"arity":8,"count":8},{"arity":9,"count":2}]
Number of extensional constraints36
Number of intensional constraints171
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":171},{"type":"count","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

11.38/5.56	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
11.38/5.56	c This is free software under the dual EPL/GNU LGPL licenses.
11.38/5.56	c See www.sat4j.org for details.
11.38/5.56	c That software uses the Rhino library from the Mozilla project.
11.38/5.56	c version 2.3.6-SNAPSHOT
11.38/5.56	c java.runtime.name	Java(TM) SE Runtime Environment
11.38/5.56	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
11.38/5.56	c java.vm.version	25.131-b11
11.38/5.56	c java.vm.vendor	Oracle Corporation
11.38/5.56	c sun.arch.data.model	64
11.38/5.56	c java.version		1.8.0_131
11.38/5.56	c os.name		Linux
11.38/5.56	c os.version		3.10.0-514.16.1.el7.x86_64
11.38/5.56	c os.arch		amd64
11.38/5.56	c Free memory 		499604488
11.38/5.56	c Max memory 		7247757312
11.38/5.56	c Total memory 		504889344
11.38/5.56	c Number of processors 	4
11.38/5.56	c c --- Begin Solver configuration ---
11.38/5.56	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
11.38/5.56	c Learn all clauses as in MiniSAT
11.38/5.56	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
11.38/5.56	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
11.38/5.56	c No reason simplification
11.38/5.56	c Glucose 2.1 dynamic restart strategy
11.38/5.56	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
11.38/5.56	c timeout=2147483s
11.38/5.56	c DB Simplification allowed=false
11.38/5.56	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
11.38/5.56	c --- End Solver configuration ---
11.38/5.56	c constraints type 
11.38/5.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 250
11.38/5.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4312772
11.38/5.56	c org.sat4j.minisat.constraints.cnf.UnitClauses => 45
11.38/5.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 568502
11.38/5.56	c org.sat4j.specs.Constr$1 => 45
11.38/5.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 434
11.38/5.56	c 4882048 constraints processed.
2400.10/2380.90	c starts		: 3988
2400.10/2380.90	c conflicts		: 1454217
2400.10/2380.90	c decisions		: 70130747
2400.10/2380.90	c propagations		: 7553587072
2400.10/2380.90	c inspects		: 12289805674
2400.10/2380.90	c shortcuts		: 0
2400.10/2380.90	c learnt literals	: 2311
2400.10/2380.90	c learnt binary clauses	: 13608
2400.10/2380.90	c learnt ternary clauses	: 19857
2400.10/2380.90	c learnt constraints	: 1451906
2400.10/2380.90	c ignored constraints	: 0
2400.10/2380.90	c root simplifications	: 0
2400.10/2380.90	c removed literals (reason simplification)	: 0
2400.10/2380.90	c reason swapping (by a shorter reason)	: 0
2400.10/2380.90	c Calls to reduceDB	: 49
2400.10/2380.90	c Number of update (reduction) of LBD	: 1350458
2400.10/2380.90	c Imported unit clauses	: 0
2400.10/2380.90	c number of reductions to clauses (during analyze)	: 0
2400.10/2380.90	c number of learned constraints concerned by reduction	: 0
2400.10/2380.90	c number of learning phase by resolution	: 0
2400.10/2380.90	c number of learning phase by cutting planes	: 0
2400.10/2380.90	c number of rounding to 1 operations	: 0
2400.10/2380.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.10/2380.90	c number of reductions of the coefficients by power 2 	: 0
2400.10/2380.90	c number of right shift for reduction by power 2 	: 0
2400.10/2380.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.10/2380.90	c number of ending skipping 	: 0
2400.10/2380.90	c number of internal skipping 	: 0
2400.10/2380.90	c number of derivation steps 	: 0
2400.10/2380.90	c number of skipped derivation steps 	: 0
2400.10/2380.90	c number of remaining unassigned 	: 0
2400.10/2380.90	c number of remaining assigned 	: 0
2400.10/2380.90	c speed (assignments/second)	: 3180098.8654753906
2400.10/2380.90	c non guided choices	: 10255598
2400.10/2380.94	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 13608
2400.10/2380.94	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 133050
2400.10/2380.94	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6436 MiB free)
  memory of node 1: 16384 MiB (12259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289945-1532211464/watcher-4289945-1532211464 -o /tmp/evaluation-result-4289945-1532211464/solver-4289945-1532211464 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27994 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289945-1532211464.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28249, runsolver pid=28246

[startup+0.101149 s]*
/proc/loadavg: 2.00 2.01 1.95 2/216 28264
/proc/meminfo: memFree=19127552/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10659012 memory=30492 CPUtime=0.13 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 6692 0 0 0 12 1 0 0 20 0 15 0 38709614 10914828288 7623 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2664753 7623 2845 1 0 2627263 0
[pid=28249/tid=28251] ppid=28246 vsize=10659012 memory=-8773748148829981823 CPUtime=0.09 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 25432 0 -1 4202560 4532 0 0 0 8 1 0 0 20 0 15 0 38709615 10914828288 7623 33554432000 4194304 4196468 140726337422576 139806038374256 139806034191517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10659012 memory=140415544366720 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10659012 memory=140415544366720 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38709617 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28257] ppid=28246 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38709617 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805067265184 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28258] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38709618 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805066212080 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 25432 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805064108784 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 25432 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805063056240 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10659012 memory=140415544366720 CPUtime=0.02 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 25432 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 38709620 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805062003184 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10659012 memory=140415544366720 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 7623 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30492 KiB

[startup+0.21055 s]*
/proc/loadavg: 2.00 2.01 1.95 4/216 28264
/proc/meminfo: memFree=19116712/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10659012 memory=41860 CPUtime=0.33 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 8113 0 0 0 31 2 0 0 20 0 15 0 38709614 10914828288 10465 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2664753 10465 2996 1 0 2627263 0
[pid=28249/tid=28251] ppid=28246 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 25432 0 -1 4202560 5036 0 0 0 19 1 0 0 20 0 15 0 38709615 10914828288 10465 33554432000 4194304 4196468 140726337422576 139806038404848 139806015543041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10659012 memory=140415544393250 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38709616 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10659012 memory=140415544366720 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38709617 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28257] ppid=28246 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38709617 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805067265184 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28258] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38709618 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805066212080 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 25432 0 -1 1077944384 652 0 0 0 2 0 0 0 20 0 15 0 38709620 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805064108784 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 25432 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 38709620 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805063056240 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10659012 memory=140415544366720 CPUtime=0.07 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) R 28246 28249 25432 0 -1 4202560 708 0 0 0 7 0 0 0 20 0 15 0 38709620 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805062003184 139806013139101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10659012 memory=140415544366720 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709620 10914828288 10465 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41860 KiB

[startup+0.315045 s]*
/proc/loadavg: 2.00 2.01 1.95 5/216 28264
/proc/meminfo: memFree=19109308/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10659088 memory=47608 CPUtime=0.56 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 8913 0 0 0 53 3 0 0 20 0 15 0 38709614 10914906112 11902 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2664772 11902 3064 1 0 2627263 0
[pid=28249/tid=28251] ppid=28246 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 25432 0 -1 4202560 5601 0 0 0 28 2 0 0 20 0 15 0 38709615 10914906112 11902 33554432000 4194304 4196468 140726337422576 139806038407936 139805633545915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10659088 memory=140415544392559 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38709616 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10659088 memory=140415544366720 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38709617 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28257] ppid=28246 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38709617 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805067265184 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28258] ppid=28246 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38709618 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805066212080 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) R 28246 28249 25432 0 -1 1077944384 673 0 0 0 5 0 0 0 20 0 15 0 38709620 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805064101808 139806034179797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) R 28246 28249 25432 0 -1 4202560 478 0 0 0 6 0 0 0 20 0 15 0 38709620 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805063056240 139806014922027 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10659088 memory=140415544366720 CPUtime=0.13 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) R 28246 28249 25432 0 -1 4202560 795 0 0 0 13 0 0 0 20 0 15 0 38709620 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805061999552 139806013130873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10659088 memory=140415544366720 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709620 10914906112 11902 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47608 KiB

[startup+0.701286 s]
/proc/loadavg: 2.00 2.01 1.95 6/216 28264
/proc/meminfo: memFree=19060744/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10663144 memory=173564 CPUtime=1.83 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 20980 0 0 0 177 6 0 0 20 0 15 0 38709614 10919059456 43391 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2665786 43391 3092 1 0 2628277 0
[pid=28249/tid=28251] ppid=28246 vsize=10663144 memory=1724 CPUtime=0.67 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 25432 0 -1 4202560 6119 0 0 0 64 3 0 0 20 0 15 0 38709615 10919059456 43391 33554432000 4194304 4196468 140726337422576 139806038405712 139806034181526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10663144 memory=10928 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10663144 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10663144 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709616 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10663144 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38709616 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10663144 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38709617 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28257] ppid=28246 vsize=10663144 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38709617 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805067265184 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28258] ppid=28246 vsize=10663144 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38709618 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805066212080 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10663144 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10663144 memory=4639098309541129069 CPUtime=0.36 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) R 28246 28249 25432 0 -1 4202560 5537 0 0 0 36 0 0 0 20 0 15 0 38709620 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805064094808 139806015713680 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10663144 memory=7380106142448643183 CPUtime=0.39 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) R 28246 28249 25432 0 -1 4202560 4320 0 0 0 39 0 0 0 20 0 15 0 38709620 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805063056368 139806018557078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10663144 memory=7810487918915055718 CPUtime=0.36 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) R 28246 28249 25432 0 -1 4202560 3635 0 0 0 36 0 0 0 20 0 15 0 38709620 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805062003184 139806034190938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10663144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38709620 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10663144 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38709620 10919059456 43391 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 10663144 KiB
Current children cumulated memory: 173564 KiB

[startup+1.50084 s]
/proc/loadavg: 2.00 2.01 1.95 5/216 28264
/proc/meminfo: memFree=18914952/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10661136 memory=665384 CPUtime=3.91 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 23115 0 0 0 366 25 0 0 20 0 15 0 38709614 10917003264 166346 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2665284 166346 3153 1 0 2627775 0
[pid=28249/tid=28251] ppid=28246 vsize=10661136 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 25432 0 -1 4202560 6573 0 0 0 125 9 0 0 20 0 15 0 38709615 10917003264 166346 33554432000 4194304 4196468 140726337422576 139806038406512 139805635317503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10661136 memory=-6951259422114956437 CPUtime=0.11 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 191 0 0 0 8 3 0 0 20 0 15 0 38709616 10917003264 166346 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10661136 memory=-6509546260019855295 CPUtime=0.1 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 244 0 0 0 8 2 0 0 20 0 15 0 38709616 10917003264 166346 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10661136 memory=-7390251449858225344 CPUtime=0.1 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 209 0 0 0 8 2 0 0 20 0 15 0 38709616 10917003264 166346 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10661136 memory=-7096649868621430206 CPUtime=0.11 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 192 0 0 0 8 3 0 0 20 0 15 0 38709616 10917003264 166346 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 468 0 0 0 0 0 0 0 20 0 15 0 38709617 10917003264 166346 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0

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

[pid=28249/tid=28258] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38709618 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805066212096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10727700 memory=382 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10727700 memory=4406924 CPUtime=2.77 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 25432 0 -1 1077944384 11529 0 0 0 275 2 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805064108784 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10727700 memory=4406924 CPUtime=2.89 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 25432 0 -1 1077944384 9235 0 0 0 287 2 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805063056240 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10727700 memory=288230574492221466 CPUtime=0.62 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 25432 0 -1 1077944384 7387 0 0 0 61 1 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805062003184 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10727700 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10727700 memory=14417003460954513 CPUtime=1.33 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 2228 0 0 0 57 76 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28344] ppid=28246 vsize=10727700 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28344/stat : 28344 (java) S 28246 28249 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38710179 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805058843696 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 2281.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4406924 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/217 28416
/proc/meminfo: memFree=17772312/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10727700 memory=4406924 CPUtime=2341.65 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 1630849 0 0 0 233823 342 0 0 20 0 16 0 38709614 10985164800 1101731 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2681925 1101731 3192 1 0 2644416 0
[pid=28249/tid=28251] ppid=28246 vsize=10727700 memory=4406924 CPUtime=2316.99 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 25432 0 -1 4202560 923046 0 0 0 231602 97 0 0 20 0 16 0 38709615 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139806038408528 139805638058206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10727700 memory=4406924 CPUtime=4.02 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 160079 0 0 0 360 42 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10727700 memory=4406924 CPUtime=3.98 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 176516 0 0 0 354 44 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10727700 memory=4406924 CPUtime=3.97 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 146952 0 0 0 356 41 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10727700 memory=4406924 CPUtime=3.97 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 182042 0 0 0 350 47 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0.97 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 10381 0 0 0 93 4 0 0 20 0 16 0 38709617 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28257] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 25432 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38709617 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805067265248 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28258] ppid=28246 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38709618 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805066212096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10727700 memory=280830867333072 CPUtime=2.77 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 25432 0 -1 1077944384 11531 0 0 0 275 2 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805064108784 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10727700 memory=4406924 CPUtime=2.89 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 25432 0 -1 1077944384 9241 0 0 0 287 2 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805063056240 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0.62 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 25432 0 -1 1077944384 7391 0 0 0 61 1 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805062003184 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10727700 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10727700 memory=4406924 CPUtime=1.36 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 2261 0 0 0 58 78 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28344] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28344/stat : 28344 (java) S 28246 28249 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38710179 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805058843696 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 2341.65 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4406924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.7 s]
/proc/loadavg: 2.01 2.02 2.05 3/217 28417
/proc/meminfo: memFree=17772396/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10727700 memory=4406924 CPUtime=2400.08 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 1648358 0 0 0 239663 345 0 0 20 0 16 0 38709614 10985164800 1101731 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2681925 1101731 3192 1 0 2644416 0
[pid=28249/tid=28251] ppid=28246 vsize=10727700 memory=235696 CPUtime=2375.38 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 25432 0 -1 4202560 940505 0 0 0 237439 99 0 0 20 0 16 0 38709615 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139806038408528 139805637665493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10727700 memory=4406924 CPUtime=4.02 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 160079 0 0 0 360 42 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10727700 memory=4406924 CPUtime=3.98 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 176516 0 0 0 354 44 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10727700 memory=4406924 CPUtime=3.97 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 146952 0 0 0 356 41 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10727700 memory=4406924 CPUtime=3.97 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 182042 0 0 0 350 47 0 0 20 0 16 0 38709616 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0.97 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 10386 0 0 0 93 4 0 0 20 0 16 0 38709617 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28257] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 25432 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38709617 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805067265248 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28258] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38709618 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805066212096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10727700 memory=4126316290023845779 CPUtime=2.77 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 25432 0 -1 1077944384 11533 0 0 0 275 2 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805064108784 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10727700 memory=4406924 CPUtime=2.89 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 25432 0 -1 1077944384 9245 0 0 0 287 2 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805063056240 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0.62 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 25432 0 -1 1077944384 7398 0 0 0 61 1 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805062003184 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10727700 memory=4406924 CPUtime=1.41 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 2293 0 0 0 61 80 0 0 20 0 16 0 38709620 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28344] ppid=28246 vsize=10727700 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28344/stat : 28344 (java) S 28246 28249 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38710179 10985164800 1101731 33554432000 4194304 4196468 140726337422576 139805058843696 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4406924 KiB

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

[startup+2381.03 s]
# the end of solver process 28249 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.7 s, system=3.53229 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2380.81 s]
/proc/loadavg: 2.01 2.02 2.05 3/217 28417
/proc/meminfo: memFree=17772396/32770624 swapFree=67108860/67108860
[pid=28249] ppid=28246 vsize=10927392 memory=4407140 CPUtime=2400.1 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 25432 0 -1 1077944320 1648868 0 0 0 239665 345 0 0 20 0 17 0 38709614 11189649408 1101785 33554432000 4194304 4196468 140726337422576 140726337405120 139806034169591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
/proc/28249/statm: 2731848 1101785 3195 1 0 2694339 0
[pid=28249/tid=28251] ppid=28246 vsize=10927392 memory=4406924 CPUtime=2375.4 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) S 28246 28249 25432 0 -1 1077944384 940631 0 0 0 237441 99 0 0 20 0 17 0 38709615 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139806038412464 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28252] ppid=28246 vsize=10927392 memory=960 CPUtime=4.02 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 25432 0 -1 1077944384 160079 0 0 0 360 42 0 0 20 0 17 0 38709616 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805960244240 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28253] ppid=28246 vsize=10927392 memory=4406924 CPUtime=3.98 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 25432 0 -1 1077944384 176516 0 0 0 354 44 0 0 20 0 17 0 38709616 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805959191696 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28254] ppid=28246 vsize=10927392 memory=796 CPUtime=3.97 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 25432 0 -1 1077944384 146952 0 0 0 356 41 0 0 20 0 17 0 38709616 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805958138640 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28255] ppid=28246 vsize=10927392 memory=4406924 CPUtime=3.97 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 25432 0 -1 1077944384 182042 0 0 0 350 47 0 0 20 0 17 0 38709616 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805957086096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28256] ppid=28246 vsize=10927392 memory=4140 CPUtime=0.97 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 25432 0 -1 1077944384 10417 0 0 0 93 4 0 0 20 0 17 0 38709617 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805068318960 139806034180738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28257] ppid=28246 vsize=10927392 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 25432 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38709617 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805067265248 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28258] ppid=28246 vsize=10927392 memory=13836 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 25432 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38709618 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805066212096 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28259] ppid=28246 vsize=10927392 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 25432 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 38709620 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805065160656 139806034188187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28260] ppid=28246 vsize=10927392 memory=13836 CPUtime=2.77 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 25432 0 -1 1077944384 11533 0 0 0 275 2 0 0 20 0 17 0 38709620 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805064108784 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28261] ppid=28246 vsize=10927392 memory=2428 CPUtime=2.89 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 25432 0 -1 1077944384 9245 0 0 0 287 2 0 0 20 0 17 0 38709620 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805063056240 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28262] ppid=28246 vsize=10927392 memory=4406924 CPUtime=0.62 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 25432 0 -1 1077944384 7458 0 0 0 61 1 0 0 20 0 17 0 38709620 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805062003184 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28263] ppid=28246 vsize=10927392 memory=4406924 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38709620 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805060950880 139806034179797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
[pid=28249/tid=28264] ppid=28246 vsize=10927392 memory=4406924 CPUtime=1.41 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 25432 0 -1 1077944384 2293 0 0 0 61 80 0 0 20 0 17 0 38709620 11189649408 1101785 33554432000 4194304 4196468 140726337422576 139805059897904 139806034180738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14516224 140726337430641 140726337430793 140726337430793 140726337433551 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4407140 KiB

[startup+2381 s]*
/proc/loadavg: 2.01 2.02 2.05 3/203 28420
/proc/meminfo: memFree=19053100/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2381.03
CPU time (s): 2400.23
CPU user time (s): 2396.7
CPU system time (s): 3.53229
CPU usage (%): 100.807
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4553984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.7
system time used= 3.53229
maximum resident set size= 4560148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1650918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64292
involuntary context switches= 1896


# summary of solver processes directly reported to runsolver:
#   pid: 28249
#   total CPU time (s): 2400.23
#   total CPU user time (s): 2396.7
#   total CPU system time (s): 3.53229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3168 second user time and 22.1237 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 00:17:44
IDJOB=4289945
IDBENCH=141108
IDSOLVER=2742
FILE ID=node138/4289945-1532211464
RUNJOBID= node138-1532209093-27994
PBS_JOBID= 21018929
Free space on /tmp= 59108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Tal/Tal-02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289945-1532211464/watcher-4289945-1532211464 -o /tmp/evaluation-result-4289945-1532211464/solver-4289945-1532211464 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27994 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289945-1532211464.xml

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

MD5SUM BENCH= 66ad3cf55c90c9564165fed11cad25f4
RANDOM SEED=438622462

node138.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.71
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.71
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.71
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.71
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:        19145108 kB
MemAvailable:   28100788 kB
Buffers:          224612 kB
Cached:          8973852 kB
SwapCached:            0 kB
Active:          6055636 kB
Inactive:        7048676 kB
Active(anon):    3908392 kB
Inactive(anon):    17052 kB
Active(file):    2147244 kB
Inactive(file):  7031624 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:       3921028 kB
Mapped:            46844 kB
Shmem:             17036 kB
Slab:             212532 kB
SReclaimable:     185292 kB
SUnreclaim:        27240 kB
KernelStack:        3808 kB
PageTables:        12404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5308636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3739648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59108 MiB
End job on node138 at 2018-07-22 00:57:26