Trace number 4262969

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) 2520.05 2517.03

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-18.xml
MD5SUMfc58042bc4c17dd15fe4721e0dab7678
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark937
Best CPU time to get the best result obtained on this benchmark13.0062
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

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

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

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
Current StackSize limit: 8192 KiB

solver pid=17031, runsolver pid=17028

[startup+0.10028 s]*
/proc/loadavg: 2.31 2.24 2.31 3/202 17033
/proc/meminfo: memFree=24989592/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=9934352 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 2545 0 0 0 0 0 0 0 20 0 6 0 110482709 10172776448 2750 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2483588 2750 1281 1 0 2473558 0
[pid=17031/tid=17033] ppid=17028 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) R 17028 17031 4674 0 -1 4202560 1319 0 0 0 0 0 0 0 20 0 6 0 110482719 10172776448 2819 18446744073709551615 4194304 4196468 140727092998768 140642461508920 140642443335952 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=9934352 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110482720 10172776448 3331 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=9934352 memory=139742572385920 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110482720 10172776448 3331 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110482720 10172776448 3331 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=9934352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110482720 10172776448 3331 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 11000 KiB

[startup+0.209901 s]*
/proc/loadavg: 2.31 2.24 2.31 3/215 17046
/proc/meminfo: memFree=24977508/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=10551156 memory=26724 CPUtime=0.08 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 5170 0 0 0 7 1 0 0 20 0 15 0 110482709 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2637789 6681 2746 1 0 2627261 0
[pid=17031/tid=17033] ppid=17028 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) R 17028 17031 4674 0 -1 4202560 3139 0 0 0 6 0 0 0 20 0 15 0 110482719 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140642461491576 140642457289885 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=10551156 memory=139742573326191 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17038] ppid=17028 vsize=10551156 memory=139742572385920 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110482721 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110482722 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110482722 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) R 17028 17031 4674 0 -1 4202560 418 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641949173744 140642457279894 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641948121200 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10551156 memory=139742572385920 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10551156 memory=139742572385920 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110482729 10804383744 6681 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26724 KiB

[startup+0.310275 s]*
/proc/loadavg: 2.31 2.24 2.31 3/215 17046
/proc/meminfo: memFree=24965460/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=10551156 memory=35956 CPUtime=0.24 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 8303 0 0 0 21 3 0 0 20 0 15 0 110482709 10804383744 8989 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2637789 8989 2857 1 0 2627261 0
[pid=17031/tid=17033] ppid=17028 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) R 17028 17031 4674 0 -1 4202560 5979 0 0 0 14 2 0 0 20 0 15 0 110482719 10804383744 8989 18446744073709551615 4194304 4196468 140727092998768 140642461502208 140642441348446 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 8989 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 8989 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 8989 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110482720 10804383744 8989 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17038] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110482721 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110482722 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110482722 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) S 17028 17031 4674 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 15 0 110482724 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641949173744 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) S 17028 17031 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641948121200 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 386 0 0 0 3 0 0 0 20 0 15 0 110482724 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10551156 memory=139742572385920 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110482724 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110482729 10804383744 9055 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35956 KiB

[startup+0.700764 s]
/proc/loadavg: 2.31 2.24 2.31 5/215 17046
/proc/meminfo: memFree=24939540/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=10617796 memory=79348 CPUtime=1.25 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 12625 0 0 0 120 5 0 0 20 0 16 0 110482709 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2654449 19837 3054 1 0 2643902 0
[pid=17031/tid=17033] ppid=17028 vsize=10617796 memory=279484930588712 CPUtime=0.54 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) R 17028 17031 4674 0 -1 4202560 7414 0 0 0 51 3 0 0 20 0 16 0 110482719 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140642461506376 140642078544401 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=10617796 memory=279484930723920 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=10617796 memory=77491209243123 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=10617796 memory=33 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17038] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 110482721 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10617796 memory=279484931009936 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10617796 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) R 17028 17031 4674 0 -1 4202560 1758 0 0 0 25 0 0 0 20 0 16 0 110482724 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641949160512 140642442177883 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10617796 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) R 17028 17031 4674 0 -1 4202560 1184 0 0 0 26 0 0 0 20 0 16 0 110482724 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641948114224 140642441178654 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10617796 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 876 0 0 0 16 0 0 0 20 0 16 0 110482724 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110482729 10872623104 19837 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 79348 KiB

[startup+1.50077 s]
/proc/loadavg: 2.31 2.24 2.31 3/216 17047
/proc/meminfo: memFree=24922720/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=10617796 memory=80212 CPUtime=2.31 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 13328 0 0 0 226 5 0 0 20 0 16 0 110482709 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2654449 20053 3061 1 0 2643902 0
[pid=17031/tid=17033] ppid=17028 vsize=10617796 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) R 17028 17031 4674 0 -1 4202560 7669 0 0 0 130 4 0 0 20 0 16 0 110482719 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140642461504488 140642078956908 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=10617796 memory=5450916488555034154 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 110482720 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17038] ppid=17028 vsize=10617796 memory=-8815660332880338293 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 110482721 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10617796 memory=5450909908396308010 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10617796 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10617796 memory=825307185 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10617796 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) S 17028 17031 4674 0 -1 1077944384 1806 0 0 0 38 0 0 0 20 0 16 0 110482724 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641949173744 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10617796 memory=6655300316396806240 CPUtime=0.39 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) S 17028 17031 4674 0 -1 1077944384 1278 0 0 0 39 0 0 0 20 0 16 0 110482724 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641948121200 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10617796 memory=6944652177228980320 CPUtime=0.17 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 1170 0 0 0 17 0 0 0 20 0 16 0 110482724 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10617796 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10617796 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 110482729 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17047] ppid=17028 vsize=10617796 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17047/stat : 17047 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110482765 10872623104 20053 18446744073709551615 4194304 4196468 140727092998768 140641943909680 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0

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

/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 1123 0 0 0 3 3 0 0 20 0 16 0 110482721 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10617796 memory=7595720342038800231 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10617796 memory=222248 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10617796 memory=4572 CPUtime=0.71 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) S 17028 17031 4674 0 -1 1077944384 6879 0 0 0 70 1 0 0 20 0 16 0 110482724 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641949173744 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10617796 memory=222248 CPUtime=0.63 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) S 17028 17031 4674 0 -1 1077944384 6630 0 0 0 62 1 0 0 20 0 16 0 110482724 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641948121200 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10617796 memory=222248 CPUtime=0.22 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 3356 0 0 0 21 1 0 0 20 0 16 0 110482724 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10617796 memory=4048 CPUtime=1.49 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 2121 0 0 0 67 82 0 0 20 0 16 0 110482729 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17047] ppid=17028 vsize=10617796 memory=28804 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17047/stat : 17047 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110482765 10872623104 55562 18446744073709551615 4194304 4196468 140727092998768 140641943909680 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 2445.46 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 222248 KiB

[startup+2502.3 s]
/proc/loadavg: 2.10 2.05 2.07 3/215 17954
/proc/meminfo: memFree=29902912/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=10617796 memory=224296 CPUtime=2505.49 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 37682 0 0 0 250466 83 0 0 20 0 16 0 110482709 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2654449 56074 3106 1 0 2643902 0
[pid=17031/tid=17033] ppid=17028 vsize=10617796 memory=224296 CPUtime=2502.19 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) R 17028 17031 4674 0 -1 4202560 15491 0 0 0 250213 6 0 0 20 0 16 0 110482719 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642461507112 140642078777134 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.02 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 199 0 0 0 1 1 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=10617796 memory=63 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17038] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.06 cores=1,3,5,7
/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 1129 0 0 0 3 3 0 0 20 0 16 0 110482721 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10617796 memory=224296 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.71 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) S 17028 17031 4674 0 -1 1077944384 6883 0 0 0 70 1 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641949173744 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10617796 memory=3008 CPUtime=0.63 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) S 17028 17031 4674 0 -1 1077944384 6636 0 0 0 62 1 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641948121200 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.23 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 3358 0 0 0 22 1 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10617796 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10617796 memory=53720 CPUtime=1.52 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 2153 0 0 0 68 84 0 0 20 0 16 0 110482729 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17047] ppid=17028 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17047/stat : 17047 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110482765 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641943909680 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 2505.49 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 224296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.8 s]
/proc/loadavg: 2.08 2.05 2.07 3/215 17954
/proc/meminfo: memFree=29902924/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=10617796 memory=224296 CPUtime=2520 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 37690 0 0 0 251916 84 0 0 20 0 16 0 110482709 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2654449 56074 3106 1 0 2643902 0
[pid=17031/tid=17033] ppid=17028 vsize=10617796 memory=796 CPUtime=2516.69 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) R 17028 17031 4674 0 -1 4202560 15497 0 0 0 251663 6 0 0 20 0 16 0 110482719 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642461507112 140642079254108 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.02 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 199 0 0 0 1 1 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 16 0 110482720 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17038] ppid=17028 vsize=10617796 memory=1444 CPUtime=0.06 cores=1,3,5,7
/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 1129 0 0 0 3 3 0 0 20 0 16 0 110482721 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110482722 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10617796 memory=796 CPUtime=0.71 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) S 17028 17031 4674 0 -1 1077944384 6883 0 0 0 70 1 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641949173744 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10617796 memory=984 CPUtime=0.63 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) S 17028 17031 4674 0 -1 1077944384 6636 0 0 0 62 1 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641948121200 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10617796 memory=224296 CPUtime=0.23 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 3358 0 0 0 22 1 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10617796 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110482724 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10617796 memory=2832 CPUtime=1.53 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 2155 0 0 0 69 84 0 0 20 0 16 0 110482729 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17047] ppid=17028 vsize=10617796 memory=3008 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17047/stat : 17047 (java) S 17028 17031 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110482765 10872623104 56074 18446744073709551615 4194304 4196468 140727092998768 140641943909680 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 224296 KiB

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

[startup+2517.03 s]
# the end of solver process 17031 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.2 s, system=0.846162 s

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

[startup+2517 s]*
/proc/loadavg: 2.08 2.05 2.07 2/216 17957
/proc/meminfo: memFree=29902924/32770624 swapFree=67108764/67108860
[pid=17031] ppid=17028 vsize=10817488 memory=224636 CPUtime=2520.02 cores=1,3,5,7
/proc/17031/stat : 17031 (java) S 17028 17031 4674 0 -1 1077944320 38180 0 0 0 251918 84 0 0 20 0 17 0 110482709 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140727092981312 140642457267959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
/proc/17031/statm: 2704372 56159 3108 1 0 2693825 0
[pid=17031/tid=17033] ppid=17028 vsize=10817488 memory=-8774313645642428999 CPUtime=2516.7 cores=1,3,5,7
/proc/17031/task/17033/stat : 17033 (java) S 17028 17031 4674 0 -1 1077944384 15540 0 0 0 251664 6 0 0 20 0 17 0 110482719 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140642461510832 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17034] ppid=17028 vsize=10817488 memory=4872558044660077418 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17034/stat : 17034 (java) S 17028 17031 4674 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 17 0 110482720 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140642398304528 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17035] ppid=17028 vsize=10817488 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17031/task/17035/stat : 17035 (java) S 17028 17031 4674 0 -1 1077944384 199 0 0 0 1 1 0 0 20 0 17 0 110482720 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140642397251984 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17036] ppid=17028 vsize=10817488 memory=3 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17036/stat : 17036 (java) S 17028 17031 4674 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 17 0 110482720 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140642396199440 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17037] ppid=17028 vsize=10817488 memory=15880 CPUtime=0.01 cores=1,3,5,7
/proc/17031/task/17037/stat : 17037 (java) S 17028 17031 4674 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 17 0 110482720 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140642065705616 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17038] ppid=17028 vsize=10817488 memory=4048 CPUtime=0.06 cores=1,3,5,7
/proc/17031/task/17038/stat : 17038 (java) S 17028 17031 4674 0 -1 1077944384 1129 0 0 0 3 3 0 0 20 0 17 0 110482721 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641953384944 140642457279106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17039] ppid=17028 vsize=10817488 memory=31988 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17039/stat : 17039 (java) S 17028 17031 4674 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 110482722 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641952331168 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17040] ppid=17028 vsize=10817488 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17040/stat : 17040 (java) S 17028 17031 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 110482722 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641951278576 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17041] ppid=17028 vsize=10817488 memory=644 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17041/stat : 17041 (java) S 17028 17031 4674 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 110482724 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641950227152 140642457286555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17042] ppid=17028 vsize=10817488 memory=1796 CPUtime=0.71 cores=1,3,5,7
/proc/17031/task/17042/stat : 17042 (java) S 17028 17031 4674 0 -1 1077944384 6928 0 0 0 70 1 0 0 20 0 17 0 110482724 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641949173744 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17043] ppid=17028 vsize=10817488 memory=956 CPUtime=0.63 cores=1,3,5,7
/proc/17031/task/17043/stat : 17043 (java) S 17028 17031 4674 0 -1 1077944384 6636 0 0 0 62 1 0 0 20 0 17 0 110482724 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641948121200 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17044] ppid=17028 vsize=10817488 memory=2244 CPUtime=0.23 cores=1,3,5,7
/proc/17031/task/17044/stat : 17044 (java) S 17028 17031 4674 0 -1 1077944384 3461 0 0 0 22 1 0 0 20 0 17 0 110482724 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641947068656 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17045] ppid=17028 vsize=10817488 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17045/stat : 17045 (java) S 17028 17031 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110482724 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641946016352 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17046] ppid=17028 vsize=10817488 memory=1608 CPUtime=1.53 cores=1,3,5,7
/proc/17031/task/17046/stat : 17046 (java) S 17028 17031 4674 0 -1 1077944384 2155 0 0 0 69 84 0 0 20 0 17 0 110482729 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641944963888 140642457279106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17955] ppid=17028 vsize=10817488 memory=928 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17955/stat : 17955 (java) S 17028 17031 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110734390 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641942856432 140642457278165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
[pid=17031/tid=17956] ppid=17028 vsize=10817488 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/17031/task/17956/stat : 17956 (java) R 17028 17031 4674 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 17 0 110734390 11077107712 56159 18446744073709551615 4194304 4196468 140727092998768 140641941804816 140642457279894 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16359424 140727093006736 140727093006889 140727093006889 140727093010383 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 224636 KiB

Child status: 143
Real time (s): 2517.03
CPU time (s): 2520.05
CPU user time (s): 2519.2
CPU system time (s): 0.846162
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 224636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.2
system time used= 0.846162
maximum resident set size= 224904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55789
involuntary context switches= 796


# summary of solver processes directly reported to runsolver:
#   pid: 17031
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.2
#   total CPU system time (s): 0.846162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9144 second user time and 23.2726 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 14:55:28
IDJOB=4262969
IDBENCH=133460
IDSOLVER=2651
FILE ID=node134/4262969-1502629763
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262969-1502629763/watcher-4262969-1502629763 -o /tmp/evaluation-result-4262969-1502629763/solver-4262969-1502629763 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262969-1502629763.xml

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

MD5SUM BENCH= fc58042bc4c17dd15fe4721e0dab7678
RANDOM SEED=2032327614

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:        24991320 kB
MemAvailable:   25203760 kB
Buffers:          224316 kB
Cached:           281664 kB
SwapCached:            4 kB
Active:          7108600 kB
Inactive:         209208 kB
Active(anon):    6758564 kB
Inactive(anon):    94440 kB
Active(file):     350036 kB
Inactive(file):   114768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1672 kB
Writeback:             4 kB
AnonPages:       6811508 kB
Mapped:            67692 kB
Shmem:             41564 kB
Slab:             153512 kB
SReclaimable:     126944 kB
SUnreclaim:        26568 kB
KernelStack:        3568 kB
PageTables:        18272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8032408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6647808 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:37:26