Trace number 4290074

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.19 2386.87

General information on the benchmark

NameMagicHexagon/
MagicHexagon-05-0006_c18.xml
MD5SUMc9b27afa5f83f52385759d74be3b3eae
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.1912
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints34
Number of domains1
Minimum domain size61
Maximum domain size61
Distribution of domain sizes[{"size":61,"count":61}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":4,"count":55},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":3},{"arity":61,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":27}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290074-1532223627/watcher-4290074-1532223627 -o /tmp/evaluation-result-4290074-1532223627/solver-4290074-1532223627 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27125 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290074-1532223627.xml 

running on 4 cores: 0,2,4,6

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=29284, runsolver pid=29281

[startup+0.100058 s]*
/proc/loadavg: 3.71 3.41 2.95 3/194 29299
/proc/meminfo: memFree=16896252/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10659012 memory=30108 CPUtime=0.12 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 6602 0 0 0 11 1 0 0 20 0 15 0 39925911 10914828288 7527 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2664753 7527 2842 1 0 2627263 0
[pid=29284/tid=29286] ppid=29281 vsize=10659012 memory=8543466553346073208 CPUtime=0.09 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) R 29281 29284 25074 0 -1 4202560 4431 0 0 0 8 1 0 0 20 0 15 0 39925911 10914828288 7527 33554432000 4194304 4196468 140727429696064 140409249060800 140409244851606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 7527 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10659012 memory=140332172887680 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 7527 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 7527 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 7527 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10659012 memory=140332172887680 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39925913 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39925914 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408803378720 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39925914 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408802325872 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) S 29281 29284 25074 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 39925916 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408800221552 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) S 29281 29284 25074 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39925916 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408799168752 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10659012 memory=140332172887680 CPUtime=0.02 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) R 29281 29284 25074 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 39925916 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408798115952 140409225182226 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10659012 memory=140332172887680 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925917 10914828288 7527 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30108 KiB

[startup+0.210239 s]*
/proc/loadavg: 3.71 3.41 2.95 3/194 29299
/proc/meminfo: memFree=16884288/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10659012 memory=41812 CPUtime=0.33 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 8081 0 0 0 31 2 0 0 20 0 15 0 39925911 10914828288 10453 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2664753 10453 2999 1 0 2627263 0
[pid=29284/tid=29286] ppid=29281 vsize=10659012 memory=8318255677412212789 CPUtime=0.2 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) R 29281 29284 25074 0 -1 4202560 5012 0 0 0 19 1 0 0 20 0 15 0 39925911 10914828288 10453 33554432000 4194304 4196468 140727429696064 140409249075952 140409224451414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10659012 memory=328 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 10453 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10659012 memory=140332172913740 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 10453 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 10453 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39925912 10914828288 10453 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10659012 memory=140332172887680 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39925913 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39925914 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408803378720 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39925914 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408802325872 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) S 29281 29284 25074 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 15 0 39925916 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408800221552 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) S 29281 29284 25074 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 15 0 39925916 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408799168752 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10659012 memory=140332172887680 CPUtime=0.07 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) R 29281 29284 25074 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 15 0 39925916 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408798115952 140409228920158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10659012 memory=140332172887680 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925917 10914828288 10453 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41812 KiB

[startup+0.310069 s]*
/proc/loadavg: 3.71 3.41 2.95 2/194 29299
/proc/meminfo: memFree=16877340/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10659088 memory=47300 CPUtime=0.51 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 9073 0 0 0 48 3 0 0 20 0 15 0 39925911 10914906112 11825 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2664772 11825 3059 1 0 2627263 0
[pid=29284/tid=29286] ppid=29281 vsize=10659088 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) R 29281 29284 25074 0 -1 4202560 5815 0 0 0 28 2 0 0 20 0 15 0 39925911 10914906112 11825 33554432000 4194304 4196468 140727429696064 140409249063472 140409222842603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 11825 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 11825 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 11825 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 11825 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39925913 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39925914 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408803378720 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39925914 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408802325872 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) S 29281 29284 25074 0 -1 1077944384 581 0 0 0 4 0 0 0 20 0 15 0 39925916 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408800221552 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) S 29281 29284 25074 0 -1 1077944384 541 0 0 0 4 0 0 0 20 0 15 0 39925916 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408799168752 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10659088 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) R 29281 29284 25074 0 -1 4202560 768 0 0 0 11 0 0 0 20 0 15 0 39925916 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408798115952 140409244861018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925917 10914906112 11825 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47300 KiB

[startup+0.700809 s]
/proc/loadavg: 3.71 3.41 2.95 4/194 29299
/proc/meminfo: memFree=16849100/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10659088 memory=148696 CPUtime=1.66 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 13443 0 0 0 161 5 0 0 20 0 15 0 39925911 10914906112 37174 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2664772 37174 3099 1 0 2627263 0
[pid=29284/tid=29286] ppid=29281 vsize=10659088 memory=266135903700426 CPUtime=0.68 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) R 29281 29284 25074 0 -1 4202560 5967 0 0 0 65 3 0 0 20 0 15 0 39925911 10914906112 37174 33554432000 4194304 4196468 140727429696064 140409249070752 140408875623721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10659088 memory=288230376151877798 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 37174 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 37174 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 37174 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39925912 10914906112 37174 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39925913 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39925914 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408803378720 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10659088 memory=8330969454845486047 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39925914 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408802325872 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10659088 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10659088 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) R 29281 29284 25074 0 -1 4202560 2318 0 0 0 38 0 0 0 20 0 15 0 39925916 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408800221360 140409226383759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10659088 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) R 29281 29284 25074 0 -1 4202560 2750 0 0 0 39 0 0 0 20 0 15 0 39925916 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408799155320 140409226385181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) S 29281 29284 25074 0 -1 1077944384 1037 0 0 0 17 0 0 0 20 0 15 0 39925916 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408798115952 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39925916 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39925917 10914906112 37174 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 148696 KiB

[startup+1.50073 s]
/proc/loadavg: 3.65 3.41 2.95 5/194 29299
/proc/meminfo: memFree=16636620/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10725652 memory=334516 CPUtime=3.66 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 14653 0 0 0 348 18 0 0 20 0 16 0 39925911 10983067648 83629 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2681413 83629 3140 1 0 2643904 0
[pid=29284/tid=29286] ppid=29281 vsize=10725652 memory=562 CPUtime=1.3 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) R 29281 29284 25074 0 -1 4202560 6111 0 0 0 126 4 0 0 20 0 16 0 39925911 10983067648 83629 33554432000 4194304 4196468 140727429696064 140409249062368 140409244851606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10725652 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 143 0 0 0 12 2 0 0 20 0 16 0 39925912 10983067648 83629 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10725652 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 146 0 0 0 11 2 0 0 20 0 16 0 39925912 10983067648 83629 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10725652 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 110 0 0 0 10 2 0 0 20 0 16 0 39925912 10983067648 83629 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10725652 memory=2209 CPUtime=0.16 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 155 0 0 0 13 3 0 0 20 0 16 0 39925912 10983067648 83629 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10725652 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39925913 10983067648 83629 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0

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

/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 4447 0 0 0 239 66 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10725652 memory=3296344 CPUtime=3.07 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 4113 0 0 0 240 67 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10725652 memory=8380 CPUtime=0.59 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 13601 0 0 0 56 3 0 0 20 0 16 0 39925913 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10725652 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 39925914 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408803378784 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39925914 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408802325888 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10725652 memory=38994 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10725652 memory=1796 CPUtime=1.19 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) S 29281 29284 25074 0 -1 1077944384 7207 0 0 0 117 2 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408800221552 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10725652 memory=960 CPUtime=1.2 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) S 29281 29284 25074 0 -1 1077944384 6113 0 0 0 119 1 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408799168752 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10725652 memory=3296344 CPUtime=0.32 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) S 29281 29284 25074 0 -1 1077944384 3229 0 0 0 31 1 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408798115952 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10725652 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10725652 memory=3296344 CPUtime=1.52 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 2107 0 0 0 77 75 0 0 20 0 16 0 39925917 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29300] ppid=29281 vsize=10725652 memory=3296344 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29300/stat : 29300 (java) S 29281 29284 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39926035 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408794957232 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 2335.74 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3296344 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/196 29393
/proc/meminfo: memFree=13618000/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10725652 memory=3296344 CPUtime=2395.79 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 112746 0 0 0 239222 357 0 0 20 0 16 0 39925911 10983067648 824086 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2681413 824086 3172 1 0 2643904 0
[pid=29284/tid=29286] ppid=29281 vsize=10725652 memory=3296344 CPUtime=2378.61 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) R 29281 29284 25074 0 -1 4202560 61849 0 0 0 237838 23 0 0 20 0 16 0 39925911 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409249078560 140408873363342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10725652 memory=0 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 4766 0 0 0 240 65 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10725652 memory=3296344 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 3805 0 0 0 238 67 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10725652 memory=3296344 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 4447 0 0 0 239 66 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10725652 memory=3296344 CPUtime=3.07 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 4113 0 0 0 240 67 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10725652 memory=3296344 CPUtime=0.59 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 13613 0 0 0 56 3 0 0 20 0 16 0 39925913 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10725652 memory=3296344 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 39925914 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408803378784 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10725652 memory=3296344 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39925914 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408802325888 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10725652 memory=3296344 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10725652 memory=3296344 CPUtime=1.19 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) S 29281 29284 25074 0 -1 1077944384 7217 0 0 0 117 2 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408800221552 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10725652 memory=3296344 CPUtime=1.2 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) S 29281 29284 25074 0 -1 1077944384 6123 0 0 0 119 1 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408799168752 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10725652 memory=140333761429946 CPUtime=0.32 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) S 29281 29284 25074 0 -1 1077944384 3237 0 0 0 31 1 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408798115952 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10725652 memory=928 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10725652 memory=1572 CPUtime=1.56 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 2164 0 0 0 79 77 0 0 20 0 16 0 39925917 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29300] ppid=29281 vsize=10725652 memory=3296344 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29300/stat : 29300 (java) S 29281 29284 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39926035 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408794957232 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 2395.79 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3296344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2386.6 s]
/proc/loadavg: 1.00 1.01 1.17 2/196 29393
/proc/meminfo: memFree=13618000/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10725652 memory=3296344 CPUtime=2400.09 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 112921 0 0 0 239652 357 0 0 20 0 16 0 39925911 10983067648 824086 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2681413 824086 3172 1 0 2643904 0
[pid=29284/tid=29286] ppid=29281 vsize=10725652 memory=4048 CPUtime=2382.91 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) R 29281 29284 25074 0 -1 4202560 62021 0 0 0 238268 23 0 0 20 0 16 0 39925911 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409249078560 140408876534396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10725652 memory=6791534058613427641 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 4766 0 0 0 240 65 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10725652 memory=14008 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 3805 0 0 0 238 67 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10725652 memory=1440 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 4447 0 0 0 239 66 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10725652 memory=1712 CPUtime=3.07 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 4113 0 0 0 240 67 0 0 20 0 16 0 39925912 10983067648 824086 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10725652 memory=5524 CPUtime=0.59 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 13613 0 0 0 56 3 0 0 20 0 16 0 39925913 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10725652 memory=3248 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 39925914 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408803378784 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10725652 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39925914 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408802325888 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10725652 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10725652 memory=1224 CPUtime=1.19 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) S 29281 29284 25074 0 -1 1077944384 7217 0 0 0 117 2 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408800221552 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10725652 memory=15872 CPUtime=1.2 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) S 29281 29284 25074 0 -1 1077944384 6123 0 0 0 119 1 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408799168752 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10725652 memory=4048 CPUtime=0.32 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) S 29281 29284 25074 0 -1 1077944384 3237 0 0 0 31 1 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408798115952 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10725652 memory=9292 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39925916 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10725652 memory=16444 CPUtime=1.57 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 2167 0 0 0 80 77 0 0 20 0 16 0 39925917 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29300] ppid=29281 vsize=10725652 memory=640 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29300/stat : 29300 (java) S 29281 29284 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39926035 10983067648 824086 33554432000 4194304 4196468 140727429696064 140408794957232 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3296344 KiB

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

[startup+2386.87 s]
# the end of solver process 29284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.6 s, system=3.59172 s

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

[startup+2386.8 s]
/proc/loadavg: 1.00 1.01 1.17 2/196 29393
/proc/meminfo: memFree=13618000/32770624 swapFree=67108860/67108860
[pid=29284] ppid=29281 vsize=10925344 memory=3296588 CPUtime=2400.1 cores=0,2,4,6
/proc/29284/stat : 29284 (java) S 29281 29284 25074 0 -1 1077944320 113378 0 0 0 239653 357 0 0 20 0 17 0 39925911 11187552256 824147 33554432000 4194304 4196468 140727429696064 140727429678608 140409244839671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
/proc/29284/statm: 2731336 824147 3175 1 0 2693827 0
[pid=29284/tid=29286] ppid=29281 vsize=10925344 memory=288230617509003574 CPUtime=2382.92 cores=0,2,4,6
/proc/29284/task/29286/stat : 29286 (java) S 29281 29284 25074 0 -1 1077944384 62042 0 0 0 238269 23 0 0 20 0 17 0 39925911 11187552256 824147 33554432000 4194304 4196468 140727429696064 140409249082544 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29287] ppid=29281 vsize=10925344 memory=14412609709410693 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29287/stat : 29287 (java) S 29281 29284 25074 0 -1 1077944384 4766 0 0 0 240 65 0 0 20 0 17 0 39925912 11187552256 824147 33554432000 4194304 4196468 140727429696064 140409197460112 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29288] ppid=29281 vsize=10925344 memory=2340 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29288/stat : 29288 (java) S 29281 29284 25074 0 -1 1077944384 3805 0 0 0 238 67 0 0 20 0 17 0 39925912 11187552256 824147 33554432000 4194304 4196468 140727429696064 140409196407312 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29289] ppid=29281 vsize=10925344 memory=2240 CPUtime=3.05 cores=0,2,4,6
/proc/29284/task/29289/stat : 29289 (java) S 29281 29284 25074 0 -1 1077944384 4447 0 0 0 239 66 0 0 20 0 17 0 39925912 11187552256 824147 33554432000 4194304 4196468 140727429696064 140409195354512 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29290] ppid=29281 vsize=10925344 memory=4132 CPUtime=3.07 cores=0,2,4,6
/proc/29284/task/29290/stat : 29290 (java) S 29281 29284 25074 0 -1 1077944384 4113 0 0 0 240 67 0 0 20 0 17 0 39925912 11187552256 824147 33554432000 4194304 4196468 140727429696064 140409194301712 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29291] ppid=29281 vsize=10925344 memory=928 CPUtime=0.59 cores=0,2,4,6
/proc/29284/task/29291/stat : 29291 (java) S 29281 29284 25074 0 -1 1077944384 13613 0 0 0 56 3 0 0 20 0 17 0 39925913 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408804432752 140409244850818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29292] ppid=29281 vsize=10925344 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29292/stat : 29292 (java) S 29281 29284 25074 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39925914 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408803378784 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29293] ppid=29281 vsize=10925344 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29293/stat : 29293 (java) S 29281 29284 25074 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39925914 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408802325888 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29294] ppid=29281 vsize=10925344 memory=6768 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29294/stat : 29294 (java) S 29281 29284 25074 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 39925916 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408801274192 140409244858267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29295] ppid=29281 vsize=10925344 memory=832 CPUtime=1.19 cores=0,2,4,6
/proc/29284/task/29295/stat : 29295 (java) S 29281 29284 25074 0 -1 1077944384 7217 0 0 0 117 2 0 0 20 0 17 0 39925916 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408800221552 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29296] ppid=29281 vsize=10925344 memory=1692 CPUtime=1.2 cores=0,2,4,6
/proc/29284/task/29296/stat : 29296 (java) S 29281 29284 25074 0 -1 1077944384 6123 0 0 0 119 1 0 0 20 0 17 0 39925916 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408799168752 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29297] ppid=29281 vsize=10925344 memory=916 CPUtime=0.32 cores=0,2,4,6
/proc/29284/task/29297/stat : 29297 (java) S 29281 29284 25074 0 -1 1077944384 3387 0 0 0 31 1 0 0 20 0 17 0 39925916 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408798115952 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29298] ppid=29281 vsize=10925344 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/29284/task/29298/stat : 29298 (java) S 29281 29284 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39925916 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408797063392 140409244849877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
[pid=29284/tid=29299] ppid=29281 vsize=10925344 memory=7666644331315881579 CPUtime=1.57 cores=0,2,4,6
/proc/29284/task/29299/stat : 29299 (java) S 29281 29284 25074 0 -1 1077944384 2167 0 0 0 80 77 0 0 20 0 17 0 39925917 11187552256 824147 33554432000 4194304 4196468 140727429696064 140408796011696 140409244850818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35053568 140727429698673 140727429698825 140727429698825 140727429701583 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3296588 KiB

Child status: 143
Real time (s): 2386.87
CPU time (s): 2400.19
CPU user time (s): 2396.6
CPU system time (s): 3.59172
CPU usage (%): 100.558
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3296588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.6
system time used= 3.59172
maximum resident set size= 3296984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54100
involuntary context switches= 1896


# summary of solver processes directly reported to runsolver:
#   pid: 29284
#   total CPU time (s): 2400.19
#   total CPU user time (s): 2396.6
#   total CPU system time (s): 3.59172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2399 second user time and 21.3403 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 03:40:27
IDJOB=4290074
IDBENCH=141564
IDSOLVER=2742
FILE ID=node102/4290074-1532223627
RUNJOBID= node102-1532208144-27125
PBS_JOBID= 21018941
Free space on /tmp= 53248 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-05-0006_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290074-1532223627/watcher-4290074-1532223627 -o /tmp/evaluation-result-4290074-1532223627/solver-4290074-1532223627 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27125 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290074-1532223627.xml

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

MD5SUM BENCH= c9b27afa5f83f52385759d74be3b3eae
RANDOM SEED=1901217679

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:        16912560 kB
MemAvailable:   31940184 kB
Buffers:          220208 kB
Cached:         14899864 kB
SwapCached:            0 kB
Active:          1393396 kB
Inactive:       13782520 kB
Active(anon):      58584 kB
Inactive(anon):    16892 kB
Active(file):    1334812 kB
Inactive(file): 13765628 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2484 kB
Writeback:             0 kB
AnonPages:         61924 kB
Mapped:            35248 kB
Shmem:             17036 kB
Slab:             382612 kB
SReclaimable:     355644 kB
SUnreclaim:        26968 kB
KernelStack:        3248 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     316668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 53244 MiB
End job on node102 at 2018-07-22 04:20:14