Trace number 4263421

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.0901 2512.03

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-10.xml
MD5SUM12bfb070d62c3c52bb7bd12298b2d530
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 benchmark15.432
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":29}]
Minimum constraint arity29
Maximum constraint arity30
Distribution of constraint arities[{"arity":29,"count":1},{"arity":30,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263421-1502627954/watcher-4263421-1502627954 -o /tmp/evaluation-result-4263421-1502627954/solver-4263421-1502627954 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263421-1502627954.xml 

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

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

solver pid=5741, runsolver pid=5738

[startup+0.103974 s]*
/proc/loadavg: 2.17 2.08 2.06 4/217 5756
/proc/meminfo: memFree=31207740/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10555400 memory=31300 CPUtime=0.13 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 6372 0 0 0 11 2 0 0 20 0 15 0 95883243 10808729600 7825 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2638850 7825 2818 1 0 2627263 0
[pid=5741/tid=5743] ppid=5738 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) R 5738 5741 1335 0 -1 4202560 4226 0 0 0 8 1 0 0 20 0 15 0 95883243 10808729600 7825 33554432000 4194304 4196468 140735579952896 139856761595152 139856741442910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10555400 memory=5793855028332583353 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 7825 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10555400 memory=139777322690176 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 7825 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 7825 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 7825 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5748] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95883246 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95883246 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95883246 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) S 5738 5741 1335 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855990294768 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10555400 memory=139777322690176 CPUtime=0.02 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) S 5738 5741 1335 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 95883249 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855988189168 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10555400 memory=139777322690176 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 7825 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31300 KiB

[startup+0.210665 s]*
/proc/loadavg: 2.17 2.08 2.06 3/217 5756
/proc/meminfo: memFree=31201288/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10555400 memory=38036 CPUtime=0.28 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 7228 0 0 0 26 2 0 0 20 0 15 0 95883243 10808729600 9509 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2638850 9509 2907 1 0 2627263 0
[pid=5741/tid=5743] ppid=5738 vsize=10555400 memory=-3103912127665269909 CPUtime=0.19 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) R 5738 5741 1335 0 -1 4202560 4855 0 0 0 18 1 0 0 20 0 15 0 95883243 10808729600 9509 33554432000 4194304 4196468 140735579952896 139856761594768 139856367026683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10555400 memory=4211973503527480714 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 9509 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10555400 memory=139777322690176 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 9509 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 9509 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95883244 10808729600 9509 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5748] ppid=5738 vsize=10555400 memory=139777322690176 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95883246 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95883246 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95883246 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) S 5738 5741 1335 0 -1 1077944384 502 0 0 0 1 0 0 0 20 0 15 0 95883249 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855990294768 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 15 0 95883249 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10555400 memory=139777322690176 CPUtime=0.05 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) R 5738 5741 1335 0 -1 4202560 399 0 0 0 5 0 0 0 20 0 15 0 95883249 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855988187568 139856736836609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10555400 memory=139777322690176 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883249 10808729600 9509 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38036 KiB

[startup+0.310352 s]*
/proc/loadavg: 2.17 2.08 2.06 4/217 5756
/proc/meminfo: memFree=31192768/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10555476 memory=46512 CPUtime=0.49 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 8314 0 0 0 46 3 0 0 20 0 15 0 95883243 10808807424 11628 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2638869 11628 3028 1 0 2627263 0
[pid=5741/tid=5743] ppid=5738 vsize=10555476 memory=7377246124687064083 CPUtime=0.29 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) R 5738 5741 1335 0 -1 4202560 5242 0 0 0 28 1 0 0 20 0 15 0 95883243 10808807424 11628 33554432000 4194304 4196468 140735579952896 139856761568288 139856757374358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10555476 memory=4211973503527480714 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808807424 11628 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10555476 memory=139777322692348 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808807424 11628 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10555476 memory=139777160622883 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883244 10808807424 11628 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10555476 memory=139777160629711 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95883244 10808807424 11628 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5748] ppid=5738 vsize=10555476 memory=139777322692528 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95883246 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10555476 memory=139777160638895 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95883246 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10555476 memory=279554321268624 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95883246 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10555476 memory=279554321266320 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95883249 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) S 5738 5741 1335 0 -1 1077944384 619 0 0 0 2 0 0 0 20 0 15 0 95883249 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855990294768 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 399 0 0 0 3 0 0 0 20 0 15 0 95883249 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10555476 memory=139777322690176 CPUtime=0.11 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) R 5738 5741 1335 0 -1 4202560 690 0 0 0 11 0 0 0 20 0 15 0 95883249 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855988189168 139856736294734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95883249 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10555476 memory=139777322690176 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95883249 10808807424 11628 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46512 KiB

[startup+0.700847 s]
/proc/loadavg: 2.17 2.08 2.06 7/218 5757
/proc/meminfo: memFree=31128116/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10622040 memory=114032 CPUtime=1.64 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 10420 0 0 0 159 5 0 0 20 0 16 0 95883243 10876968960 28508 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2655510 28508 3083 1 0 2643904 0
[pid=5741/tid=5743] ppid=5738 vsize=10622040 memory=1948 CPUtime=0.67 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) R 5738 5741 1335 0 -1 4202560 5299 0 0 0 64 3 0 0 20 0 16 0 95883243 10876968960 28508 33554432000 4194304 4196468 140735579952896 139856761600800 139856365897057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10622040 memory=8532 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28508 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10622040 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28508 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28508 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28508 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5748] ppid=5738 vsize=10622040 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10622040 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10622040 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10622040 memory=20036 CPUtime=0.37 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) S 5738 5741 1335 0 -1 1077944384 1632 0 0 0 37 0 0 0 20 0 16 0 95883249 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855990294768 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10622040 memory=1436 CPUtime=0.38 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 1192 0 0 0 38 0 0 0 20 0 16 0 95883249 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10622040 memory=1200 CPUtime=0.18 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) S 5738 5741 1335 0 -1 1077944384 907 0 0 0 18 0 0 0 20 0 16 0 95883249 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855988189168 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10622040 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5757] ppid=5738 vsize=10622040 memory=16532 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5757/stat : 5757 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95883293 10876968960 28508 33554432000 4194304 4196468 140735579952896 139855985030704 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 114032 KiB

[startup+1.50084 s]
/proc/loadavg: 2.17 2.08 2.06 3/218 5757
/proc/meminfo: memFree=31124580/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10622040 memory=114544 CPUtime=2.59 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 11400 0 0 0 253 6 0 0 20 0 16 0 95883243 10876968960 28636 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2655510 28636 3087 1 0 2643904 0
[pid=5741/tid=5743] ppid=5738 vsize=10622040 memory=8112282956445269571 CPUtime=1.48 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) R 5738 5741 1335 0 -1 4202560 5413 0 0 0 144 4 0 0 20 0 16 0 95883243 10876968960 28636 33554432000 4194304 4196468 140735579952896 139856761600800 139856366085946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28636 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28636 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28636 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95883244 10876968960 28636 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0

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

/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 9189 0 0 0 16 3 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0.75 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) S 5738 5741 1335 0 -1 1077944384 6986 0 0 0 74 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855990294768 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0.71 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 5086 0 0 0 70 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0.23 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) S 5738 5741 1335 0 -1 1077944384 3032 0 0 0 22 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855988189168 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10622040 memory=4132 CPUtime=1.56 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1910 0 0 0 74 82 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5757] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5757/stat : 5757 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95883293 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855985030704 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 2450.49 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1154136 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/217 6038
/proc/meminfo: memFree=30120108/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10622040 memory=1154136 CPUtime=2510.52 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 64169 0 0 0 250846 206 0 0 20 0 16 0 95883243 10876968960 288534 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2655510 288534 3149 1 0 2643904 0
[pid=5741/tid=5743] ppid=5738 vsize=10622040 memory=1004 CPUtime=2500.63 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) R 5738 5741 1335 0 -1 4202560 23371 0 0 0 250056 7 0 0 20 0 16 0 95883243 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856761601344 139856368807037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10622040 memory=1154136 CPUtime=1.59 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 2817 0 0 0 129 30 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10622040 memory=1948 CPUtime=1.57 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 3988 0 0 0 129 28 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10622040 memory=1154136 CPUtime=1.56 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 3192 0 0 0 127 29 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10622040 memory=1154136 CPUtime=1.57 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 3111 0 0 0 128 29 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5748] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0.2 cores=1,3,5,7
/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 9196 0 0 0 16 4 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0.76 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) S 5738 5741 1335 0 -1 1077944384 6990 0 0 0 75 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855990294768 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10622040 memory=1228 CPUtime=0.71 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 5088 0 0 0 70 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10622040 memory=796 CPUtime=0.23 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) S 5738 5741 1335 0 -1 1077944384 3038 0 0 0 22 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855988189168 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10622040 memory=1154136 CPUtime=1.6 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1941 0 0 0 76 84 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5757] ppid=5738 vsize=10622040 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5757/stat : 5757 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95883293 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855985030704 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 2510.52 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1154136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/217 6038
/proc/meminfo: memFree=30120232/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10622040 memory=1154136 CPUtime=2520.04 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 64445 0 0 0 251797 207 0 0 20 0 16 0 95883243 10876968960 288534 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2655510 288534 3149 1 0 2643904 0
[pid=5741/tid=5743] ppid=5738 vsize=10622040 memory=6504 CPUtime=2510.13 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) R 5738 5741 1335 0 -1 4202560 23609 0 0 0 251006 7 0 0 20 0 16 0 95883243 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856761601344 139856368441332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10622040 memory=836 CPUtime=1.59 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 2817 0 0 0 129 30 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10622040 memory=2640 CPUtime=1.57 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 3988 0 0 0 129 28 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10622040 memory=2540 CPUtime=1.56 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 3192 0 0 0 127 29 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10622040 memory=1156 CPUtime=1.57 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 3111 0 0 0 128 29 0 0 20 0 16 0 95883244 10876968960 288534 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5748] ppid=5738 vsize=10622040 memory=3252 CPUtime=0.2 cores=1,3,5,7
/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 9198 0 0 0 16 4 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10622040 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95883246 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10622040 memory=3212 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10622040 memory=538680 CPUtime=0.76 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) S 5738 5741 1335 0 -1 1077944384 6993 0 0 0 75 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855990294768 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10622040 memory=4104 CPUtime=0.71 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 5090 0 0 0 70 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10622040 memory=538680 CPUtime=0.23 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) S 5738 5741 1335 0 -1 1077944384 3040 0 0 0 22 1 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855988189168 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10622040 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10622040 memory=1154136 CPUtime=1.61 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1970 0 0 0 76 85 0 0 20 0 16 0 95883249 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5757] ppid=5738 vsize=10622040 memory=1154136 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5757/stat : 5757 (java) S 5738 5741 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95883293 10876968960 288534 33554432000 4194304 4196468 140735579952896 139855985030704 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1154136 KiB

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

[startup+2512.03 s]
# the end of solver process 5741 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.01 s, system=2.08135 s

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

[startup+2512 s]*
/proc/loadavg: 2.00 2.00 2.04 2/218 6041
/proc/meminfo: memFree=30120232/32770624 swapFree=67108860/67108860
[pid=5741] ppid=5738 vsize=10756196 memory=1154276 CPUtime=2520.05 cores=1,3,5,7
/proc/5741/stat : 5741 (java) S 5738 5741 1335 0 -1 1077944320 64934 0 0 0 251798 207 0 0 20 0 17 0 95883243 11014344704 288569 33554432000 4194304 4196468 140735579952896 140735579935440 139856757362423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
/proc/5741/statm: 2689049 288569 3152 1 0 2677443 0
[pid=5741/tid=5743] ppid=5738 vsize=10756196 memory=-6733704525061579059 CPUtime=2510.14 cores=1,3,5,7
/proc/5741/task/5743/stat : 5743 (java) S 5738 5741 1335 0 -1 1077944384 23651 0 0 0 251007 7 0 0 20 0 17 0 95883243 11014344704 288596 33554432000 4194304 4196468 140735579952896 139856761605296 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5744] ppid=5738 vsize=10756196 memory=-7003737579269690708 CPUtime=1.59 cores=1,3,5,7
/proc/5741/task/5744/stat : 5744 (java) S 5738 5741 1335 0 -1 1077944384 2817 0 0 0 129 30 0 0 20 0 17 0 95883244 11014344704 288596 33554432000 4194304 4196468 140735579952896 139856694053392 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5745] ppid=5738 vsize=10756196 memory=1004 CPUtime=1.57 cores=1,3,5,7
/proc/5741/task/5745/stat : 5745 (java) S 5738 5741 1335 0 -1 1077944384 3988 0 0 0 129 28 0 0 20 0 17 0 95883244 11014344704 288596 33554432000 4194304 4196468 140735579952896 139856693000848 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5746] ppid=5738 vsize=10756196 memory=1436 CPUtime=1.56 cores=1,3,5,7
/proc/5741/task/5746/stat : 5746 (java) S 5738 5741 1335 0 -1 1077944384 3192 0 0 0 127 29 0 0 20 0 17 0 95883244 11014344704 288596 33554432000 4194304 4196468 140735579952896 139856691947792 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5747] ppid=5738 vsize=10756196 memory=2332 CPUtime=1.57 cores=1,3,5,7
/proc/5741/task/5747/stat : 5747 (java) S 5738 5741 1335 0 -1 1077944384 3111 0 0 0 128 29 0 0 20 0 17 0 95883244 11014344704 288596 33554432000 4194304 4196468 140735579952896 139856690895248 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5748] ppid=5738 vsize=10756196 memory=1292 CPUtime=0.2 cores=1,3,5,7
/proc/5741/task/5748/stat : 5748 (java) S 5738 5741 1335 0 -1 1077944384 9198 0 0 0 16 4 0 0 20 0 17 0 95883246 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855994505968 139856757373570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5749] ppid=5738 vsize=10756196 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5749/stat : 5749 (java) S 5738 5741 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 95883246 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855993452192 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5750] ppid=5738 vsize=10756196 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5750/stat : 5750 (java) S 5738 5741 1335 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95883246 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855992399088 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5751] ppid=5738 vsize=10756196 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5751/stat : 5751 (java) S 5738 5741 1335 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 95883249 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855991347664 139856757381019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5752] ppid=5738 vsize=10756196 memory=920 CPUtime=0.76 cores=1,3,5,7
/proc/5741/task/5752/stat : 5752 (java) R 5738 5741 1335 0 -1 4202560 7058 0 0 0 75 1 0 0 20 0 17 0 95883249 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855990294768 139856735214171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5753] ppid=5738 vsize=10756196 memory=3832 CPUtime=0.71 cores=1,3,5,7
/proc/5741/task/5753/stat : 5753 (java) S 5738 5741 1335 0 -1 1077944384 5090 0 0 0 70 1 0 0 20 0 17 0 95883249 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855989242224 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5754] ppid=5738 vsize=10756196 memory=15872 CPUtime=0.24 cores=1,3,5,7
/proc/5741/task/5754/stat : 5754 (java) R 5738 5741 1335 0 -1 1077944384 3224 0 0 0 23 1 0 0 20 0 17 0 95883249 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855988189168 139856757373570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5755] ppid=5738 vsize=10756196 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/5741/task/5755/stat : 5755 (java) S 5738 5741 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95883249 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855987136864 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=5756] ppid=5738 vsize=10756196 memory=16576 CPUtime=1.61 cores=1,3,5,7
/proc/5741/task/5756/stat : 5756 (java) S 5738 5741 1335 0 -1 1077944384 1970 0 0 0 76 85 0 0 20 0 17 0 95883249 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855986084912 139856757373570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=6039] ppid=5738 vsize=10756196 memory=18292 CPUtime=0 cores=1,3,5,7
/proc/5741/task/6039/stat : 6039 (java) S 5738 5741 1335 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 96134424 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855983976944 139856757372629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
[pid=5741/tid=6040] ppid=5738 vsize=10756196 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/5741/task/6040/stat : 6040 (java) R 5738 5741 1335 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 17 0 96134424 11014344704 288596 33554432000 4194304 4196468 140735579952896 139855982925328 139856365844528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37400576 140735579956358 140735579956511 140735579956511 140735579959247 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10756196 KiB
Current children cumulated memory: 1154276 KiB

Child status: 143
Real time (s): 2512.03
CPU time (s): 2520.09
CPU user time (s): 2518.01
CPU system time (s): 2.08135
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 10756196
Max. memory (cumulated for all children) (KiB): 1155352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.01
system time used= 2.08134
maximum resident set size= 1155352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56437
involuntary context switches= 1034


# summary of solver processes directly reported to runsolver:
#   pid: 5741
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.01
#   total CPU system time (s): 2.08135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9805 second user time and 24.1424 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 14:24:56
IDJOB=4263421
IDBENCH=133090
IDSOLVER=2651
FILE ID=node112/4263421-1502627954
RUNJOBID= node112-1502619513-3999
PBS_JOBID= 20628299
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263421-1502627954/watcher-4263421-1502627954 -o /tmp/evaluation-result-4263421-1502627954/solver-4263421-1502627954 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263421-1502627954.xml

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

MD5SUM BENCH= 12bfb070d62c3c52bb7bd12298b2d530
RANDOM SEED=1614943749

node112.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.24
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.24
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.24
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.24
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:        31227336 kB
MemAvailable:   31413928 kB
Buffers:          118308 kB
Cached:           348952 kB
SwapCached:            0 kB
Active:           951600 kB
Inactive:         139212 kB
Active(anon):     574816 kB
Inactive(anon):    76532 kB
Active(file):     376784 kB
Inactive(file):    62680 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:        682676 kB
Mapped:            55120 kB
Shmem:             25224 kB
Slab:             151808 kB
SReclaimable:     125928 kB
SUnreclaim:        25880 kB
KernelStack:        3872 kB
PageTables:         6592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1568108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 15:06:48