Trace number 4289834

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.15 1928.46

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-75-50-00_c18.xml
MD5SUM7fcf74bccc1d4f399a3457b4fd80f100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark357
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size59
Maximum domain size75
Distribution of domain sizes[{"size":59,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289834-1532270009/watcher-4289834-1532270009 -o /tmp/evaluation-result-4289834-1532270009/solver-4289834-1532270009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289834-1532270009.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5619, runsolver pid=5616

[startup+0.100866 s]*
/proc/loadavg: 3.88 3.73 3.04 2/217 5634
/proc/meminfo: memFree=17679108/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10659012 memory=31524 CPUtime=0.12 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 6435 0 0 0 10 2 0 0 20 0 15 0 44563820 10914828288 7881 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2664753 7881 2846 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10659012 memory=-8393405103777608896 CPUtime=0.08 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 3751 0 -1 4202560 4275 0 0 0 7 1 0 0 20 0 15 0 44563821 10914828288 7881 33554432000 4194304 4196468 140728823066928 140280358279744 140280354079901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 7881 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10659012 memory=140397293594240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 7881 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 7881 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 7881 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10659012 memory=140397293594240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563823 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44563823 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279845352352 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44563824 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279844299760 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 3751 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279842195952 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 3751 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279841143408 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10659012 memory=140397293594240 CPUtime=0.02 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 3751 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 15 0 44563826 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279840090864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10659012 memory=140397293594240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 7881 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31524 KiB

[startup+0.210622 s]*
/proc/loadavg: 3.88 3.73 3.04 4/217 5634
/proc/meminfo: memFree=17669748/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10659012 memory=42260 CPUtime=0.32 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 7635 0 0 0 30 2 0 0 20 0 15 0 44563820 10914828288 10565 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2664753 10565 3005 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 3751 0 -1 4202560 4619 0 0 0 18 2 0 0 20 0 15 0 44563821 10914828288 10565 33554432000 4194304 4196468 140728823066928 140280358294576 140280340125870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 10565 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10659012 memory=140397293617823 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 10565 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 10565 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914828288 10565 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10659012 memory=140397293594240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563823 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44563823 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279845352352 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44563824 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279844299760 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 3751 0 -1 1077944384 499 0 0 0 2 0 0 0 20 0 15 0 44563826 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279842195952 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 3751 0 -1 1077944384 478 0 0 0 2 0 0 0 20 0 15 0 44563826 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279841143408 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10659012 memory=140397293594240 CPUtime=0.07 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) R 5616 5619 3751 0 -1 4202560 674 0 0 0 7 0 0 0 20 0 15 0 44563826 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279840090864 140280332597046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10659012 memory=140397293594240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563826 10914828288 10565 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42260 KiB

[startup+0.310809 s]*
/proc/loadavg: 3.88 3.73 3.04 5/217 5634
/proc/meminfo: memFree=17662852/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10659088 memory=47420 CPUtime=0.52 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 8550 0 0 0 49 3 0 0 20 0 15 0 44563820 10914906112 11855 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2664772 11855 3061 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 3751 0 -1 4202560 5321 0 0 0 27 2 0 0 20 0 15 0 44563821 10914906112 11855 33554432000 4194304 4196468 140728823066928 140280358294672 140279956994208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 11855 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10659088 memory=140397293678329 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 11855 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 11855 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 11855 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10659088 memory=140397293594240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563823 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44563823 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279845352352 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44563824 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279844299760 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) R 5616 5619 3751 0 -1 1077944384 533 0 0 0 4 0 0 0 20 0 15 0 44563826 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279842195952 140280354069122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) R 5616 5619 3751 0 -1 4202560 581 0 0 0 4 0 0 0 20 0 15 0 44563826 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279841143408 140280338347979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10659088 memory=140397293594240 CPUtime=0.12 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) R 5616 5619 3751 0 -1 4202560 746 0 0 0 12 0 0 0 20 0 15 0 44563826 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279840090864 140280332983652 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10659088 memory=140397293594240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563826 10914906112 11855 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47420 KiB

[startup+0.705449 s]
/proc/loadavg: 3.88 3.73 3.04 5/217 5634
/proc/meminfo: memFree=17624072/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10659088 memory=115900 CPUtime=1.76 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 11398 0 0 0 171 5 0 0 20 0 15 0 44563820 10914906112 28975 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2664772 28975 3103 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10659088 memory=18460 CPUtime=0.68 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 3751 0 -1 4202560 5470 0 0 0 65 3 0 0 20 0 15 0 44563821 10914906112 28975 33554432000 4194304 4196468 140728823066928 140280358292072 140279960172815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10659088 memory=10156 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 28975 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 28975 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 28975 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44563822 10914906112 28975 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 44563823 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44563823 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279845352352 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44563824 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279844299760 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10659088 memory=6081105704601809001 CPUtime=0.39 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) R 5616 5619 3751 0 -1 4202560 1253 0 0 0 39 0 0 0 20 0 15 0 44563826 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279842182800 140280333711488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10659088 memory=6148935659200796009 CPUtime=0.41 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) R 5616 5619 3751 0 -1 4202560 1981 0 0 0 41 0 0 0 20 0 15 0 44563826 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279841135896 140280339162448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10659088 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 3751 0 -1 1077944384 1321 0 0 0 24 0 0 0 20 0 15 0 44563826 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279840090864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44563826 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44563826 10914906112 28975 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 115900 KiB

[startup+1.5064 s]
/proc/loadavg: 3.89 3.74 3.04 6/217 5634
/proc/meminfo: memFree=17474468/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10659088 memory=308644 CPUtime=4.3 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 19388 0 0 0 413 17 0 0 20 0 15 0 44563820 10914906112 77161 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2664772 77161 3138 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10659088 memory=287788 CPUtime=1.37 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 3751 0 -1 4202560 5551 0 0 0 133 4 0 0 20 0 15 0 44563821 10914906112 77161 33554432000 4194304 4196468 140728823066928 140280358285576 140279960548469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10659088 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 93 0 0 0 7 3 0 0 20 0 15 0 44563822 10914906112 77161 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 44 0 0 0 5 2 0 0 20 0 15 0 44563822 10914906112 77161 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 209 0 0 0 4 2 0 0 20 0 15 0 44563822 10914906112 77161 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10659088 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 99 0 0 0 7 3 0 0 20 0 15 0 44563822 10914906112 77161 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44563823 10914906112 77161 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0

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

/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 133006 0 0 0 15537 136 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10725652 memory=8249044 CPUtime=155.39 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 107879 0 0 0 15399 140 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10725652 memory=8249044 CPUtime=27.65 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 74799 0 0 0 2760 5 0 0 20 0 16 0 44563823 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 44563823 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279845352416 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44563824 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279844299776 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10725652 memory=8249044 CPUtime=2.53 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 3751 0 -1 1077944384 12809 0 0 0 252 1 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279842195952 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10725652 memory=8249044 CPUtime=3.48 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 3751 0 -1 1077944384 12973 0 0 0 346 2 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279841143408 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0.47 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 3751 0 -1 1077944384 6818 0 0 0 45 2 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279840090864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10725652 memory=15108 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10725652 memory=8249044 CPUtime=1 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 2310 0 0 0 50 50 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5636] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5636/stat : 5636 (java) S 5616 5619 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44574918 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279836930864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 2314.12 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 8249044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.09 2.27 3/218 5794
/proc/meminfo: memFree=5824932/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10725652 memory=8249044 CPUtime=2374.15 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 903945 0 0 0 236749 666 0 0 20 0 16 0 44563820 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2681413 2062261 3189 1 0 2643904 0
[pid=5619/tid=5621] ppid=5616 vsize=10725652 memory=8249044 CPUtime=1714.67 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 3751 0 -1 4202560 350521 0 0 0 171424 43 0 0 20 0 16 0 44563821 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280358296928 140279962507626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10725652 memory=8249044 CPUtime=156 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 123907 0 0 0 15458 142 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10725652 memory=8249044 CPUtime=156.09 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 77394 0 0 0 15457 152 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10725652 memory=8249044 CPUtime=156.73 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 133006 0 0 0 15537 136 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10725652 memory=1444 CPUtime=155.39 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 107879 0 0 0 15399 140 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10725652 memory=8249044 CPUtime=27.65 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 74814 0 0 0 2760 5 0 0 20 0 16 0 44563823 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10725652 memory=8388 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 44563823 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279845352416 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44563824 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279844299776 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10725652 memory=8249044 CPUtime=2.53 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 3751 0 -1 1077944384 12815 0 0 0 252 1 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279842195952 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10725652 memory=8249044 CPUtime=3.48 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 3751 0 -1 1077944384 12979 0 0 0 346 2 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279841143408 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0.47 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 3751 0 -1 1077944384 6838 0 0 0 45 2 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279840090864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10725652 memory=7284 CPUtime=1.04 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 2383 0 0 0 52 52 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5636] ppid=5616 vsize=10725652 memory=840 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5636/stat : 5636 (java) S 5616 5619 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44574918 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279836930864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 2374.15 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 8249044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1928.2 s]
/proc/loadavg: 2.01 2.08 2.26 3/218 5794
/proc/meminfo: memFree=5824932/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10725652 memory=8249044 CPUtime=2400.06 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 904726 0 0 0 239340 666 0 0 20 0 16 0 44563820 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2681413 2062261 3189 1 0 2643904 0
[pid=5619/tid=5621] ppid=5616 vsize=10725652 memory=3260 CPUtime=1740.57 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 3751 0 -1 4202560 351294 0 0 0 174014 43 0 0 20 0 16 0 44563821 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280358296928 140279962381347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10725652 memory=8249044 CPUtime=156 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 123907 0 0 0 15458 142 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10725652 memory=1408 CPUtime=156.09 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 77394 0 0 0 15457 152 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10725652 memory=3316 CPUtime=156.73 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 133006 0 0 0 15537 136 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10725652 memory=301741373374332954 CPUtime=155.39 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 107879 0 0 0 15399 140 0 0 20 0 16 0 44563822 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10725652 memory=288230621803970871 CPUtime=27.65 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 74819 0 0 0 2760 5 0 0 20 0 16 0 44563823 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10725652 memory=15541808151136668 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 44563823 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279845352416 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10725652 memory=916 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44563824 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279844299776 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10725652 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10725652 memory=2864 CPUtime=2.53 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 3751 0 -1 1077944384 12815 0 0 0 252 1 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279842195952 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10725652 memory=2588 CPUtime=3.48 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 3751 0 -1 1077944384 12979 0 0 0 346 2 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279841143408 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10725652 memory=4108 CPUtime=0.47 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 3751 0 -1 1077944384 6839 0 0 0 45 2 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279840090864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10725652 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10725652 memory=3260 CPUtime=1.05 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 2385 0 0 0 53 52 0 0 20 0 16 0 44563826 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5636] ppid=5616 vsize=10725652 memory=8249044 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5636/stat : 5636 (java) S 5616 5619 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44574918 10983067648 2062261 33554432000 4194304 4196468 140728823066928 140279836930864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 8249044 KiB

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

[startup+1928.46 s]
# the end of solver process 5619 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.44 s, system=6.71087 s

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

[startup+1928.4 s]
/proc/loadavg: 2.01 2.08 2.26 3/218 5794
/proc/meminfo: memFree=5824932/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10925344 memory=8249336 CPUtime=2400.08 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 3751 0 -1 1077944320 905566 0 0 0 239341 667 0 0 20 0 17 0 44563820 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140728823049472 140280354057975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
/proc/5619/statm: 2731336 2062334 3191 1 0 2693827 0
[pid=5619/tid=5621] ppid=5616 vsize=10925344 memory=14004 CPUtime=1740.58 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) S 5616 5619 3751 0 -1 1077944384 351366 0 0 0 174015 43 0 0 20 0 17 0 44563821 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140280358300848 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5622] ppid=5616 vsize=10925344 memory=1204 CPUtime=156 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 3751 0 -1 1077944384 123907 0 0 0 15458 142 0 0 20 0 17 0 44563822 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140280280132368 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5623] ppid=5616 vsize=10925344 memory=15872 CPUtime=156.09 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 3751 0 -1 1077944384 77394 0 0 0 15457 152 0 0 20 0 17 0 44563822 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140280279079824 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5624] ppid=5616 vsize=10925344 memory=4008 CPUtime=156.73 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 3751 0 -1 1077944384 133006 0 0 0 15537 136 0 0 20 0 17 0 44563822 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140280278027280 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5625] ppid=5616 vsize=10925344 memory=8249044 CPUtime=155.39 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 3751 0 -1 1077944384 107879 0 0 0 15399 140 0 0 20 0 17 0 44563822 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140280276974736 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5626] ppid=5616 vsize=10925344 memory=8249044 CPUtime=27.65 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 3751 0 -1 1077944384 74855 0 0 0 2760 5 0 0 20 0 17 0 44563823 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279846406128 140280354069122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5627] ppid=5616 vsize=10925344 memory=18460 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 3751 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 44563823 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279845352416 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5628] ppid=5616 vsize=10925344 memory=10184 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 3751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44563824 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279844299776 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5629] ppid=5616 vsize=10925344 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 3751 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 44563826 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279843248336 140280354076571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5630] ppid=5616 vsize=10925344 memory=644 CPUtime=2.53 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 3751 0 -1 1077944384 12815 0 0 0 252 1 0 0 20 0 17 0 44563826 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279842195952 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5631] ppid=5616 vsize=10925344 memory=952 CPUtime=3.48 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 3751 0 -1 1077944384 12979 0 0 0 346 2 0 0 20 0 17 0 44563826 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279841143408 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5632] ppid=5616 vsize=10925344 memory=1236 CPUtime=0.47 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 3751 0 -1 1077944384 7059 0 0 0 45 2 0 0 20 0 17 0 44563826 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279840090864 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5633] ppid=5616 vsize=10925344 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44563826 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279839038560 140280354068181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
[pid=5619/tid=5634] ppid=5616 vsize=10925344 memory=1576 CPUtime=1.05 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 3751 0 -1 1077944384 2385 0 0 0 53 52 0 0 20 0 17 0 44563826 11187552256 2062334 33554432000 4194304 4196468 140728823066928 140279837985072 140280354069122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13938688 140728823071857 140728823072009 140728823072009 140728823074767 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 8249336 KiB

Child status: 143
Real time (s): 1928.46
CPU time (s): 2400.15
CPU user time (s): 2393.44
CPU system time (s): 6.71087
CPU usage (%): 124.459
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 8249336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.44
system time used= 6.71087
maximum resident set size= 8249540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 905988
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55866
involuntary context switches= 13548


# summary of solver processes directly reported to runsolver:
#   pid: 5619
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2393.44
#   total CPU system time (s): 6.71087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4145 second user time and 18.5335 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 16:33:30
IDJOB=4289834
IDBENCH=141625
IDSOLVER=2742
FILE ID=node106/4289834-1532270009
RUNJOBID= node106-1532261164-3782
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-75-50-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289834-1532270009/watcher-4289834-1532270009 -o /tmp/evaluation-result-4289834-1532270009/solver-4289834-1532270009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289834-1532270009.xml

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

MD5SUM BENCH= 7fcf74bccc1d4f399a3457b4fd80f100
RANDOM SEED=1257506181

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17698144 kB
MemAvailable:   31419288 kB
Buffers:          245272 kB
Cached:         13565848 kB
SwapCached:            0 kB
Active:          1786808 kB
Inactive:       12599132 kB
Active(anon):     577544 kB
Inactive(anon):    17096 kB
Active(file):    1209264 kB
Inactive(file): 12582036 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2524 kB
Writeback:             0 kB
AnonPages:        581536 kB
Mapped:            47540 kB
Shmem:             17036 kB
Slab:             386252 kB
SReclaimable:     358304 kB
SUnreclaim:        27948 kB
KernelStack:        3584 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1560596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53024 MiB
End job on node106 at 2018-07-22 17:05:38