Trace number 4302084

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) 252.079 194.848

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a3-galaxy14_c18.xml
MD5SUM7a3ba77b7a6be046779b0525cfa105c0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14558
Best CPU time to get the best result obtained on this benchmark252.059
Satisfiable
(Un)Satisfiability was proved
Number of variables1470
Number of constraints5725
Number of domains3
Minimum domain size2
Maximum domain size57
Distribution of domain sizes[{"size":2,"count":728},{"size":14,"count":364},{"size":57,"count":378}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":742},{"degree":41,"count":336},{"degree":42,"count":364},{"degree":43,"count":26},{"degree":44,"count":2}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":365},{"arity":3,"count":28},{"arity":4,"count":4200},{"arity":5,"count":350},{"arity":14,"count":390},{"arity":16,"count":364},{"arity":26,"count":28}]
Number of extensional constraints378
Number of intensional constraints4565
Distribution of constraint types[{"type":"extension","count":378},{"type":"intension","count":4565},{"type":"regular","count":14},{"type":"allDifferent","count":26},{"type":"cardinality","count":14},{"type":"element","count":728}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

95.87/42.14	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
95.87/42.14	c This is free software under the dual EPL/GNU LGPL licenses.
95.87/42.14	c See www.sat4j.org for details.
95.87/42.14	c That software uses the Rhino library from the Mozilla project.
95.87/42.14	c version 2.3.6-SNAPSHOT
95.87/42.14	c java.runtime.name	Java(TM) SE Runtime Environment
95.87/42.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
95.87/42.14	c java.vm.version	25.131-b11
95.87/42.14	c java.vm.vendor	Oracle Corporation
95.87/42.14	c sun.arch.data.model	64
95.87/42.14	c java.version		1.8.0_131
95.87/42.14	c os.name		Linux
95.87/42.14	c os.version		3.10.0-514.16.1.el7.x86_64
95.87/42.14	c os.arch		amd64
95.87/42.14	c Free memory 		499604488
95.87/42.14	c Max memory 		7247757312
95.87/42.14	c Total memory 		504889344
95.87/42.14	c Number of processors 	4
95.87/42.14	c c --- Begin Solver configuration ---
95.87/42.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
95.87/42.14	c Learn all clauses as in MiniSAT
95.87/42.14	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
95.87/42.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
95.87/42.14	c No reason simplification
95.87/42.14	c Glucose 2.1 dynamic restart strategy
95.87/42.14	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
95.87/42.14	c timeout=2147483s
95.87/42.14	c DB Simplification allowed=false
95.87/42.14	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
95.87/42.14	c --- End Solver configuration ---
95.87/42.14	c constraints type 
95.87/42.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 2940
95.87/42.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 22765582
95.87/42.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6085296
95.87/42.14	c org.sat4j.specs.Constr$1 => 1582
95.87/42.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 13484
95.87/42.14	c 28868884 constraints processed.
252.03/194.80	c starts		: 295
252.03/194.80	c conflicts		: 120936
252.03/194.80	c decisions		: 18715662
252.03/194.80	c propagations		: 360939367
252.03/194.80	c inspects		: 462722667
252.03/194.80	c shortcuts		: 0
252.03/194.80	c learnt literals	: 123
252.03/194.80	c learnt binary clauses	: 1809
252.03/194.80	c learnt ternary clauses	: 2154
252.03/194.80	c learnt constraints	: 120813
252.03/194.80	c ignored constraints	: 0
252.03/194.80	c root simplifications	: 0
252.03/194.80	c removed literals (reason simplification)	: 0
252.03/194.80	c reason swapping (by a shorter reason)	: 0
252.03/194.80	c Calls to reduceDB	: 11
252.03/194.80	c Number of update (reduction) of LBD	: 77211
252.03/194.80	c Imported unit clauses	: 0
252.03/194.80	c number of reductions to clauses (during analyze)	: 0
252.03/194.80	c number of learned constraints concerned by reduction	: 0
252.03/194.80	c number of learning phase by resolution	: 0
252.03/194.80	c number of learning phase by cutting planes	: 0
252.03/194.80	c number of rounding to 1 operations	: 0
252.03/194.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.03/194.80	c number of reductions of the coefficients by power 2 	: 0
252.03/194.80	c number of right shift for reduction by power 2 	: 0
252.03/194.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.03/194.80	c number of ending skipping 	: 0
252.03/194.80	c number of internal skipping 	: 0
252.03/194.80	c number of derivation steps 	: 0
252.03/194.80	c number of skipped derivation steps 	: 0
252.03/194.80	c number of remaining unassigned 	: 0
252.03/194.80	c number of remaining assigned 	: 0
252.03/194.80	c speed (assignments/second)	: 2378152.6819658307
252.03/194.80	c non guided choices	: 8128935
252.03/194.81	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 1809
252.03/194.81	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 23382
252.03/194.81	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 (9254 MiB free)
  memory of node 1: 16384 MiB (15781 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302084-1532887261/watcher-4302084-1532887261 -o /tmp/evaluation-result-4302084-1532887261/solver-4302084-1532887261 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302084-1532887261.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14048, runsolver pid=14045

[startup+0.102323 s]*
/proc/loadavg: 1.92 2.02 2.21 4/218 14063
/proc/meminfo: memFree=25621004/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10659012 memory=30096 CPUtime=0.13 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 6585 0 0 0 12 1 0 0 20 0 15 0 106289305 10914828288 7524 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2664753 7524 2805 1 0 2627263 0
[pid=14048/tid=14050] ppid=14045 vsize=10659012 memory=-8773748148829981827 CPUtime=0.08 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) R 14045 14048 10029 0 -1 4202560 4419 0 0 0 8 0 0 0 20 0 15 0 106289305 10914828288 7524 33554432000 4194304 4196468 140736049147248 139683565717360 139683561534621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 7524 33554432000 4194304 4196468 140736049147248 139683487587472 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 7524 33554432000 4194304 4196468 140736049147248 139683486534672 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 7524 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 7524 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289308 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106289308 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682797020192 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106289308 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682795967344 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) S 14045 14048 10029 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682793864048 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) S 14045 14048 10029 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682792811248 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0.02 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) R 14045 14048 10029 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 106289311 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682791758448 139683553749822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 7524 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.211259 s]*
/proc/loadavg: 1.92 2.02 2.21 4/218 14063
/proc/meminfo: memFree=25609636/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10659012 memory=41776 CPUtime=0.33 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 8042 0 0 0 31 2 0 0 20 0 15 0 106289305 10914828288 10444 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2664753 10444 2987 1 0 2627263 0
[pid=14048/tid=14050] ppid=14045 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) R 14045 14048 10029 0 -1 4202560 4989 0 0 0 18 1 0 0 20 0 15 0 106289305 10914828288 10444 33554432000 4194304 4196468 140736049147248 139683565747664 139683545556325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 10444 33554432000 4194304 4196468 140736049147248 139683487587472 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10659012 memory=140291230484571 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 10444 33554432000 4194304 4196468 140736049147248 139683486534672 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 10444 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 10444 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289308 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106289308 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682797020192 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106289308 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682795967344 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) S 14045 14048 10029 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 15 0 106289311 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682793864048 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) S 14045 14048 10029 0 -1 1077944384 777 0 0 0 2 0 0 0 20 0 15 0 106289311 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682792811248 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0.07 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) R 14045 14048 10029 0 -1 4202560 701 0 0 0 7 0 0 0 20 0 15 0 106289311 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682791758448 139683540466981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 10444 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41776 KiB

[startup+0.311241 s]*
/proc/loadavg: 1.92 2.02 2.21 5/218 14063
/proc/meminfo: memFree=25594996/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10659012 memory=54628 CPUtime=0.58 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 9713 0 0 0 56 2 0 0 20 0 15 0 106289305 10914828288 13657 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2664753 13657 3046 1 0 2627263 0
[pid=14048/tid=14050] ppid=14045 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) D 14045 14048 10029 0 -1 1077944384 5378 0 0 0 28 1 0 0 20 0 15 0 106289305 10914828288 13698 33554432000 4194304 4196468 140736049147248 139683565723728 139683554191917 0 4 0 16800975 18446744072101764644 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10659012 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 13698 33554432000 4194304 4196468 140736049147248 139683487587472 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10659012 memory=140291230651777 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 13698 33554432000 4194304 4196468 140736049147248 139683486534672 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 13698 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914828288 13698 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289308 10914828288 13698 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106289308 10914861056 13698 33554432000 4194304 4196468 140736049147248 139682797020192 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106289308 10914861056 13698 33554432000 4194304 4196468 140736049147248 139682795967344 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914861056 13698 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) R 14045 14048 10029 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 15 0 106289311 10914828288 13698 33554432000 4194304 4196468 140736049147248 139682793842368 139683561526577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) R 14045 14048 10029 0 -1 4202560 1069 0 0 0 7 0 0 0 20 0 15 0 106289311 10914828288 13698 33554432000 4194304 4196468 140736049147248 139682792804440 139683545904682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0.12 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) S 14045 14048 10029 0 -1 1077944384 1132 0 0 0 12 0 0 0 20 0 15 0 106289311 10914828288 13698 33554432000 4194304 4196468 140736049147248 139682791758448 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 13698 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10659012 memory=140291230017152 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289311 10914828288 13698 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54628 KiB

[startup+0.704005 s]
/proc/loadavg: 1.92 2.02 2.21 5/218 14063
/proc/meminfo: memFree=25568692/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10659088 memory=127124 CPUtime=1.87 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 13143 0 0 0 182 5 0 0 20 0 15 0 106289305 10914906112 31781 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2664772 31781 3104 1 0 2627263 0
[pid=14048/tid=14050] ppid=14045 vsize=10659088 memory=200656845556294 CPUtime=0.67 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) R 14045 14048 10029 0 -1 4202560 5939 0 0 0 64 3 0 0 20 0 15 0 106289305 10914906112 31781 33554432000 4194304 4196468 140736049147248 139683565750800 139683546678334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10659088 memory=616836 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914906112 31781 33554432000 4194304 4196468 140736049147248 139683487587472 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289306 10914906112 31781 33554432000 4194304 4196468 140736049147248 139683486534672 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914906112 31781 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10659088 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106289306 10914906112 31781 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106289308 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106289308 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682797020192 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106289308 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682795967344 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10659088 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) R 14045 14048 10029 0 -1 4202560 1627 0 0 0 43 0 0 0 20 0 15 0 106289311 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682793853520 139683545029182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10659088 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) R 14045 14048 10029 0 -1 4202560 2527 0 0 0 43 0 0 0 20 0 15 0 106289311 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682792792112 139683544923705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10659088 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) R 14045 14048 10029 0 -1 1077944384 1679 0 0 0 30 1 0 0 20 0 15 0 106289311 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682791758448 139683561523842 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106289311 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10659088 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106289311 10914906112 31781 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 127124 KiB

[startup+1.50124 s]
/proc/loadavg: 1.92 2.02 2.21 5/218 14063
/proc/meminfo: memFree=25429768/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10661136 memory=372372 CPUtime=4.54 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 17472 0 0 0 442 12 0 0 20 0 15 0 106289305 10917003264 93093 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2665284 93093 3143 1 0 2627775 0
[pid=14048/tid=14050] ppid=14045 vsize=10661136 memory=9169 CPUtime=1.39 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) S 14045 14048 10029 0 -1 1077944384 6272 0 0 0 133 6 0 0 20 0 15 0 106289305 10917003264 93093 33554432000 4194304 4196468 140736049147248 139683565746976 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10661136 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) R 14045 14048 10029 0 -1 4202560 43 0 0 0 4 0 0 0 20 0 15 0 106289306 10917003264 93093 33554432000 4194304 4196468 140736049147248 139683487587472 139683546540551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10661136 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) R 14045 14048 10029 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 15 0 106289306 10917003264 93093 33554432000 4194304 4196468 140736049147248 139683486534560 139683545960923 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10661136 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) R 14045 14048 10029 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 15 0 106289306 10917003264 93093 33554432000 4194304 4196468 140736049147248 139683485481872 139683546540569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10661136 memory=6943526294502006880 CPUtime=0.03 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) R 14045 14048 10029 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 15 0 106289306 10917003264 93093 33554432000 4194304 4196468 140736049147248 139683484429272 139683546540578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106289308 10917003264 93093 33554432000 4194304 4196468 140736049147248 139682798072736 139683561522901 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0

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

/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 25357 0 0 0 1558 63 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10727700 memory=5136860 CPUtime=16.18 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 31727 0 0 0 1552 66 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10727700 memory=3544 CPUtime=5.5 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 19207 0 0 0 549 1 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10727700 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682797020256 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10727700 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682795967360 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10727700 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10727700 memory=27036 CPUtime=3.89 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) S 14045 14048 10029 0 -1 1077944384 7568 0 0 0 389 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682793864048 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10727700 memory=5136856 CPUtime=4.19 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) S 14045 14048 10029 0 -1 1077944384 9177 0 0 0 418 1 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682792811248 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10727700 memory=3544 CPUtime=0.87 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) S 14045 14048 10029 0 -1 1077944384 5095 0 0 0 85 2 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682791758448 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10727700 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10727700 memory=2164 CPUtime=0.06 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 723 0 0 0 2 4 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14143] ppid=14045 vsize=10727700 memory=3700 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14143/stat : 14143 (java) S 14045 14048 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106293608 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682786501552 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 159.66 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5136860 KiB

[startup+162.301 s]
/proc/loadavg: 2.06 2.07 2.21 3/219 14145
/proc/meminfo: memFree=21185360/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10727700 memory=5136860 CPUtime=219.69 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 168124 0 0 0 21663 306 0 0 20 0 16 0 106289305 10985164800 1284215 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2681925 1284215 3197 1 0 2644416 0
[pid=14048/tid=14050] ppid=14045 vsize=10727700 memory=5136860 CPUtime=140.33 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) R 14045 14048 10029 0 -1 4202560 22982 0 0 0 14009 24 0 0 20 0 16 0 106289305 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683565748576 139683166915146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10727700 memory=5136860 CPUtime=16.16 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) S 14045 14048 10029 0 -1 1077944384 19954 0 0 0 1549 67 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683487587472 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10727700 memory=1616 CPUtime=16.16 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) S 14045 14048 10029 0 -1 1077944384 24075 0 0 0 1543 73 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683486534672 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10727700 memory=6791534058613427641 CPUtime=16.21 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 25357 0 0 0 1558 63 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10727700 memory=7234305287168615280 CPUtime=16.18 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 31727 0 0 0 1552 66 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10727700 memory=6791534058613427641 CPUtime=5.5 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 19260 0 0 0 549 1 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10727700 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682797020256 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682795967360 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10727700 memory=5136860 CPUtime=3.89 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) S 14045 14048 10029 0 -1 1077944384 7571 0 0 0 389 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682793864048 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10727700 memory=5136860 CPUtime=4.19 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) S 14045 14048 10029 0 -1 1077944384 9179 0 0 0 418 1 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682792811248 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10727700 memory=280582160919144 CPUtime=0.88 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) S 14045 14048 10029 0 -1 1077944384 5823 0 0 0 86 2 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682791758448 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10727700 memory=280582161242960 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10727700 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 767 0 0 0 3 6 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14143] ppid=14045 vsize=10727700 memory=532 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14143/stat : 14143 (java) S 14045 14048 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106293608 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682786501552 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 219.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5136860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+194.601 s]
/proc/loadavg: 2.09 2.08 2.21 3/219 14145
/proc/meminfo: memFree=21075852/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10727700 memory=5136860 CPUtime=252.01 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 172561 0 0 0 24894 307 0 0 20 0 16 0 106289305 10985164800 1284215 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2681925 1284215 3197 1 0 2644416 0
[pid=14048/tid=14050] ppid=14045 vsize=10727700 memory=15316 CPUtime=172.62 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) R 14045 14048 10029 0 -1 4202560 26782 0 0 0 17238 24 0 0 20 0 16 0 106289305 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683565748672 139683158110276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10727700 memory=3604 CPUtime=16.16 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) S 14045 14048 10029 0 -1 1077944384 19954 0 0 0 1549 67 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683487587472 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10727700 memory=6791534058613427641 CPUtime=16.16 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) S 14045 14048 10029 0 -1 1077944384 24075 0 0 0 1543 73 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683486534672 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10727700 memory=2704 CPUtime=16.21 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 25357 0 0 0 1558 63 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10727700 memory=2756 CPUtime=16.18 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 31727 0 0 0 1552 66 0 0 20 0 16 0 106289306 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10727700 memory=4104 CPUtime=5.5 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 19314 0 0 0 549 1 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682797020256 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10727700 memory=3196 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106289308 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682795967360 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10727700 memory=5136860 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10727700 memory=1408 CPUtime=3.89 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) S 14045 14048 10029 0 -1 1077944384 7694 0 0 0 389 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682793864048 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10727700 memory=3084 CPUtime=4.19 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) S 14045 14048 10029 0 -1 1077944384 9182 0 0 0 418 1 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682792811248 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10727700 memory=545056 CPUtime=0.88 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) S 14045 14048 10029 0 -1 1077944384 6245 0 0 0 86 2 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682791758448 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10727700 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10727700 memory=2704 CPUtime=0.11 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 802 0 0 0 4 7 0 0 20 0 16 0 106289311 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14143] ppid=14045 vsize=10727700 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14143/stat : 14143 (java) S 14045 14048 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106293608 10985164800 1284215 33554432000 4194304 4196468 140736049147248 139682786501552 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5136860 KiB

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

[startup+194.848 s]
# the end of solver process 14048 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.967 s, system=3.11168 s

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

[startup+194.801 s]
/proc/loadavg: 2.09 2.08 2.21 3/219 14145
/proc/meminfo: memFree=21075852/32770624 swapFree=67028796/67108860
[pid=14048] ppid=14045 vsize=10927392 memory=5137160 CPUtime=252.03 cores=1,3,5,7
/proc/14048/stat : 14048 (java) S 14045 14048 10029 0 -1 1077944320 173195 0 0 0 24895 308 0 0 20 0 17 0 106289305 11189649408 1284290 33554432000 4194304 4196468 140736049147248 140736049129792 139683561512695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
/proc/14048/statm: 2731848 1284290 3200 1 0 2694339 0
[pid=14048/tid=14050] ppid=14045 vsize=10927392 memory=288230621803970871 CPUtime=172.63 cores=1,3,5,7
/proc/14048/task/14050/stat : 14050 (java) S 14045 14048 10029 0 -1 1077944384 26853 0 0 0 17239 24 0 0 20 0 17 0 106289305 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139683565755568 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14051] ppid=14045 vsize=10927392 memory=14412609709410693 CPUtime=16.16 cores=1,3,5,7
/proc/14048/task/14051/stat : 14051 (java) S 14045 14048 10029 0 -1 1077944384 19954 0 0 0 1549 67 0 0 20 0 17 0 106289306 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139683487587472 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14052] ppid=14045 vsize=10927392 memory=15128 CPUtime=16.16 cores=1,3,5,7
/proc/14048/task/14052/stat : 14052 (java) S 14045 14048 10029 0 -1 1077944384 24075 0 0 0 1543 73 0 0 20 0 17 0 106289306 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139683486534672 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14053] ppid=14045 vsize=10927392 memory=640 CPUtime=16.21 cores=1,3,5,7
/proc/14048/task/14053/stat : 14053 (java) S 14045 14048 10029 0 -1 1077944384 25357 0 0 0 1558 63 0 0 20 0 17 0 106289306 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139683485481872 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14054] ppid=14045 vsize=10927392 memory=1760 CPUtime=16.18 cores=1,3,5,7
/proc/14048/task/14054/stat : 14054 (java) S 14045 14048 10029 0 -1 1077944384 31727 0 0 0 1552 66 0 0 20 0 17 0 106289306 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139683484429072 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14055] ppid=14045 vsize=10927392 memory=960 CPUtime=5.5 cores=1,3,5,7
/proc/14048/task/14055/stat : 14055 (java) S 14045 14048 10029 0 -1 1077944384 19322 0 0 0 549 1 0 0 20 0 17 0 106289308 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682798074224 139683561523842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14056] ppid=14045 vsize=10927392 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14056/stat : 14056 (java) S 14045 14048 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106289308 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682797020256 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14057] ppid=14045 vsize=10927392 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14057/stat : 14057 (java) S 14045 14048 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 106289308 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682795967360 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14058] ppid=14045 vsize=10927392 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14058/stat : 14058 (java) S 14045 14048 10029 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 17 0 106289311 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682794915664 139683561531291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14059] ppid=14045 vsize=10927392 memory=3700 CPUtime=3.89 cores=1,3,5,7
/proc/14048/task/14059/stat : 14059 (java) S 14045 14048 10029 0 -1 1077944384 7694 0 0 0 389 0 0 0 20 0 17 0 106289311 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682793864048 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14060] ppid=14045 vsize=10927392 memory=844 CPUtime=4.19 cores=1,3,5,7
/proc/14048/task/14060/stat : 14060 (java) S 14045 14048 10029 0 -1 1077944384 9182 0 0 0 418 1 0 0 20 0 17 0 106289311 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682792811248 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14061] ppid=14045 vsize=10927392 memory=1460 CPUtime=0.88 cores=1,3,5,7
/proc/14048/task/14061/stat : 14061 (java) S 14045 14048 10029 0 -1 1077944384 6247 0 0 0 86 2 0 0 20 0 17 0 106289311 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682791758448 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14062] ppid=14045 vsize=10927392 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/14048/task/14062/stat : 14062 (java) S 14045 14048 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106289311 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682790705888 139683561522901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
[pid=14048/tid=14063] ppid=14045 vsize=10927392 memory=3 CPUtime=0.11 cores=1,3,5,7
/proc/14048/task/14063/stat : 14063 (java) S 14045 14048 10029 0 -1 1077944384 802 0 0 0 4 7 0 0 20 0 17 0 106289311 11189649408 1284290 33554432000 4194304 4196468 140736049147248 139682789653168 139683561523842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23506944 140736049149046 140736049149198 140736049149198 140736049151951 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5137160 KiB

Child status: 143
Real time (s): 194.848
CPU time (s): 252.079
CPU user time (s): 248.967
CPU system time (s): 3.11168
CPU usage (%): 129.372
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5137160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.967
system time used= 3.11168
maximum resident set size= 5137428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8254
involuntary context switches= 1278


# summary of solver processes directly reported to runsolver:
#   pid: 14048
#   total CPU time (s): 252.079
#   total CPU user time (s): 248.967
#   total CPU system time (s): 3.11168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.24897 second user time and 1.92938 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 20:01:01
IDJOB=4302084
IDBENCH=141552
IDSOLVER=2773
FILE ID=node102/4302084-1532887261
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a3-galaxy14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302084-1532887261/watcher-4302084-1532887261 -o /tmp/evaluation-result-4302084-1532887261/solver-4302084-1532887261 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302084-1532887261.xml

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

MD5SUM BENCH= 7a3ba77b7a6be046779b0525cfa105c0
RANDOM SEED=1624842682

node102.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.51
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.51
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.51
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.51
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:        25637432 kB
MemAvailable:   30813676 kB
Buffers:          231364 kB
Cached:          5188944 kB
SwapCached:        53056 kB
Active:          2285260 kB
Inactive:        4322628 kB
Active(anon):    1113408 kB
Inactive(anon):    99168 kB
Active(file):    1171852 kB
Inactive(file):  4223460 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028796 kB
Dirty:              2844 kB
Writeback:             0 kB
AnonPages:       1143352 kB
Mapped:            49736 kB
Shmem:             22560 kB
Slab:             222416 kB
SReclaimable:     193536 kB
SUnreclaim:        28880 kB
KernelStack:        3744 kB
PageTables:         7404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2695208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52972 MiB
End job on node102 at 2018-07-29 20:04:16