Trace number 4301238

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) 252.083 242.029

General information on the benchmark

NameStillLife/
StillLife-wastage-08_c18.xml
MD5SUM7fa074241beecf824461849015848bff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.63759
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints152
Number of domains4
Minimum domain size2
Maximum domain size201
Distribution of domain sizes[{"size":2,"count":100},{"size":3,"count":100},{"size":65,"count":1},{"size":201,"count":10}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":97},{"degree":3,"count":13},{"degree":4,"count":32},{"degree":8,"count":28},{"degree":9,"count":36},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":32},{"arity":10,"count":68},{"arity":11,"count":1},{"arity":12,"count":9}]
Number of extensional constraints96
Number of intensional constraints41
Distribution of constraint types[{"type":"extension","count":96},{"type":"intension","count":41},{"type":"sum","count":11},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301238-1532876799/watcher-4301238-1532876799 -o /tmp/evaluation-result-4301238-1532876799/solver-4301238-1532876799 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301238-1532876799.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21176, runsolver pid=21173

[startup+0.102921 s]*
/proc/loadavg: 2.61 2.63 2.40 4/215 21191
/proc/meminfo: memFree=21935408/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10659012 memory=30412 CPUtime=0.13 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 6676 0 0 0 11 2 0 0 20 0 15 0 105243169 10914828288 7603 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2664753 7603 2817 1 0 2627263 0
[pid=21176/tid=21178] ppid=21173 vsize=10659012 memory=-8773748148830246015 CPUtime=0.09 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) R 21173 21176 16915 0 -1 4202560 4523 0 0 0 8 1 0 0 20 0 15 0 105243170 10914828288 7603 33554432000 4194304 4196468 140727285746512 140036484327728 140036480128157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 7603 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10659012 memory=139828087367296 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 7603 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 7603 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 7603 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10659012 memory=139828087367296 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105243172 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105243172 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105243173 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) S 21173 21176 16915 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035967679344 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035966626544 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10659012 memory=139828087367296 CPUtime=0.02 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) R 21173 21176 16915 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 105243175 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035965573744 140036480127578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10659012 memory=139828087367296 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 7603 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30412 KiB

[startup+0.210431 s]*
/proc/loadavg: 2.61 2.63 2.40 4/215 21191
/proc/meminfo: memFree=21926724/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10659012 memory=41552 CPUtime=0.33 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 8061 0 0 0 31 2 0 0 20 0 15 0 105243169 10914828288 10388 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2664753 10388 2994 1 0 2627263 0
[pid=21176/tid=21178] ppid=21173 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) R 21173 21176 16915 0 -1 4202560 5017 0 0 0 19 1 0 0 20 0 15 0 105243170 10914828288 10388 33554432000 4194304 4196468 140727285746512 140036484340480 140036464149861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 10388 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10659012 memory=288370204239079040 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 10388 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 10388 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105243171 10914828288 10388 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10659012 memory=139828087367296 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105243172 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105243172 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105243173 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) S 21173 21176 16915 0 -1 1077944384 726 0 0 0 2 0 0 0 20 0 15 0 105243175 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035967679344 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) S 21173 21176 16915 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 105243175 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035966626544 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10659012 memory=139828087367296 CPUtime=0.07 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) R 21173 21176 16915 0 -1 4202560 697 0 0 0 7 0 0 0 20 0 15 0 105243175 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035965573744 140036458780563 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10659012 memory=139828087367296 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243175 10914828288 10388 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41552 KiB

[startup+0.311321 s]*
/proc/loadavg: 2.61 2.63 2.40 6/215 21191
/proc/meminfo: memFree=21918644/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10659088 memory=47728 CPUtime=0.53 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 9007 0 0 0 50 3 0 0 20 0 15 0 105243169 10914906112 11932 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2664772 11932 3059 1 0 2627263 0
[pid=21176/tid=21178] ppid=21173 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) R 21173 21176 16915 0 -1 4202560 5660 0 0 0 28 2 0 0 20 0 15 0 105243170 10914906112 11932 33554432000 4194304 4196468 140727285746512 140036484337776 140036464186718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10659088 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 11932 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10659088 memory=288370204239079040 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 11932 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 11932 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 11932 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10659088 memory=139828087367296 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105243172 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105243172 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105243173 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) R 21173 21176 16915 0 -1 4202560 875 0 0 0 4 0 0 0 20 0 15 0 105243175 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035967675712 140036458380688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) R 21173 21176 16915 0 -1 4202560 313 0 0 0 4 0 0 0 20 0 15 0 105243175 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035966626544 140036459823367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10659088 memory=139828087367296 CPUtime=0.12 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) R 21173 21176 16915 0 -1 1077944384 806 0 0 0 12 0 0 0 20 0 15 0 105243175 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035965573744 140036480117378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10659088 memory=139828087367296 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243175 10914906112 11932 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47728 KiB

[startup+0.700706 s]
/proc/loadavg: 2.61 2.63 2.40 6/215 21191
/proc/meminfo: memFree=21885512/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10659088 memory=149356 CPUtime=1.67 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 16110 0 0 0 160 7 0 0 20 0 15 0 105243169 10914906112 37339 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2664772 37339 3110 1 0 2627263 0
[pid=21176/tid=21178] ppid=21173 vsize=10659088 memory=230808254178846 CPUtime=0.67 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) R 21173 21176 16915 0 -1 4202560 6064 0 0 0 63 4 0 0 20 0 15 0 105243170 10914906112 37339 33554432000 4194304 4196468 140727285746512 140036484328656 140036462053125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10659088 memory=3977296629253554382 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 37339 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 37339 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 37339 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105243171 10914906112 37339 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105243172 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10659088 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105243172 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105243173 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10659088 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) R 21173 21176 16915 0 -1 4202560 2056 0 0 0 34 0 0 0 20 0 15 0 105243175 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035967668816 140036464499988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10659088 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) R 21173 21176 16915 0 -1 4202560 4982 0 0 0 32 1 0 0 20 0 15 0 105243175 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035966607352 140036463603019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) S 21173 21176 16915 0 -1 1077944384 1646 0 0 0 30 0 0 0 20 0 15 0 105243175 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035965573744 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105243175 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10659088 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105243175 10914906112 37339 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 149356 KiB

[startup+1.50076 s]
/proc/loadavg: 2.61 2.63 2.40 5/215 21191
/proc/meminfo: memFree=21740812/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10659088 memory=339784 CPUtime=3.96 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 22674 0 0 0 383 13 0 0 20 0 15 0 105243169 10914906112 84946 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2664772 84946 3135 1 0 2627263 0
[pid=21176/tid=21178] ppid=21173 vsize=10659088 memory=10799 CPUtime=1.39 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) R 21173 21176 16915 0 -1 4202560 6120 0 0 0 134 5 0 0 20 0 15 0 105243170 10914906112 84946 33554432000 4194304 4196468 140727285746512 140036484334304 140036462053160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10659088 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 28 0 0 0 3 0 0 0 20 0 15 0 105243171 10914906112 84946 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 119 0 0 0 4 1 0 0 20 0 15 0 105243171 10914906112 84946 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 112 0 0 0 4 1 0 0 20 0 15 0 105243171 10914906112 84946 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10659088 memory=6943526294502006880 CPUtime=0.03 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 109 0 0 0 3 0 0 0 20 0 15 0 105243171 10914906112 84946 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105243172 10914906112 84946 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0

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

/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 2443 0 0 0 64 0 0 0 20 0 16 0 105243172 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10727700 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105243172 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10727700 memory=30320 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105243173 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10727700 memory=1938644 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10727700 memory=1938644 CPUtime=1.9 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) S 21173 21176 16915 0 -1 1077944384 13558 0 0 0 189 1 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035967679344 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10727700 memory=1938644 CPUtime=1.95 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) S 21173 21176 16915 0 -1 1077944384 13065 0 0 0 193 2 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035966626544 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10727700 memory=1938644 CPUtime=0.49 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) S 21173 21176 16915 0 -1 1077944384 5259 0 0 0 48 1 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035965573744 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10727700 memory=1938644 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10727700 memory=1938644 CPUtime=0.08 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 559 0 0 0 4 4 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21192] ppid=21173 vsize=10727700 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21192/stat : 21192 (java) S 21173 21176 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105244074 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035960316848 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 172.29 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1938644 KiB

[startup+222.301 s]
/proc/loadavg: 2.09 2.47 2.40 3/218 21280
/proc/meminfo: memFree=21912652/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10727700 memory=1938644 CPUtime=232.52 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 69251 0 0 0 23132 120 0 0 20 0 16 0 105243169 10985164800 484661 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2681925 484661 3188 1 0 2644416 0
[pid=21176/tid=21178] ppid=21173 vsize=10727700 memory=1938644 CPUtime=219.69 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) R 21173 21176 16915 0 -1 4202560 19093 0 0 0 21951 18 0 0 20 0 16 0 105243170 10985164800 484661 33554432000 4194304 4196468 140727285746512 140036484345016 140036088709120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10727700 memory=1938644 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 2366 0 0 0 163 22 0 0 20 0 16 0 105243171 10985164800 484661 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10727700 memory=1938644 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 3596 0 0 0 163 22 0 0 20 0 16 0 105243171 10985164800 484661 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10727700 memory=1938644 CPUtime=1.87 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 1407 0 0 0 165 22 0 0 20 0 16 0 105243171 10985164800 484661 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10727700 memory=1938644 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 3083 0 0 0 163 22 0 0 20 0 16 0 105243171 10985164800 484661 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10727700 memory=1938288 CPUtime=0.64 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 2452 0 0 0 64 0 0 0 20 0 16 0 105243172 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10727700 memory=1938644 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105243172 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10727700 memory=644 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105243173 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10727700 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10727700 memory=30328 CPUtime=1.9 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) S 21173 21176 16915 0 -1 1077944384 13564 0 0 0 189 1 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035967679344 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10727700 memory=1938644 CPUtime=2.15 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) S 21173 21176 16915 0 -1 1077944384 15708 0 0 0 213 2 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035966626544 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10727700 memory=4136 CPUtime=0.49 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) S 21173 21176 16915 0 -1 1077944384 5989 0 0 0 48 1 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035965573744 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10727700 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10727700 memory=2436 CPUtime=0.11 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 610 0 0 0 6 5 0 0 20 0 16 0 105243175 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21192] ppid=21173 vsize=10727700 memory=1938644 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21192/stat : 21192 (java) S 21173 21176 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105244074 10985164800 484661 33554432000 4194304 4196468 140727285746512 140035960316848 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 232.52 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1938644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.801 s]
/proc/loadavg: 2.07 2.44 2.39 3/218 21280
/proc/meminfo: memFree=21912788/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10727700 memory=1938684 CPUtime=252.03 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 69680 0 0 0 25083 120 0 0 20 0 16 0 105243169 10985164800 484671 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2681925 484671 3188 1 0 2644416 0
[pid=21176/tid=21178] ppid=21173 vsize=10727700 memory=6791534058613427641 CPUtime=239.19 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) R 21173 21176 16915 0 -1 4202560 19367 0 0 0 23901 18 0 0 20 0 16 0 105243170 10985164800 484671 33554432000 4194304 4196468 140727285746512 140036484344872 140036088708512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10727700 memory=6944656592455097440 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 2366 0 0 0 163 22 0 0 20 0 16 0 105243171 10985164800 484671 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10727700 memory=6944656575208382560 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 3596 0 0 0 163 22 0 0 20 0 16 0 105243171 10985164800 484671 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10727700 memory=6944656592387989600 CPUtime=1.87 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 1407 0 0 0 165 22 0 0 20 0 16 0 105243171 10985164800 484671 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10727700 memory=6944656575208382560 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 3083 0 0 0 163 22 0 0 20 0 16 0 105243171 10985164800 484671 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10727700 memory=6943526294502006880 CPUtime=0.64 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 2452 0 0 0 64 0 0 0 20 0 16 0 105243172 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105243172 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10727700 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105243173 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10727700 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105243175 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10727700 memory=1720 CPUtime=1.9 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) S 21173 21176 16915 0 -1 1077944384 13564 0 0 0 189 1 0 0 20 0 16 0 105243175 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035967679344 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10727700 memory=5760 CPUtime=2.15 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) S 21173 21176 16915 0 -1 1077944384 15708 0 0 0 213 2 0 0 20 0 16 0 105243175 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035966626544 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10727700 memory=4588 CPUtime=0.49 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) S 21173 21176 16915 0 -1 1077944384 6144 0 0 0 48 1 0 0 20 0 16 0 105243175 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035965573744 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10727700 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105243175 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10727700 memory=1944 CPUtime=0.12 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 610 0 0 0 6 6 0 0 20 0 16 0 105243175 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21192] ppid=21173 vsize=10727700 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21192/stat : 21192 (java) S 21173 21176 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105244074 10985164800 484671 33554432000 4194304 4196468 140727285746512 140035960316848 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1938684 KiB

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

[startup+242.029 s]
# the end of solver process 21176 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.862 s, system=1.22133 s

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

[startup+242.001 s]*
/proc/loadavg: 2.07 2.44 2.39 2/219 21283
/proc/meminfo: memFree=21912804/32770624 swapFree=67108792/67108860
[pid=21176] ppid=21173 vsize=10927392 memory=1939000 CPUtime=252.05 cores=0,2,4,6
/proc/21176/stat : 21176 (java) S 21173 21176 16915 0 -1 1077944320 70507 0 0 0 25085 120 0 0 20 0 17 0 105243169 11189649408 484750 33554432000 4194304 4196468 140727285746512 140727285729056 140036480106231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
/proc/21176/statm: 2731848 484750 3191 1 0 2694339 0
[pid=21176/tid=21178] ppid=21173 vsize=10927392 memory=6791534058613427641 CPUtime=239.21 cores=0,2,4,6
/proc/21176/task/21178/stat : 21178 (java) S 21173 21176 16915 0 -1 1077944384 19445 0 0 0 23903 18 0 0 20 0 17 0 105243170 11189649408 484750 33554432000 4194304 4196468 140727285746512 140036484349104 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21179] ppid=21173 vsize=10927392 memory=4872558044660077418 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21179/stat : 21179 (java) S 21173 21176 16915 0 -1 1077944384 2366 0 0 0 163 22 0 0 20 0 17 0 105243171 11189649408 484750 33554432000 4194304 4196468 140727285746512 140036406181008 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21180] ppid=21173 vsize=10927392 memory=15876 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21180/stat : 21180 (java) S 21173 21176 16915 0 -1 1077944384 3596 0 0 0 163 22 0 0 20 0 17 0 105243171 11189649408 484750 33554432000 4194304 4196468 140727285746512 140036405128208 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21181] ppid=21173 vsize=10927392 memory=3168 CPUtime=1.87 cores=0,2,4,6
/proc/21176/task/21181/stat : 21181 (java) S 21173 21176 16915 0 -1 1077944384 1407 0 0 0 165 22 0 0 20 0 17 0 105243171 11189649408 484750 33554432000 4194304 4196468 140727285746512 140036404075408 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21182] ppid=21173 vsize=10927392 memory=1938684 CPUtime=1.85 cores=0,2,4,6
/proc/21176/task/21182/stat : 21182 (java) S 21173 21176 16915 0 -1 1077944384 3083 0 0 0 163 22 0 0 20 0 17 0 105243171 11189649408 484750 33554432000 4194304 4196468 140727285746512 140036083280656 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21183] ppid=21173 vsize=10927392 memory=1408 CPUtime=0.64 cores=0,2,4,6
/proc/21176/task/21183/stat : 21183 (java) S 21173 21176 16915 0 -1 1077944384 2485 0 0 0 64 0 0 0 20 0 17 0 105243172 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035971889520 140036480117378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21184] ppid=21173 vsize=10927392 memory=3196 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21184/stat : 21184 (java) S 21173 21176 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105243172 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035970835488 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21185] ppid=21173 vsize=10927392 memory=4376144 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21185/stat : 21185 (java) S 21173 21176 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 105243173 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035969782640 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21186] ppid=21173 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21186/stat : 21186 (java) S 21173 21176 16915 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 105243175 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035968730960 140036480124827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21187] ppid=21173 vsize=10927392 memory=4872558044660077418 CPUtime=1.9 cores=0,2,4,6
/proc/21176/task/21187/stat : 21187 (java) S 21173 21176 16915 0 -1 1077944384 13564 0 0 0 189 1 0 0 20 0 17 0 105243175 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035967679344 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21188] ppid=21173 vsize=10927392 memory=288230583166042426 CPUtime=2.15 cores=0,2,4,6
/proc/21176/task/21188/stat : 21188 (java) S 21173 21176 16915 0 -1 1077944384 15708 0 0 0 213 2 0 0 20 0 17 0 105243175 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035966626544 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21189] ppid=21173 vsize=10927392 memory=14410445029116127 CPUtime=0.49 cores=0,2,4,6
/proc/21176/task/21189/stat : 21189 (java) S 21173 21176 16915 0 -1 1077944384 6170 0 0 0 48 1 0 0 20 0 17 0 105243175 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035965573744 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21190] ppid=21173 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21190/stat : 21190 (java) S 21173 21176 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105243175 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035964521184 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21191] ppid=21173 vsize=10927392 memory=279655925025504 CPUtime=0.12 cores=0,2,4,6
/proc/21176/task/21191/stat : 21191 (java) S 21173 21176 16915 0 -1 1077944384 610 0 0 0 6 6 0 0 20 0 17 0 105243175 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035963468464 140036480117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21281] ppid=21173 vsize=10927392 memory=139827962843520 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21281/stat : 21281 (java) S 21173 21176 16915 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 105267350 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035959263344 140036480116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
[pid=21176/tid=21282] ppid=21173 vsize=10927392 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/21176/task/21282/stat : 21282 (java) R 21173 21176 16915 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 17 0 105267350 11189649408 484750 33554432000 4194304 4196468 140727285746512 140035958211472 140036087651335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140727285752950 140727285753102 140727285753102 140727285755855 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1939000 KiB

Child status: 143
Real time (s): 242.029
CPU time (s): 252.083
CPU user time (s): 250.862
CPU system time (s): 1.22133
CPU usage (%): 104.154
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1939000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.862
system time used= 1.22132
maximum resident set size= 1939276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8352
involuntary context switches= 440


# summary of solver processes directly reported to runsolver:
#   pid: 21176
#   total CPU time (s): 252.083
#   total CPU user time (s): 250.862
#   total CPU system time (s): 1.22133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6121 second user time and 2.23233 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 17:06:39
IDJOB=4301238
IDBENCH=141038
IDSOLVER=2773
FILE ID=node150/4301238-1532876799
RUNJOBID= node150-1532875965-20368
PBS_JOBID= 21022492
Free space on /tmp= 55348 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StillLife/StillLife-wastage-08_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301238-1532876799/watcher-4301238-1532876799 -o /tmp/evaluation-result-4301238-1532876799/solver-4301238-1532876799 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301238-1532876799.xml

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

MD5SUM BENCH= 7fa074241beecf824461849015848bff
RANDOM SEED=90151027

node150.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.76
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.76
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.76
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.76
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:        21953368 kB
MemAvailable:   25679692 kB
Buffers:          219956 kB
Cached:          3749020 kB
SwapCached:           32 kB
Active:          7692636 kB
Inactive:        2582260 kB
Active(anon):    6257096 kB
Inactive(anon):    76188 kB
Active(file):    1435540 kB
Inactive(file):  2506072 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2352 kB
Writeback:             0 kB
AnonPages:       6204024 kB
Mapped:            56452 kB
Shmem:             25156 kB
Slab:             229916 kB
SReclaimable:     201092 kB
SUnreclaim:        28824 kB
KernelStack:        3824 kB
PageTables:        17652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7376528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6008832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55344 MiB
End job on node150 at 2018-07-29 17:10:41