Trace number 4289843

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.08 2369.45

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-15_c18.xml
MD5SUM9d47b2b78bc459aa217a94cfbd52e9d7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints106
Number of domains2
Minimum domain size225
Maximum domain size226
Distribution of domain sizes[{"size":225,"count":105},{"size":226,"count":15}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":14,"count":14},{"degree":15,"count":1}]
Minimum constraint arity3
Maximum constraint arity105
Distribution of constraint arities[{"arity":3,"count":105},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

37.25/14.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
37.25/14.54	c This is free software under the dual EPL/GNU LGPL licenses.
37.25/14.54	c See www.sat4j.org for details.
37.25/14.54	c That software uses the Rhino library from the Mozilla project.
37.25/14.54	c version 2.3.6-SNAPSHOT
37.25/14.54	c java.runtime.name	Java(TM) SE Runtime Environment
37.25/14.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
37.25/14.54	c java.vm.version	25.131-b11
37.25/14.54	c java.vm.vendor	Oracle Corporation
37.25/14.54	c sun.arch.data.model	64
37.25/14.54	c java.version		1.8.0_131
37.25/14.54	c os.name		Linux
37.25/14.54	c os.version		3.10.0-514.16.1.el7.x86_64
37.25/14.54	c os.arch		amd64
37.25/14.54	c Free memory 		499604488
37.25/14.54	c Max memory 		7247757312
37.25/14.54	c Total memory 		504889344
37.25/14.54	c Number of processors 	4
37.25/14.54	c c --- Begin Solver configuration ---
37.25/14.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
37.25/14.54	c Learn all clauses as in MiniSAT
37.25/14.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
37.25/14.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
37.25/14.54	c No reason simplification
37.25/14.54	c Glucose 2.1 dynamic restart strategy
37.25/14.54	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
37.25/14.54	c timeout=2147483s
37.25/14.54	c DB Simplification allowed=false
37.25/14.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
37.25/14.54	c --- End Solver configuration ---
37.25/14.54	c constraints type 
37.25/14.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 240
37.25/14.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1228500
37.25/14.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16017750
37.25/14.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 210
37.25/14.54	c 17246700 constraints processed.
2400.02/2369.40	c starts		: 6845
2400.02/2369.40	c conflicts		: 1947026
2400.02/2369.40	c decisions		: 63960133
2400.02/2369.40	c propagations		: 2979808417
2400.02/2369.40	c inspects		: 26225089542
2400.02/2369.40	c shortcuts		: 0
2400.02/2369.40	c learnt literals	: 8878
2400.02/2369.40	c learnt binary clauses	: 4191
2400.02/2369.40	c learnt ternary clauses	: 3298
2400.02/2369.40	c learnt constraints	: 1938148
2400.02/2369.40	c ignored constraints	: 0
2400.02/2369.40	c root simplifications	: 0
2400.02/2369.40	c removed literals (reason simplification)	: 0
2400.02/2369.40	c reason swapping (by a shorter reason)	: 0
2400.02/2369.40	c Calls to reduceDB	: 58
2400.02/2369.40	c Number of update (reduction) of LBD	: 1754429
2400.02/2369.40	c Imported unit clauses	: 0
2400.02/2369.40	c number of reductions to clauses (during analyze)	: 0
2400.02/2369.40	c number of learned constraints concerned by reduction	: 0
2400.02/2369.40	c number of learning phase by resolution	: 0
2400.02/2369.40	c number of learning phase by cutting planes	: 0
2400.02/2369.40	c number of rounding to 1 operations	: 0
2400.02/2369.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.02/2369.40	c number of reductions of the coefficients by power 2 	: 0
2400.02/2369.40	c number of right shift for reduction by power 2 	: 0
2400.02/2369.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.02/2369.40	c number of ending skipping 	: 0
2400.02/2369.40	c number of internal skipping 	: 0
2400.02/2369.40	c number of derivation steps 	: 0
2400.02/2369.40	c number of skipped derivation steps 	: 0
2400.02/2369.40	c number of remaining unassigned 	: 0
2400.02/2369.40	c number of remaining assigned 	: 0
2400.02/2369.40	c speed (assignments/second)	: 1265397.4015219717
2400.02/2369.40	c non guided choices	: 988697
2400.02/2369.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 4191
2400.02/2369.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 87369
2400.02/2369.43	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 (8826 MiB free)
  memory of node 1: 16384 MiB (4662 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289843-1532217277/watcher-4289843-1532217277 -o /tmp/evaluation-result-4289843-1532217277/solver-4289843-1532217277 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289843-1532217277.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
solver pid=27220, runsolver pid=27217
Current StackSize limit: 8192 KiB


[startup+0.100783 s]*
/proc/loadavg: 6.74 5.53 3.75 5/216 27235
/proc/meminfo: memFree=13796492/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10659012 memory=30328 CPUtime=0.12 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 6653 0 0 0 10 2 0 0 20 0 15 0 39290858 10914828288 7582 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2664753 7582 2848 1 0 2627263 0
[pid=27220/tid=27222] ppid=27217 vsize=10659012 memory=-8773748148830245504 CPUtime=0.08 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) R 27217 27220 23392 0 -1 4202560 4490 0 0 0 7 1 0 0 20 0 15 0 39290859 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625646915136 140625642712470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10659012 memory=140096810018432 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10659012 memory=140096810018432 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290861 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39290861 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625133372960 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39290862 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625132320112 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) S 27217 27220 23392 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10659012 memory=140096810018432 CPUtime=0.02 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) S 27217 27220 23392 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 39290864 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625128110192 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10659012 memory=140096810018432 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 7582 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30328 KiB

[startup+0.210629 s]*
/proc/loadavg: 6.74 5.53 3.75 6/216 27235
/proc/meminfo: memFree=13785020/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10659012 memory=41880 CPUtime=0.33 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 8064 0 0 0 30 3 0 0 20 0 15 0 39290858 10914828288 10470 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2664753 10470 3003 1 0 2627263 0
[pid=27220/tid=27222] ppid=27217 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) R 27217 27220 23392 0 -1 4202560 5026 0 0 0 18 2 0 0 20 0 15 0 39290859 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625646936816 140625642712470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10659012 memory=4120991158931056288 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290860 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10659012 memory=140096810018432 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290861 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39290861 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625133372960 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39290862 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625132320112 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 637 0 0 0 2 0 0 0 20 0 15 0 39290864 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) R 27217 27220 23392 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 39290864 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10659012 memory=140096810018432 CPUtime=0.07 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) R 27217 27220 23392 0 -1 4202560 673 0 0 0 7 0 0 0 20 0 15 0 39290864 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625128110192 140625626781022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10659012 memory=140096810018432 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290864 10914828288 10470 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41880 KiB

[startup+0.312108 s]*
/proc/loadavg: 6.74 5.53 3.75 8/216 27235
/proc/meminfo: memFree=13778196/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10659088 memory=47572 CPUtime=0.54 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 8930 0 0 0 50 4 0 0 20 0 15 0 39290858 10914906112 11893 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2664772 11893 3060 1 0 2627263 0
[pid=27220/tid=27222] ppid=27217 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) R 27217 27220 23392 0 -1 4202560 5645 0 0 0 27 2 0 0 20 0 15 0 39290859 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625646936592 140625642712470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10659088 memory=3688648888943404704 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10659088 memory=140096810018432 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290861 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39290861 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625133372960 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39290862 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625132320112 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 745 0 0 0 5 0 0 0 20 0 15 0 39290864 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) S 27217 27220 23392 0 -1 1077944384 409 0 0 0 4 0 0 0 20 0 15 0 39290864 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10659088 memory=140096810018432 CPUtime=0.13 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) R 27217 27220 23392 0 -1 4202560 763 0 0 0 13 0 0 0 20 0 15 0 39290864 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625128110192 140625620820145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10659088 memory=140096810018432 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290864 10914906112 11893 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47572 KiB

[startup+0.700707 s]
/proc/loadavg: 6.74 5.53 3.75 8/216 27235
/proc/meminfo: memFree=13729920/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10659088 memory=119884 CPUtime=1.31 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 10669 0 0 0 126 5 0 0 20 0 15 0 39290858 10914906112 29971 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2664772 29971 3094 1 0 2627263 0
[pid=27220/tid=27222] ppid=27217 vsize=10659088 memory=257035740413370 CPUtime=0.68 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) R 27217 27220 23392 0 -1 4202560 5760 0 0 0 64 4 0 0 20 0 15 0 39290859 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625646936592 140625234743983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10659088 memory=120106 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290860 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39290861 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39290861 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625133372960 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39290862 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625132320112 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10659088 memory=6656426216303648864 CPUtime=0.21 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 1319 0 0 0 21 0 0 0 20 0 15 0 39290864 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10659088 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) S 27217 27220 23392 0 -1 1077944384 1287 0 0 0 21 0 0 0 20 0 15 0 39290864 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10659088 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) S 27217 27220 23392 0 -1 1077944384 935 0 0 0 18 0 0 0 20 0 15 0 39290864 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625128110192 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39290864 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10659088 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39290864 10914906112 29971 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 119884 KiB

[startup+1.50074 s]
/proc/loadavg: 6.74 5.53 3.75 6/216 27235
/proc/meminfo: memFree=13670404/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10659088 memory=212860 CPUtime=2.26 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 12963 0 0 0 215 11 0 0 20 0 15 0 39290858 10914906112 53215 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2664772 53215 3126 1 0 2627263 0
[pid=27220/tid=27222] ppid=27217 vsize=10659088 memory=10755 CPUtime=1.42 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) R 27217 27220 23392 0 -1 4202560 5916 0 0 0 138 4 0 0 20 0 15 0 39290859 10914906112 53215 33554432000 4194304 4196468 140721098112544 140625646939504 140625234743960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10659088 memory=6791534058613427641 CPUtime=0.04 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 93 0 0 0 3 1 0 0 20 0 15 0 39290860 10914906112 53215 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 120 0 0 0 3 1 0 0 20 0 15 0 39290860 10914906112 53215 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 283 0 0 0 3 1 0 0 20 0 15 0 39290860 10914906112 53215 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 194 0 0 0 3 1 0 0 20 0 15 0 39290860 10914906112 53215 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 386 0 0 0 0 0 0 0 20 0 15 0 39290861 10914906112 53215 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0

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

/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 6126 0 0 0 803 67 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10727700 memory=3179912 CPUtime=8.78 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 5018 0 0 0 812 66 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10727700 memory=3179912 CPUtime=2.6 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 9457 0 0 0 257 3 0 0 20 0 16 0 39290861 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39290861 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625133373024 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 39290862 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625132320128 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10727700 memory=3179912 CPUtime=1.42 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 6540 0 0 0 141 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10727700 memory=3179912 CPUtime=1.12 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) S 27217 27220 23392 0 -1 1077944384 7087 0 0 0 111 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0.42 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) S 27217 27220 23392 0 -1 1077944384 5542 0 0 0 41 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625128110192 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10727700 memory=6337 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10727700 memory=3280 CPUtime=1.41 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1811 0 0 0 68 73 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27236] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27236/stat : 27236 (java) S 27217 27220 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39292315 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625124951472 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 2293.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3179912 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 2.23 3/217 27646
/proc/meminfo: memFree=17893460/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10727700 memory=3179912 CPUtime=2353.07 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 158880 0 0 0 234943 364 0 0 20 0 16 0 39290858 10985164800 794978 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2681925 794978 3180 1 0 2644416 0
[pid=27220/tid=27222] ppid=27217 vsize=10727700 memory=3179912 CPUtime=2310.85 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) R 27217 27220 23392 0 -1 4202560 102781 0 0 0 231061 24 0 0 20 0 16 0 39290859 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625646939392 140625234496042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10727700 memory=3179912 CPUtime=8.82 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 5639 0 0 0 814 68 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10727700 memory=870 CPUtime=8.79 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 7243 0 0 0 808 71 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10727700 memory=3179912 CPUtime=8.7 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 6126 0 0 0 803 67 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10727700 memory=3179912 CPUtime=8.78 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 5018 0 0 0 812 66 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10727700 memory=3179912 CPUtime=2.6 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 9476 0 0 0 257 3 0 0 20 0 16 0 39290861 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39290861 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625133373024 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10727700 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 39290862 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625132320128 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10727700 memory=3179912 CPUtime=1.42 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 6553 0 0 0 141 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10727700 memory=3179912 CPUtime=1.12 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) S 27217 27220 23392 0 -1 1077944384 7096 0 0 0 111 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0.42 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) S 27217 27220 23392 0 -1 1077944384 5561 0 0 0 41 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625128110192 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10727700 memory=3179912 CPUtime=1.45 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1883 0 0 0 70 75 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27236] ppid=27217 vsize=10727700 memory=3179912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27236/stat : 27236 (java) S 27217 27220 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39292315 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625124951472 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 2353.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3179912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.2 s]
/proc/loadavg: 2.01 2.02 2.22 3/217 27646
/proc/meminfo: memFree=17867152/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10727700 memory=3179912 CPUtime=2400 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 160046 0 0 0 239635 365 0 0 20 0 16 0 39290858 10985164800 794978 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2681925 794978 3180 1 0 2644416 0
[pid=27220/tid=27222] ppid=27217 vsize=10727700 memory=6791534058613427641 CPUtime=2357.75 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) R 27217 27220 23392 0 -1 4202560 103942 0 0 0 235751 24 0 0 20 0 16 0 39290859 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625646939392 140625236234279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10727700 memory=5520 CPUtime=8.82 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 5639 0 0 0 814 68 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10727700 memory=4616 CPUtime=8.79 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 7243 0 0 0 808 71 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10727700 memory=1428 CPUtime=8.7 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 6126 0 0 0 803 67 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10727700 memory=3179912 CPUtime=8.78 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 5018 0 0 0 812 66 0 0 20 0 16 0 39290860 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10727700 memory=288426767843795848 CPUtime=2.6 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 9476 0 0 0 257 3 0 0 20 0 16 0 39290861 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10727700 memory=288426767843959944 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39290861 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625133373024 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10727700 memory=576601344743902724 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 39290862 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625132320128 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10727700 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10727700 memory=1200 CPUtime=1.42 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 6553 0 0 0 141 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10727700 memory=8364 CPUtime=1.12 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) S 27217 27220 23392 0 -1 1077944384 7096 0 0 0 111 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10727700 memory=800 CPUtime=0.42 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) S 27217 27220 23392 0 -1 1077944384 5561 0 0 0 41 1 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625128110192 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10727700 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10727700 memory=16436 CPUtime=1.49 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1888 0 0 0 72 77 0 0 20 0 16 0 39290864 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27236] ppid=27217 vsize=10727700 memory=8744 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27236/stat : 27236 (java) S 27217 27220 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39292315 10985164800 794978 33554432000 4194304 4196468 140721098112544 140625124951472 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3179912 KiB

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

[startup+2369.45 s]
# the end of solver process 27220 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.41 s, system=3.6697 s

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

[startup+2369.4 s]
/proc/loadavg: 2.01 2.02 2.22 3/217 27646
/proc/meminfo: memFree=17867152/32770624 swapFree=67108860/67108860
[pid=27220] ppid=27217 vsize=10927392 memory=3180264 CPUtime=2400.02 cores=0,2,4,6
/proc/27220/stat : 27220 (java) S 27217 27220 23392 0 -1 1077944320 160933 0 0 0 239637 365 0 0 20 0 17 0 39290858 11189649408 795066 33554432000 4194304 4196468 140721098112544 140721098095088 140625642700535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
/proc/27220/statm: 2731848 795066 3182 1 0 2694339 0
[pid=27220/tid=27222] ppid=27217 vsize=10927392 memory=6791534058613427641 CPUtime=2357.77 cores=0,2,4,6
/proc/27220/task/27222/stat : 27222 (java) S 27217 27220 23392 0 -1 1077944384 104017 0 0 0 235753 24 0 0 20 0 17 0 39290859 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625646943408 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27223] ppid=27217 vsize=10927392 memory=288230613214036277 CPUtime=8.82 cores=0,2,4,6
/proc/27220/task/27223/stat : 27223 (java) S 27217 27220 23392 0 -1 1077944384 5639 0 0 0 814 68 0 0 20 0 17 0 39290860 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625568774800 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27224] ppid=27217 vsize=10927392 memory=15535236834396114 CPUtime=8.79 cores=0,2,4,6
/proc/27220/task/27224/stat : 27224 (java) S 27217 27220 23392 0 -1 1077944384 7243 0 0 0 808 71 0 0 20 0 17 0 39290860 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625567722000 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27225] ppid=27217 vsize=10927392 memory=4124 CPUtime=8.7 cores=0,2,4,6
/proc/27220/task/27225/stat : 27225 (java) S 27217 27220 23392 0 -1 1077944384 6126 0 0 0 803 67 0 0 20 0 17 0 39290860 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625566669200 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27226] ppid=27217 vsize=10927392 memory=2200 CPUtime=8.78 cores=0,2,4,6
/proc/27220/task/27226/stat : 27226 (java) S 27217 27220 23392 0 -1 1077944384 5018 0 0 0 812 66 0 0 20 0 17 0 39290860 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625565616400 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27227] ppid=27217 vsize=10927392 memory=7528 CPUtime=2.6 cores=0,2,4,6
/proc/27220/task/27227/stat : 27227 (java) S 27217 27220 23392 0 -1 1077944384 9513 0 0 0 257 3 0 0 20 0 17 0 39290861 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625134426992 140625642711682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27228] ppid=27217 vsize=10927392 memory=840 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27228/stat : 27228 (java) S 27217 27220 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 39290861 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625133373024 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27229] ppid=27217 vsize=10927392 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27229/stat : 27229 (java) S 27217 27220 23392 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 39290862 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625132320128 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27230] ppid=27217 vsize=10927392 memory=912 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27230/stat : 27230 (java) S 27217 27220 23392 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 17 0 39290864 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625131268432 140625642719131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27231] ppid=27217 vsize=10927392 memory=3852 CPUtime=1.42 cores=0,2,4,6
/proc/27220/task/27231/stat : 27231 (java) S 27217 27220 23392 0 -1 1077944384 6553 0 0 0 141 1 0 0 20 0 17 0 39290864 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625130215792 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27232] ppid=27217 vsize=10927392 memory=2860 CPUtime=1.12 cores=0,2,4,6
/proc/27220/task/27232/stat : 27232 (java) S 27217 27220 23392 0 -1 1077944384 7096 0 0 0 111 1 0 0 20 0 17 0 39290864 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625129162992 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27233] ppid=27217 vsize=10927392 memory=2868 CPUtime=0.42 cores=0,2,4,6
/proc/27220/task/27233/stat : 27233 (java) S 27217 27220 23392 0 -1 1077944384 5710 0 0 0 41 1 0 0 20 0 17 0 39290864 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625128110192 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27234] ppid=27217 vsize=10927392 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/27220/task/27234/stat : 27234 (java) S 27217 27220 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39290864 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625127057632 140625642710741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
[pid=27220/tid=27235] ppid=27217 vsize=10927392 memory=1404 CPUtime=1.49 cores=0,2,4,6
/proc/27220/task/27235/stat : 27235 (java) S 27217 27220 23392 0 -1 1077944384 1888 0 0 0 72 77 0 0 20 0 17 0 39290864 11189649408 795066 33554432000 4194304 4196468 140721098112544 140625126005936 140625642711682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7659520 140721098118257 140721098118409 140721098118409 140721098121167 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3180264 KiB

Child status: 143
Real time (s): 2369.45
CPU time (s): 2400.08
CPU user time (s): 2396.41
CPU system time (s): 3.6697
CPU usage (%): 101.293
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3180264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.41
system time used= 3.6697
maximum resident set size= 3180408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54447
involuntary context switches= 2810


# summary of solver processes directly reported to runsolver:
#   pid: 27220
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.41
#   total CPU system time (s): 3.6697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6619 second user time and 21.4552 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:54:37
IDJOB=4289843
IDBENCH=141370
IDSOLVER=2742
FILE ID=node136/4289843-1532217277
RUNJOBID= node136-1532209747-25927
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-15_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289843-1532217277/watcher-4289843-1532217277 -o /tmp/evaluation-result-4289843-1532217277/solver-4289843-1532217277 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289843-1532217277.xml

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

MD5SUM BENCH= 9d47b2b78bc459aa217a94cfbd52e9d7
RANDOM SEED=399340932

node136.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.50
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.50
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.50
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.50
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:        13812396 kB
MemAvailable:   23646544 kB
Buffers:          225492 kB
Cached:          9817184 kB
SwapCached:            0 kB
Active:          9335284 kB
Inactive:        9040284 kB
Active(anon):    8335372 kB
Inactive(anon):    16920 kB
Active(file):     999912 kB
Inactive(file):  9023364 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2492 kB
Writeback:             0 kB
AnonPages:       8339896 kB
Mapped:            46768 kB
Shmem:             17036 kB
Slab:             266112 kB
SReclaimable:     239332 kB
SUnreclaim:        26780 kB
KernelStack:        3840 kB
PageTables:        21088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7299072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57108 MiB
End job on node136 at 2018-07-22 02:34:06