Trace number 4263022

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.0601 2506.4299

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-marketSplit/
Pb-msplit-7-60-4.xml
MD5SUM37d902a8c28836ecb268a87a81b5effe
Bench CategoryCOP (optimization 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 variables61
Number of constraints15
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":61}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":1},{"degree":12,"count":2},{"degree":14,"count":58}]
Minimum constraint arity1
Maximum constraint arity60
Distribution of constraint arities[{"arity":1,"count":1},{"arity":59,"count":4},{"arity":60,"count":10}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":15}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263022-1502632465/watcher-4263022-1502632465 -o /tmp/evaluation-result-4263022-1502632465/solver-4263022-1502632465 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263022-1502632465.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
Current StackSize limit: 8192 KiB

solver pid=21994, runsolver pid=21991

[startup+0.100179 s]*
/proc/loadavg: 1.92 2.01 2.04 3/206 22000
/proc/meminfo: memFree=27880440/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=9936560 memory=16748 CPUtime=0 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 3512 0 0 0 0 0 0 0 20 0 6 0 17129229 10175037440 4187 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2484140 4187 1923 1 0 2473637 0
[pid=21994/tid=21996] ppid=21991 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) R 21991 21994 7968 0 -1 4202560 2211 0 0 0 0 0 0 0 20 0 6 0 17129238 10175037440 4187 18446744073709551615 4194304 4196468 140725675301344 140524828631632 140524824417437 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17129239 10175037440 4187 18446744073709551615 4194304 4196468 140725675301344 140524754815888 140524824405717 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=9936560 memory=140190346126976 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17129239 10175037440 4187 18446744073709551615 4194304 4196468 140725675301344 140524434483984 140524824405717 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17129239 10175037440 4187 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524824405717 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) S 21991 21994 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17129239 10175037440 4187 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524824405717 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16748 KiB

[startup+0.21023 s]*
/proc/loadavg: 1.92 2.01 2.04 3/215 22009
/proc/meminfo: memFree=27870152/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=10551156 memory=27068 CPUtime=0.09 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 5192 0 0 0 8 1 0 0 20 0 15 0 17129229 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2637789 6767 2796 1 0 2627261 0
[pid=21994/tid=21996] ppid=21991 vsize=10551156 memory=8316850467074736180 CPUtime=0.08 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) R 21991 21994 7968 0 -1 4202560 3122 0 0 0 7 1 0 0 20 0 15 0 17129238 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140524828634448 140524824416858 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=10551156 memory=11918 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140524754815888 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=10551156 memory=288370566497838720 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140524434483984 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) S 21991 21994 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10551156 memory=140190346126976 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17129241 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523864856688 140524824406658 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17129241 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523863802656 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17129241 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523862750320 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) S 21991 21994 7968 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523860646512 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523859593712 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10551156 memory=140190346126976 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) R 21991 21994 7968 0 -1 4202560 287 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524802912734 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10551156 memory=140190346126976 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129248 10804383744 6767 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27068 KiB

[startup+0.311111 s]*
/proc/loadavg: 1.92 2.01 2.04 3/215 22009
/proc/meminfo: memFree=27860064/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=10551156 memory=36464 CPUtime=0.24 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 8438 0 0 0 21 3 0 0 20 0 15 0 17129229 10804383744 9116 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2637789 9116 2858 1 0 2627261 0
[pid=21994/tid=21996] ppid=21991 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) R 21991 21994 7968 0 -1 4202560 6109 0 0 0 15 2 0 0 20 0 15 0 17129238 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140524828630608 140524808475998 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=10551156 memory=11918 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140524754815888 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=10551156 memory=321988600191878528 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140524434483984 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) S 21991 21994 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17129239 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10551156 memory=3472468486573806256 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17129241 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523864856688 140524824406658 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17129241 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523863802656 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17129241 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523862750320 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) S 21991 21994 7968 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 15 0 17129244 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523860646512 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523859593712 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10551156 memory=7160715655056758005 CPUtime=0.04 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) S 21991 21994 7968 0 -1 1077944384 409 0 0 0 4 0 0 0 20 0 15 0 17129244 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10551156 memory=140190346126976 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129248 10804383744 9181 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36464 KiB

[startup+0.704084 s]
/proc/loadavg: 1.92 2.01 2.04 5/215 22009
/proc/meminfo: memFree=27844812/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=10551232 memory=202432 CPUtime=1.29 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 12679 0 0 0 120 9 0 0 20 0 15 0 17129229 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2637808 50608 3058 1 0 2627261 0
[pid=21994/tid=21996] ppid=21991 vsize=10551232 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) S 21991 21994 7968 0 -1 1077944384 7448 0 0 0 48 4 0 0 20 0 15 0 17129238 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140524828612656 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) R 21991 21994 7968 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 15 0 17129239 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140524754813696 140524809420856 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) R 21991 21994 7968 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 15 0 17129239 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140524434484184 140524809422930 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) R 21991 21994 7968 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 15 0 17129239 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524808843575 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) R 21991 21994 7968 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 15 0 17129239 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524809419268 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 17129241 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523864855200 140524824405717 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17129241 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523863802656 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10551232 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17129241 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523862750320 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10551232 memory=792 CPUtime=0.23 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) R 21991 21994 7968 0 -1 4202560 1653 0 0 0 23 0 0 0 20 0 15 0 17129244 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523860636000 140524807892299 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10551232 memory=8684 CPUtime=0.22 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 1197 0 0 0 22 0 0 0 20 0 15 0 17129244 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523859578704 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10551232 memory=1440 CPUtime=0.18 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) S 21991 21994 7968 0 -1 1077944384 926 0 0 0 18 0 0 0 20 0 15 0 17129244 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17129248 10804461568 50608 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 202432 KiB

[startup+1.50111 s]
/proc/loadavg: 1.92 2.01 2.04 3/215 22009
/proc/meminfo: memFree=27553996/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=10551232 memory=650992 CPUtime=3.76 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 14432 0 0 0 328 48 0 0 20 0 15 0 17129229 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2637808 162748 3088 1 0 2627261 0
[pid=21994/tid=21996] ppid=21991 vsize=10551232 memory=288230574492221466 CPUtime=0.83 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) S 21991 21994 7968 0 -1 1077944384 7503 0 0 0 77 6 0 0 20 0 15 0 17129238 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140524828630368 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=10551232 memory=288230613214036277 CPUtime=0.5 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) R 21991 21994 7968 0 -1 4202560 346 0 0 0 41 9 0 0 20 0 15 0 17129239 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140524754816088 140524805991920 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=10551232 memory=570296 CPUtime=0.49 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) R 21991 21994 7968 0 -1 4202560 295 0 0 0 40 9 0 0 20 0 15 0 17129239 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140524434483568 140524817023719 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=10551232 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) R 21991 21994 7968 0 -1 4202560 228 0 0 0 40 9 0 0 20 0 15 0 17129239 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140524433431896 140524809346983 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10551232 memory=-2897801490638248215 CPUtime=0.5 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) R 21991 21994 7968 0 -1 4202560 245 0 0 0 40 10 0 0 20 0 15 0 17129239 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140524432378784 140524805991997 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 17129241 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523864855008 140524824405717 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 17129241 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523863802656 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 17129241 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523862750320 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10551232 memory=13068 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10551232 memory=2424 CPUtime=0.33 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) S 21991 21994 7968 0 -1 1077944384 1786 0 0 0 33 0 0 0 20 0 15 0 17129244 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523860646512 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10551232 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 1466 0 0 0 33 0 0 0 20 0 15 0 17129244 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523859593712 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10551232 memory=6440235876196307304 CPUtime=0.2 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) S 21991 21994 7968 0 -1 1077944384 988 0 0 0 20 0 0 0 20 0 15 0 17129244 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10551232 memory=6441361776103149928 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129244 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10551232 memory=6441361776103149928 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17129248 10804461568 162748 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 10551232 KiB

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

/proc/21994/task/21999/stat : 21999 (java) S 21991 21994 7968 0 -1 1077944384 2195 0 0 0 296 40 0 0 20 0 16 0 17129239 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10617796 memory=1978948 CPUtime=3.37 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) S 21991 21994 7968 0 -1 1077944384 1988 0 0 0 297 40 0 0 20 0 16 0 17129239 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0.87 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 5384 0 0 0 84 3 0 0 20 0 16 0 17129241 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523864856688 140524824406658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 17129241 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523863802720 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 17129241 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523862750336 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17129244 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10617796 memory=1978948 CPUtime=1.12 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) S 21991 21994 7968 0 -1 1077944384 9237 0 0 0 111 1 0 0 20 0 16 0 17129244 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523860646512 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0.95 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 8438 0 0 0 94 1 0 0 20 0 16 0 17129244 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523859593712 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0.31 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) S 21991 21994 7968 0 -1 1077944384 4740 0 0 0 30 1 0 0 20 0 16 0 17129244 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17129244 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10617796 memory=0 CPUtime=1.6 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 1786 0 0 0 82 78 0 0 20 0 16 0 17129248 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22010] ppid=21991 vsize=10617796 memory=1978948 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22010/stat : 22010 (java) S 21991 21994 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17129592 10872623104 494737 18446744073709551615 4194304 4196468 140725675301344 140523855381168 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 2456.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1978948 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/213 22369
/proc/meminfo: memFree=24762120/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=10617796 memory=1979676 CPUtime=2516.1 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 79979 0 0 0 251371 239 0 0 20 0 16 0 17129229 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2654449 494919 3127 1 0 2643902 0
[pid=21994/tid=21996] ppid=21991 vsize=10617796 memory=1979676 CPUtime=2497.62 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) R 21991 21994 7968 0 -1 4202560 39101 0 0 0 249748 14 0 0 20 0 16 0 17129238 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524828634512 140524438105928 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=10617796 memory=1979676 CPUtime=3.39 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) S 21991 21994 7968 0 -1 1077944384 3051 0 0 0 299 40 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524754815888 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=10617796 memory=1979676 CPUtime=3.38 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) S 21991 21994 7968 0 -1 1077944384 2558 0 0 0 299 39 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524434483984 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=10617796 memory=0 CPUtime=3.36 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) S 21991 21994 7968 0 -1 1077944384 2195 0 0 0 296 40 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10617796 memory=1979676 CPUtime=3.37 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) S 21991 21994 7968 0 -1 1077944384 1988 0 0 0 297 40 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10617796 memory=1979676 CPUtime=0.87 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 5393 0 0 0 84 3 0 0 20 0 16 0 17129241 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523864856688 140524824406658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 17129241 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523863802720 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10617796 memory=1979676 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 17129241 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523862750336 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10617796 memory=1979676 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10617796 memory=1156 CPUtime=1.12 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) S 21991 21994 7968 0 -1 1077944384 9245 0 0 0 111 1 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523860646512 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10617796 memory=3268 CPUtime=0.95 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 8449 0 0 0 94 1 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523859593712 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10617796 memory=-8774313645642428999 CPUtime=0.31 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) S 21991 21994 7968 0 -1 1077944384 4749 0 0 0 30 1 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10617796 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10617796 memory=1979676 CPUtime=1.64 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 1829 0 0 0 84 80 0 0 20 0 16 0 17129248 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22010] ppid=21991 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22010/stat : 22010 (java) S 21991 21994 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17129592 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523855381168 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 2516.1 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1979676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.2 s]
/proc/loadavg: 2.01 2.04 2.05 3/213 22369
/proc/meminfo: memFree=24762120/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=10617796 memory=1979676 CPUtime=2520 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 80078 0 0 0 251761 239 0 0 20 0 16 0 17129229 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2654449 494919 3127 1 0 2643902 0
[pid=21994/tid=21996] ppid=21991 vsize=10617796 memory=304274686886543669 CPUtime=2501.52 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) R 21991 21994 7968 0 -1 4202560 39177 0 0 0 250138 14 0 0 20 0 16 0 17129238 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524828634512 140524438253722 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=10617796 memory=15816711811106768 CPUtime=3.39 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) S 21991 21994 7968 0 -1 1077944384 3051 0 0 0 299 40 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524754815888 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=10617796 memory=8684 CPUtime=3.38 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) S 21991 21994 7968 0 -1 1077944384 2558 0 0 0 299 39 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524434483984 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=10617796 memory=1440 CPUtime=3.36 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) S 21991 21994 7968 0 -1 1077944384 2195 0 0 0 296 40 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10617796 memory=-8774313645642428999 CPUtime=3.37 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) S 21991 21994 7968 0 -1 1077944384 1988 0 0 0 297 40 0 0 20 0 16 0 17129239 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10617796 memory=-8774313645642428999 CPUtime=0.87 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 5393 0 0 0 84 3 0 0 20 0 16 0 17129241 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523864856688 140524824406658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 17129241 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523863802720 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10617796 memory=302022848351043610 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 17129241 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523862750336 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10617796 memory=312437461211152693 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10617796 memory=15816711811106768 CPUtime=1.12 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) S 21991 21994 7968 0 -1 1077944384 9245 0 0 0 111 1 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523860646512 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10617796 memory=-8412652152092201843 CPUtime=0.95 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 8449 0 0 0 94 1 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523859593712 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10617796 memory=8328453600958622283 CPUtime=0.31 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) S 21991 21994 7968 0 -1 1077944384 4749 0 0 0 30 1 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10617796 memory=-7666414585839465563 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17129244 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10617796 memory=4068 CPUtime=1.64 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 1852 0 0 0 84 80 0 0 20 0 16 0 17129248 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22010] ppid=21991 vsize=10617796 memory=1398720917958146503 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22010/stat : 22010 (java) S 21991 21994 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17129592 10872623104 494919 18446744073709551615 4194304 4196468 140725675301344 140523855381168 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1979676 KiB

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

[startup+2506.43 s]
# the end of solver process 21994 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.66 s, system=2.40231 s

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

[startup+2506.4 s]
/proc/loadavg: 2.01 2.04 2.05 3/213 22369
/proc/meminfo: memFree=24762120/32770624 swapFree=67108860/67108860
[pid=21994] ppid=21991 vsize=10817488 memory=1979896 CPUtime=2520.03 cores=0,2,4,6
/proc/21994/stat : 21994 (java) S 21991 21994 7968 0 -1 1077944320 80537 0 0 0 251764 239 0 0 20 0 17 0 17129229 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140725675283888 140524824395511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
/proc/21994/statm: 2704372 494974 3129 1 0 2693825 0
[pid=21994/tid=21996] ppid=21991 vsize=10817488 memory=1700 CPUtime=2501.54 cores=0,2,4,6
/proc/21994/task/21996/stat : 21996 (java) S 21991 21994 7968 0 -1 1077944384 39222 0 0 0 250140 14 0 0 20 0 17 0 17129238 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140524828638384 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21997] ppid=21991 vsize=10817488 memory=280380432303776 CPUtime=3.39 cores=0,2,4,6
/proc/21994/task/21997/stat : 21997 (java) S 21991 21994 7968 0 -1 1077944384 3051 0 0 0 299 40 0 0 20 0 17 0 17129239 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140524754815888 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21998] ppid=21991 vsize=10817488 memory=2424 CPUtime=3.38 cores=0,2,4,6
/proc/21994/task/21998/stat : 21998 (java) S 21991 21994 7968 0 -1 1077944384 2558 0 0 0 299 39 0 0 20 0 17 0 17129239 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140524434483984 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=21999] ppid=21991 vsize=10817488 memory=1979676 CPUtime=3.36 cores=0,2,4,6
/proc/21994/task/21999/stat : 21999 (java) S 21991 21994 7968 0 -1 1077944384 2195 0 0 0 296 40 0 0 20 0 17 0 17129239 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140524433431696 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22000] ppid=21991 vsize=10817488 memory=1979676 CPUtime=3.37 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (java) S 21991 21994 7968 0 -1 1077944384 1988 0 0 0 297 40 0 0 20 0 17 0 17129239 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140524432378896 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22001] ppid=21991 vsize=10817488 memory=-8774313645642428999 CPUtime=0.87 cores=0,2,4,6
/proc/21994/task/22001/stat : 22001 (java) S 21991 21994 7968 0 -1 1077944384 5393 0 0 0 84 3 0 0 20 0 17 0 17129241 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523864856688 140524824406658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22002] ppid=21991 vsize=10817488 memory=1979676 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22002/stat : 22002 (java) S 21991 21994 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 17129241 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523863802720 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22003] ppid=21991 vsize=10817488 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22003/stat : 22003 (java) S 21991 21994 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 17129241 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523862750336 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22004] ppid=21991 vsize=10817488 memory=792 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22004/stat : 22004 (java) S 21991 21994 7968 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 17 0 17129244 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523861698640 140524824414107 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22005] ppid=21991 vsize=10817488 memory=-8774313645642428999 CPUtime=1.12 cores=0,2,4,6
/proc/21994/task/22005/stat : 22005 (java) S 21991 21994 7968 0 -1 1077944384 9245 0 0 0 111 1 0 0 20 0 17 0 17129244 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523860646512 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22006] ppid=21991 vsize=10817488 memory=1000 CPUtime=0.95 cores=0,2,4,6
/proc/21994/task/22006/stat : 22006 (java) S 21991 21994 7968 0 -1 1077944384 8449 0 0 0 94 1 0 0 20 0 17 0 17129244 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523859593712 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22007] ppid=21991 vsize=10817488 memory=2012 CPUtime=0.31 cores=0,2,4,6
/proc/21994/task/22007/stat : 22007 (java) S 21991 21994 7968 0 -1 1077944384 4818 0 0 0 30 1 0 0 20 0 17 0 17129244 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523858541424 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22008] ppid=21991 vsize=10817488 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22008/stat : 22008 (java) S 21991 21994 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17129244 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523857488864 140524824405717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
[pid=21994/tid=22009] ppid=21991 vsize=10817488 memory=2424 CPUtime=1.64 cores=0,2,4,6
/proc/21994/task/22009/stat : 22009 (java) S 21991 21994 7968 0 -1 1077944384 1852 0 0 0 84 80 0 0 20 0 17 0 17129248 11077107712 494974 18446744073709551615 4194304 4196468 140725675301344 140523856435632 140524824406658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33140736 140725675307409 140725675307562 140725675307562 140725675311055 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 1979896 KiB

Child status: 143
Real time (s): 2506.43
CPU time (s): 2520.06
CPU user time (s): 2517.66
CPU system time (s): 2.40231
CPU usage (%): 100.544
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 1979896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.66
system time used= 2.40231
maximum resident set size= 1980428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57256
involuntary context switches= 3268


# summary of solver processes directly reported to runsolver:
#   pid: 21994
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.66
#   total CPU system time (s): 2.40231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8482 second user time and 24.5235 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 15:40:29
IDJOB=4263022
IDBENCH=135522
IDSOLVER=2651
FILE ID=node128/4263022-1502632465
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-marketSplit/Pb-msplit-7-60-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263022-1502632465/watcher-4263022-1502632465 -o /tmp/evaluation-result-4263022-1502632465/solver-4263022-1502632465 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263022-1502632465.xml

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

MD5SUM BENCH= 37d902a8c28836ecb268a87a81b5effe
RANDOM SEED=998330946

node128.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.94
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.94
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.94
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.94
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:        27885668 kB
MemAvailable:   28469660 kB
Buffers:          142420 kB
Cached:           729232 kB
SwapCached:            0 kB
Active:          3786756 kB
Inactive:         679476 kB
Active(anon):    3594916 kB
Inactive(anon):    16764 kB
Active(file):     191840 kB
Inactive(file):   662712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1780 kB
Writeback:             0 kB
AnonPages:       3594600 kB
Mapped:            45876 kB
Shmem:             17116 kB
Slab:             115388 kB
SReclaimable:      90552 kB
SUnreclaim:        24836 kB
KernelStack:        3520 kB
PageTables:        12580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4962696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3362816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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