Trace number 4290110

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.07 2393.44

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-09_c18.xml
MD5SUM32889b6f2e93f59096a50faf26931df2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.137709
Satisfiable
(Un)Satisfiability was proved
Number of variables162
Number of constraints146
Number of domains2
Minimum domain size9
Maximum domain size81
Distribution of domain sizes[{"size":9,"count":81},{"size":81,"count":72}]
Minimum variable degree0
Maximum variable degree75
Distribution of variable degrees[{"degree":0,"count":9},{"degree":2,"count":72},{"degree":74,"count":9},{"degree":75,"count":72}]
Minimum constraint arity3
Maximum constraint arity82
Distribution of constraint arities[{"arity":3,"count":72},{"arity":9,"count":1},{"arity":81,"count":1},{"arity":82,"count":72}]
Number of extensional constraints0
Number of intensional constraints72
Distribution of constraint types[{"type":"intension","count":72},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":72}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290110-1532267511/watcher-4290110-1532267511 -o /tmp/evaluation-result-4290110-1532267511/solver-4290110-1532267511 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290110-1532267511.xml 

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

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=1227, runsolver pid=1224

[startup+0.100722 s]*
/proc/loadavg: 2.00 2.04 2.47 2/218 1242
/proc/meminfo: memFree=21751296/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10659012 memory=30064 CPUtime=0.12 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 6593 0 0 0 11 1 0 0 20 0 15 0 44314277 10914828288 7516 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2664753 7516 2818 1 0 2627263 0
[pid=1227/tid=1229] ppid=1224 vsize=10659012 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) R 1224 1227 32641 0 -1 4202560 4422 0 0 0 8 1 0 0 20 0 15 0 44314278 10914828288 7516 33554432000 4194304 4196468 140736062936352 140397387459552 140397367326046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 7516 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10659012 memory=139789093209728 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 7516 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 7516 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 7516 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10659012 memory=139789093209728 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44314280 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44314280 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396484895648 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44314280 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396483843056 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) S 1224 1227 32641 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396481739248 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396480686704 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10659012 memory=139789093209728 CPUtime=0.02 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) S 1224 1227 32641 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 44314283 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396479634160 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10659012 memory=139789093209728 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 7516 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30064 KiB

[startup+0.21067 s]*
/proc/loadavg: 2.00 2.04 2.47 3/218 1242
/proc/meminfo: memFree=21740348/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10659012 memory=42036 CPUtime=0.33 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 8093 0 0 0 31 2 0 0 20 0 15 0 44314277 10914828288 10509 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2664753 10509 3007 1 0 2627263 0
[pid=1227/tid=1229] ppid=1224 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) R 1224 1227 32641 0 -1 4202560 5004 0 0 0 19 1 0 0 20 0 15 0 44314278 10914828288 10509 33554432000 4194304 4196468 140736062936352 140397387480816 140397367289189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 10509 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10659012 memory=139789093233449 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 10509 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 10509 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44314278 10914828288 10509 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10659012 memory=139789093209728 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44314280 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44314280 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396484895648 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44314280 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396483843056 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) S 1224 1227 32641 0 -1 1077944384 648 0 0 0 2 0 0 0 20 0 15 0 44314283 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396481739248 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) S 1224 1227 32641 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 15 0 44314283 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396480686704 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10659012 memory=139789093209728 CPUtime=0.07 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) R 1224 1227 32641 0 -1 4202560 738 0 0 0 7 0 0 0 20 0 15 0 44314283 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396479634160 140397367326046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10659012 memory=139789093209728 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314283 10914828288 10509 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42036 KiB

[startup+0.310604 s]*
/proc/loadavg: 2.00 2.04 2.47 5/218 1242
/proc/meminfo: memFree=21733192/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10659088 memory=47420 CPUtime=0.52 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 8923 0 0 0 50 2 0 0 20 0 15 0 44314277 10914906112 11855 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2664772 11855 3048 1 0 2627263 0
[pid=1227/tid=1229] ppid=1224 vsize=10659088 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) R 1224 1227 32641 0 -1 4202560 5634 0 0 0 29 1 0 0 20 0 15 0 44314278 10914906112 11879 33554432000 4194304 4196468 140736062936352 140397387480624 140397383257494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10659088 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 11879 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 11879 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 11879 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 11879 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44314280 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44314280 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396484895648 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10659088 memory=139788971780591 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44314280 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396483843056 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10659088 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) S 1224 1227 32641 0 -1 1077944384 692 0 0 0 5 0 0 0 20 0 15 0 44314283 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396481739248 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10659088 memory=139788971766767 CPUtime=0.04 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) S 1224 1227 32641 0 -1 1077944384 425 0 0 0 4 0 0 0 20 0 15 0 44314283 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396480686704 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10659088 memory=279578064985696 CPUtime=0.12 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) S 1224 1227 32641 0 -1 1077944384 814 0 0 0 12 0 0 0 20 0 15 0 44314283 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396479634160 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10659088 memory=139788971771407 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10659088 memory=139789093209739 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314283 10914906112 11879 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47420 KiB

[startup+0.700721 s]
/proc/loadavg: 2.00 2.04 2.47 5/218 1242
/proc/meminfo: memFree=21699376/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10659088 memory=162300 CPUtime=1.67 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 12236 0 0 0 162 5 0 0 20 0 15 0 44314277 10914906112 40575 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2664772 40575 3109 1 0 2627263 0
[pid=1227/tid=1229] ppid=1224 vsize=10659088 memory=145088961321009 CPUtime=0.67 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) R 1224 1227 32641 0 -1 4202560 5993 0 0 0 63 4 0 0 20 0 15 0 44314278 10914906112 40575 33554432000 4194304 4196468 140736062936352 140397387480792 140396997922463 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10659088 memory=247608 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 40575 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 40575 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 40575 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10659088 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44314278 10914906112 40575 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 44314280 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44314280 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396484895648 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44314280 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396483843056 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10659088 memory=7524855942533206745 CPUtime=0.37 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) R 1224 1227 32641 0 -1 4202560 1922 0 0 0 37 0 0 0 20 0 15 0 44314283 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396481725648 140397368124114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10659088 memory=-2897801490638248215 CPUtime=0.36 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) R 1224 1227 32641 0 -1 4202560 1650 0 0 0 36 0 0 0 20 0 15 0 44314283 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396480666984 140397375535013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10659088 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) R 1224 1227 32641 0 -1 1077944384 1297 0 0 0 25 0 0 0 20 0 15 0 44314283 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396479634160 140397383256706 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10659088 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44314283 10914906112 40575 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 162300 KiB

[startup+1.5008 s]
/proc/loadavg: 2.08 2.05 2.47 5/218 1242
/proc/meminfo: memFree=21563544/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10727700 memory=286024 CPUtime=4.2 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 19383 0 0 0 408 12 0 0 20 0 16 0 44314277 10985164800 71506 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2681925 71506 3145 1 0 2644416 0
[pid=1227/tid=1229] ppid=1224 vsize=10727700 memory=4140 CPUtime=1.35 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) R 1224 1227 32641 0 -1 4202560 6102 0 0 0 131 4 0 0 20 0 16 0 44314278 10985164800 71506 33554432000 4194304 4196468 140736062936352 140397387482000 140396999354639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10727700 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 62 0 0 0 5 1 0 0 20 0 16 0 44314278 10985164800 71506 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10727700 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 53 0 0 0 5 1 0 0 20 0 16 0 44314278 10985164800 71506 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10727700 memory=2244 CPUtime=0.06 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 59 0 0 0 5 1 0 0 20 0 16 0 44314278 10985164800 71506 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10727700 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 318 0 0 0 6 1 0 0 20 0 16 0 44314278 10985164800 71506 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 44314280 10985164800 71506 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0

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

/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 777 0 0 0 56 12 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10727700 memory=279577945203072 CPUtime=0.7 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 1363 0 0 0 57 13 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10727700 memory=8112282956445269571 CPUtime=0.15 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 5987 0 0 0 13 2 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10727700 memory=916 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396484895712 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396483843072 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10727700 memory=4140 CPUtime=1.49 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) S 1224 1227 32641 0 -1 1077944384 10530 0 0 0 147 2 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396481739248 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10727700 memory=15076 CPUtime=1.55 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) S 1224 1227 32641 0 -1 1077944384 10349 0 0 0 153 2 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396480686704 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0.43 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) S 1224 1227 32641 0 -1 1077944384 5396 0 0 0 42 1 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396479634160 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10727700 memory=1027024 CPUtime=1.34 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 2535 0 0 0 67 67 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1243] ppid=1224 vsize=10727700 memory=15076 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1243/stat : 1243 (java) S 1224 1227 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44314404 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396474377008 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 2329.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1027024 KiB

[startup+2382.3 s]
/proc/loadavg: 2.05 2.04 2.07 3/218 1426
/proc/meminfo: memFree=20390444/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10727700 memory=1027024 CPUtime=2389.1 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 62371 0 0 0 238783 127 0 0 20 0 16 0 44314277 10985164800 256756 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2681925 256756 3179 1 0 2644416 0
[pid=1227/tid=1229] ppid=1224 vsize=10727700 memory=1027024 CPUtime=2381.23 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) R 1224 1227 32641 0 -1 4202560 21573 0 0 0 238110 13 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397387484480 140396999354304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0.69 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 1052 0 0 0 56 13 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0.69 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 1331 0 0 0 57 12 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0.68 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 777 0 0 0 56 12 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0.7 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 1363 0 0 0 57 13 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0.16 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 5996 0 0 0 14 2 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396484895712 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396483843072 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10727700 memory=1027024 CPUtime=1.49 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) S 1224 1227 32641 0 -1 1077944384 10533 0 0 0 147 2 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396481739248 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10727700 memory=1027024 CPUtime=1.55 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) S 1224 1227 32641 0 -1 1077944384 10352 0 0 0 153 2 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396480686704 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10727700 memory=15076 CPUtime=0.43 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) S 1224 1227 32641 0 -1 1077944384 5409 0 0 0 42 1 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396479634160 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10727700 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10727700 memory=1404 CPUtime=1.39 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 2576 0 0 0 69 70 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1243] ppid=1224 vsize=10727700 memory=3320 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1243/stat : 1243 (java) S 1224 1227 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44314404 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396474377008 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 2389.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1027024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2393.2 s]
/proc/loadavg: 2.04 2.04 2.07 3/218 1426
/proc/meminfo: memFree=20304304/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10727700 memory=1027024 CPUtime=2400.01 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 62477 0 0 0 239874 127 0 0 20 0 16 0 44314277 10985164800 256756 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2681925 256756 3179 1 0 2644416 0
[pid=1227/tid=1229] ppid=1224 vsize=10727700 memory=15261432669275616 CPUtime=2392.13 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) R 1224 1227 32641 0 -1 4202560 21679 0 0 0 239200 13 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397387484480 140396999127331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10727700 memory=1576 CPUtime=0.69 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 1052 0 0 0 56 13 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10727700 memory=928 CPUtime=0.69 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 1331 0 0 0 57 12 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10727700 memory=2240 CPUtime=0.68 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 777 0 0 0 56 12 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10727700 memory=4124 CPUtime=0.7 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 1363 0 0 0 57 13 0 0 20 0 16 0 44314278 10985164800 256756 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10727700 memory=2200 CPUtime=0.16 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 5996 0 0 0 14 2 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10727700 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396484895712 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10727700 memory=840 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44314280 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396483843072 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10727700 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10727700 memory=916 CPUtime=1.49 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) S 1224 1227 32641 0 -1 1077944384 10533 0 0 0 147 2 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396481739248 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10727700 memory=3848 CPUtime=1.55 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) S 1224 1227 32641 0 -1 1077944384 10352 0 0 0 153 2 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396480686704 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10727700 memory=2588 CPUtime=0.43 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) S 1224 1227 32641 0 -1 1077944384 5409 0 0 0 42 1 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396479634160 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10727700 memory=1027024 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10727700 memory=1027024 CPUtime=1.39 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 2576 0 0 0 69 70 0 0 20 0 16 0 44314283 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1243] ppid=1224 vsize=10727700 memory=15261432669275616 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1243/stat : 1243 (java) S 1224 1227 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44314404 10985164800 256756 33554432000 4194304 4196468 140736062936352 140396474377008 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1027024 KiB

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

[startup+2393.44 s]
# the end of solver process 1227 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.79 s, system=1.28514 s

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

[startup+2393.4 s]
/proc/loadavg: 2.04 2.04 2.07 3/218 1426
/proc/meminfo: memFree=20304304/32770624 swapFree=67108860/67108860
[pid=1227] ppid=1224 vsize=10927392 memory=1027256 CPUtime=2400.03 cores=0,2,4,6
/proc/1227/stat : 1227 (java) S 1224 1227 32641 0 -1 1077944320 63022 0 0 0 239875 128 0 0 20 0 17 0 44314277 11189649408 256814 33554432000 4194304 4196468 140736062936352 140736062918896 140397383245559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
/proc/1227/statm: 2731848 256814 3182 1 0 2694339 0
[pid=1227/tid=1229] ppid=1224 vsize=10927392 memory=7165352523810944057 CPUtime=2392.14 cores=0,2,4,6
/proc/1227/task/1229/stat : 1229 (java) S 1224 1227 32641 0 -1 1077944384 21713 0 0 0 239201 13 0 0 20 0 17 0 44314278 11189649408 256814 33554432000 4194304 4196468 140736062936352 140397387488432 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1230] ppid=1224 vsize=10927392 memory=7165352523810747961 CPUtime=0.69 cores=0,2,4,6
/proc/1227/task/1230/stat : 1230 (java) S 1224 1227 32641 0 -1 1077944384 1052 0 0 0 56 13 0 0 20 0 17 0 44314278 11189649408 256814 33554432000 4194304 4196468 140736062936352 140397319936784 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1231] ppid=1224 vsize=10927392 memory=7165352523811141689 CPUtime=0.69 cores=0,2,4,6
/proc/1227/task/1231/stat : 1231 (java) S 1224 1227 32641 0 -1 1077944384 1331 0 0 0 57 12 0 0 20 0 17 0 44314278 11189649408 256814 33554432000 4194304 4196468 140736062936352 140397318884240 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1232] ppid=1224 vsize=10927392 memory=7883313791549059377 CPUtime=0.68 cores=0,2,4,6
/proc/1227/task/1232/stat : 1232 (java) S 1224 1227 32641 0 -1 1077944384 777 0 0 0 56 12 0 0 20 0 17 0 44314278 11189649408 256814 33554432000 4194304 4196468 140736062936352 140397317831696 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1233] ppid=1224 vsize=10927392 memory=7526543310001761893 CPUtime=0.7 cores=0,2,4,6
/proc/1227/task/1233/stat : 1233 (java) S 1224 1227 32641 0 -1 1077944384 1363 0 0 0 57 13 0 0 20 0 17 0 44314278 11189649408 256814 33554432000 4194304 4196468 140736062936352 140397316779152 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1234] ppid=1224 vsize=10927392 memory=8463010557534891653 CPUtime=0.16 cores=0,2,4,6
/proc/1227/task/1234/stat : 1234 (java) S 1224 1227 32641 0 -1 1077944384 5996 0 0 0 14 2 0 0 20 0 17 0 44314280 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396485949424 140397383256706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1235] ppid=1224 vsize=10927392 memory=7019606877012800833 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1235/stat : 1235 (java) S 1224 1227 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 44314280 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396484895712 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1236] ppid=1224 vsize=10927392 memory=7597616690170442545 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1236/stat : 1236 (java) S 1224 1227 32641 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44314280 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396483843072 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1237] ppid=1224 vsize=10927392 memory=8104553123210081073 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1237/stat : 1237 (java) S 1224 1227 32641 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 17 0 44314283 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396482791632 140397383264155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1238] ppid=1224 vsize=10927392 memory=7526543310035185893 CPUtime=1.49 cores=0,2,4,6
/proc/1227/task/1238/stat : 1238 (java) S 1224 1227 32641 0 -1 1077944384 10533 0 0 0 147 2 0 0 20 0 17 0 44314283 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396481739248 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1239] ppid=1224 vsize=10927392 memory=8463010557568315653 CPUtime=1.55 cores=0,2,4,6
/proc/1227/task/1239/stat : 1239 (java) S 1224 1227 32641 0 -1 1077944384 10352 0 0 0 153 2 0 0 20 0 17 0 44314283 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396480686704 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1240] ppid=1224 vsize=10927392 memory=7162524756873471589 CPUtime=0.43 cores=0,2,4,6
/proc/1227/task/1240/stat : 1240 (java) S 1224 1227 32641 0 -1 1077944384 5462 0 0 0 42 1 0 0 20 0 17 0 44314283 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396479634160 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1241] ppid=1224 vsize=10927392 memory=7162524756873471589 CPUtime=0 cores=0,2,4,6
/proc/1227/task/1241/stat : 1241 (java) S 1224 1227 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44314283 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396478581856 140397383255765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
[pid=1227/tid=1242] ppid=1224 vsize=10927392 memory=279578065267712 CPUtime=1.39 cores=0,2,4,6
/proc/1227/task/1242/stat : 1242 (java) S 1224 1227 32641 0 -1 1077944384 2576 0 0 0 69 70 0 0 20 0 17 0 44314283 11189649408 256814 33554432000 4194304 4196468 140736062936352 140396477528368 140397383256706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15233024 140736062940273 140736062940425 140736062940425 140736062943183 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1027256 KiB

Child status: 143
Real time (s): 2393.44
CPU time (s): 2400.07
CPU user time (s): 2398.79
CPU system time (s): 1.28514
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1027256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.79
system time used= 1.28514
maximum resident set size= 1027580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63398
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54316
involuntary context switches= 3311


# summary of solver processes directly reported to runsolver:
#   pid: 1227
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.79
#   total CPU system time (s): 1.28514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6748 second user time and 23.2002 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 15:51:51
IDJOB=4290110
IDBENCH=141607
IDSOLVER=2742
FILE ID=node136/4290110-1532267511
RUNJOBID= node136-1532260283-32672
PBS_JOBID= 21018966
Free space on /tmp= 57108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-09_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290110-1532267511/watcher-4290110-1532267511 -o /tmp/evaluation-result-4290110-1532267511/solver-4290110-1532267511 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290110-1532267511.xml

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

MD5SUM BENCH= 32889b6f2e93f59096a50faf26931df2
RANDOM SEED=1661555770

node136.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.50
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.50
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.50
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.50
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:        21766976 kB
MemAvailable:   31679904 kB
Buffers:          243460 kB
Cached:          9875528 kB
SwapCached:            0 kB
Active:          1382572 kB
Inactive:        9051604 kB
Active(anon):     317988 kB
Inactive(anon):    16916 kB
Active(file):    1064584 kB
Inactive(file):  9034688 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2328 kB
Writeback:             0 kB
AnonPages:        310404 kB
Mapped:            47388 kB
Shmem:             17036 kB
Slab:             268752 kB
SReclaimable:     242116 kB
SUnreclaim:        26636 kB
KernelStack:        3696 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1301928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57108 MiB
End job on node136 at 2018-07-22 16:31:45