Trace number 4290044

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.11 2390.85

General information on the benchmark

NameColouredQueens/
ColouredQueens-13_c18.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290044-1532208159/watcher-4290044-1532208159 -o /tmp/evaluation-result-4290044-1532208159/solver-4290044-1532208159 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290044-1532208159.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=28476, runsolver pid=28468

[startup+0.100276 s]*
/proc/loadavg: 1.54 2.00 2.04 3/216 28505
/proc/meminfo: memFree=20279668/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10659012 memory=30480 CPUtime=0.12 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 6695 0 0 0 11 1 0 0 20 0 15 0 38379113 10914828288 7620 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2664753 7620 2824 1 0 2627263 0
[pid=28476/tid=28479] ppid=28468 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) R 28468 28476 26151 0 -1 4202560 4525 0 0 0 8 1 0 0 20 0 15 0 38379114 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662938503104 140662918362462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10659012 memory=140088705795712 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10659012 memory=140088705795712 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) S 28468 28476 26151 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662098643312 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662097590512 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10659012 memory=140088705795712 CPUtime=0.02 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) S 28468 28476 26151 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 38379119 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662096537712 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10659012 memory=140088705795712 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7620 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30480 KiB

[startup+0.210328 s]*
/proc/loadavg: 1.54 2.00 2.04 7/216 28505
/proc/meminfo: memFree=20259936/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10659012 memory=42100 CPUtime=0.33 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 8093 0 0 0 31 2 0 0 20 0 15 0 38379113 10914828288 10525 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2664753 10525 3007 1 0 2627263 0
[pid=28476/tid=28479] ppid=28468 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) R 28468 28476 26151 0 -1 4202560 5022 0 0 0 19 1 0 0 20 0 15 0 38379114 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662938516992 140662918417714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10659012 memory=140088705993753 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10659012 memory=140088705795712 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) S 28468 28476 26151 0 -1 1077944384 736 0 0 0 2 0 0 0 20 0 15 0 38379119 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662098643312 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) S 28468 28476 26151 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 38379119 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662097590512 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10659012 memory=140088705795712 CPUtime=0.07 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) R 28468 28476 26151 0 -1 4202560 727 0 0 0 7 0 0 0 20 0 15 0 38379119 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662096537712 140662913236725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10659012 memory=140088705795712 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 10525 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42100 KiB

[startup+0.310382 s]*
/proc/loadavg: 1.54 2.00 2.04 7/216 28505
/proc/meminfo: memFree=20245668/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10659088 memory=47240 CPUtime=0.52 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 8952 0 0 0 49 3 0 0 20 0 15 0 38379113 10914906112 11810 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2664772 11810 3035 1 0 2627263 0
[pid=28476/tid=28479] ppid=28468 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) R 28468 28476 26151 0 -1 4202560 5664 0 0 0 28 2 0 0 20 0 15 0 38379114 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662938516864 140662934303322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10659088 memory=140088705994407 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10659088 memory=140088705795712 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379116 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38379116 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38379116 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) R 28468 28476 26151 0 -1 4202560 777 0 0 0 5 0 0 0 20 0 15 0 38379119 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662098643312 140662912110064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) R 28468 28476 26151 0 -1 1077944384 353 0 0 0 3 0 0 0 20 0 15 0 38379119 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662097590512 140662934293122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10659088 memory=140088705795712 CPUtime=0.12 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) R 28468 28476 26151 0 -1 4202560 791 0 0 0 12 0 0 0 20 0 15 0 38379119 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662096537712 140662918362462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10659088 memory=140088705795712 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379119 10914906112 11810 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47240 KiB

[startup+0.700789 s]
/proc/loadavg: 1.54 2.00 2.04 10/218 28507
/proc/meminfo: memFree=20203832/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10725652 memory=71180 CPUtime=1.66 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 11929 0 0 0 162 4 0 0 20 0 16 0 38379113 10983067648 17795 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2681413 17795 3110 1 0 2643904 0
[pid=28476/tid=28479] ppid=28468 vsize=10725652 memory=2400 CPUtime=0.67 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) R 28468 28476 26151 0 -1 4202560 5922 0 0 0 64 3 0 0 20 0 16 0 38379114 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662938516480 140662547791767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10725652 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10725652 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10725652 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10725652 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10725652 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10725652 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10725652 memory=7380649172344071488 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10725652 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10725652 memory=6154282490091891024 CPUtime=0.36 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) S 28468 28476 26151 0 -1 1077944384 1584 0 0 0 36 0 0 0 20 0 16 0 38379119 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662098643312 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10725652 memory=-8412654363917126771 CPUtime=0.35 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) R 28468 28476 26151 0 -1 4202560 1620 0 0 0 35 0 0 0 20 0 16 0 38379119 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662097590512 140662915825714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10725652 memory=-8033973737701895300 CPUtime=0.25 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) S 28468 28476 26151 0 -1 1077944384 1411 0 0 0 25 0 0 0 20 0 16 0 38379119 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662096537712 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28506] ppid=28468 vsize=10725652 memory=31588 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28506/stat : 28506 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379156 10983067648 17795 33554432000 4194304 4196468 140721556228560 140662093378992 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 71180 KiB

[startup+1.50093 s]
/proc/loadavg: 1.90 2.06 2.06 4/218 28507
/proc/meminfo: memFree=20181352/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10725652 memory=80168 CPUtime=2.66 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 14444 0 0 0 262 4 0 0 20 0 16 0 38379113 10983067648 20042 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2681413 20042 3115 1 0 2643904 0
[pid=28476/tid=28479] ppid=28468 vsize=10725652 memory=6737 CPUtime=1.47 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) R 28468 28476 26151 0 -1 4202560 6409 0 0 0 144 3 0 0 20 0 16 0 38379114 10983067648 20042 33554432000 4194304 4196468 140721556228560 140662938507392 140662547653400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10725652 memory=4122258428414656544 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 20042 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 20042 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 20042 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 20042 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0

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

/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 6219 0 0 0 186 18 0 0 20 0 16 0 38379114 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10725652 memory=453532 CPUtime=2.02 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 5979 0 0 0 183 19 0 0 20 0 16 0 38379114 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10725652 memory=453532 CPUtime=0.17 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 10670 0 0 0 12 5 0 0 20 0 16 0 38379116 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10725652 memory=453532 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10725652 memory=453532 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10725652 memory=453532 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10725652 memory=1236 CPUtime=0.6 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) S 28468 28476 26151 0 -1 1077944384 3580 0 0 0 59 1 0 0 20 0 16 0 38379119 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662098643312 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10725652 memory=453532 CPUtime=0.74 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) S 28468 28476 26151 0 -1 1077944384 4286 0 0 0 74 0 0 0 20 0 16 0 38379119 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662097590512 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10725652 memory=1952 CPUtime=0.3 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) S 28468 28476 26151 0 -1 1077944384 3029 0 0 0 29 1 0 0 20 0 16 0 38379119 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662096537712 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10725652 memory=453532 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10725652 memory=4140 CPUtime=1.38 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1657 0 0 0 69 69 0 0 20 0 16 0 38379119 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28506] ppid=28468 vsize=10725652 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28506/stat : 28506 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379156 10983067648 113383 33554432000 4194304 4196468 140721556228560 140662093378992 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 2331.41 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 453532 KiB

[startup+2382.3 s]
/proc/loadavg: 1.89 2.01 2.02 4/219 28620
/proc/meminfo: memFree=19380368/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10725652 memory=448032 CPUtime=2391.73 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 70638 0 0 0 239029 144 0 0 20 0 16 0 38379113 10983067648 112008 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2681413 112008 3175 1 0 2643904 0
[pid=28476/tid=28479] ppid=28468 vsize=10725652 memory=448032 CPUtime=2379.9 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) R 28468 28476 26151 0 -1 4202560 19896 0 0 0 237982 8 0 0 20 0 16 0 38379114 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662938520944 140662547711112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10725652 memory=448032 CPUtime=2.08 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 6232 0 0 0 190 18 0 0 20 0 16 0 38379114 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10725652 memory=448032 CPUtime=2.12 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 6349 0 0 0 193 19 0 0 20 0 16 0 38379114 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10725652 memory=448032 CPUtime=2.13 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 6317 0 0 0 195 18 0 0 20 0 16 0 38379114 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10725652 memory=448032 CPUtime=2.12 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 6322 0 0 0 193 19 0 0 20 0 16 0 38379114 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10725652 memory=448032 CPUtime=0.18 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 11486 0 0 0 13 5 0 0 20 0 16 0 38379116 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10725652 memory=448032 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10725652 memory=448032 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10725652 memory=448032 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10725652 memory=1236 CPUtime=0.6 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) S 28468 28476 26151 0 -1 1077944384 3582 0 0 0 59 1 0 0 20 0 16 0 38379119 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662098643312 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10725652 memory=463272 CPUtime=0.74 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) S 28468 28476 26151 0 -1 1077944384 4288 0 0 0 74 0 0 0 20 0 16 0 38379119 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662097590512 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10725652 memory=448032 CPUtime=0.3 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) S 28468 28476 26151 0 -1 1077944384 3032 0 0 0 29 1 0 0 20 0 16 0 38379119 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662096537712 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10725652 memory=448032 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10725652 memory=4140 CPUtime=1.42 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1688 0 0 0 72 70 0 0 20 0 16 0 38379119 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28506] ppid=28468 vsize=10725652 memory=448032 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28506/stat : 28506 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379156 10983067648 112008 33554432000 4194304 4196468 140721556228560 140662093378992 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 2391.73 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 448032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.6 s]
/proc/loadavg: 1.90 2.01 2.02 4/202 28623
/proc/meminfo: memFree=19872648/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10725652 memory=448176 CPUtime=2400.05 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 70725 0 0 0 239859 146 0 0 20 0 16 0 38379113 10983067648 112044 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2681413 112044 3175 1 0 2643904 0
[pid=28476/tid=28479] ppid=28468 vsize=10725652 memory=840 CPUtime=2388.2 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) R 28468 28476 26151 0 -1 4202560 19978 0 0 0 238810 10 0 0 20 0 16 0 38379114 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662938520944 140662547652133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10725652 memory=1800 CPUtime=2.09 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 6232 0 0 0 191 18 0 0 20 0 16 0 38379114 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10725652 memory=6791534058613427641 CPUtime=2.13 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 6350 0 0 0 194 19 0 0 20 0 16 0 38379114 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10725652 memory=13760 CPUtime=2.14 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 6317 0 0 0 196 18 0 0 20 0 16 0 38379114 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10725652 memory=1296 CPUtime=2.12 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 6322 0 0 0 193 19 0 0 20 0 16 0 38379114 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10725652 memory=2400 CPUtime=0.18 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 11490 0 0 0 13 5 0 0 20 0 16 0 38379116 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10725652 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10725652 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10725652 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10725652 memory=4612 CPUtime=0.6 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) S 28468 28476 26151 0 -1 1077944384 3582 0 0 0 59 1 0 0 20 0 16 0 38379119 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662098643312 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10725652 memory=1012 CPUtime=0.75 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) S 28468 28476 26151 0 -1 1077944384 4288 0 0 0 75 0 0 0 20 0 16 0 38379119 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662097590512 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10725652 memory=1436 CPUtime=0.3 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) S 28468 28476 26151 0 -1 1077944384 3032 0 0 0 29 1 0 0 20 0 16 0 38379119 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662096537712 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10725652 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10725652 memory=13760 CPUtime=1.43 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1688 0 0 0 72 71 0 0 20 0 16 0 38379119 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28506] ppid=28468 vsize=10725652 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28506/stat : 28506 (java) S 28468 28476 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379156 10983067648 112044 33554432000 4194304 4196468 140721556228560 140662093378992 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 448176 KiB

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

[startup+2390.85 s]
# the end of solver process 28476 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.64 s, system=1.4633 s

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

[startup+2390.8 s]
/proc/loadavg: 1.90 2.01 2.02 4/202 28623
/proc/meminfo: memFree=19872648/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28468 vsize=10925344 memory=448224 CPUtime=2400.06 cores=0,2,4,6
/proc/28476/stat : 28476 (java) S 28468 28476 26151 0 -1 1077944320 70902 0 0 0 239860 146 0 0 20 0 17 0 38379113 11187552256 112056 33554432000 4194304 4196468 140721556228560 140721556211104 140662934281975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
/proc/28476/statm: 2731336 112056 3177 1 0 2693827 0
[pid=28476/tid=28479] ppid=28468 vsize=10925344 memory=4140 CPUtime=2388.2 cores=0,2,4,6
/proc/28476/task/28479/stat : 28479 (java) S 28468 28476 26151 0 -1 1077944384 19981 0 0 0 238810 10 0 0 20 0 17 0 38379114 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662938524848 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28481] ppid=28468 vsize=10925344 memory=13760 CPUtime=2.09 cores=0,2,4,6
/proc/28476/task/28481/stat : 28481 (java) S 28468 28476 26151 0 -1 1077944384 6232 0 0 0 191 18 0 0 20 0 17 0 38379114 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662870973072 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28485] ppid=28468 vsize=10925344 memory=1296 CPUtime=2.13 cores=0,2,4,6
/proc/28476/task/28485/stat : 28485 (java) S 28468 28476 26151 0 -1 1077944384 6350 0 0 0 194 19 0 0 20 0 17 0 38379114 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662869920272 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28486] ppid=28468 vsize=10925344 memory=1836 CPUtime=2.14 cores=0,2,4,6
/proc/28476/task/28486/stat : 28486 (java) S 28468 28476 26151 0 -1 1077944384 6317 0 0 0 196 18 0 0 20 0 17 0 38379114 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662868867472 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28487] ppid=28468 vsize=10925344 memory=12976 CPUtime=2.12 cores=0,2,4,6
/proc/28476/task/28487/stat : 28487 (java) S 28468 28476 26151 0 -1 1077944384 6322 0 0 0 193 19 0 0 20 0 17 0 38379114 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662867814672 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28489] ppid=28468 vsize=10925344 memory=792 CPUtime=0.18 cores=0,2,4,6
/proc/28476/task/28489/stat : 28489 (java) S 28468 28476 26151 0 -1 1077944384 11490 0 0 0 13 5 0 0 20 0 17 0 38379116 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662102854512 140662934293122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28491] ppid=28468 vsize=10925344 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28491/stat : 28491 (java) S 28468 28476 26151 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 38379116 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662101800480 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28493] ppid=28468 vsize=10925344 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28493/stat : 28493 (java) S 28468 28476 26151 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 38379116 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662100747632 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28498] ppid=28468 vsize=10925344 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28498/stat : 28498 (java) S 28468 28476 26151 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 38379119 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662099695952 140662934300571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28499] ppid=28468 vsize=10925344 memory=15876 CPUtime=0.6 cores=0,2,4,6
/proc/28476/task/28499/stat : 28499 (java) S 28468 28476 26151 0 -1 1077944384 3582 0 0 0 59 1 0 0 20 0 17 0 38379119 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662098643312 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28500] ppid=28468 vsize=10925344 memory=8532 CPUtime=0.75 cores=0,2,4,6
/proc/28476/task/28500/stat : 28500 (java) S 28468 28476 26151 0 -1 1077944384 4288 0 0 0 75 0 0 0 20 0 17 0 38379119 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662097590512 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28501] ppid=28468 vsize=10925344 memory=4004 CPUtime=0.3 cores=0,2,4,6
/proc/28476/task/28501/stat : 28501 (java) S 28468 28476 26151 0 -1 1077944384 3055 0 0 0 29 1 0 0 20 0 17 0 38379119 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662096537712 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28503] ppid=28468 vsize=10925344 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/28476/task/28503/stat : 28503 (java) S 28468 28476 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38379119 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662095485152 140662934292181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
[pid=28476/tid=28505] ppid=28468 vsize=10925344 memory=1796 CPUtime=1.43 cores=0,2,4,6
/proc/28476/task/28505/stat : 28505 (java) S 28468 28476 26151 0 -1 1077944384 1688 0 0 0 72 71 0 0 20 0 17 0 38379119 11187552256 112056 33554432000 4194304 4196468 140721556228560 140662094433456 140662934293122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 23937024 140721556231281 140721556231433 140721556231433 140721556234191 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 448224 KiB

Child status: 143
Real time (s): 2390.85
CPU time (s): 2400.11
CPU user time (s): 2398.64
CPU system time (s): 1.4633
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 788704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.64
system time used= 1.4633
maximum resident set size= 790752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55024
involuntary context switches= 3900


# summary of solver processes directly reported to runsolver:
#   pid: 28476
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2398.64
#   total CPU system time (s): 1.4633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6766 second user time and 22.5092 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-21 23:22:39
IDJOB=4290044
IDBENCH=141022
IDSOLVER=2742
FILE ID=node107/4290044-1532208159
RUNJOBID= node107-1532208159-28446
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-13_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290044-1532208159/watcher-4290044-1532208159 -o /tmp/evaluation-result-4290044-1532208159/solver-4290044-1532208159 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290044-1532208159.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=1197952921

node107.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.40
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.40
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.40
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.40
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:        20318032 kB
MemAvailable:   31941060 kB
Buffers:          224236 kB
Cached:         11552268 kB
SwapCached:            0 kB
Active:          1423372 kB
Inactive:       10406768 kB
Active(anon):      56508 kB
Inactive(anon):    16864 kB
Active(file):    1366864 kB
Inactive(file): 10389904 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4420 kB
Writeback:             4 kB
AnonPages:         61084 kB
Mapped:            34876 kB
Shmem:             17036 kB
Slab:             321424 kB
SReclaimable:     294720 kB
SUnreclaim:        26704 kB
KernelStack:        3200 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 00:02:30