Trace number 4301985

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.426 139.469

General information on the benchmark

NameMario/
Mario-easy-2_c18.xml
MD5SUMf67e3538ea675b4814e62926b7227759
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark628
Best CPU time to get the best result obtained on this benchmark1.31773
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301985-1532886234/watcher-4301985-1532886234 -o /tmp/evaluation-result-4301985-1532886234/solver-4301985-1532886234 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301985-1532886234.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
solver pid=19589, runsolver pid=19586
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.93 2.34 2.47 4/218 19604
/proc/meminfo: memFree=28253620/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10659012 memory=30180 CPUtime=0.13 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 6606 0 0 0 12 1 0 0 20 0 15 0 106186573 10914828288 7545 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2664753 7545 2822 1 0 2627263 0
[pid=19589/tid=19591] ppid=19586 vsize=10659012 memory=-8773748148830113154 CPUtime=0.08 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) R 19586 19589 13514 0 -1 4202560 4450 0 0 0 8 0 0 0 20 0 15 0 106186574 10914828288 7545 33554432000 4194304 4196468 140725649453088 139999185819504 139999181626774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) S 19586 19589 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 7545 33554432000 4194304 4196468 140725649453088 139999107688976 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659012 memory=140313958295168 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 7545 33554432000 4194304 4196468 140725649453088 139999106636432 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 7545 33554432000 4194304 4196468 140725649453088 139999105583376 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 7545 33554432000 4194304 4196468 140725649453088 139999104530832 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659012 memory=140313958295168 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106186576 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998418430704 139999181625986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106186577 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998417376928 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106186577 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998416323824 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) S 19586 19589 13514 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998414219504 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998413166960 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10659012 memory=140313958295168 CPUtime=0.02 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) R 19586 19589 13514 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 106186579 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998412113904 139999181626774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10659012 memory=140313958295168 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 7545 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30180 KiB

[startup+0.210556 s]*
/proc/loadavg: 1.93 2.34 2.47 4/218 19604
/proc/meminfo: memFree=28242332/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10659012 memory=41852 CPUtime=0.33 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 8081 0 0 0 31 2 0 0 20 0 15 0 106186573 10914828288 10463 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2664753 10463 3007 1 0 2627263 0
[pid=19589/tid=19591] ppid=19586 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) R 19586 19589 13514 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 106186574 10914828288 10463 33554432000 4194304 4196468 140725649453088 139999185849904 139999165658469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) S 19586 19589 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 10463 33554432000 4194304 4196468 140725649453088 139999107688976 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659012 memory=140313958926577 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 10463 33554432000 4194304 4196468 140725649453088 139999106636432 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 10463 33554432000 4194304 4196468 140725649453088 139999105583376 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914828288 10463 33554432000 4194304 4196468 140725649453088 139999104530832 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659012 memory=140313958295168 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106186576 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998418430704 139999181625986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106186577 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998417376928 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106186577 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998416323824 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) S 19586 19589 13514 0 -1 1077944384 729 0 0 0 2 0 0 0 20 0 15 0 106186579 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998414219504 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) S 19586 19589 13514 0 -1 1077944384 306 0 0 0 1 0 0 0 20 0 15 0 106186579 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998413166960 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10659012 memory=140313958295168 CPUtime=0.07 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) R 19586 19589 13514 0 -1 4202560 654 0 0 0 7 0 0 0 20 0 15 0 106186579 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998412113904 139999161008080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10659012 memory=140313958295168 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186579 10914828288 10463 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41852 KiB

[startup+0.313743 s]*
/proc/loadavg: 1.93 2.34 2.47 3/218 19604
/proc/meminfo: memFree=28235260/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10659088 memory=47488 CPUtime=0.53 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 8924 0 0 0 51 2 0 0 20 0 15 0 106186573 10914906112 11872 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2664772 11872 3046 1 0 2627263 0
[pid=19589/tid=19591] ppid=19586 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) R 19586 19589 13514 0 -1 4202560 5647 0 0 0 29 1 0 0 20 0 15 0 106186574 10914906112 11872 33554432000 4194304 4196468 140725649453088 139999185851088 139998770789668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) S 19586 19589 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106186575 10914906112 11872 33554432000 4194304 4196468 140725649453088 139999107688976 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659088 memory=140313958924303 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914906112 11872 33554432000 4194304 4196468 140725649453088 139999106636432 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914906112 11872 33554432000 4194304 4196468 140725649453088 139999105583376 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186575 10914906112 11872 33554432000 4194304 4196468 140725649453088 139999104530832 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659088 memory=140313958295168 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106186576 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998418430704 139999181625986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998417376928 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998416323824 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) R 19586 19589 13514 0 -1 4202560 761 0 0 0 4 0 0 0 20 0 15 0 106186579 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998414219504 139999163140437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) R 19586 19589 13514 0 -1 1077944384 404 0 0 0 4 0 0 0 20 0 15 0 106186579 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998413166960 139999181625986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10659088 memory=140313958295168 CPUtime=0.13 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) R 19586 19589 13514 0 -1 4202560 745 0 0 0 13 0 0 0 20 0 15 0 106186579 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998412113904 139999160737622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10659088 memory=140313958295168 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 11872 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47488 KiB

[startup+0.701639 s]
/proc/loadavg: 1.93 2.34 2.47 5/218 19604
/proc/meminfo: memFree=28201940/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10659088 memory=218684 CPUtime=1.68 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 11580 0 0 0 158 10 0 0 20 0 15 0 106186573 10914906112 54159 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2664772 54159 3105 1 0 2627263 0
[pid=19589/tid=19591] ppid=19586 vsize=10659088 memory=16884 CPUtime=0.62 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) S 19586 19589 13514 0 -1 1077944384 6045 0 0 0 59 3 0 0 20 0 15 0 106186574 10914906112 54671 33554432000 4194304 4196468 140725649453088 139999185845520 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659088 memory=2324 CPUtime=0.04 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) R 19586 19589 13514 0 -1 4202560 40 0 0 0 3 1 0 0 20 0 15 0 106186575 10914906112 54671 33554432000 4194304 4196468 140725649453088 139999107688976 139999166642713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659088 memory=1584 CPUtime=0.04 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) R 19586 19589 13514 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 15 0 106186575 10914906112 54671 33554432000 4194304 4196468 140725649453088 139999106636632 139999166642713 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659088 memory=496 CPUtime=0.03 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) R 19586 19589 13514 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 15 0 106186575 10914906112 54671 33554432000 4194304 4196468 140725649453088 139999105583376 139999174719477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659088 memory=928 CPUtime=0.03 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) R 19586 19589 13514 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 15 0 106186575 10914906112 54671 33554432000 4194304 4196468 140725649453088 139999104528640 139999166642713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659088 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106186576 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998418429216 139999181625045 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10659088 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998417376928 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10659088 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998416323824 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10659088 memory=6081108994580573287 CPUtime=0.31 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) S 19586 19589 13514 0 -1 1077944384 1684 0 0 0 31 0 0 0 20 0 15 0 106186579 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998414204496 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10659088 memory=5788647689011156329 CPUtime=0.31 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) S 19586 19589 13514 0 -1 1077944384 1267 0 0 0 31 0 0 0 20 0 15 0 106186579 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998413145744 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) S 19586 19589 13514 0 -1 1077944384 1105 0 0 0 22 0 0 0 20 0 15 0 106186579 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998412113904 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10659088 memory=756 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 54671 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 218684 KiB

[startup+1.50081 s]
/proc/loadavg: 1.93 2.34 2.47 6/218 19604
/proc/meminfo: memFree=27960660/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10659088 memory=471428 CPUtime=3.36 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 12698 0 0 0 307 29 0 0 20 0 15 0 106186573 10914906112 117857 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2664772 117857 3140 1 0 2627263 0
[pid=19589/tid=19591] ppid=19586 vsize=10659088 memory=448640 CPUtime=1.23 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) R 19586 19589 13514 0 -1 4202560 6158 0 0 0 118 5 0 0 20 0 15 0 106186574 10914906112 117857 33554432000 4194304 4196468 140725649453088 139999185851568 139998774377893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659088 memory=33 CPUtime=0.22 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) S 19586 19589 13514 0 -1 1077944384 220 0 0 0 17 5 0 0 20 0 15 0 106186575 10914906112 117857 33554432000 4194304 4196468 140725649453088 139999107688976 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) S 19586 19589 13514 0 -1 1077944384 185 0 0 0 17 5 0 0 20 0 15 0 106186575 10914906112 117857 33554432000 4194304 4196468 140725649453088 139999106636432 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659088 memory=6791534058613427641 CPUtime=0.22 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) S 19586 19589 13514 0 -1 1077944384 156 0 0 0 17 5 0 0 20 0 15 0 106186575 10914906112 117857 33554432000 4194304 4196468 140725649453088 139999105583376 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) S 19586 19589 13514 0 -1 1077944384 193 0 0 0 17 5 0 0 20 0 15 0 106186575 10914906112 117857 33554432000 4194304 4196468 140725649453088 139999104530832 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 106186576 10914906112 117857 33554432000 4194304 4196468 140725649453088 139998418430704 139999181625986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0

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

/proc/19589/task/19591/stat : 19591 (java) R 19586 19589 13514 0 -1 4202560 16455 0 0 0 4028 30 0 0 20 0 15 0 106186574 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139999185851552 139998774325808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659088 memory=4196124 CPUtime=9.12 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) S 19586 19589 13514 0 -1 1077944384 5430 0 0 0 867 45 0 0 20 0 15 0 106186575 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139999107688976 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659088 memory=3942040 CPUtime=9.13 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) S 19586 19589 13514 0 -1 1077944384 3306 0 0 0 863 50 0 0 20 0 15 0 106186575 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139999106636432 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659088 memory=1240 CPUtime=9.18 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) S 19586 19589 13514 0 -1 1077944384 8066 0 0 0 871 47 0 0 20 0 15 0 106186575 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139999105583376 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659088 memory=0 CPUtime=9.14 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) S 19586 19589 13514 0 -1 1077944384 7977 0 0 0 863 51 0 0 20 0 15 0 106186575 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139999104530832 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659088 memory=6655300316396806240 CPUtime=1.22 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 11664 0 0 0 121 1 0 0 20 0 15 0 106186576 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998418430704 139999181625986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10659088 memory=4634274592177799264 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998417376992 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10659088 memory=280627661189712 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998416323840 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10659088 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) S 19586 19589 13514 0 -1 1077944384 1724 0 0 0 45 0 0 0 20 0 15 0 106186579 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998414219504 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10659088 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) S 19586 19589 13514 0 -1 1077944384 1309 0 0 0 47 0 0 0 20 0 15 0 106186579 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998413166960 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10659088 memory=4138780 CPUtime=0.26 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) S 19586 19589 13514 0 -1 1077944384 1214 0 0 0 26 0 0 0 20 0 15 0 106186579 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998412113904 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10659088 memory=7440053569103876176 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10659088 memory=4033032 CPUtime=0.03 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 376 0 0 0 1 2 0 0 20 0 15 0 106186579 10914906112 1049050 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 79.66 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 4196200 KiB

[startup+102.301 s]
/proc/loadavg: 2.55 2.43 2.49 5/216 19605
/proc/meminfo: memFree=22980140/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10659088 memory=5289716 CPUtime=166.63 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 92119 0 0 0 16314 349 0 0 20 0 15 0 106186573 10914906112 1322429 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2664772 1322429 3155 1 0 2627263 0
[pid=19589/tid=19591] ppid=19586 vsize=10659088 memory=5187252 CPUtime=78.72 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) S 19586 19589 13514 0 -1 1077944384 18615 0 0 0 7842 30 0 0 20 0 15 0 106186574 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139999185851920 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659088 memory=5289716 CPUtime=21.1 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) R 19586 19589 13514 0 -1 4202560 10803 0 0 0 2035 75 0 0 20 0 15 0 106186575 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139999107688872 139999174243047 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659088 memory=5185536 CPUtime=21.13 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) R 19586 19589 13514 0 -1 4202560 10540 0 0 0 2035 78 0 0 20 0 15 0 106186575 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139999106636016 139999174243047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659088 memory=56 CPUtime=21.09 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) R 19586 19589 13514 0 -1 4202560 12694 0 0 0 2034 75 0 0 20 0 15 0 106186575 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139999105583576 139999166599840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659088 memory=5222068 CPUtime=21.13 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) R 19586 19589 13514 0 -1 4202560 17829 0 0 0 2030 83 0 0 20 0 15 0 106186575 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139999104531032 139999166565444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659088 memory=6791534058613427641 CPUtime=2.14 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 15571 0 0 0 213 1 0 0 20 0 15 0 106186576 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998418429024 139999181625045 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10659088 memory=2748 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998417376992 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10659088 memory=2236300 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998416323840 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10659088 memory=30256 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10659088 memory=5187252 CPUtime=0.45 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) S 19586 19589 13514 0 -1 1077944384 1729 0 0 0 45 0 0 0 20 0 15 0 106186579 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998414219504 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10659088 memory=4140 CPUtime=0.47 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) S 19586 19589 13514 0 -1 1077944384 1314 0 0 0 47 0 0 0 20 0 15 0 106186579 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998413166960 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10659088 memory=5285620 CPUtime=0.26 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) S 19586 19589 13514 0 -1 1077944384 1227 0 0 0 26 0 0 0 20 0 15 0 106186579 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998412113904 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10659088 memory=4944328 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10659088 memory=33 CPUtime=0.05 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 432 0 0 0 2 3 0 0 20 0 15 0 106186579 10914906112 1322429 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 166.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5289716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+139.202 s]
/proc/loadavg: 3.88 2.78 2.60 6/215 19683
/proc/meminfo: memFree=16991084/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10659088 memory=6392032 CPUtime=252.05 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 146735 0 0 0 24758 447 0 0 20 0 15 0 106186573 10914906112 1598008 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2664772 1598008 3155 1 0 2627263 0
[pid=19589/tid=19591] ppid=19586 vsize=10659088 memory=6391932 CPUtime=96.74 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) S 19586 19589 13514 0 -1 1077944384 20505 0 0 0 9644 30 0 0 20 0 15 0 106186574 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139999185851776 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10659088 memory=4140 CPUtime=37.49 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) R 19586 19589 13514 0 -1 4202560 20431 0 0 0 3652 97 0 0 20 0 15 0 106186575 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139999107688976 139999163240784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10659088 memory=30256 CPUtime=37.32 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) R 19586 19589 13514 0 -1 4202560 19622 0 0 0 3631 101 0 0 20 0 15 0 106186575 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139999106636632 139999166636960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10659088 memory=6388652 CPUtime=37.39 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) R 19586 19589 13514 0 -1 4202560 24548 0 0 0 3638 101 0 0 20 0 15 0 106186575 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139999105583376 139999166642258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10659088 memory=30256 CPUtime=37.28 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) R 19586 19589 13514 0 -1 4202560 28965 0 0 0 3620 108 0 0 20 0 15 0 106186575 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139999104530720 139999166638661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10659088 memory=2204 CPUtime=4.47 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 26564 0 0 0 445 2 0 0 20 0 15 0 106186576 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998418429216 139999181625045 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998417376992 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10659088 memory=2704 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106186577 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998416323840 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10659088 memory=4373336 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10659088 memory=6791534058613427641 CPUtime=0.45 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) S 19586 19589 13514 0 -1 1077944384 1732 0 0 0 45 0 0 0 20 0 15 0 106186579 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998414219504 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10659088 memory=4126316290023845779 CPUtime=0.47 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) S 19586 19589 13514 0 -1 1077944384 1318 0 0 0 47 0 0 0 20 0 15 0 106186579 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998413166960 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10659088 memory=-9001734013606258791 CPUtime=0.26 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) S 19586 19589 13514 0 -1 1077944384 1229 0 0 0 26 0 0 0 20 0 15 0 106186579 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998412113904 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10659088 memory=1399101730491701635 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106186579 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10659088 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 456 0 0 0 4 4 0 0 20 0 15 0 106186579 10914906112 1598008 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6392032 KiB

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

[startup+139.469 s]
# the end of solver process 19589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.92 s, system=4.5056 s

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

[startup+139.401 s]
/proc/loadavg: 3.88 2.78 2.60 6/215 19683
/proc/meminfo: memFree=16991084/32770624 swapFree=67108860/67108860
[pid=19589] ppid=19586 vsize=10858780 memory=6392176 CPUtime=252.35 cores=1,3,5,7
/proc/19589/stat : 19589 (java) S 19586 19589 13514 0 -1 1077944320 147007 0 0 0 24788 447 0 0 20 0 17 0 106186573 11119390720 1598044 33554432000 4194304 4196468 140725649453088 140725649435632 139999181614839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
/proc/19589/statm: 2714695 1598044 3158 1 0 2677186 0
[pid=19589/tid=19591] ppid=19586 vsize=10858780 memory=1700 CPUtime=96.9 cores=1,3,5,7
/proc/19589/task/19591/stat : 19591 (java) R 19586 19589 13514 0 -1 4202560 20507 0 0 0 9660 30 0 0 20 0 17 0 106186574 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139999185851776 139998774322409 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19592] ppid=19586 vsize=10858780 memory=6791534058613427641 CPUtime=37.52 cores=1,3,5,7
/proc/19589/task/19592/stat : 19592 (java) S 19586 19589 13514 0 -1 1077944384 20440 0 0 0 3655 97 0 0 20 0 17 0 106186575 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139999107688976 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19593] ppid=19586 vsize=10858780 memory=1240 CPUtime=37.35 cores=1,3,5,7
/proc/19589/task/19593/stat : 19593 (java) S 19586 19589 13514 0 -1 1077944384 19634 0 0 0 3634 101 0 0 20 0 17 0 106186575 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139999106636432 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19594] ppid=19586 vsize=10858780 memory=1520 CPUtime=37.43 cores=1,3,5,7
/proc/19589/task/19594/stat : 19594 (java) S 19586 19589 13514 0 -1 1077944384 24565 0 0 0 3642 101 0 0 20 0 17 0 106186575 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139999105583376 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19595] ppid=19586 vsize=10858780 memory=844 CPUtime=37.31 cores=1,3,5,7
/proc/19589/task/19595/stat : 19595 (java) S 19586 19589 13514 0 -1 1077944384 28978 0 0 0 3623 108 0 0 20 0 17 0 106186575 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139999104530832 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19596] ppid=19586 vsize=10858780 memory=3360 CPUtime=4.47 cores=1,3,5,7
/proc/19589/task/19596/stat : 19596 (java) S 19586 19589 13514 0 -1 1077944384 26564 0 0 0 445 2 0 0 20 0 17 0 106186576 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998418430704 139999181625986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19597] ppid=19586 vsize=10858780 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19597/stat : 19597 (java) S 19586 19589 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 106186577 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998417376992 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19598] ppid=19586 vsize=10858780 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19598/stat : 19598 (java) S 19586 19589 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 106186577 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998416323840 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19599] ppid=19586 vsize=10858780 memory=10368 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19599/stat : 19599 (java) S 19586 19589 13514 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 106186579 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998415272400 139999181633435 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19600] ppid=19586 vsize=10858780 memory=1700 CPUtime=0.45 cores=1,3,5,7
/proc/19589/task/19600/stat : 19600 (java) S 19586 19589 13514 0 -1 1077944384 1732 0 0 0 45 0 0 0 20 0 17 0 106186579 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998414219504 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19601] ppid=19586 vsize=10858780 memory=1172 CPUtime=0.47 cores=1,3,5,7
/proc/19589/task/19601/stat : 19601 (java) S 19586 19589 13514 0 -1 1077944384 1318 0 0 0 47 0 0 0 20 0 17 0 106186579 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998413166960 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19602] ppid=19586 vsize=10858780 memory=1812 CPUtime=0.26 cores=1,3,5,7
/proc/19589/task/19602/stat : 19602 (java) S 19586 19589 13514 0 -1 1077944384 1285 0 0 0 26 0 0 0 20 0 17 0 106186579 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998412113904 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19603] ppid=19586 vsize=10858780 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/19589/task/19603/stat : 19603 (java) S 19586 19589 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106186579 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998411061600 139999181625045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
[pid=19589/tid=19604] ppid=19586 vsize=10858780 memory=5456 CPUtime=0.08 cores=1,3,5,7
/proc/19589/task/19604/stat : 19604 (java) S 19586 19589 13514 0 -1 1077944384 456 0 0 0 4 4 0 0 20 0 17 0 106186579 11119390720 1598044 33554432000 4194304 4196468 140725649453088 139998410009648 139999181625986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30752768 140725649454198 140725649454350 140725649454350 140725649457103 0
Current children cumulated CPU time: 252.35 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 6392176 KiB

Child status: 143
Real time (s): 139.469
CPU time (s): 252.426
CPU user time (s): 247.92
CPU system time (s): 4.5056
CPU usage (%): 180.991
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 6392176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.92
system time used= 4.5056
maximum resident set size= 6393048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7463
involuntary context switches= 2051


# summary of solver processes directly reported to runsolver:
#   pid: 19589
#   total CPU time (s): 252.426
#   total CPU user time (s): 247.92
#   total CPU system time (s): 4.5056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.788655 second user time and 1.45673 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:43:54
IDJOB=4301985
IDBENCH=141519
IDSOLVER=2773
FILE ID=node136/4301985-1532886234
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301985-1532886234/watcher-4301985-1532886234 -o /tmp/evaluation-result-4301985-1532886234/solver-4301985-1532886234 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301985-1532886234.xml

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

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=1375966651

node136.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.50
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.50
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.50
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.50
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:        28270824 kB
MemAvailable:   31574552 kB
Buffers:          214296 kB
Cached:          3360072 kB
SwapCached:            0 kB
Active:          2072656 kB
Inactive:        1952896 kB
Active(anon):     402620 kB
Inactive(anon):    76480 kB
Active(file):    1670036 kB
Inactive(file):  1876416 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2492 kB
Writeback:             0 kB
AnonPages:        458468 kB
Mapped:            46688 kB
Shmem:             25228 kB
Slab:             174340 kB
SReclaimable:     146220 kB
SUnreclaim:        28120 kB
KernelStack:        3568 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1572016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 19:46:14