Trace number 4262997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1499 2447.0701

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-325-100.xml
MD5SUM34a68c11381dc26a6f51296df739d32e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark20060.301
Satisfiable
(Un)Satisfiability was proved
Number of variables3251
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size302
Distribution of domain sizes[{"size":2,"count":3250},{"size":302,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3250},{"degree":46,"count":1}]
Minimum constraint arity325
Maximum constraint arity3250
Distribution of constraint arities[{"arity":325,"count":10},{"arity":651,"count":45},{"arity":3250,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262997-1502620129/watcher-4262997-1502620129 -o /tmp/evaluation-result-4262997-1502620129/solver-4262997-1502620129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262997-1502620129.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1501, runsolver pid=1498
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 2.02 2.03 2.05 4/217 1536
/proc/meminfo: memFree=28654832/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10555400 memory=28340 CPUtime=0.12 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 6683 0 0 0 11 1 0 0 20 0 15 0 95100850 10808729600 7085 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2638850 7085 2820 1 0 2627263 0
[pid=1501/tid=1503] ppid=1498 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) R 1498 1501 31095 0 -1 4202560 4496 0 0 0 8 1 0 0 20 0 15 0 95100850 10808729600 7151 33554432000 4194304 4196468 140733440800224 139945169238512 139945165038749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944771586576 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10555400 memory=140498190349952 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944770534032 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944769480976 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944768428432 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10555400 memory=140498190349952 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100852 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95100853 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944655808160 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95100853 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944654755056 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100855 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) S 1498 1501 31095 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 95100855 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944652650736 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) S 1498 1501 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95100855 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944651598192 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10555400 memory=140498190349952 CPUtime=0.02 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) R 1498 1501 31095 0 -1 4202560 399 0 0 0 2 0 0 0 20 0 15 0 95100855 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944650545136 139945165028758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100856 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10555400 memory=140498190349952 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100856 10808729600 7151 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28340 KiB

[startup+0.210734 s]*
/proc/loadavg: 2.02 2.03 2.05 3/217 1536
/proc/meminfo: memFree=28635280/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10555400 memory=38072 CPUtime=0.28 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 8148 0 0 0 26 2 0 0 20 0 15 0 95100850 10808729600 9518 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2638850 9518 2891 1 0 2627263 0
[pid=1501/tid=1503] ppid=1498 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) R 1498 1501 31095 0 -1 4202560 5265 0 0 0 18 1 0 0 20 0 15 0 95100850 10808729600 9518 33554432000 4194304 4196468 140733440800224 139945169241040 139945165028758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944771586576 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10555400 memory=3547066273214903968 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944770534032 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944769480976 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100851 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944768428432 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10555400 memory=140498190349952 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100852 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95100853 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944655808160 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95100853 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944654755056 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100855 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) S 1498 1501 31095 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 95100855 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944652650736 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) S 1498 1501 31095 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 15 0 95100855 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944651598192 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10555400 memory=140498190349952 CPUtime=0.05 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) R 1498 1501 31095 0 -1 4202560 902 0 0 0 5 0 0 0 20 0 15 0 95100855 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944650545136 139945165028758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100856 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10555400 memory=140498190349952 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100856 10808729600 9518 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38072 KiB

[startup+0.310635 s]*
/proc/loadavg: 2.02 2.03 2.05 6/217 1536
/proc/meminfo: memFree=28619648/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10555476 memory=47292 CPUtime=0.5 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 8926 0 0 0 48 2 0 0 20 0 15 0 95100850 10808807424 11823 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2638869 11823 3027 1 0 2627263 0
[pid=1501/tid=1503] ppid=1498 vsize=10555476 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) R 1498 1501 31095 0 -1 4202560 5644 0 0 0 28 1 0 0 20 0 15 0 95100850 10808807424 11823 33554432000 4194304 4196468 140733440800224 139945169252320 139945149060453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10555476 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100851 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944771586576 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10555476 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100851 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944770534032 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100851 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944769480976 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100851 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944768428432 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95100852 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95100853 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944655808160 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95100853 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944654755056 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100855 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) R 1498 1501 31095 0 -1 1077944384 586 0 0 0 3 0 0 0 20 0 15 0 95100855 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944652637168 139945165027029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10555476 memory=140498044023759 CPUtime=0.04 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) R 1498 1501 31095 0 -1 4202560 254 0 0 0 4 0 0 0 20 0 15 0 95100855 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944651598288 139945148920283 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10555476 memory=140498190351429 CPUtime=0.12 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) R 1498 1501 31095 0 -1 4202560 1081 0 0 0 12 0 0 0 20 0 15 0 95100855 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944650545136 139945157253950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10555476 memory=140498044032943 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100856 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10555476 memory=280996234415264 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100856 10808807424 11823 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47292 KiB

[startup+0.700757 s]
/proc/loadavg: 2.02 2.03 2.05 7/217 1536
/proc/meminfo: memFree=28443964/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10555476 memory=212152 CPUtime=1.68 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 11577 0 0 0 158 10 0 0 20 0 15 0 95100850 10808807424 53038 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2638869 53038 3120 1 0 2627263 0
[pid=1501/tid=1503] ppid=1498 vsize=10555476 memory=15872 CPUtime=0.63 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) R 1498 1501 31095 0 -1 4202560 6039 0 0 0 60 3 0 0 20 0 15 0 95100850 10808807424 53038 33554432000 4194304 4196468 140733440800224 139945169156128 139944804283808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10555476 memory=16448 CPUtime=0.03 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) S 1498 1501 31095 0 -1 1077944384 83 0 0 0 2 1 0 0 20 0 15 0 95100851 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944771586576 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10555476 memory=2241 CPUtime=0.03 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) S 1498 1501 31095 0 -1 1077944384 94 0 0 0 2 1 0 0 20 0 15 0 95100851 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944770534032 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10555476 memory=2244 CPUtime=0.03 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) S 1498 1501 31095 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 15 0 95100851 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944769480976 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10555476 memory=140498044144480 CPUtime=0.03 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) S 1498 1501 31095 0 -1 1077944384 97 0 0 0 2 1 0 0 20 0 15 0 95100851 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944768428432 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95100852 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95100853 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944655808224 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95100853 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944654755072 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100855 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10555476 memory=6944656592455359580 CPUtime=0.33 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) R 1498 1501 31095 0 -1 4202560 1423 0 0 0 33 0 0 0 20 0 15 0 95100855 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944652629872 139945144350404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10555476 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) R 1498 1501 31095 0 -1 4202560 1022 0 0 0 33 0 0 0 20 0 15 0 95100855 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944651583184 139945148500345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) S 1498 1501 31095 0 -1 1077944384 1288 0 0 0 22 0 0 0 20 0 15 0 95100855 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944650545136 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95100856 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95100856 10808807424 53038 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 212152 KiB

[startup+1.50164 s]
/proc/loadavg: 2.02 2.03 2.05 8/218 1537
/proc/meminfo: memFree=28113640/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10555476 memory=612852 CPUtime=3.98 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 16456 0 0 0 361 37 0 0 20 0 15 0 95100850 10808807424 153213 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2638869 153213 3133 1 0 2627263 0
[pid=1501/tid=1503] ppid=1498 vsize=10555476 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) S 1498 1501 31095 0 -1 1077944384 6130 0 0 0 109 6 0 0 20 0 15 0 95100850 10808807424 153213 33554432000 4194304 4196468 140733440800224 139945169247632 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10555476 memory=2244 CPUtime=0.29 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) R 1498 1501 31095 0 -1 4202560 249 0 0 0 22 7 0 0 20 0 15 0 95100851 10808807424 153213 33554432000 4194304 4196468 140733440800224 139944771586776 139945150040715 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10555476 memory=140498044144480 CPUtime=0.3 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) R 1498 1501 31095 0 -1 4202560 289 0 0 0 23 7 0 0 20 0 15 0 95100851 10808807424 153213 33554432000 4194304 4196468 140733440800224 139944770534232 139945146570074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) R 1498 1501 31095 0 -1 4202560 275 0 0 0 23 7 0 0 20 0 15 0 95100851 10808807424 153213 33554432000 4194304 4196468 140733440800224 139944769481176 139945144213134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) R 1498 1501 31095 0 -1 4202560 1455 0 0 0 23 7 0 0 20 0 15 0 95100851 10808807424 153213 33554432000 4194304 4196468 140733440800224 139944768427816 139945150044697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 95100852 10808807424 153725 33554432000 4194304 4196468 140733440800224 139944656860448 139945165027029 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0

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

/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 14503 0 0 0 471 4 0 0 20 0 16 0 95100852 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10622040 memory=280996089170240 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 95100853 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944655808224 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 95100853 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944654755072 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10622040 memory=5511296 CPUtime=2.84 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) S 1498 1501 31095 0 -1 1077944384 17579 0 0 0 282 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944652650736 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10622040 memory=4140 CPUtime=2.64 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) S 1498 1501 31095 0 -1 1077944384 18571 0 0 0 262 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944651598192 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0.44 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) S 1498 1501 31095 0 -1 1077944384 5324 0 0 0 42 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944650545136 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95100856 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10622040 memory=5511296 CPUtime=1.33 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 3024 0 0 0 60 73 0 0 20 0 16 0 95100856 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1615] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1615/stat : 1615 (java) S 1498 1501 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95106404 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944647386672 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 2455.46 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5511296 KiB

[startup+2442.3 s]
/proc/loadavg: 1.94 2.00 2.15 3/217 1768
/proc/meminfo: memFree=22407768/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10622040 memory=5511296 CPUtime=2515.5 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 253927 0 0 0 251035 515 0 0 20 0 16 0 95100850 10876968960 1377824 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2655510 1377824 3172 1 0 2643904 0
[pid=1501/tid=1503] ppid=1498 vsize=10622040 memory=5511296 CPUtime=2415.48 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) R 1498 1501 31095 0 -1 4202560 127217 0 0 0 241521 27 0 0 20 0 16 0 95100850 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139945169255944 139944802410564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10622040 memory=5511296 CPUtime=21.84 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) S 1498 1501 31095 0 -1 1077944384 18479 0 0 0 2077 107 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944771586576 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10622040 memory=5511296 CPUtime=22.09 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) S 1498 1501 31095 0 -1 1077944384 17849 0 0 0 2104 105 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944770534032 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10622040 memory=5511296 CPUtime=21.95 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) S 1498 1501 31095 0 -1 1077944384 13985 0 0 0 2095 100 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944769480976 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10622040 memory=5511296 CPUtime=22.01 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) S 1498 1501 31095 0 -1 1077944384 15837 0 0 0 2100 101 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944768428432 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10622040 memory=5511296 CPUtime=4.75 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 14513 0 0 0 471 4 0 0 20 0 16 0 95100852 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 95100853 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944655808224 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10622040 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 95100853 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944654755072 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10622040 memory=5511296 CPUtime=2.84 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) S 1498 1501 31095 0 -1 1077944384 17585 0 0 0 282 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944652650736 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10622040 memory=8112282956445269571 CPUtime=2.64 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) S 1498 1501 31095 0 -1 1077944384 18586 0 0 0 262 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944651598192 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10622040 memory=1420 CPUtime=0.44 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) S 1498 1501 31095 0 -1 1077944384 5336 0 0 0 42 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944650545136 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95100856 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10622040 memory=4140 CPUtime=1.37 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 3067 0 0 0 62 75 0 0 20 0 16 0 95100856 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1615] ppid=1498 vsize=10622040 memory=5511296 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1615/stat : 1615 (java) S 1498 1501 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95106404 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944647386672 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 2515.5 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5511296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446.8 s]
/proc/loadavg: 1.95 2.00 2.15 3/217 1768
/proc/meminfo: memFree=22407892/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10622040 memory=5511296 CPUtime=2520 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 254050 0 0 0 251485 515 0 0 20 0 16 0 95100850 10876968960 1377824 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2655510 1377824 3172 1 0 2643904 0
[pid=1501/tid=1503] ppid=1498 vsize=10622040 memory=8112282956445269571 CPUtime=2419.98 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) R 1498 1501 31095 0 -1 4202560 127340 0 0 0 241971 27 0 0 20 0 16 0 95100850 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139945169255944 139944802410564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10622040 memory=5516 CPUtime=21.84 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) S 1498 1501 31095 0 -1 1077944384 18479 0 0 0 2077 107 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944771586576 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10622040 memory=4616 CPUtime=22.09 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) S 1498 1501 31095 0 -1 1077944384 17849 0 0 0 2104 105 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944770534032 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10622040 memory=1008 CPUtime=21.95 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) S 1498 1501 31095 0 -1 1077944384 13985 0 0 0 2095 100 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944769480976 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10622040 memory=11008 CPUtime=22.01 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) S 1498 1501 31095 0 -1 1077944384 15837 0 0 0 2100 101 0 0 20 0 16 0 95100851 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944768428432 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10622040 memory=1228 CPUtime=4.75 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 14513 0 0 0 471 4 0 0 20 0 16 0 95100852 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10622040 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 95100853 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944655808224 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 95100853 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944654755072 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10622040 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10622040 memory=15460 CPUtime=2.84 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) S 1498 1501 31095 0 -1 1077944384 17585 0 0 0 282 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944652650736 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10622040 memory=4048 CPUtime=2.64 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) S 1498 1501 31095 0 -1 1077944384 18586 0 0 0 262 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944651598192 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10622040 memory=1236 CPUtime=0.44 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) S 1498 1501 31095 0 -1 1077944384 5336 0 0 0 42 2 0 0 20 0 16 0 95100855 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944650545136 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10622040 memory=644 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95100856 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10622040 memory=1788 CPUtime=1.37 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 3067 0 0 0 62 75 0 0 20 0 16 0 95100856 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1615] ppid=1498 vsize=10622040 memory=952 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1615/stat : 1615 (java) S 1498 1501 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95106404 10876968960 1377824 33554432000 4194304 4196468 140733440800224 139944647386672 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5511296 KiB

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

[startup+2447.07 s]
# the end of solver process 1501 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.96 s, system=5.18781 s

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

[startup+2447 s]*
/proc/loadavg: 1.95 2.00 2.15 2/218 1771
/proc/meminfo: memFree=22407648/32770624 swapFree=67108860/67108860
[pid=1501] ppid=1498 vsize=10821732 memory=5511592 CPUtime=2520.06 cores=1,3,5,7
/proc/1501/stat : 1501 (java) S 1498 1501 31095 0 -1 1077944320 254993 0 0 0 251490 516 0 0 20 0 17 0 95100850 11081453568 1377898 33554432000 4194304 4196468 140733440800224 140733440782768 139945165016823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
/proc/1501/statm: 2705433 1377898 3174 1 0 2693827 0
[pid=1501/tid=1503] ppid=1498 vsize=10821732 memory=6935054825532540783 CPUtime=2420.02 cores=1,3,5,7
/proc/1501/task/1503/stat : 1503 (java) S 1498 1501 31095 0 -1 1077944384 127440 0 0 0 241975 27 0 0 20 0 17 0 95100850 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139945169259696 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1510] ppid=1498 vsize=10821732 memory=4126316290023845779 CPUtime=21.84 cores=1,3,5,7
/proc/1501/task/1510/stat : 1510 (java) S 1498 1501 31095 0 -1 1077944384 18479 0 0 0 2077 107 0 0 20 0 17 0 95100851 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944771586576 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1511] ppid=1498 vsize=10821732 memory=27576 CPUtime=22.09 cores=1,3,5,7
/proc/1501/task/1511/stat : 1511 (java) S 1498 1501 31095 0 -1 1077944384 17849 0 0 0 2104 105 0 0 20 0 17 0 95100851 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944770534032 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1512] ppid=1498 vsize=10821732 memory=1296 CPUtime=21.95 cores=1,3,5,7
/proc/1501/task/1512/stat : 1512 (java) S 1498 1501 31095 0 -1 1077944384 13985 0 0 0 2095 100 0 0 20 0 17 0 95100851 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944769480976 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1513] ppid=1498 vsize=10821732 memory=2428 CPUtime=22.01 cores=1,3,5,7
/proc/1501/task/1513/stat : 1513 (java) S 1498 1501 31095 0 -1 1077944384 15837 0 0 0 2100 101 0 0 20 0 17 0 95100851 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944768428432 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1519] ppid=1498 vsize=10821732 memory=1728 CPUtime=4.75 cores=1,3,5,7
/proc/1501/task/1519/stat : 1519 (java) S 1498 1501 31095 0 -1 1077944384 14545 0 0 0 471 4 0 0 20 0 17 0 95100852 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944656861936 139945165027970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1520] ppid=1498 vsize=10821732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1520/stat : 1520 (java) S 1498 1501 31095 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 95100853 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944655808224 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1521] ppid=1498 vsize=10821732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1521/stat : 1521 (java) S 1498 1501 31095 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 95100853 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944654755072 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1525] ppid=1498 vsize=10821732 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1525/stat : 1525 (java) S 1498 1501 31095 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 17 0 95100855 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944653703632 139945165035419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1526] ppid=1498 vsize=10821732 memory=1200 CPUtime=2.84 cores=1,3,5,7
/proc/1501/task/1526/stat : 1526 (java) S 1498 1501 31095 0 -1 1077944384 17585 0 0 0 282 2 0 0 20 0 17 0 95100855 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944652650736 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1527] ppid=1498 vsize=10821732 memory=8552 CPUtime=2.64 cores=1,3,5,7
/proc/1501/task/1527/stat : 1527 (java) S 1498 1501 31095 0 -1 1077944384 18586 0 0 0 262 2 0 0 20 0 17 0 95100855 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944651598192 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1528] ppid=1498 vsize=10821732 memory=5516 CPUtime=0.44 cores=1,3,5,7
/proc/1501/task/1528/stat : 1528 (java) S 1498 1501 31095 0 -1 1077944384 5547 0 0 0 42 2 0 0 20 0 17 0 95100855 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944650545136 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1529] ppid=1498 vsize=10821732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1529/stat : 1529 (java) S 1498 1501 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95100856 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944649492832 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1530] ppid=1498 vsize=10821732 memory=1008 CPUtime=1.37 cores=1,3,5,7
/proc/1501/task/1530/stat : 1530 (java) S 1498 1501 31095 0 -1 1077944384 3067 0 0 0 62 75 0 0 20 0 17 0 95100856 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944648440880 139945165027970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1769] ppid=1498 vsize=10821732 memory=11008 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1769/stat : 1769 (java) S 1498 1501 31095 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 17 0 95345531 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944646332912 139945165027029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
[pid=1501/tid=1770] ppid=1498 vsize=10821732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1501/task/1770/stat : 1770 (java) R 1498 1501 31095 0 -1 4202560 379 0 0 0 0 0 0 0 20 0 17 0 95345531 11081453568 1377901 33554432000 4194304 4196468 140733440800224 139944645279152 139945144927998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18067456 140733440803974 140733440804127 140733440804127 140733440806863 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 5511592 KiB

Child status: 143
Real time (s): 2447.07
CPU time (s): 2520.15
CPU user time (s): 2514.96
CPU system time (s): 5.18781
CPU usage (%): 102.986
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 5511592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.96
system time used= 5.18781
maximum resident set size= 5511824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256002
page faults= 0
swaps= 0
block input operations= 760
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57113
involuntary context switches= 2484


# summary of solver processes directly reported to runsolver:
#   pid: 1501
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2514.96
#   total CPU system time (s): 5.18781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2771 second user time and 24.2535 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 12:14:31
IDJOB=4262997
IDBENCH=122928
IDSOLVER=2651
FILE ID=node104/4262997-1502620129
RUNJOBID= node104-1502619271-1477
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-325-100.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262997-1502620129/watcher-4262997-1502620129 -o /tmp/evaluation-result-4262997-1502620129/solver-4262997-1502620129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262997-1502620129.xml

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

MD5SUM BENCH= 34a68c11381dc26a6f51296df739d32e
RANDOM SEED=1930479113

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28690116 kB
MemAvailable:   31987432 kB
Buffers:          145148 kB
Cached:          3434420 kB
SwapCached:            0 kB
Active:           330324 kB
Inactive:        3299864 kB
Active(anon):      53624 kB
Inactive(anon):    25024 kB
Active(file):     276700 kB
Inactive(file):  3274840 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1740 kB
Writeback:             0 kB
AnonPages:        210044 kB
Mapped:            43976 kB
Shmem:             25228 kB
Slab:             148688 kB
SReclaimable:     123220 kB
SUnreclaim:        25468 kB
KernelStack:        3792 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 61860 MiB
End job on node104 at 2017-08-13 12:55:18