Trace number 4289770

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameKnapsack/
Knapsack-90-400-01_c18.xml
MD5SUM21e6319225d06eb46c107a9c6e1ffb4f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1681
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity90
Maximum constraint arity90
Distribution of constraint arities[{"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (1262 MiB free)
  memory of node 1: 16384 MiB (13338 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=30231, runsolver pid=30228

[startup+0.100059 s]*
/proc/loadavg: 2.00 2.03 2.20 7/220 30246
/proc/meminfo: memFree=14820164/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10659012 memory=29888 CPUtime=0.13 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 6577 0 0 0 12 1 0 0 20 0 15 0 39762629 10914828288 7472 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2664753 7472 2820 1 0 2627263 0
[pid=30231/tid=30233] ppid=30228 vsize=10659012 memory=-8125511277465210235 CPUtime=0.09 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) R 30228 30231 25837 0 -1 4202560 4409 0 0 0 8 1 0 0 20 0 15 0 39762629 10914828288 7472 33554432000 4194304 4196468 140723002534752 140401687518176 140401683326109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 7472 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10659012 memory=140565569558144 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 7472 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 7472 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 7472 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10659012 memory=140565569558144 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762631 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39762632 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400919668128 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39762632 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400918615536 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39762634 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) S 30228 30231 25837 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 39762634 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400916510704 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39762634 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400915458160 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10659012 memory=140565569558144 CPUtime=0.02 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) R 30228 30231 25837 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 39762634 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400914403152 140401683316118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39762634 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10659012 memory=140565569558144 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39762635 10914828288 7472 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29888 KiB

[startup+0.211147 s]*
/proc/loadavg: 2.00 2.03 2.20 7/220 30246
/proc/meminfo: memFree=14811100/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10659012 memory=41968 CPUtime=0.33 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 8202 0 0 0 31 2 0 0 20 0 15 0 39762629 10914828288 10492 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2664753 10492 3008 1 0 2627263 0
[pid=30231/tid=30233] ppid=30228 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) R 30228 30231 25837 0 -1 4202560 5103 0 0 0 18 1 0 0 20 0 15 0 39762629 10914828288 10492 33554432000 4194304 4196468 140723002534752 140401687539152 140401667347813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 10492 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10659012 memory=3546501204519114400 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 10492 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 10492 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914828288 10492 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10659012 memory=140565569558144 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762631 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39762632 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400919668128 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39762632 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400918615536 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39762634 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) S 30228 30231 25837 0 -1 1077944384 749 0 0 0 2 0 0 0 20 0 15 0 39762634 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400916510704 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) S 30228 30231 25837 0 -1 1077944384 304 0 0 0 2 0 0 0 20 0 15 0 39762634 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400915458160 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10659012 memory=140565569558144 CPUtime=0.07 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) R 30228 30231 25837 0 -1 4202560 677 0 0 0 7 0 0 0 20 0 15 0 39762634 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400914405616 140401667384670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39762634 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10659012 memory=140565569558144 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39762635 10914828288 10492 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41968 KiB

[startup+0.312363 s]*
/proc/loadavg: 2.00 2.03 2.20 6/220 30246
/proc/meminfo: memFree=14803284/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10659088 memory=47088 CPUtime=0.51 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 9058 0 0 0 49 2 0 0 20 0 15 0 39762629 10914906112 11772 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2664772 11772 3031 1 0 2627263 0
[pid=30231/tid=30233] ppid=30228 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) R 30228 30231 25837 0 -1 4202560 5779 0 0 0 28 2 0 0 20 0 15 0 39762629 10914906112 11772 33554432000 4194304 4196468 140723002534752 140401687538400 140401683316118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10659088 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914906112 11772 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10659088 memory=3834735974422369952 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914906112 11772 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39762630 10914906112 11772 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762630 10914906112 11772 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10659088 memory=140565569558144 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39762631 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39762632 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400919668128 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39762632 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400918615536 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39762634 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) S 30228 30231 25837 0 -1 1077944384 845 0 0 0 4 0 0 0 20 0 15 0 39762634 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400916510704 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) S 30228 30231 25837 0 -1 1077944384 328 0 0 0 4 0 0 0 20 0 15 0 39762634 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400915458160 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10659088 memory=140565569558144 CPUtime=0.12 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) R 30228 30231 25837 0 -1 4202560 737 0 0 0 12 0 0 0 20 0 15 0 39762634 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400914405616 140401667384670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39762634 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10659088 memory=140565569558144 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39762635 10914906112 11772 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47088 KiB

[startup+0.700846 s]
/proc/loadavg: 2.00 2.03 2.20 8/220 30246
/proc/meminfo: memFree=14683328/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10725652 memory=247904 CPUtime=1.74 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 10850 0 0 0 159 15 0 0 20 0 16 0 39762629 10983067648 61976 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2681413 61976 3120 1 0 2643904 0
[pid=30231/tid=30233] ppid=30228 vsize=10725652 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) R 30228 30231 25837 0 -1 4202560 5943 0 0 0 55 4 0 0 20 0 16 0 39762629 10983067648 61976 33554432000 4194304 4196468 140723002534752 140401687540400 140401683316118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10725652 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 54 0 0 0 6 2 0 0 20 0 16 0 39762630 10983067648 61976 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10725652 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 44 0 0 0 5 2 0 0 20 0 16 0 39762630 10983067648 61976 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10725652 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 39 0 0 0 5 2 0 0 20 0 16 0 39762630 10983067648 61976 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10725652 memory=270436642359677 CPUtime=0.08 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 51 0 0 0 6 2 0 0 20 0 16 0 39762630 10983067648 61976 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10725652 memory=175223 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39762631 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400919668128 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400918615536 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10725652 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10725652 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) R 30228 30231 25837 0 -1 4202560 1362 0 0 0 30 0 0 0 20 0 16 0 39762634 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400916510704 140401664848401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10725652 memory=-6435747802894199138 CPUtime=0.3 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) R 30228 30231 25837 0 -1 4202560 992 0 0 0 30 0 0 0 20 0 16 0 39762634 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400915458160 140401668229202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10725652 memory=8330969454845486047 CPUtime=0.18 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) R 30228 30231 25837 0 -1 1077944384 898 0 0 0 18 0 0 0 20 0 16 0 39762634 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400914405616 140401683315330 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10725652 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10725652 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39762635 10983067648 61976 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 247904 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.03 2.20 6/221 30247
/proc/meminfo: memFree=14597376/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10725652 memory=248588 CPUtime=2.84 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 11093 0 0 0 269 15 0 0 20 0 16 0 39762629 10983067648 62147 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2681413 62147 3122 1 0 2643904 0
[pid=30231/tid=30233] ppid=30228 vsize=10725652 memory=7595136264060302868 CPUtime=1.39 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) R 30228 30231 25837 0 -1 4202560 5970 0 0 0 135 4 0 0 20 0 16 0 39762629 10983067648 62147 33554432000 4194304 4196468 140723002534752 140401687542712 140401292603663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10725652 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 54 0 0 0 6 2 0 0 20 0 16 0 39762630 10983067648 62147 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10725652 memory=281130842728760 CPUtime=0.07 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 44 0 0 0 5 2 0 0 20 0 16 0 39762630 10983067648 62147 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10725652 memory=281130842980080 CPUtime=0.07 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 39 0 0 0 5 2 0 0 20 0 16 0 39762630 10983067648 62147 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10725652 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 51 0 0 0 6 2 0 0 20 0 16 0 39762630 10983067648 62147 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39762631 10983067648 62147 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0

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

/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 1186 0 0 0 30 12 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.45 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 1156 0 0 0 32 13 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.12 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 2397 0 0 0 8 4 0 0 20 0 16 0 39762631 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10725652 memory=731792 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400919668192 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10725652 memory=731792 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400918615552 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10725652 memory=731792 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.82 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) S 30228 30231 25837 0 -1 1077944384 7281 0 0 0 81 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400916510704 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.89 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) S 30228 30231 25837 0 -1 1077944384 6630 0 0 0 88 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400915458160 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.25 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) S 30228 30231 25837 0 -1 1077944384 3567 0 0 0 24 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400914405616 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10725652 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10725652 memory=731792 CPUtime=1.48 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1420 0 0 0 67 81 0 0 20 0 16 0 39762635 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30247] ppid=30228 vsize=10725652 memory=7666061577621826153 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30247/stat : 30247 (java) S 30228 30231 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39762694 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400911246640 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 2327.12 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 731792 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/221 30447
/proc/meminfo: memFree=17969192/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10725652 memory=731792 CPUtime=2387.15 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 42961 0 0 0 238578 137 0 0 20 0 16 0 39762629 10983067648 182948 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2681413 182948 3166 1 0 2643904 0
[pid=30231/tid=30233] ppid=30228 vsize=10725652 memory=731792 CPUtime=2381.73 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) R 30228 30231 25837 0 -1 4202560 16380 0 0 0 238165 8 0 0 20 0 16 0 39762629 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401687543152 140401292603796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.44 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 567 0 0 0 32 12 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.44 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 917 0 0 0 31 13 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.42 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 1186 0 0 0 30 12 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.45 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 1156 0 0 0 32 13 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.12 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 2403 0 0 0 8 4 0 0 20 0 16 0 39762631 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10725652 memory=14148 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400919668192 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10725652 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400918615552 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10725652 memory=731792 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10725652 memory=3252 CPUtime=0.82 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) S 30228 30231 25837 0 -1 1077944384 7283 0 0 0 81 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400916510704 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10725652 memory=1292 CPUtime=0.89 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) S 30228 30231 25837 0 -1 1077944384 6634 0 0 0 88 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400915458160 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10725652 memory=2444 CPUtime=0.25 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) S 30228 30231 25837 0 -1 1077944384 3573 0 0 0 24 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400914405616 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10725652 memory=731792 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10725652 memory=8315171486948655189 CPUtime=1.52 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1452 0 0 0 69 83 0 0 20 0 16 0 39762635 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30247] ppid=30228 vsize=10725652 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30247/stat : 30247 (java) S 30228 30231 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39762694 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400911246640 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 2387.15 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 731792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2395.2 s]
/proc/loadavg: 2.00 2.00 2.03 3/221 30447
/proc/meminfo: memFree=17969232/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10725652 memory=731792 CPUtime=2400.07 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 42999 0 0 0 239869 138 0 0 20 0 16 0 39762629 10983067648 182948 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2681413 182948 3166 1 0 2643904 0
[pid=30231/tid=30233] ppid=30228 vsize=10725652 memory=4132 CPUtime=2394.63 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) R 30228 30231 25837 0 -1 4202560 16418 0 0 0 239455 8 0 0 20 0 16 0 39762629 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401687543152 140401292603651 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10725652 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 567 0 0 0 32 12 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.44 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 917 0 0 0 31 13 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10725652 memory=731792 CPUtime=0.42 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 1186 0 0 0 30 12 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10725652 memory=1292 CPUtime=0.45 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 1156 0 0 0 32 13 0 0 20 0 16 0 39762630 10983067648 182948 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10725652 memory=14148 CPUtime=0.12 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 2403 0 0 0 8 4 0 0 20 0 16 0 39762631 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10725652 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400919668192 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10725652 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39762632 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400918615552 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10725652 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10725652 memory=8380 CPUtime=0.82 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) S 30228 30231 25837 0 -1 1077944384 7283 0 0 0 81 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400916510704 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10725652 memory=5404 CPUtime=0.89 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) S 30228 30231 25837 0 -1 1077944384 6634 0 0 0 88 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400915458160 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10725652 memory=1200 CPUtime=0.25 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) S 30228 30231 25837 0 -1 1077944384 3573 0 0 0 24 1 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400914405616 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10725652 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39762634 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10725652 memory=1008 CPUtime=1.53 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1452 0 0 0 70 83 0 0 20 0 16 0 39762635 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30247] ppid=30228 vsize=10725652 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30247/stat : 30247 (java) S 30228 30231 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39762694 10983067648 182948 33554432000 4194304 4196468 140723002534752 140400911246640 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 731792 KiB

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

[startup+2395.43 s]
# the end of solver process 30231 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.73 s, system=1.38819 s

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

[startup+2395.4 s]
/proc/loadavg: 2.00 2.00 2.03 3/221 30447
/proc/meminfo: memFree=17969232/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10859808 memory=732008 CPUtime=2400.08 cores=1,3,5,7
/proc/30231/stat : 30231 (java) S 30228 30231 25837 0 -1 1077944320 43453 0 0 0 239870 138 0 0 20 0 17 0 39762629 11120443392 183002 33554432000 4194304 4196468 140723002534752 140723002517296 140401683304183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
/proc/30231/statm: 2714952 183002 3169 1 0 2677443 0
[pid=30231/tid=30233] ppid=30228 vsize=10859808 memory=1704 CPUtime=2394.64 cores=1,3,5,7
/proc/30231/task/30233/stat : 30233 (java) S 30228 30231 25837 0 -1 1077944384 16454 0 0 0 239456 8 0 0 20 0 17 0 39762629 11120443392 183002 33554432000 4194304 4196468 140723002534752 140401687547056 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30234] ppid=30228 vsize=10859808 memory=1424 CPUtime=0.44 cores=1,3,5,7
/proc/30231/task/30234/stat : 30234 (java) S 30228 30231 25837 0 -1 1077944384 567 0 0 0 32 12 0 0 20 0 17 0 39762630 11120443392 183002 33554432000 4194304 4196468 140723002534752 140401289718032 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30235] ppid=30228 vsize=10859808 memory=796 CPUtime=0.44 cores=1,3,5,7
/proc/30231/task/30235/stat : 30235 (java) S 30228 30231 25837 0 -1 1077944384 917 0 0 0 31 13 0 0 20 0 17 0 39762630 11120443392 183002 33554432000 4194304 4196468 140723002534752 140401288665488 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30236] ppid=30228 vsize=10859808 memory=4620 CPUtime=0.42 cores=1,3,5,7
/proc/30231/task/30236/stat : 30236 (java) S 30228 30231 25837 0 -1 1077944384 1186 0 0 0 30 12 0 0 20 0 17 0 39762630 11120443392 183002 33554432000 4194304 4196468 140723002534752 140401287612944 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30237] ppid=30228 vsize=10859808 memory=15872 CPUtime=0.45 cores=1,3,5,7
/proc/30231/task/30237/stat : 30237 (java) S 30228 30231 25837 0 -1 1077944384 1156 0 0 0 32 13 0 0 20 0 17 0 39762630 11120443392 183002 33554432000 4194304 4196468 140723002534752 140401286560400 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30238] ppid=30228 vsize=10859808 memory=8780 CPUtime=0.12 cores=1,3,5,7
/proc/30231/task/30238/stat : 30238 (java) S 30228 30231 25837 0 -1 1077944384 2403 0 0 0 8 4 0 0 20 0 17 0 39762631 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400920721904 140401683315330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30239] ppid=30228 vsize=10859808 memory=18472 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30239/stat : 30239 (java) S 30228 30231 25837 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 39762632 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400919668192 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30240] ppid=30228 vsize=10859808 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30240/stat : 30240 (java) S 30228 30231 25837 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 39762632 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400918615552 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30241] ppid=30228 vsize=10859808 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30241/stat : 30241 (java) S 30228 30231 25837 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 39762634 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400917564112 140401683322779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30242] ppid=30228 vsize=10859808 memory=1240 CPUtime=0.82 cores=1,3,5,7
/proc/30231/task/30242/stat : 30242 (java) S 30228 30231 25837 0 -1 1077944384 7283 0 0 0 81 1 0 0 20 0 17 0 39762634 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400916510704 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30243] ppid=30228 vsize=10859808 memory=648 CPUtime=0.89 cores=1,3,5,7
/proc/30231/task/30243/stat : 30243 (java) S 30228 30231 25837 0 -1 1077944384 6634 0 0 0 88 1 0 0 20 0 17 0 39762634 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400915458160 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30244] ppid=30228 vsize=10859808 memory=956 CPUtime=0.25 cores=1,3,5,7
/proc/30231/task/30244/stat : 30244 (java) S 30228 30231 25837 0 -1 1077944384 3694 0 0 0 24 1 0 0 20 0 17 0 39762634 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400914405616 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30245] ppid=30228 vsize=10859808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/30231/task/30245/stat : 30245 (java) S 30228 30231 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39762634 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400913353312 140401683314389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
[pid=30231/tid=30246] ppid=30228 vsize=10859808 memory=1584 CPUtime=1.53 cores=1,3,5,7
/proc/30231/task/30246/stat : 30246 (java) S 30228 30231 25837 0 -1 1077944384 1452 0 0 0 70 83 0 0 20 0 17 0 39762635 11120443392 183002 33554432000 4194304 4196468 140723002534752 140400912300848 140401683315330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140723002537073 140723002537225 140723002537225 140723002539983 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10859808 KiB
Current children cumulated memory: 732008 KiB

Child status: 143
Real time (s): 2395.43
CPU time (s): 2400.11
CPU user time (s): 2398.73
CPU system time (s): 1.38819
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 10859808
Max. memory (cumulated for all children) (KiB): 732008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.73
system time used= 1.38819
maximum resident set size= 732492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43761
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53928
involuntary context switches= 2315


# summary of solver processes directly reported to runsolver:
#   pid: 30231
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2398.73
#   total CPU system time (s): 1.38819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.0554 second user time and 15.6131 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 03:13:15
IDJOB=4289770
IDBENCH=141536
IDSOLVER=2742
FILE ID=node132/4289770-1532221995
RUNJOBID= node132-1532209718-28182
PBS_JOBID= 21018935
Free space on /tmp= 55128 MiB

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

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

MD5SUM BENCH= 21e6319225d06eb46c107a9c6e1ffb4f
RANDOM SEED=900958878

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14965628 kB
MemAvailable:   25815768 kB
Buffers:          229136 kB
Cached:         10774180 kB
SwapCached:            0 kB
Active:          8024436 kB
Inactive:        9145924 kB
Active(anon):    6169384 kB
Inactive(anon):    17052 kB
Active(file):    1855052 kB
Inactive(file):  9128872 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:       5884768 kB
Mapped:            46952 kB
Shmem:             17088 kB
Slab:             321608 kB
SReclaimable:     294676 kB
SUnreclaim:        26932 kB
KernelStack:        3600 kB
PageTables:        16696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6908828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5728256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55128 MiB
End job on node132 at 2018-07-22 03:53:10