Trace number 4257875

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 252.13901 223.03101

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
MD5SUMf538aabc6a41aa561e8cda6eca1a34a0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark244.45599
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size88
Distribution of domain sizes[{"size":49,"count":1},{"size":88,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

39.34/14.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
39.34/14.71	c This is free software under the dual EPL/GNU LGPL licenses.
39.34/14.71	c See www.sat4j.org for details.
39.34/14.71	c That software uses the Rhino library from the Mozilla project.
39.34/14.71	c version CUSTOM.v20170705
39.34/14.71	c java.runtime.name	Java(TM) SE Runtime Environment
39.34/14.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
39.34/14.71	c java.vm.version	25.131-b11
39.34/14.71	c java.vm.vendor	Oracle Corporation
39.34/14.71	c sun.arch.data.model	64
39.34/14.71	c java.version		1.8.0_131
39.34/14.71	c os.name		Linux
39.34/14.71	c os.version		3.10.0-514.16.1.el7.x86_64
39.34/14.71	c os.arch		amd64
39.34/14.71	c Free memory 		499604488
39.34/14.71	c Max memory 		7247757312
39.34/14.71	c Total memory 		504889344
39.34/14.71	c Number of processors 	4
39.34/14.71	c c --- Begin Solver configuration ---
39.34/14.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
39.34/14.71	c Learn all clauses as in MiniSAT
39.34/14.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
39.34/14.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
39.34/14.71	c No reason simplification
39.34/14.71	c Glucose 2.1 dynamic restart strategy
39.34/14.71	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
39.34/14.71	c timeout=2147483s
39.34/14.71	c DB Simplification allowed=false
39.34/14.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
39.34/14.71	c --- End Solver configuration ---
39.34/14.71	c constraints type 
39.34/14.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 290
39.34/14.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12521560
39.34/14.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5578300
39.34/14.71	c org.sat4j.specs.Constr$1 => 47520
39.34/14.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 320
39.34/14.71	c 18147990 constraints processed.
252.10/223.00	c starts		: 86
252.10/223.00	c conflicts		: 27776
252.10/223.00	c decisions		: 719565
252.10/223.00	c propagations		: 637447218
252.10/223.00	c inspects		: 3716902988
252.10/223.00	c shortcuts		: 0
252.10/223.00	c learnt literals	: 16
252.10/223.00	c learnt binary clauses	: 359
252.10/223.00	c learnt ternary clauses	: 730
252.10/223.00	c learnt constraints	: 27760
252.10/223.00	c ignored constraints	: 0
252.10/223.00	c root simplifications	: 0
252.10/223.00	c removed literals (reason simplification)	: 0
252.10/223.00	c reason swapping (by a shorter reason)	: 0
252.10/223.00	c Calls to reduceDB	: 4
252.10/223.00	c Number of update (reduction) of LBD	: 13775
252.10/223.00	c Imported unit clauses	: 0
252.10/223.00	c number of reductions to clauses (during analyze)	: 0
252.10/223.00	c number of learned constraints concerned by reduction	: 0
252.10/223.00	c number of learning phase by resolution	: 0
252.10/223.00	c number of learning phase by cutting planes	: 0
252.10/223.00	c number of rounding to 1 operations	: 0
252.10/223.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.10/223.00	c number of reductions of the coefficients by power 2 	: 0
252.10/223.00	c number of right shift for reduction by power 2 	: 0
252.10/223.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.10/223.00	c speed (assignments/second)	: 3070998.785951727
252.10/223.00	c non guided choices	41949
252.11/223.01	c learnt constraints type 
252.11/223.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 359
252.11/223.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8291
252.11/223.01	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 (12474 MiB free)
  memory of node 1: 16384 MiB (15611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257875-1502649582/watcher-4257875-1502649582 -o /tmp/evaluation-result-4257875-1502649582/solver-4257875-1502649582 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257875-1502649582.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14821, runsolver pid=14818

[startup+0.101777 s]*
/proc/loadavg: 2.21 2.94 3.40 3/201 14827
/proc/meminfo: memFree=28749664/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=9936560 memory=18260 CPUtime=0.01 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 3401 0 0 0 1 0 0 0 20 0 6 0 67151519 10175037440 4565 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2484140 4565 1919 1 0 2473637 0
[pid=14821/tid=14823] ppid=14818 vsize=9936560 memory=4206751525541407381 CPUtime=0.01 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) R 14818 14821 17093 0 -1 4202560 2121 0 0 0 1 0 0 0 20 0 6 0 67151528 10175037440 4631 18446744073709551615 4194304 4196468 140736017759808 139762962006608 139762957792413 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 67151528 10175037440 4631 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=9936560 memory=140322250671744 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 67151528 10175037440 4631 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 67151529 10175037440 4631 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 67151529 10175037440 4631 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18260 KiB

[startup+0.209553 s]*
/proc/loadavg: 2.21 2.94 3.40 3/210 14836
/proc/meminfo: memFree=28746076/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=10551156 memory=27312 CPUtime=0.08 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 4803 0 0 0 7 1 0 0 20 0 15 0 67151519 10804383744 6828 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2637789 6828 2679 1 0 2627261 0
[pid=14821/tid=14823] ppid=14818 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) R 14818 14821 17093 0 -1 4202560 2842 0 0 0 6 0 0 0 20 0 15 0 67151528 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139762962001232 139762957792413 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151528 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=10551156 memory=288370698402383488 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151528 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151529 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67151529 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14828] ppid=14818 vsize=10551156 memory=140322250671744 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67151530 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67151530 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761997006496 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67151531 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761995953392 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) S 14818 14821 17093 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 67151533 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761791523056 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761790470512 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10551156 memory=140322250671744 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) R 14818 14821 17093 0 -1 4202560 241 0 0 0 0 0 0 0 20 0 15 0 67151533 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762936737384 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10551156 memory=140322250671744 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151538 10804383744 6894 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27312 KiB

[startup+0.310142 s]*
/proc/loadavg: 2.21 2.94 3.40 3/210 14836
/proc/meminfo: memFree=28733268/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=10551156 memory=37056 CPUtime=0.23 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 7952 0 0 0 21 2 0 0 20 0 15 0 67151519 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2637789 9264 2870 1 0 2627261 0
[pid=14821/tid=14823] ppid=14818 vsize=10551156 memory=-7677926825137650786 CPUtime=0.16 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) R 14818 14821 17093 0 -1 4202560 5618 0 0 0 15 1 0 0 20 0 15 0 67151528 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139762961997792 139762957792413 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151528 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151528 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151529 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67151529 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14828] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67151530 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67151530 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761997006496 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67151531 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761995953392 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) S 14818 14821 17093 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 15 0 67151533 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761791523056 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) S 14818 14821 17093 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 67151533 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761790470512 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) S 14818 14821 17093 0 -1 1077944384 402 0 0 0 4 0 0 0 20 0 15 0 67151533 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10551156 memory=140322250671744 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151538 10804383744 9264 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37056 KiB

[startup+0.701486 s]
/proc/loadavg: 2.21 2.94 3.40 5/210 14836
/proc/meminfo: memFree=28715804/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=10551232 memory=99288 CPUtime=1.22 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 11431 0 0 0 118 4 0 0 20 0 15 0 67151519 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2637808 24822 3043 1 0 2627261 0
[pid=14821/tid=14823] ppid=14818 vsize=10551232 memory=6297835844906604903 CPUtime=0.54 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) R 14818 14821 17093 0 -1 4202560 6947 0 0 0 52 2 0 0 20 0 15 0 67151528 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139762962006672 139762547706884 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=10551232 memory=7308028628335813952 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151528 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=10551232 memory=7596259004554634560 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151528 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=10551232 memory=7302135314614015848 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151529 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=10551232 memory=2287 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67151529 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14828] ppid=14818 vsize=10551232 memory=302 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67151530 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10551232 memory=861 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67151530 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761997006496 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10551232 memory=57 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67151531 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761995953392 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10551232 memory=108 CPUtime=0.22 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) R 14818 14821 17093 0 -1 4202560 1094 0 0 0 22 0 0 0 20 0 15 0 67151533 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761791508048 139762937008972 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10551232 memory=3904 CPUtime=0.21 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) R 14818 14821 17093 0 -1 4202560 905 0 0 0 21 0 0 0 20 0 15 0 67151533 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761790457056 139762942692460 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10551232 memory=-7677926825137650786 CPUtime=0.21 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) R 14818 14821 17093 0 -1 4202560 1118 0 0 0 21 0 0 0 20 0 15 0 67151533 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762950007614 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151538 10804461568 24822 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 99288 KiB

[startup+1.50079 s]
/proc/loadavg: 2.21 2.94 3.40 5/210 14836
/proc/meminfo: memFree=28542056/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=10551232 memory=318560 CPUtime=3.78 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 17894 0 0 0 363 15 0 0 20 0 15 0 67151519 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2637808 79640 3082 1 0 2627261 0
[pid=14821/tid=14823] ppid=14818 vsize=10551232 memory=280644303441792 CPUtime=1.17 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) R 14818 14821 17093 0 -1 4202560 6990 0 0 0 114 3 0 0 20 0 15 0 67151528 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139762962007312 139762547894134 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 220 0 0 0 12 3 0 0 20 0 15 0 67151528 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=10551232 memory=5857 CPUtime=0.11 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 79 0 0 0 10 1 0 0 20 0 15 0 67151528 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=10551232 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 57 0 0 0 6 2 0 0 20 0 15 0 67151529 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=10551232 memory=280644303536416 CPUtime=0.1 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 195 0 0 0 9 1 0 0 20 0 15 0 67151529 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14828] ppid=14818 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 67151530 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67151530 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761997006496 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67151531 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761995953392 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10551232 memory=4512 CPUtime=0.89 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) R 14818 14821 17093 0 -1 4202560 4162 0 0 0 88 1 0 0 20 0 15 0 67151533 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761791508048 139762938471589 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10551232 memory=67 CPUtime=0.97 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) R 14818 14821 17093 0 -1 4202560 3413 0 0 0 97 0 0 0 20 0 15 0 67151533 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761790450664 139762941267275 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10551232 memory=67 CPUtime=0.24 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) S 14818 14821 17093 0 -1 1077944384 1335 0 0 0 24 0 0 0 20 0 15 0 67151533 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67151533 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67151538 10804461568 79640 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 3.78 s
Current children cumulated vsize: 10551232 KiB

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

/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 4821 0 0 0 291 0 0 0 20 0 16 0 67151530 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10617796 memory=3007200 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 67151530 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761997006560 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 67151531 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761995953408 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10617796 memory=3007212 CPUtime=4.48 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) S 14818 14821 17093 0 -1 1077944384 19819 0 0 0 445 3 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761791523056 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10617796 memory=3007212 CPUtime=4.09 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) S 14818 14821 17093 0 -1 1077944384 22454 0 0 0 407 2 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761790470512 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0.46 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) S 14818 14821 17093 0 -1 1077944384 3278 0 0 0 46 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0.1 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 437 0 0 0 5 5 0 0 20 0 16 0 67151538 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14837] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14837/stat : 14837 (java) S 14818 14821 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67153063 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761786258992 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 191.45 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3007212 KiB

[startup+222.301 s]
/proc/loadavg: 3.91 3.08 3.33 3/210 14997
/proc/meminfo: memFree=25132520/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=10617796 memory=3007212 CPUtime=251.5 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 87221 0 0 0 24930 220 0 0 20 0 16 0 67151519 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2654449 751803 3136 1 0 2643902 0
[pid=14821/tid=14823] ppid=14818 vsize=10617796 memory=3007212 CPUtime=212.25 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) R 14818 14821 17093 0 -1 4202560 19070 0 0 0 21215 10 0 0 20 0 16 0 67151528 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762962006544 139762553306761 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=10617796 memory=3007212 CPUtime=6.83 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 3976 0 0 0 632 51 0 0 20 0 16 0 67151528 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=10617796 memory=3007212 CPUtime=6.79 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 4688 0 0 0 630 49 0 0 20 0 16 0 67151528 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=10617796 memory=3007212 CPUtime=6.73 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 3559 0 0 0 626 47 0 0 20 0 16 0 67151529 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=10617796 memory=3007212 CPUtime=6.74 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 3576 0 0 0 625 49 0 0 20 0 16 0 67151529 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14828] ppid=14818 vsize=10617796 memory=3007212 CPUtime=2.91 cores=1,3,5,7
/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 4875 0 0 0 291 0 0 0 20 0 16 0 67151530 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 67151530 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761997006560 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 67151531 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761995953408 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10617796 memory=-8774313645642428999 CPUtime=4.48 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) S 14818 14821 17093 0 -1 1077944384 19833 0 0 0 445 3 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761791523056 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10617796 memory=3007212 CPUtime=4.09 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) S 14818 14821 17093 0 -1 1077944384 22457 0 0 0 407 2 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761790470512 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0.46 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) S 14818 14821 17093 0 -1 1077944384 3282 0 0 0 46 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0.13 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 478 0 0 0 7 6 0 0 20 0 16 0 67151538 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14837] ppid=14818 vsize=10617796 memory=3007212 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14837/stat : 14837 (java) S 14818 14821 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67153063 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761786258992 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 251.5 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3007212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+222.801 s]
/proc/loadavg: 3.91 3.08 3.33 3/210 14997
/proc/meminfo: memFree=25132520/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=10617796 memory=3007212 CPUtime=252 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 87226 0 0 0 24980 220 0 0 20 0 16 0 67151519 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2654449 751803 3136 1 0 2643902 0
[pid=14821/tid=14823] ppid=14818 vsize=10617796 memory=1444 CPUtime=212.75 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) R 14818 14821 17093 0 -1 4202560 19075 0 0 0 21265 10 0 0 20 0 16 0 67151528 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762962006544 139762553306658 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=10617796 memory=1228 CPUtime=6.83 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 3976 0 0 0 632 51 0 0 20 0 16 0 67151528 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=10617796 memory=1732 CPUtime=6.79 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 4688 0 0 0 630 49 0 0 20 0 16 0 67151528 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=10617796 memory=5788 CPUtime=6.73 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 3559 0 0 0 626 47 0 0 20 0 16 0 67151529 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=10617796 memory=4612 CPUtime=6.74 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 3576 0 0 0 625 49 0 0 20 0 16 0 67151529 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14828] ppid=14818 vsize=10617796 memory=1708 CPUtime=2.91 cores=1,3,5,7
/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 4875 0 0 0 291 0 0 0 20 0 16 0 67151530 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10617796 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 67151530 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761997006560 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10617796 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 67151531 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761995953408 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10617796 memory=932 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10617796 memory=1624 CPUtime=4.48 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) S 14818 14821 17093 0 -1 1077944384 19833 0 0 0 445 3 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761791523056 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10617796 memory=2160 CPUtime=4.09 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) S 14818 14821 17093 0 -1 1077944384 22457 0 0 0 407 2 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761790470512 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10617796 memory=844 CPUtime=0.46 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) S 14818 14821 17093 0 -1 1077944384 3282 0 0 0 46 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10617796 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67151533 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10617796 memory=2752 CPUtime=0.13 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 478 0 0 0 7 6 0 0 20 0 16 0 67151538 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14837] ppid=14818 vsize=10617796 memory=2864 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14837/stat : 14837 (java) S 14818 14821 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67153063 10872623104 751803 18446744073709551615 4194304 4196468 140736017759808 139761786258992 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3007212 KiB

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

[startup+223.031 s]
# the end of solver process 14821 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.916 s, system=2.22288 s

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

[startup+223.001 s]*
/proc/loadavg: 3.91 3.08 3.33 2/211 15000
/proc/meminfo: memFree=25129916/32770624 swapFree=67108860/67108860
[pid=14821] ppid=14818 vsize=10817488 memory=3007508 CPUtime=252.11 cores=1,3,5,7
/proc/14821/stat : 14821 (java) S 14818 14821 17093 0 -1 1077944320 88039 0 0 0 24991 220 0 0 20 0 17 0 67151519 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 140736017742352 139762957770487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
/proc/14821/statm: 2704372 751877 3139 1 0 2693825 0
[pid=14821/tid=14823] ppid=14818 vsize=10817488 memory=-7677926825137650786 CPUtime=212.86 cores=1,3,5,7
/proc/14821/task/14823/stat : 14823 (java) S 14818 14821 17093 0 -1 1077944384 19147 0 0 0 21276 10 0 0 20 0 17 0 67151528 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139762962013360 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14824] ppid=14818 vsize=10817488 memory=4872558044660077418 CPUtime=6.83 cores=1,3,5,7
/proc/14821/task/14824/stat : 14824 (java) S 14818 14821 17093 0 -1 1077944384 3976 0 0 0 632 51 0 0 20 0 17 0 67151528 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139762888190480 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14825] ppid=14818 vsize=10817488 memory=1788 CPUtime=6.79 cores=1,3,5,7
/proc/14821/task/14825/stat : 14825 (java) S 14818 14821 17093 0 -1 1077944384 4688 0 0 0 630 49 0 0 20 0 17 0 67151528 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139762887137936 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14826] ppid=14818 vsize=10817488 memory=640 CPUtime=6.73 cores=1,3,5,7
/proc/14821/task/14826/stat : 14826 (java) S 14818 14821 17093 0 -1 1077944384 3559 0 0 0 626 47 0 0 20 0 17 0 67151529 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139762886084880 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14827] ppid=14818 vsize=10817488 memory=960 CPUtime=6.74 cores=1,3,5,7
/proc/14821/task/14827/stat : 14827 (java) S 14818 14821 17093 0 -1 1077944384 3576 0 0 0 625 49 0 0 20 0 17 0 67151529 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139762885032336 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14828] ppid=14818 vsize=10817488 memory=1232 CPUtime=2.91 cores=1,3,5,7
/proc/14821/task/14828/stat : 14828 (java) S 14818 14821 17093 0 -1 1077944384 4883 0 0 0 291 0 0 0 20 0 17 0 67151530 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761998060272 139762957781634 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14829] ppid=14818 vsize=10817488 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14829/stat : 14829 (java) S 14818 14821 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 67151530 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761997006560 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14830] ppid=14818 vsize=10817488 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14830/stat : 14830 (java) S 14818 14821 17093 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 67151531 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761995953408 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14831] ppid=14818 vsize=10817488 memory=932 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14831/stat : 14831 (java) S 14818 14821 17093 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 17 0 67151533 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761792575952 139762957789083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14832] ppid=14818 vsize=10817488 memory=1624 CPUtime=4.48 cores=1,3,5,7
/proc/14821/task/14832/stat : 14832 (java) S 14818 14821 17093 0 -1 1077944384 19833 0 0 0 445 3 0 0 20 0 17 0 67151533 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761791523056 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14833] ppid=14818 vsize=10817488 memory=2160 CPUtime=4.09 cores=1,3,5,7
/proc/14821/task/14833/stat : 14833 (java) S 14818 14821 17093 0 -1 1077944384 22457 0 0 0 407 2 0 0 20 0 17 0 67151533 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761790470512 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14834] ppid=14818 vsize=10817488 memory=844 CPUtime=0.46 cores=1,3,5,7
/proc/14821/task/14834/stat : 14834 (java) S 14818 14821 17093 0 -1 1077944384 3437 0 0 0 46 0 0 0 20 0 17 0 67151533 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761789417456 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14835] ppid=14818 vsize=10817488 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14835/stat : 14835 (java) S 14818 14821 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67151533 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761788365152 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14836] ppid=14818 vsize=10817488 memory=2752 CPUtime=0.13 cores=1,3,5,7
/proc/14821/task/14836/stat : 14836 (java) S 14818 14821 17093 0 -1 1077944384 478 0 0 0 7 6 0 0 20 0 17 0 67151538 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761787313200 139762957781634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14998] ppid=14818 vsize=10817488 memory=2864 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14998/stat : 14998 (java) S 14818 14821 17093 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 17 0 67173799 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761785205232 139762957780693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
[pid=14821/tid=14999] ppid=14818 vsize=10817488 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/14821/task/14999/stat : 14999 (java) R 14818 14821 17093 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 17 0 67173799 11077107712 751877 18446744073709551615 4194304 4196468 140736017759808 139761784153616 139762547694160 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11337728 140736017760661 140736017760814 140736017760814 140736017764303 0
Current children cumulated CPU time: 252.11 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3007508 KiB

Child status: 143
Real time (s): 223.031
CPU time (s): 252.139
CPU user time (s): 249.916
CPU system time (s): 2.22288
CPU usage (%): 113.051
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3012348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.916
system time used= 2.22288
maximum resident set size= 3013800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88307
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7621
involuntary context switches= 482


# summary of solver processes directly reported to runsolver:
#   pid: 14821
#   total CPU time (s): 252.139
#   total CPU user time (s): 249.916
#   total CPU system time (s): 2.22288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39238 second user time and 2.11968 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:25:34
IDJOB=4257875
IDBENCH=136085
IDSOLVER=2643
FILE ID=node127/4257875-1502649582
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257875-1502649582/watcher-4257875-1502649582 -o /tmp/evaluation-result-4257875-1502649582/solver-4257875-1502649582 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257875-1502649582.xml

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

MD5SUM BENCH= f538aabc6a41aa561e8cda6eca1a34a0
RANDOM SEED=2066764099

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28760440 kB
MemAvailable:   29201296 kB
Buffers:          202060 kB
Cached:           534024 kB
SwapCached:            0 kB
Active:          3362700 kB
Inactive:         216840 kB
Active(anon):    2792388 kB
Inactive(anon):    83872 kB
Active(file):     570312 kB
Inactive(file):   132968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       2842952 kB
Mapped:            59220 kB
Shmem:             33444 kB
Slab:             132468 kB
SReclaimable:     106820 kB
SUnreclaim:        25648 kB
KernelStack:        3472 kB
PageTables:        10204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4369132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2689024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 20:29:17