Trace number 4263456

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1799 2391.8799

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-018.xml
MD5SUMbf2163a04ce45209eed2b79696dcc2b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables972
Number of constraints329
Number of domains2
Minimum domain size18
Maximum domain size324
Distribution of domain sizes[{"size":18,"count":648},{"size":324,"count":324}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":936},{"degree":3,"count":36}]
Minimum constraint arity3
Maximum constraint arity324
Distribution of constraint arities[{"arity":3,"count":324},{"arity":18,"count":2},{"arity":324,"count":3}]
Number of extensional constraints324
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":324},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263456-1502628969/watcher-4263456-1502628969 -o /tmp/evaluation-result-4263456-1502628969/solver-4263456-1502628969 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263456-1502628969.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=16829, runsolver pid=16826
Current StackSize limit: 8192 KiB


[startup+0.100172 s]*
/proc/loadavg: 2.17 2.16 2.46 3/200 16831
/proc/meminfo: memFree=29712664/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=9936560 memory=16484 CPUtime=0 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 3430 0 0 0 0 0 0 0 20 0 6 0 110403289 10175037440 4121 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2484140 4121 1921 1 0 2473637 0
[pid=16829/tid=16831] ppid=16826 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) R 16826 16829 4674 0 -1 4202560 2160 0 0 0 0 0 0 0 20 0 6 0 110403298 10175037440 4121 18446744073709551615 4194304 4196468 140722310013808 140029959254608 140029939098974 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110403299 10175037440 4121 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=9936560 memory=139801669637760 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110403299 10175037440 4121 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110403299 10175037440 4121 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110403299 10175037440 4187 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.210063 s]*
/proc/loadavg: 2.17 2.16 2.46 3/213 16844
/proc/meminfo: memFree=29701740/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=10551156 memory=26968 CPUtime=0.09 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 5196 0 0 0 8 1 0 0 20 0 15 0 110403289 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2637789 6742 2766 1 0 2627261 0
[pid=16829/tid=16831] ppid=16826 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) R 16826 16829 4674 0 -1 4202560 3163 0 0 0 6 0 0 0 20 0 15 0 110403298 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029959253456 140029955040413 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=10551156 memory=139801669654653 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10551156 memory=139801669637760 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110403300 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110403301 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029450782368 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110403301 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029449729264 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403303 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) S 16826 16829 4674 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 110403303 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029447624944 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403303 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029446572400 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10551156 memory=139801669637760 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) S 16826 16829 4674 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 110403303 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403304 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10551156 memory=139801669637760 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403308 10804383744 6742 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26968 KiB

[startup+0.31041 s]*
/proc/loadavg: 2.17 2.16 2.46 3/213 16844
/proc/meminfo: memFree=29691476/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=10551156 memory=36456 CPUtime=0.25 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 8412 0 0 0 22 3 0 0 20 0 15 0 110403289 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2637789 9114 2873 1 0 2627261 0
[pid=16829/tid=16831] ppid=16826 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) R 16826 16829 4674 0 -1 4202560 6080 0 0 0 15 1 0 0 20 0 15 0 110403298 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029959239408 140029955040413 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110403299 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110403300 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110403301 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029450782368 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110403301 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029449729264 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403303 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) S 16826 16829 4674 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 110403303 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029447624944 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) S 16826 16829 4674 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 110403303 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029446572400 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) S 16826 16829 4674 0 -1 1077944384 391 0 0 0 4 0 0 0 20 0 15 0 110403303 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10551156 memory=139801669637760 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403304 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403308 10804383744 9114 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36456 KiB

[startup+0.701756 s]
/proc/loadavg: 2.17 2.16 2.46 4/213 16844
/proc/meminfo: memFree=29680824/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=10551232 memory=243324 CPUtime=1.26 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 12344 0 0 0 116 10 0 0 20 0 15 0 110403289 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2637808 60831 3081 1 0 2627261 0
[pid=16829/tid=16831] ppid=16826 vsize=10551232 memory=279603042189352 CPUtime=0.51 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) R 16826 16829 4674 0 -1 4202560 7526 0 0 0 46 5 0 0 20 0 15 0 110403298 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029959255456 140029573862660 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=10551232 memory=279603042324560 CPUtime=0.02 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 15 0 110403299 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=10551232 memory=76622552107507 CPUtime=0.01 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 110403299 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=10551232 memory=33 CPUtime=0.02 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 97 0 0 0 1 1 0 0 20 0 15 0 110403299 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 110403299 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110403300 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110403301 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029450782368 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10551232 memory=279603042610576 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110403301 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029449729264 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403303 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) R 16826 16829 4674 0 -1 4202560 1260 0 0 0 19 0 0 0 20 0 15 0 110403303 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029447610824 140029938517437 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) R 16826 16829 4674 0 -1 4202560 728 0 0 0 19 0 0 0 20 0 15 0 110403303 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029446557904 140029936564096 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) R 16826 16829 4674 0 -1 4202560 1087 0 0 0 23 0 0 0 20 0 15 0 110403303 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029948115323 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403304 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403308 10804461568 60831 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 243324 KiB

[startup+1.50072 s]
/proc/loadavg: 2.17 2.16 2.46 3/213 16844
/proc/meminfo: memFree=29447644/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=10551232 memory=312696 CPUtime=2.56 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 13826 0 0 0 245 11 0 0 20 0 15 0 110403289 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2637808 78174 3084 1 0 2627261 0
[pid=16829/tid=16831] ppid=16826 vsize=10551232 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) R 16826 16829 4674 0 -1 4202560 7557 0 0 0 125 6 0 0 20 0 15 0 110403298 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029959256664 140029577089176 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=10551232 memory=-8774313645642428999 CPUtime=0.02 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 15 0 110403299 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=10551232 memory=7898351070516488779 CPUtime=0.01 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 110403299 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=10551232 memory=3054156605368933524 CPUtime=0.02 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 97 0 0 0 1 1 0 0 20 0 15 0 110403299 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10551232 memory=8514726395715218844 CPUtime=0.01 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 110403299 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10551232 memory=5450916488555034154 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110403300 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10551232 memory=-8815660332880338293 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110403301 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029450782368 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10551232 memory=5450909908396308010 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110403301 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029449729264 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10551232 memory=279603042320560 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403303 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10551232 memory=2110152128260276 CPUtime=0.43 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) S 16826 16829 4674 0 -1 1077944384 2049 0 0 0 43 0 0 0 20 0 15 0 110403303 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029447624944 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10551232 memory=279603042307872 CPUtime=0.45 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) S 16826 16829 4674 0 -1 1077944384 1279 0 0 0 45 0 0 0 20 0 15 0 110403303 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029446572400 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10551232 memory=12868 CPUtime=0.24 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) S 16826 16829 4674 0 -1 1077944384 1198 0 0 0 24 0 0 0 20 0 15 0 110403303 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10551232 memory=25829 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110403304 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110403308 10804461568 78174 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 10551232 KiB

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

/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 44182 0 0 0 3877 152 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10617796 memory=7351960 CPUtime=40.55 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 41937 0 0 0 3913 142 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10617796 memory=-8774313645642428999 CPUtime=9.6 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 41917 0 0 0 954 6 0 0 20 0 16 0 110403300 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10617796 memory=796 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 110403301 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029450782432 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10617796 memory=7351960 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 110403301 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029449729280 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10617796 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10617796 memory=7351960 CPUtime=2.53 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) S 16826 16829 4674 0 -1 1077944384 15389 0 0 0 250 3 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029447624944 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10617796 memory=7351960 CPUtime=2.57 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) S 16826 16829 4674 0 -1 1077944384 10492 0 0 0 256 1 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029446572400 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10617796 memory=7351960 CPUtime=0.44 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) S 16826 16829 4674 0 -1 1077944384 5646 0 0 0 43 1 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10617796 memory=7351960 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110403304 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10617796 memory=7351960 CPUtime=1.52 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 2861 0 0 0 76 76 0 0 20 0 16 0 110403308 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16847] ppid=16826 vsize=10617796 memory=7351960 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16847/stat : 16847 (java) S 16826 16829 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110410905 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029442360880 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 2449.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7351960 KiB

[startup+2382.3 s]
/proc/loadavg: 2.09 2.06 2.12 6/216 17176
/proc/meminfo: memFree=24245068/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=10617796 memory=7351960 CPUtime=2510.77 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 482522 0 0 0 250380 697 0 0 20 0 16 0 110403289 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2654449 1837990 3145 1 0 2643902 0
[pid=16829/tid=16831] ppid=16826 vsize=10617796 memory=7351960 CPUtime=2331.13 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) R 16826 16829 4674 0 -1 4202560 249240 0 0 0 233075 38 0 0 20 0 16 0 110403298 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029959257424 140029579199874 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=10617796 memory=7351960 CPUtime=40.67 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 31636 0 0 0 3925 142 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=10617796 memory=7351960 CPUtime=40.66 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 34879 0 0 0 3915 151 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=10617796 memory=0 CPUtime=40.62 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 45091 0 0 0 3910 152 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10617796 memory=7351960 CPUtime=40.87 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 43577 0 0 0 3945 142 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10617796 memory=7351960 CPUtime=9.61 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 42201 0 0 0 955 6 0 0 20 0 16 0 110403300 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10617796 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 110403301 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029450782432 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10617796 memory=53652 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 110403301 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029449729280 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10617796 memory=4572 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10617796 memory=1444 CPUtime=2.53 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) S 16826 16829 4674 0 -1 1077944384 15396 0 0 0 250 3 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029447624944 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10617796 memory=72267119756169 CPUtime=2.57 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) S 16826 16829 4674 0 -1 1077944384 10498 0 0 0 256 1 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029446572400 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10617796 memory=212068305240972 CPUtime=0.44 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) S 16826 16829 4674 0 -1 1077944384 5655 0 0 0 43 1 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10617796 memory=7351960 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110403304 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10617796 memory=2320 CPUtime=1.57 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 2901 0 0 0 79 78 0 0 20 0 16 0 110403308 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16847] ppid=16826 vsize=10617796 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16847/stat : 16847 (java) S 16826 16829 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110410905 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029442360880 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 2510.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7351960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.6 s]
/proc/loadavg: 2.07 2.05 2.11 3/216 17176
/proc/meminfo: memFree=24245192/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=10617796 memory=7351960 CPUtime=2520.07 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 482893 0 0 0 251310 697 0 0 20 0 16 0 110403289 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2654449 1837990 3145 1 0 2643902 0
[pid=16829/tid=16831] ppid=16826 vsize=10617796 memory=53652 CPUtime=2340.43 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) R 16826 16829 4674 0 -1 4202560 249611 0 0 0 234004 39 0 0 20 0 16 0 110403298 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029959257424 140029578928288 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=10617796 memory=1296 CPUtime=40.67 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 31636 0 0 0 3925 142 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=10617796 memory=2320 CPUtime=40.66 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 34879 0 0 0 3915 151 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=10617796 memory=1724 CPUtime=40.62 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 45091 0 0 0 3910 152 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10617796 memory=12304 CPUtime=40.87 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 43577 0 0 0 3945 142 0 0 20 0 16 0 110403299 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10617796 memory=1204 CPUtime=9.61 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 42201 0 0 0 955 6 0 0 20 0 16 0 110403300 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10617796 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 110403301 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029450782432 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10617796 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 110403301 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029449729280 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10617796 memory=31964 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10617796 memory=1232 CPUtime=2.53 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) S 16826 16829 4674 0 -1 1077944384 15396 0 0 0 250 3 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029447624944 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10617796 memory=644 CPUtime=2.57 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) S 16826 16829 4674 0 -1 1077944384 10498 0 0 0 256 1 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029446572400 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10617796 memory=1796 CPUtime=0.44 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) S 16826 16829 4674 0 -1 1077944384 5655 0 0 0 43 1 0 0 20 0 16 0 110403303 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10617796 memory=956 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110403304 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10617796 memory=2244 CPUtime=1.57 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 2901 0 0 0 79 78 0 0 20 0 16 0 110403308 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16847] ppid=16826 vsize=10617796 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16847/stat : 16847 (java) S 16826 16829 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110410905 10872623104 1837990 18446744073709551615 4194304 4196468 140722310013808 140029442360880 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7351960 KiB

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

[startup+2391.88 s]
# the end of solver process 16829 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.17 s, system=7.00821 s

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

[startup+2391.8 s]
/proc/loadavg: 2.07 2.05 2.11 3/216 17176
/proc/meminfo: memFree=24245192/32770624 swapFree=67108764/67108860
[pid=16829] ppid=16826 vsize=10817488 memory=7352196 CPUtime=2520.09 cores=0,2,4,6
/proc/16829/stat : 16829 (java) S 16826 16829 4674 0 -1 1077944320 483859 0 0 0 251312 697 0 0 20 0 17 0 110403289 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140722309996352 140029955018487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
/proc/16829/statm: 2704372 1838049 3148 1 0 2693825 0
[pid=16829/tid=16831] ppid=16826 vsize=10817488 memory=-8774313645642428999 CPUtime=2340.45 cores=0,2,4,6
/proc/16829/task/16831/stat : 16831 (java) S 16826 16829 4674 0 -1 1077944384 249660 0 0 0 234006 39 0 0 20 0 17 0 110403298 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029959261360 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16832] ppid=16826 vsize=10817488 memory=2164 CPUtime=40.67 cores=0,2,4,6
/proc/16829/task/16832/stat : 16832 (java) S 16826 16829 4674 0 -1 1077944384 31636 0 0 0 3925 142 0 0 20 0 17 0 110403299 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029896055312 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16833] ppid=16826 vsize=10817488 memory=844 CPUtime=40.66 cores=0,2,4,6
/proc/16829/task/16833/stat : 16833 (java) S 16826 16829 4674 0 -1 1077944384 34879 0 0 0 3915 151 0 0 20 0 17 0 110403299 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029895002768 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16834] ppid=16826 vsize=10817488 memory=16436 CPUtime=40.62 cores=0,2,4,6
/proc/16829/task/16834/stat : 16834 (java) S 16826 16829 4674 0 -1 1077944384 45091 0 0 0 3910 152 0 0 20 0 17 0 110403299 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029893949712 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16835] ppid=16826 vsize=10817488 memory=3908 CPUtime=40.87 cores=0,2,4,6
/proc/16829/task/16835/stat : 16835 (java) S 16826 16829 4674 0 -1 1077944384 43577 0 0 0 3945 142 0 0 20 0 17 0 110403299 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029563103632 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16836] ppid=16826 vsize=10817488 memory=2756 CPUtime=9.61 cores=0,2,4,6
/proc/16829/task/16836/stat : 16836 (java) S 16826 16829 4674 0 -1 1077944384 42205 0 0 0 955 6 0 0 20 0 17 0 110403300 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029451836144 140029955029634 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16837] ppid=16826 vsize=10817488 memory=3008 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16837/stat : 16837 (java) S 16826 16829 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 110403301 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029450782432 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16838] ppid=16826 vsize=10817488 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16838/stat : 16838 (java) S 16826 16829 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 110403301 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029449729280 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16839] ppid=16826 vsize=10817488 memory=5220 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16839/stat : 16839 (java) S 16826 16829 4674 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 17 0 110403303 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029448677840 140029955037083 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16840] ppid=16826 vsize=10817488 memory=7351960 CPUtime=2.53 cores=0,2,4,6
/proc/16829/task/16840/stat : 16840 (java) S 16826 16829 4674 0 -1 1077944384 15591 0 0 0 250 3 0 0 20 0 17 0 110403303 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029447624944 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16841] ppid=16826 vsize=10817488 memory=1152 CPUtime=2.57 cores=0,2,4,6
/proc/16829/task/16841/stat : 16841 (java) S 16826 16829 4674 0 -1 1077944384 10498 0 0 0 256 1 0 0 20 0 17 0 110403303 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029446572400 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16842] ppid=16826 vsize=10817488 memory=3156 CPUtime=0.44 cores=0,2,4,6
/proc/16829/task/16842/stat : 16842 (java) S 16826 16829 4674 0 -1 1077944384 5911 0 0 0 43 1 0 0 20 0 17 0 110403303 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029445519344 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16843] ppid=16826 vsize=10817488 memory=161104 CPUtime=0 cores=0,2,4,6
/proc/16829/task/16843/stat : 16843 (java) S 16826 16829 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110403304 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029444467040 140029955028693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
[pid=16829/tid=16844] ppid=16826 vsize=10817488 memory=4064 CPUtime=1.57 cores=0,2,4,6
/proc/16829/task/16844/stat : 16844 (java) S 16826 16829 4674 0 -1 1077944384 2901 0 0 0 79 78 0 0 20 0 17 0 110403308 11077107712 1838049 18446744073709551615 4194304 4196468 140722310013808 140029443415088 140029955029634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140722310017424 140722310017577 140722310017577 140722310021071 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 7352196 KiB

Child status: 143
Real time (s): 2391.88
CPU time (s): 2520.18
CPU user time (s): 2513.17
CPU system time (s): 7.00821
CPU usage (%): 105.364
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 7441204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.17
system time used= 7.00821
maximum resident set size= 7447348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55751
involuntary context switches= 8611


# summary of solver processes directly reported to runsolver:
#   pid: 16829
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2513.17
#   total CPU system time (s): 7.00821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.364 second user time and 23.1498 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 14:42:14
IDJOB=4263456
IDBENCH=133183
IDSOLVER=2651
FILE ID=node134/4263456-1502628969
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-018.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263456-1502628969/watcher-4263456-1502628969 -o /tmp/evaluation-result-4263456-1502628969/solver-4263456-1502628969 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263456-1502628969.xml

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

MD5SUM BENCH= bf2163a04ce45209eed2b79696dcc2b5
RANDOM SEED=1677880284

node134.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.43
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.43
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.43
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.43
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:        29719244 kB
MemAvailable:   29930768 kB
Buffers:          224008 kB
Cached:           281792 kB
SwapCached:            4 kB
Active:          2388412 kB
Inactive:         208712 kB
Active(anon):    2038796 kB
Inactive(anon):    94440 kB
Active(file):     349616 kB
Inactive(file):   114272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1700 kB
Writeback:             0 kB
AnonPages:       2091412 kB
Mapped:            67628 kB
Shmem:             41564 kB
Slab:             153036 kB
SReclaimable:     126944 kB
SUnreclaim:        26092 kB
KernelStack:        3456 kB
PageTables:         9028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3344344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1990656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 15:22:06