Trace number 4263396

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.3999 2498.45

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-20.xml
MD5SUMc5ec4491a591197ab616d829bf389d5e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.47480899
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":56},{"degree":4,"count":23},{"degree":5,"count":2}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

solver pid=6234, runsolver pid=6231

[startup+0.10014 s]*
/proc/loadavg: 2.24 2.12 2.27 3/217 6249
/proc/meminfo: memFree=24893928/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10555400 memory=31052 CPUtime=0.12 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 6801 0 0 0 11 1 0 0 20 0 15 0 96000284 10808729600 7763 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2638850 7763 2822 1 0 2627263 0
[pid=6234/tid=6236] ppid=6231 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) R 6231 6234 30973 0 -1 4202560 4660 0 0 0 8 1 0 0 20 0 15 0 96000285 10808729600 7763 33554432000 4194304 4196468 140733074225632 140682163980208 140682159813789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10555400 memory=4211974053771922826 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 7763 33554432000 4194304 4196468 140733074225632 140682125073296 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10555400 memory=140327567132288 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681765563152 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000287 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96000287 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681650615072 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96000287 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681649562736 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6231 6234 30973 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681647458928 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10555400 memory=140327567132288 CPUtime=0.01 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) R 6231 6234 30973 0 -1 4202560 358 0 0 0 1 0 0 0 20 0 15 0 96000290 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681645353840 140682138749697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10555400 memory=140327567132288 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 7763 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31052 KiB

[startup+0.210754 s]*
/proc/loadavg: 2.24 2.12 2.27 3/217 6249
/proc/meminfo: memFree=24887104/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10555400 memory=38192 CPUtime=0.28 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 7776 0 0 0 26 2 0 0 20 0 15 0 96000284 10808729600 9548 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2638850 9548 2951 1 0 2627263 0
[pid=6234/tid=6236] ppid=6231 vsize=10555400 memory=-7387007932599496084 CPUtime=0.2 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) R 6231 6234 30973 0 -1 4202560 5395 0 0 0 19 1 0 0 20 0 15 0 96000285 10808729600 9548 33554432000 4194304 4196468 140733074225632 140682164026560 140682159803798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10555400 memory=4211974053771922826 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 9548 33554432000 4194304 4196468 140733074225632 140682125073296 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10555400 memory=140327567132288 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681765563152 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000285 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10555400 memory=140327567132288 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000287 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96000287 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681650615072 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96000287 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681649562736 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6231 6234 30973 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 96000290 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681647458928 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 15 0 96000290 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10555400 memory=140327567132288 CPUtime=0.05 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6231 6234 30973 0 -1 1077944384 422 0 0 0 5 0 0 0 20 0 15 0 96000290 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681645353840 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10555400 memory=140327567132288 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000290 10808729600 9548 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38192 KiB

[startup+0.310207 s]*
/proc/loadavg: 2.24 2.12 2.27 4/217 6249
/proc/meminfo: memFree=24878296/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10555476 memory=46480 CPUtime=0.5 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 8908 0 0 0 48 2 0 0 20 0 15 0 96000284 10808807424 11620 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2638869 11620 3028 1 0 2627263 0
[pid=6234/tid=6236] ppid=6231 vsize=10555476 memory=93310054 CPUtime=0.29 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) R 6231 6234 30973 0 -1 4202560 5792 0 0 0 28 1 0 0 20 0 15 0 96000285 10808807424 11620 33554432000 4194304 4196468 140733074225632 140682164011296 140681796184676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 11620 33554432000 4194304 4196468 140733074225632 140682125073296 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10555476 memory=280655020433024 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681765563152 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10555476 memory=280654906636064 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10555476 memory=140327453300751 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10555476 memory=280655020439936 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000287 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10555476 memory=140327453305359 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96000287 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681650615072 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10555476 memory=140327453312851 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96000287 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681649562736 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10555476 memory=140327453315156 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6231 6234 30973 0 -1 1077944384 643 0 0 0 4 0 0 0 20 0 15 0 96000290 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681647458928 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 381 0 0 0 4 0 0 0 20 0 15 0 96000290 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10555476 memory=140327567132288 CPUtime=0.1 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) R 6231 6234 30973 0 -1 4202560 726 0 0 0 10 0 0 0 20 0 15 0 96000290 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681645353840 140682138661345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10555476 memory=140327567163340 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000290 10808807424 11620 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46480 KiB

[startup+0.700804 s]
/proc/loadavg: 2.24 2.12 2.27 4/217 6249
/proc/meminfo: memFree=24846032/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10555476 memory=137020 CPUtime=1.55 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 13137 0 0 0 151 4 0 0 20 0 15 0 96000284 10808807424 34255 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2638869 34255 3073 1 0 2627263 0
[pid=6234/tid=6236] ppid=6231 vsize=10555476 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) R 6231 6234 30973 0 -1 4202560 5862 0 0 0 65 3 0 0 20 0 15 0 96000285 10808807424 34255 33554432000 4194304 4196468 140733074225632 140682164028160 140681798568093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 34255 33554432000 4194304 4196468 140733074225632 140682125073296 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681765563152 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10555476 memory=146 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10555476 memory=2 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000285 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96000287 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96000287 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681650615072 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10555476 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96000287 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681649562736 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10555476 memory=1196 CPUtime=0.41 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) R 6231 6234 30973 0 -1 4202560 3230 0 0 0 41 0 0 0 20 0 15 0 96000290 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681647458928 140682139489616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10555476 memory=8548 CPUtime=0.3 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 1692 0 0 0 30 0 0 0 20 0 15 0 96000290 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10555476 memory=1228 CPUtime=0.14 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6231 6234 30973 0 -1 1077944384 986 0 0 0 14 0 0 0 20 0 15 0 96000290 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681645353840 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96000290 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10555476 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96000290 10808807424 34255 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 137020 KiB

[startup+1.50145 s]
/proc/loadavg: 2.24 2.12 2.27 6/217 6249
/proc/meminfo: memFree=24660048/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10555476 memory=563736 CPUtime=3.5 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 14327 0 0 0 312 38 0 0 20 0 15 0 96000284 10808807424 140934 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2638869 140934 3113 1 0 2627263 0
[pid=6234/tid=6236] ppid=6231 vsize=10555476 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6231 6234 30973 0 -1 1077944384 6000 0 0 0 111 5 0 0 20 0 15 0 96000285 10808807424 140934 33554432000 4194304 4196468 140733074225632 140682164024864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10555476 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) R 6231 6234 30973 0 -1 4202560 210 0 0 0 23 8 0 0 20 0 15 0 96000285 10808807424 140934 33554432000 4194304 4196468 140733074225632 140682125073296 140682144813984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) R 6231 6234 30973 0 -1 4202560 186 0 0 0 23 7 0 0 20 0 15 0 96000285 10808807424 140934 33554432000 4194304 4196468 140733074225632 140681765563152 140682144813984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) R 6231 6234 30973 0 -1 4202560 179 0 0 0 23 7 0 0 20 0 15 0 96000285 10808807424 140934 33554432000 4194304 4196468 140733074225632 140681764511064 140682159805767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) R 6231 6234 30973 0 -1 4202560 243 0 0 0 23 7 0 0 20 0 15 0 96000285 10808807424 140934 33554432000 4194304 4196468 140733074225632 140681763458064 140682144240078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10555476 memory=49 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96000287 10808807424 140934 33554432000 4194304 4196468 140733074225632 140681651667616 140682159802069 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0

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

/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 16441 0 0 0 496 89 0 0 20 0 16 0 96000285 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10622040 memory=3475660 CPUtime=5.81 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 18682 0 0 0 492 89 0 0 20 0 16 0 96000285 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10622040 memory=3475660 CPUtime=1.33 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 11713 0 0 0 129 4 0 0 20 0 16 0 96000287 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10622040 memory=3475660 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96000287 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681650615136 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10622040 memory=3475660 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96000287 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681649562752 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10622040 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10622040 memory=280654907075400 CPUtime=1.35 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6231 6234 30973 0 -1 1077944384 6748 0 0 0 134 1 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681647458928 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10622040 memory=3475660 CPUtime=1.22 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 7387 0 0 0 121 1 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10622040 memory=4140 CPUtime=0.28 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6231 6234 30973 0 -1 1077944384 3266 0 0 0 27 1 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681645353840 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10622040 memory=27760 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10622040 memory=3475660 CPUtime=1.45 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 2675 0 0 0 68 77 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6250] ppid=6231 vsize=10622040 memory=3475660 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) S 6231 6234 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96000579 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681642193584 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 2404.15 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3475660 KiB

[startup+2442.3 s]
/proc/loadavg: 2.15 2.21 2.14 3/217 6429
/proc/meminfo: memFree=19851504/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10622040 memory=3475660 CPUtime=2464.19 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 178074 0 0 0 245962 457 0 0 20 0 16 0 96000284 10876968960 868915 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2655510 868915 3155 1 0 2643904 0
[pid=6234/tid=6236] ppid=6231 vsize=10622040 memory=3475660 CPUtime=2435.12 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) R 6231 6234 30973 0 -1 4202560 75103 0 0 0 243494 18 0 0 20 0 16 0 96000285 10876968960 868915 33554432000 4194304 4196468 140733074225632 140682164030736 140681796386896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10622040 memory=3475660 CPUtime=5.85 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6231 6234 30973 0 -1 1077944384 17016 0 0 0 495 90 0 0 20 0 16 0 96000285 10876968960 868915 33554432000 4194304 4196468 140733074225632 140682125073296 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10622040 memory=3475660 CPUtime=5.81 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6231 6234 30973 0 -1 1077944384 17502 0 0 0 490 91 0 0 20 0 16 0 96000285 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681765563152 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10622040 memory=3475660 CPUtime=5.85 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 16441 0 0 0 496 89 0 0 20 0 16 0 96000285 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10622040 memory=3475660 CPUtime=5.81 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 18682 0 0 0 492 89 0 0 20 0 16 0 96000285 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10622040 memory=3475660 CPUtime=1.33 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 11732 0 0 0 129 4 0 0 20 0 16 0 96000287 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10622040 memory=3475660 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96000287 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681650615136 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10622040 memory=6946070611720890706 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96000287 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681649562752 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10622040 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10622040 memory=3475660 CPUtime=1.35 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6231 6234 30973 0 -1 1077944384 6758 0 0 0 134 1 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681647458928 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10622040 memory=3475660 CPUtime=1.22 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 7405 0 0 0 121 1 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10622040 memory=3475660 CPUtime=0.28 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6231 6234 30973 0 -1 1077944384 3272 0 0 0 27 1 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681645353840 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10622040 memory=3475660 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10622040 memory=3475660 CPUtime=1.48 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 2751 0 0 0 70 78 0 0 20 0 16 0 96000290 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6250] ppid=6231 vsize=10622040 memory=3475660 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) S 6231 6234 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96000579 10876968960 868915 33554432000 4194304 4196468 140733074225632 140681642193584 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 2464.19 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3475660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.11 s]
/proc/loadavg: 2.06 2.17 2.13 3/217 6430
/proc/meminfo: memFree=19851344/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10622040 memory=3475736 CPUtime=2520.04 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 181004 0 0 0 251545 459 0 0 20 0 16 0 96000284 10876968960 868934 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2655510 868934 3155 1 0 2643904 0
[pid=6234/tid=6236] ppid=6231 vsize=10622040 memory=3475736 CPUtime=2490.93 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) R 6231 6234 30973 0 -1 4202560 77908 0 0 0 249074 19 0 0 20 0 16 0 96000285 10876968960 868934 33554432000 4194304 4196468 140733074225632 140682164030736 140681799390247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10622040 memory=3475736 CPUtime=5.85 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6231 6234 30973 0 -1 1077944384 17016 0 0 0 495 90 0 0 20 0 16 0 96000285 10876968960 868934 33554432000 4194304 4196468 140733074225632 140682125073296 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10622040 memory=3475736 CPUtime=5.81 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6231 6234 30973 0 -1 1077944384 17502 0 0 0 490 91 0 0 20 0 16 0 96000285 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681765563152 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10622040 memory=280654908751040 CPUtime=5.85 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 16441 0 0 0 496 89 0 0 20 0 16 0 96000285 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10622040 memory=3475736 CPUtime=5.81 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 18682 0 0 0 492 89 0 0 20 0 16 0 96000285 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10622040 memory=3475736 CPUtime=1.33 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 11752 0 0 0 129 4 0 0 20 0 16 0 96000287 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10622040 memory=3475736 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96000287 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681650615136 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10622040 memory=2692 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96000287 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681649562752 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10622040 memory=3475736 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96000290 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10622040 memory=3475736 CPUtime=1.35 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6231 6234 30973 0 -1 1077944384 6766 0 0 0 134 1 0 0 20 0 16 0 96000290 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681647458928 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10622040 memory=3475736 CPUtime=1.22 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 7418 0 0 0 121 1 0 0 20 0 16 0 96000290 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10622040 memory=28950361278954 CPUtime=0.28 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6231 6234 30973 0 -1 1077944384 3278 0 0 0 27 1 0 0 20 0 16 0 96000290 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681645353840 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96000290 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10622040 memory=3475736 CPUtime=1.52 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 2829 0 0 0 72 80 0 0 20 0 16 0 96000290 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6250] ppid=6231 vsize=10622040 memory=3475736 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) S 6231 6234 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96000579 10876968960 868934 33554432000 4194304 4196468 140733074225632 140681642193584 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3475736 KiB

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

[startup+2498.45 s]
# the end of solver process 6234 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.77 s, system=4.62851 s

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

[startup+2498.4 s]
/proc/loadavg: 2.06 2.17 2.13 3/217 6430
/proc/meminfo: memFree=19851344/32770624 swapFree=67108860/67108860
[pid=6234] ppid=6231 vsize=10821732 memory=3476348 CPUtime=2520.33 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6231 6234 30973 0 -1 1077944320 183701 0 0 0 251573 460 0 0 20 0 17 0 96000284 11081453568 869087 33554432000 4194304 4196468 140733074225632 140733074208176 140682159791863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
/proc/6234/statm: 2705433 869087 3159 1 0 2693827 0
[pid=6234/tid=6236] ppid=6231 vsize=10821732 memory=8354160 CPUtime=2490.95 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6231 6234 30973 0 -1 1077944384 77986 0 0 0 249076 19 0 0 20 0 17 0 96000285 11081453568 869087 33554432000 4194304 4196468 140733074225632 140682164034736 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6237] ppid=6231 vsize=10821732 memory=3475736 CPUtime=5.91 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6231 6234 30973 0 -1 1077944384 17152 0 0 0 501 90 0 0 20 0 17 0 96000285 11081453568 869087 33554432000 4194304 4196468 140733074225632 140682125073296 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6238] ppid=6231 vsize=10821732 memory=3475736 CPUtime=5.87 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6231 6234 30973 0 -1 1077944384 17776 0 0 0 496 91 0 0 20 0 17 0 96000285 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681765563152 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6239] ppid=6231 vsize=10821732 memory=8112282956445269571 CPUtime=5.91 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6231 6234 30973 0 -1 1077944384 16655 0 0 0 502 89 0 0 20 0 17 0 96000285 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681764510864 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6240] ppid=6231 vsize=10821732 memory=1236 CPUtime=5.87 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6231 6234 30973 0 -1 1077944384 19099 0 0 0 498 89 0 0 20 0 17 0 96000285 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681763458064 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6241] ppid=6231 vsize=10821732 memory=644 CPUtime=1.33 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6231 6234 30973 0 -1 1077944384 11910 0 0 0 129 4 0 0 20 0 17 0 96000287 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681651669104 140682159803010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6242] ppid=6231 vsize=10821732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6231 6234 30973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96000287 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681650615136 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6243] ppid=6231 vsize=10821732 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6231 6234 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96000287 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681649562752 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6244] ppid=6231 vsize=10821732 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6231 6234 30973 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 17 0 96000290 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681648511056 140682159810459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6245] ppid=6231 vsize=10821732 memory=1012 CPUtime=1.35 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6231 6234 30973 0 -1 1077944384 6869 0 0 0 134 1 0 0 20 0 17 0 96000290 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681647458928 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6246] ppid=6231 vsize=10821732 memory=4140 CPUtime=1.22 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6231 6234 30973 0 -1 1077944384 7515 0 0 0 121 1 0 0 20 0 17 0 96000290 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681646406128 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6247] ppid=6231 vsize=10821732 memory=27760 CPUtime=0.28 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) R 6231 6234 30973 0 -1 4202560 3774 0 0 0 27 1 0 0 20 0 17 0 96000290 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681645353840 140682145487729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6248] ppid=6231 vsize=10821732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6231 6234 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96000290 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681644301280 140682159802069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
[pid=6234/tid=6249] ppid=6231 vsize=10821732 memory=2336 CPUtime=1.52 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6231 6234 30973 0 -1 1077944384 2829 0 0 0 72 80 0 0 20 0 17 0 96000290 11081453568 869087 33554432000 4194304 4196468 140733074225632 140681643248048 140682159803010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140733074232454 140733074232607 140733074232607 140733074235343 0
Current children cumulated CPU time: 2520.33 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3476348 KiB

Child status: 143
Real time (s): 2498.45
CPU time (s): 2520.4
CPU user time (s): 2515.77
CPU system time (s): 4.62851
CPU usage (%): 100.878
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3476348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.77
system time used= 4.62851
maximum resident set size= 3476648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57085
involuntary context switches= 969


# summary of solver processes directly reported to runsolver:
#   pid: 6234
#   total CPU time (s): 2520.4
#   total CPU user time (s): 2515.77
#   total CPU system time (s): 4.62851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7336 second user time and 19.7565 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 14:44:22
IDJOB=4263396
IDBENCH=133221
IDSOLVER=2651
FILE ID=node103/4263396-1502629120
RUNJOBID= node103-1502624009-5188
PBS_JOBID= 20628296
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-20.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263396-1502629120/watcher-4263396-1502629120 -o /tmp/evaluation-result-4263396-1502629120/solver-4263396-1502629120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263396-1502629120.xml

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

MD5SUM BENCH= c5ec4491a591197ab616d829bf389d5e
RANDOM SEED=1246868829

node103.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.56
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.56
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.56
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.56
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:        24913644 kB
MemAvailable:   25244056 kB
Buffers:           98732 kB
Cached:           526348 kB
SwapCached:            0 kB
Active:          7266728 kB
Inactive:         152260 kB
Active(anon):    6743204 kB
Inactive(anon):    78640 kB
Active(file):     523524 kB
Inactive(file):    73620 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             4 kB
AnonPages:       6800332 kB
Mapped:            55308 kB
Shmem:             25228 kB
Slab:             124176 kB
SReclaimable:      98204 kB
SUnreclaim:        25972 kB
KernelStack:        3520 kB
PageTables:        18436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8545236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6623232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61784 MiB
End job on node103 at 2017-08-13 15:26:01