Trace number 4289842

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.18 2374.27

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-14_c18.xml
MD5SUMc1878b2d9e06b3112b686731368ac8cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size196
Maximum domain size197
Distribution of domain sizes[{"size":196,"count":91},{"size":197,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":13,"count":13},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity91
Distribution of constraint arities[{"arity":3,"count":91},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints91
Distribution of constraint types[{"type":"intension","count":91},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289842-1532217238/watcher-4289842-1532217238 -o /tmp/evaluation-result-4289842-1532217238/solver-4289842-1532217238 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28182 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289842-1532217238.xml 

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

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=29491, runsolver pid=29488

[startup+0.100165 s]*
/proc/loadavg: 4.21 3.65 2.69 3/218 29506
/proc/meminfo: memFree=14313100/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10659012 memory=30124 CPUtime=0.13 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 6599 0 0 0 12 1 0 0 20 0 15 0 39286990 10914828288 7531 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2664753 7531 2844 1 0 2627263 0
[pid=29491/tid=29493] ppid=29488 vsize=10659012 memory=-8773748148829852546 CPUtime=0.09 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) R 29488 29491 25837 0 -1 4202560 4435 0 0 0 8 1 0 0 20 0 15 0 39286990 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833529948096 139833525748893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10659012 memory=140581720184448 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10659012 memory=140581720184448 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286992 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39286993 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833084461984 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39286993 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833083409392 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286995 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) R 29488 29491 25837 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 39286995 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39286995 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10659012 memory=140581720184448 CPUtime=0.02 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) R 29488 29491 25837 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 39286995 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833079200496 139833504712542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286996 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10659012 memory=140581720184448 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286996 10914828288 7531 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30124 KiB

[startup+0.211021 s]*
/proc/loadavg: 4.21 3.65 2.69 3/218 29506
/proc/meminfo: memFree=14301440/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10659012 memory=41844 CPUtime=0.34 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 8105 0 0 0 32 2 0 0 20 0 15 0 39286990 10914828288 10461 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2664753 10461 3004 1 0 2627263 0
[pid=29491/tid=29493] ppid=29488 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) R 29488 29491 25837 0 -1 4202560 5021 0 0 0 19 1 0 0 20 0 15 0 39286990 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833529962224 139833509770597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10659012 memory=3546501220669740704 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286991 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10659012 memory=140581720184448 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286992 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39286993 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833084461984 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39286993 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833083409392 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286995 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) S 29488 29491 25837 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 39286995 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 15 0 39286995 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10659012 memory=140581720184448 CPUtime=0.07 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) R 29488 29491 25837 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 39286995 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833079200496 139833504357090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286996 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10659012 memory=140581720184448 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286996 10914828288 10461 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41844 KiB

[startup+0.314798 s]*
/proc/loadavg: 4.21 3.65 2.69 5/218 29506
/proc/meminfo: memFree=14293996/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10659088 memory=47800 CPUtime=0.55 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 8964 0 0 0 53 2 0 0 20 0 15 0 39286990 10914906112 11950 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2664772 11950 3065 1 0 2627263 0
[pid=29491/tid=29493] ppid=29488 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) R 29488 29491 25837 0 -1 4202560 5639 0 0 0 28 2 0 0 20 0 15 0 39286990 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833529962832 139833525738902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10659088 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10659088 memory=3834735990572996256 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10659088 memory=140581720184448 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286992 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39286993 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833084461984 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39286993 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833083409392 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286995 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) S 29488 29491 25837 0 -1 1077944384 597 0 0 0 4 0 0 0 20 0 15 0 39286995 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 544 0 0 0 5 0 0 0 20 0 15 0 39286995 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10659088 memory=140581720184448 CPUtime=0.13 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) R 29488 29491 25837 0 -1 4202560 816 0 0 0 13 0 0 0 20 0 15 0 39286995 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833079197232 139833518823803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286996 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10659088 memory=140581720184448 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286996 10914906112 11950 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47800 KiB

[startup+0.700857 s]
/proc/loadavg: 4.21 3.65 2.69 4/218 29506
/proc/meminfo: memFree=14259240/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10659088 memory=100704 CPUtime=1.27 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 10493 0 0 0 124 3 0 0 20 0 15 0 39286990 10914906112 25176 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2664772 25176 3096 1 0 2627263 0
[pid=29491/tid=29493] ppid=29488 vsize=10659088 memory=267274539796121 CPUtime=0.67 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) R 29488 29491 25837 0 -1 4202560 5750 0 0 0 65 2 0 0 20 0 15 0 39286990 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833529963568 139833148834679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10659088 memory=175223 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286991 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39286992 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10659088 memory=-6796035773083837536 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39286993 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833084461984 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39286993 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833083409392 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286995 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10659088 memory=6944652177228980320 CPUtime=0.19 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) S 29488 29491 25837 0 -1 1077944384 989 0 0 0 19 0 0 0 20 0 15 0 39286995 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10659088 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 1444 0 0 0 20 0 0 0 20 0 15 0 39286995 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10659088 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) S 29488 29491 25837 0 -1 1077944384 940 0 0 0 18 0 0 0 20 0 15 0 39286995 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833079200496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286996 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10659088 memory=8680 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39286996 10914906112 25176 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 100704 KiB

[startup+1.50085 s]
/proc/loadavg: 4.21 3.65 2.69 3/218 29506
/proc/meminfo: memFree=14205248/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10659088 memory=214824 CPUtime=2.32 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 15078 0 0 0 221 11 0 0 20 0 15 0 39286990 10914906112 53706 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2664772 53706 3129 1 0 2627263 0
[pid=29491/tid=29493] ppid=29488 vsize=10659088 memory=3303 CPUtime=1.42 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) R 29488 29491 25837 0 -1 4202560 6752 0 0 0 138 4 0 0 20 0 15 0 39286990 10914906112 53706 33554432000 4194304 4196468 140736614299760 139833529953240 139833146371552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10659088 memory=6791534058613427641 CPUtime=0.05 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 148 0 0 0 4 1 0 0 20 0 15 0 39286991 10914906112 53706 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 122 0 0 0 4 1 0 0 20 0 15 0 39286991 10914906112 53706 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 286 0 0 0 4 1 0 0 20 0 15 0 39286991 10914906112 53706 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 129 0 0 0 4 1 0 0 20 0 15 0 39286991 10914906112 53706 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 15 0 39286992 10914906112 53706 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0

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

/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 8543 0 0 0 645 76 0 0 20 0 16 0 39286991 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10725652 memory=2967620 CPUtime=7.22 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 5926 0 0 0 647 75 0 0 20 0 16 0 39286991 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10725652 memory=2967620 CPUtime=2.25 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 8573 0 0 0 221 4 0 0 20 0 16 0 39286992 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 39286993 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833084462048 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 39286993 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833083409408 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39286995 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10725652 memory=4132 CPUtime=1.22 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) S 29488 29491 25837 0 -1 1077944384 8468 0 0 0 120 2 0 0 20 0 16 0 39286995 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10725652 memory=288230574492221466 CPUtime=1.33 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 6363 0 0 0 132 1 0 0 20 0 16 0 39286995 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10725652 memory=288230596050944315 CPUtime=0.41 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) S 29488 29491 25837 0 -1 1077944384 5869 0 0 0 40 1 0 0 20 0 16 0 39286995 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833079200496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39286996 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10725652 memory=2967620 CPUtime=1.35 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 1890 0 0 0 62 73 0 0 20 0 16 0 39286996 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29507] ppid=29488 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29507/stat : 29507 (java) S 29488 29491 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39287697 10983067648 741905 33554432000 4194304 4196468 140736614299760 139833076040496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 2288.32 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2967620 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 2.09 3/221 29685
/proc/meminfo: memFree=16604616/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10725652 memory=2979808 CPUtime=2348.37 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 140651 0 0 0 234439 398 0 0 20 0 16 0 39286990 10983067648 744952 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2681413 744952 3179 1 0 2643904 0
[pid=29491/tid=29493] ppid=29488 vsize=10725652 memory=2979808 CPUtime=2312.77 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) R 29488 29491 25837 0 -1 4202560 79213 0 0 0 231257 20 0 0 20 0 16 0 39286990 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833529965856 139833150581653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10725652 memory=2967620 CPUtime=7.21 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 6582 0 0 0 649 72 0 0 20 0 16 0 39286991 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10725652 memory=2967620 CPUtime=7.25 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 7627 0 0 0 648 77 0 0 20 0 16 0 39286991 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10725652 memory=2967620 CPUtime=7.21 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 8543 0 0 0 645 76 0 0 20 0 16 0 39286991 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10725652 memory=2967620 CPUtime=7.22 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 5926 0 0 0 647 75 0 0 20 0 16 0 39286991 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10725652 memory=2967620 CPUtime=2.25 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 8582 0 0 0 221 4 0 0 20 0 16 0 39286992 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 39286993 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833084462048 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 39286993 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833083409408 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39286995 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10725652 memory=2967620 CPUtime=1.22 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) S 29488 29491 25837 0 -1 1077944384 8479 0 0 0 120 2 0 0 20 0 16 0 39286995 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10725652 memory=2967620 CPUtime=1.33 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 6366 0 0 0 132 1 0 0 20 0 16 0 39286995 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10725652 memory=2979808 CPUtime=0.41 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) S 29488 29491 25837 0 -1 1077944384 5875 0 0 0 40 1 0 0 20 0 16 0 39286995 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833079200496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10725652 memory=2967620 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39286996 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10725652 memory=2979808 CPUtime=1.38 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 1930 0 0 0 64 74 0 0 20 0 16 0 39286996 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29507] ppid=29488 vsize=10725652 memory=2979808 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29507/stat : 29507 (java) S 29488 29491 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39287697 10983067648 744952 33554432000 4194304 4196468 140736614299760 139833076040496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 2348.37 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2979808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374 s]*
/proc/loadavg: 2.01 2.03 2.09 3/221 29686
/proc/meminfo: memFree=16602720/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10725652 memory=2982068 CPUtime=2400.1 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 141891 0 0 0 239611 399 0 0 20 0 16 0 39286990 10983067648 745517 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2681413 745517 3179 1 0 2643904 0
[pid=29491/tid=29493] ppid=29488 vsize=10725652 memory=3276 CPUtime=2364.48 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) R 29488 29491 25837 0 -1 4202560 80403 0 0 0 236427 21 0 0 20 0 16 0 39286990 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833529965856 139833150805164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10725652 memory=2982068 CPUtime=7.21 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 6582 0 0 0 649 72 0 0 20 0 16 0 39286991 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10725652 memory=1408 CPUtime=7.25 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 7627 0 0 0 648 77 0 0 20 0 16 0 39286991 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10725652 memory=4126316290023845779 CPUtime=7.21 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 8543 0 0 0 645 76 0 0 20 0 16 0 39286991 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10725652 memory=1084 CPUtime=7.22 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 5926 0 0 0 647 75 0 0 20 0 16 0 39286991 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10725652 memory=0 CPUtime=2.26 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 8587 0 0 0 221 5 0 0 20 0 16 0 39286992 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 39286993 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833084462048 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10725652 memory=249 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 39286993 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833083409408 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10725652 memory=67 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39286995 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10725652 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) S 29488 29491 25837 0 -1 1077944384 8486 0 0 0 120 2 0 0 20 0 16 0 39286995 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10725652 memory=131 CPUtime=1.33 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 6370 0 0 0 132 1 0 0 20 0 16 0 39286995 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10725652 memory=28 CPUtime=0.41 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) S 29488 29491 25837 0 -1 1077944384 5877 0 0 0 40 1 0 0 20 0 16 0 39286995 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833079200496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10725652 memory=31 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39286996 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10725652 memory=7413 CPUtime=1.42 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 1962 0 0 0 66 76 0 0 20 0 16 0 39286996 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29507] ppid=29488 vsize=10725652 memory=1 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29507/stat : 29507 (java) S 29488 29491 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39287697 10983067648 745517 33554432000 4194304 4196468 140736614299760 139833076040496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2982068 KiB

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

[startup+2374.27 s]
# the end of solver process 29491 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.17 s, system=4.01041 s

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

[startup+2374.2 s]
/proc/loadavg: 2.01 2.03 2.09 3/221 29686
/proc/meminfo: memFree=16602720/32770624 swapFree=67108860/67108860
[pid=29491] ppid=29488 vsize=10927392 memory=2982328 CPUtime=2400.11 cores=1,3,5,7
/proc/29491/stat : 29491 (java) S 29488 29491 25837 0 -1 1077944320 142319 0 0 0 239612 399 0 0 20 0 17 0 39286990 11189649408 745582 33554432000 4194304 4196468 140736614299760 140736614282304 139833525726967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
/proc/29491/statm: 2731848 745582 3182 1 0 2694339 0
[pid=29491/tid=29493] ppid=29488 vsize=10927392 memory=288230596050944315 CPUtime=2364.49 cores=1,3,5,7
/proc/29491/task/29493/stat : 29493 (java) S 29488 29491 25837 0 -1 1077944384 80453 0 0 0 236428 21 0 0 20 0 17 0 39286990 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833529969840 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29494] ppid=29488 vsize=10927392 memory=14695218540710260 CPUtime=7.21 cores=1,3,5,7
/proc/29491/task/29494/stat : 29494 (java) S 29488 29491 25837 0 -1 1077944384 6582 0 0 0 649 72 0 0 20 0 17 0 39286991 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833467730704 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29495] ppid=29488 vsize=10927392 memory=2584 CPUtime=7.25 cores=1,3,5,7
/proc/29491/task/29495/stat : 29495 (java) S 29488 29491 25837 0 -1 1077944384 7627 0 0 0 648 77 0 0 20 0 17 0 39286991 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833466678160 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29496] ppid=29488 vsize=10927392 memory=2856 CPUtime=7.21 cores=1,3,5,7
/proc/29491/task/29496/stat : 29496 (java) S 29488 29491 25837 0 -1 1077944384 8543 0 0 0 645 76 0 0 20 0 17 0 39286991 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833130146832 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29497] ppid=29488 vsize=10927392 memory=4100 CPUtime=7.22 cores=1,3,5,7
/proc/29491/task/29497/stat : 29497 (java) S 29488 29491 25837 0 -1 1077944384 5926 0 0 0 647 75 0 0 20 0 17 0 39286991 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833129094288 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29498] ppid=29488 vsize=10927392 memory=1408 CPUtime=2.26 cores=1,3,5,7
/proc/29491/task/29498/stat : 29498 (java) S 29488 29491 25837 0 -1 1077944384 8607 0 0 0 221 5 0 0 20 0 17 0 39286992 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833085515760 139833525738114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29499] ppid=29488 vsize=10927392 memory=3276 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29499/stat : 29499 (java) S 29488 29491 25837 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 39286993 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833084462048 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29500] ppid=29488 vsize=10927392 memory=2982068 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29500/stat : 29500 (java) S 29488 29491 25837 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 39286993 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833083409408 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29501] ppid=29488 vsize=10927392 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29501/stat : 29501 (java) S 29488 29491 25837 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 17 0 39286995 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833082357968 139833525745563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29502] ppid=29488 vsize=10927392 memory=3228 CPUtime=1.22 cores=1,3,5,7
/proc/29491/task/29502/stat : 29502 (java) S 29488 29491 25837 0 -1 1077944384 8486 0 0 0 120 2 0 0 20 0 17 0 39286995 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833081305584 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29503] ppid=29488 vsize=10927392 memory=1520168 CPUtime=1.33 cores=1,3,5,7
/proc/29491/task/29503/stat : 29503 (java) S 29488 29491 25837 0 -1 1077944384 6370 0 0 0 132 1 0 0 20 0 17 0 39286995 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833080253040 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29504] ppid=29488 vsize=10927392 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/29491/task/29504/stat : 29504 (java) S 29488 29491 25837 0 -1 1077944384 5914 0 0 0 40 1 0 0 20 0 17 0 39286995 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833079200496 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29505] ppid=29488 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29491/task/29505/stat : 29505 (java) S 29488 29491 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39286996 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833078148192 139833525737173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
[pid=29491/tid=29506] ppid=29488 vsize=10927392 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/29491/task/29506/stat : 29506 (java) S 29488 29491 25837 0 -1 1077944384 1962 0 0 0 66 76 0 0 20 0 17 0 39286996 11189649408 745582 33554432000 4194304 4196468 140736614299760 139833077094704 139833525738114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140736614306929 140736614307081 140736614307081 140736614309839 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2982328 KiB

Child status: 143
Real time (s): 2374.27
CPU time (s): 2400.18
CPU user time (s): 2396.17
CPU system time (s): 4.01041
CPU usage (%): 101.091
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2982328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.17
system time used= 4.01041
maximum resident set size= 2982548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54228
involuntary context switches= 1497


# summary of solver processes directly reported to runsolver:
#   pid: 29491
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2396.17
#   total CPU system time (s): 4.01041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5423 second user time and 22.2028 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 01:53:58
IDJOB=4289842
IDBENCH=141367
IDSOLVER=2742
FILE ID=node132/4289842-1532217238
RUNJOBID= node132-1532209718-28182
PBS_JOBID= 21018935
Free space on /tmp= 55044 MiB

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

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=1668428270

node132.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.65
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.65
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.65
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.65
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:        14329736 kB
MemAvailable:   25266612 kB
Buffers:          227684 kB
Cached:         10860636 kB
SwapCached:            0 kB
Active:          8657832 kB
Inactive:        9145160 kB
Active(anon):    6716988 kB
Inactive(anon):    17040 kB
Active(file):    1940844 kB
Inactive(file):  9128120 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2452 kB
Writeback:             4 kB
AnonPages:       6721320 kB
Mapped:            46740 kB
Shmem:             17056 kB
Slab:             323600 kB
SReclaimable:     296372 kB
SUnreclaim:        27228 kB
KernelStack:        3616 kB
PageTables:        18324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7411468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6393856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55124 MiB
End job on node132 at 2018-07-22 02:33:33