Trace number 4258074

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 252.11 195.851

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-07-350-100.xml
MD5SUMcd1777af07bd314664d86e97c163b75e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1920.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2451
Number of constraints29
Number of domains2
Minimum domain size2
Maximum domain size334
Distribution of domain sizes[{"size":2,"count":2450},{"size":334,"count":1}]
Minimum variable degree8
Maximum variable degree22
Distribution of variable degrees[{"degree":8,"count":2450},{"degree":22,"count":1}]
Minimum constraint arity350
Maximum constraint arity2450
Distribution of constraint arities[{"arity":350,"count":7},{"arity":701,"count":21},{"arity":2450,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":28}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258074-1502643731/watcher-4258074-1502643731 -o /tmp/evaluation-result-4258074-1502643731/solver-4258074-1502643731 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258074-1502643731.xml 

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

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


[startup+0.101566 s]*
/proc/loadavg: 3.47 3.68 2.88 5/196 7103
/proc/meminfo: memFree=31402788/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=9934352 memory=10736 CPUtime=0 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 2506 0 0 0 0 0 0 0 20 0 6 0 66566431 10172776448 2684 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2483588 2684 1223 1 0 2473558 0
[pid=7101/tid=7103] ppid=7098 vsize=9934352 memory=4206751525541407381 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) R 7098 7101 17093 0 -1 4202560 1306 0 0 0 0 0 0 0 20 0 6 0 66566441 10172776448 2816 18446744073709551615 4194304 4196468 140733677577088 140075791635512 140075779631934 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=9934356 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66566442 10172780544 2816 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075787405013 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=9934352 memory=140370114946688 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66566442 10172776448 2819 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075787405013 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66566442 10172776448 2819 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=9934352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66566442 10172776448 2819 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 10736 KiB

[startup+0.210791 s]*
/proc/loadavg: 3.47 3.68 2.88 7/209 7116
/proc/meminfo: memFree=31377836/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=10551156 memory=26700 CPUtime=0.09 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 5203 0 0 0 8 1 0 0 20 0 15 0 66566431 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2637789 6675 2728 1 0 2627261 0
[pid=7101/tid=7103] ppid=7098 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) R 7098 7101 17093 0 -1 4202560 3163 0 0 0 7 0 0 0 20 0 15 0 66566441 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075791629776 140075780072821 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=10551156 memory=140370115498858 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10551156 memory=140370114946688 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66566443 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075284200176 140075787405954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66566444 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075283146400 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66566444 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075282093296 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566446 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) S 7098 7101 17093 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 66566446 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075279988976 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) R 7098 7101 17093 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 66566446 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075278936432 140075787405954 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10551156 memory=140370114946688 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) R 7098 7101 17093 0 -1 4202560 262 0 0 0 0 0 0 0 20 0 15 0 66566447 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075768632368 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566447 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10551156 memory=140370114946688 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566450 10804383744 6675 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26700 KiB

[startup+0.317827 s]*
/proc/loadavg: 3.47 3.68 2.88 5/209 7116
/proc/meminfo: memFree=31330852/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=10551156 memory=37012 CPUtime=0.25 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 8483 0 0 0 22 3 0 0 20 0 15 0 66566431 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2637789 9253 2893 1 0 2627261 0
[pid=7101/tid=7103] ppid=7098 vsize=10551156 memory=-7677926825137650786 CPUtime=0.18 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) R 7098 7101 17093 0 -1 4202560 6156 0 0 0 16 2 0 0 20 0 15 0 66566441 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075791628832 140075771531164 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566442 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66566443 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075284200176 140075787405954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66566444 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075283146400 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66566444 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075282093296 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566446 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) R 7098 7101 17093 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 15 0 66566446 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075279988976 140075787405954 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) R 7098 7101 17093 0 -1 4202560 229 0 0 0 1 0 0 0 20 0 15 0 66566446 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075278936432 140075764890064 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) R 7098 7101 17093 0 -1 4202560 408 0 0 0 4 0 0 0 20 0 15 0 66566447 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075771475294 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10551156 memory=140370114946688 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566447 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566450 10804383744 9253 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37012 KiB

[startup+0.700894 s]
/proc/loadavg: 3.47 3.68 2.88 9/209 7116
/proc/meminfo: memFree=31135580/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=10551232 memory=181408 CPUtime=1.27 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 12635 0 0 0 120 7 0 0 20 0 15 0 66566431 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2637808 45352 3085 1 0 2627261 0
[pid=7101/tid=7103] ppid=7098 vsize=10551232 memory=6297835844906604903 CPUtime=0.54 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) R 7098 7101 17093 0 -1 4202560 7581 0 0 0 50 4 0 0 20 0 15 0 66566441 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075791429400 140075787406742 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=10551232 memory=7308028628335813952 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) S 7098 7101 17093 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 66566442 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=10551232 memory=7596259004554634560 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) S 7098 7101 17093 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 66566442 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=10551232 memory=7302135314614015848 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 66566442 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10551232 memory=2264 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 66566442 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10551232 memory=301 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 66566443 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075284200176 140075787405954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10551232 memory=853 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66566444 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075283146400 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 66566444 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075282093296 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566446 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10551232 memory=107 CPUtime=0.23 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) R 7098 7101 17093 0 -1 4202560 1312 0 0 0 23 0 0 0 20 0 15 0 66566446 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075279969448 140075772520758 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10551232 memory=3904 CPUtime=0.24 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) R 7098 7101 17093 0 -1 4202560 1251 0 0 0 24 0 0 0 20 0 15 0 66566446 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075278917336 140075766901688 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10551232 memory=-7677926825137650786 CPUtime=0.19 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) R 7098 7101 17093 0 -1 1077944384 1001 0 0 0 19 0 0 0 20 0 15 0 66566447 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075787405954 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566447 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566450 10804461568 45352 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 181408 KiB

[startup+1.50584 s]
/proc/loadavg: 3.47 3.68 2.88 8/209 7116
/proc/meminfo: memFree=30743256/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=10551232 memory=561356 CPUtime=3.98 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 18281 0 0 0 362 36 0 0 20 0 15 0 66566431 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2637808 140339 3109 1 0 2627261 0
[pid=7101/tid=7103] ppid=7098 vsize=10551232 memory=280740000681856 CPUtime=1 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) S 7098 7101 17093 0 -1 1077944384 7661 0 0 0 94 6 0 0 20 0 15 0 66566441 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075791548176 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=10551232 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) R 7098 7101 17093 0 -1 4202560 434 0 0 0 26 7 0 0 20 0 15 0 66566442 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075770571391 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=10551232 memory=5857 CPUtime=0.31 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) R 7098 7101 17093 0 -1 4202560 328 0 0 0 25 6 0 0 20 0 15 0 66566442 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075772346279 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) R 7098 7101 17093 0 -1 4202560 243 0 0 0 25 6 0 0 20 0 15 0 66566442 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075396352160 140075772380103 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10551232 memory=280740000776480 CPUtime=0.32 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) R 7098 7101 17093 0 -1 4202560 463 0 0 0 26 6 0 0 20 0 15 0 66566442 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075771848675 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 66566443 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075284198496 140075787405013 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66566444 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075283146464 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 66566444 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075282093312 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566446 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10551232 memory=16448 CPUtime=0.75 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) S 7098 7101 17093 0 -1 1077944384 3722 0 0 0 74 1 0 0 20 0 15 0 66566446 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075279973968 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10551232 memory=4068 CPUtime=0.67 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) S 7098 7101 17093 0 -1 1077944384 2845 0 0 0 67 0 0 0 20 0 15 0 66566446 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075278936432 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10551232 memory=2752 CPUtime=0.2 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) S 7098 7101 17093 0 -1 1077944384 1012 0 0 0 20 0 0 0 20 0 15 0 66566447 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10551232 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66566447 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66566450 10804461568 140339 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 10551232 KiB

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

/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 7913 0 0 0 1577 103 0 0 20 0 16 0 66566442 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10617796 memory=280740001158240 CPUtime=16.77 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 8491 0 0 0 1579 98 0 0 20 0 16 0 66566442 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10617796 memory=16448 CPUtime=2.22 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 10889 0 0 0 221 1 0 0 20 0 16 0 66566443 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075284200176 140075787405954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10617796 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 66566444 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075283146464 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10617796 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 66566444 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075282093312 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10617796 memory=61100204767120 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66566446 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10617796 memory=0 CPUtime=2.74 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) S 7098 7101 17093 0 -1 1077944384 14244 0 0 0 272 2 0 0 20 0 16 0 66566446 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075279988976 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10617796 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) S 7098 7101 17093 0 -1 1077944384 14564 0 0 0 297 2 0 0 20 0 16 0 66566446 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075278936432 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10617796 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) S 7098 7101 17093 0 -1 1077944384 2796 0 0 0 38 0 0 0 20 0 16 0 66566447 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10617796 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66566447 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10617796 memory=1732 CPUtime=0.06 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 927 0 0 0 3 3 0 0 20 0 16 0 66566450 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7118] ppid=7098 vsize=10617796 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7118/stat : 7118 (java) S 7098 7101 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66570673 10872623104 1194317 18446744073709551615 4194304 4196468 140733677577088 140075274724912 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 158.66 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4777268 KiB

[startup+162.301 s]
/proc/loadavg: 2.69 3.42 2.93 3/214 7216
/proc/meminfo: memFree=21994728/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=10617796 memory=4777272 CPUtime=218.71 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 100254 0 0 0 21440 431 0 0 20 0 16 0 66566431 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2654449 1194318 3145 1 0 2643902 0
[pid=7101/tid=7103] ppid=7098 vsize=10617796 memory=4777272 CPUtime=142.88 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) R 7098 7101 17093 0 -1 4202560 20220 0 0 0 14274 14 0 0 20 0 16 0 66566441 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075791633432 140075414243401 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=10617796 memory=4777272 CPUtime=16.84 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) S 7098 7101 17093 0 -1 1077944384 9205 0 0 0 1584 100 0 0 20 0 16 0 66566442 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=10617796 memory=4777272 CPUtime=16.87 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) S 7098 7101 17093 0 -1 1077944384 8922 0 0 0 1586 101 0 0 20 0 16 0 66566442 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=10617796 memory=4777272 CPUtime=16.8 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 7913 0 0 0 1577 103 0 0 20 0 16 0 66566442 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10617796 memory=4777272 CPUtime=16.77 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 8491 0 0 0 1579 98 0 0 20 0 16 0 66566442 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10617796 memory=4777272 CPUtime=2.22 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 10898 0 0 0 221 1 0 0 20 0 16 0 66566443 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075284200176 140075787405954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10617796 memory=4777272 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 66566444 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075283146464 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10617796 memory=4777272 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 66566444 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075282093312 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10617796 memory=4777272 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66566446 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10617796 memory=4777272 CPUtime=2.74 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) S 7098 7101 17093 0 -1 1077944384 14254 0 0 0 272 2 0 0 20 0 16 0 66566446 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075279988976 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10617796 memory=4777272 CPUtime=3.01 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) S 7098 7101 17093 0 -1 1077944384 15168 0 0 0 299 2 0 0 20 0 16 0 66566446 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075278936432 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10617796 memory=4777272 CPUtime=0.38 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) S 7098 7101 17093 0 -1 1077944384 2801 0 0 0 38 0 0 0 20 0 16 0 66566447 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10617796 memory=4777272 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66566447 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10617796 memory=4777272 CPUtime=0.09 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 969 0 0 0 4 5 0 0 20 0 16 0 66566450 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7118] ppid=7098 vsize=10617796 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7118/stat : 7118 (java) S 7098 7101 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66570673 10872623104 1194318 18446744073709551615 4194304 4196468 140733677577088 140075274724912 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 218.71 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4777272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+195.601 s]
/proc/loadavg: 3.16 3.45 2.96 6/214 7216
/proc/meminfo: memFree=18946180/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=10617796 memory=4777280 CPUtime=252.04 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 102241 0 0 0 24772 432 0 0 20 0 16 0 66566431 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2654449 1194320 3145 1 0 2643902 0
[pid=7101/tid=7103] ppid=7098 vsize=10617796 memory=1228 CPUtime=176.18 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) R 7098 7101 17093 0 -1 4202560 21715 0 0 0 17604 14 0 0 20 0 16 0 66566441 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075791631336 140075409420356 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=10617796 memory=12200 CPUtime=16.84 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) S 7098 7101 17093 0 -1 1077944384 9205 0 0 0 1584 100 0 0 20 0 16 0 66566442 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=10617796 memory=1992 CPUtime=16.87 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) S 7098 7101 17093 0 -1 1077944384 8922 0 0 0 1586 101 0 0 20 0 16 0 66566442 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=10617796 memory=1204 CPUtime=16.8 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 7913 0 0 0 1577 103 0 0 20 0 16 0 66566442 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10617796 memory=1000 CPUtime=16.77 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 8491 0 0 0 1579 98 0 0 20 0 16 0 66566442 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10617796 memory=796 CPUtime=2.22 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 10904 0 0 0 221 1 0 0 20 0 16 0 66566443 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075284200176 140075787405954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10617796 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 66566444 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075283146464 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10617796 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 66566444 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075282093312 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66566446 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10617796 memory=21108 CPUtime=2.75 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) S 7098 7101 17093 0 -1 1077944384 14355 0 0 0 273 2 0 0 20 0 16 0 66566446 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075279988976 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10617796 memory=1788 CPUtime=3.01 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) S 7098 7101 17093 0 -1 1077944384 15509 0 0 0 299 2 0 0 20 0 16 0 66566446 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075278936432 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10617796 memory=640 CPUtime=0.38 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) S 7098 7101 17093 0 -1 1077944384 2805 0 0 0 38 0 0 0 20 0 16 0 66566447 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10617796 memory=960 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66566447 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10617796 memory=1232 CPUtime=0.11 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 1009 0 0 0 5 6 0 0 20 0 16 0 66566450 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7118] ppid=7098 vsize=10617796 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7118/stat : 7118 (java) S 7098 7101 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66570673 10872623104 1194320 18446744073709551615 4194304 4196468 140733677577088 140075274724912 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4777280 KiB

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

[startup+195.851 s]
# the end of solver process 7101 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.764 s, system=4.34678 s

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

[startup+195.801 s]
/proc/loadavg: 3.16 3.45 2.96 6/214 7216
/proc/meminfo: memFree=18946180/32770624 swapFree=67108860/67108860
[pid=7101] ppid=7098 vsize=10817488 memory=4777492 CPUtime=252.05 cores=1,3,5,7
/proc/7101/stat : 7101 (java) S 7098 7101 17093 0 -1 1077944320 102897 0 0 0 24773 432 0 0 20 0 17 0 66566431 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140733677559632 140075787394807 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
/proc/7101/statm: 2704372 1194373 3147 1 0 2693825 0
[pid=7101/tid=7103] ppid=7098 vsize=10817488 memory=7680170660397595203 CPUtime=176.19 cores=1,3,5,7
/proc/7101/task/7103/stat : 7103 (java) S 7098 7101 17093 0 -1 1077944384 21779 0 0 0 17605 14 0 0 20 0 17 0 66566441 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075791637680 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7104] ppid=7098 vsize=10817488 memory=4777280 CPUtime=16.84 cores=1,3,5,7
/proc/7101/task/7104/stat : 7104 (java) S 7098 7101 17093 0 -1 1077944384 9205 0 0 0 1584 100 0 0 20 0 17 0 66566442 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075398457872 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7105] ppid=7098 vsize=10817488 memory=2752 CPUtime=16.87 cores=1,3,5,7
/proc/7101/task/7105/stat : 7105 (java) S 7098 7101 17093 0 -1 1077944384 8922 0 0 0 1586 101 0 0 20 0 17 0 66566442 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075397405328 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7106] ppid=7098 vsize=10817488 memory=1160 CPUtime=16.8 cores=1,3,5,7
/proc/7101/task/7106/stat : 7106 (java) S 7098 7101 17093 0 -1 1077944384 7913 0 0 0 1577 103 0 0 20 0 17 0 66566442 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075396352272 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7107] ppid=7098 vsize=10817488 memory=3124 CPUtime=16.77 cores=1,3,5,7
/proc/7101/task/7107/stat : 7107 (java) S 7098 7101 17093 0 -1 1077944384 8491 0 0 0 1579 98 0 0 20 0 17 0 66566442 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075395299728 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7108] ppid=7098 vsize=10817488 memory=4777280 CPUtime=2.22 cores=1,3,5,7
/proc/7101/task/7108/stat : 7108 (java) S 7098 7101 17093 0 -1 1077944384 10930 0 0 0 221 1 0 0 20 0 17 0 66566443 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075284200176 140075787405954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7109] ppid=7098 vsize=10817488 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7109/stat : 7109 (java) S 7098 7101 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 66566444 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075283146464 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7110] ppid=7098 vsize=10817488 memory=4080 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7110/stat : 7110 (java) S 7098 7101 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 66566444 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075282093312 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7111] ppid=7098 vsize=10817488 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7111/stat : 7111 (java) S 7098 7101 17093 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 17 0 66566446 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075281041872 140075787413403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7112] ppid=7098 vsize=10817488 memory=1156 CPUtime=2.76 cores=1,3,5,7
/proc/7101/task/7112/stat : 7112 (java) S 7098 7101 17093 0 -1 1077944384 14355 0 0 0 273 3 0 0 20 0 17 0 66566446 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075279988976 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7113] ppid=7098 vsize=10817488 memory=2812 CPUtime=3.01 cores=1,3,5,7
/proc/7101/task/7113/stat : 7113 (java) S 7098 7101 17093 0 -1 1077944384 15509 0 0 0 299 2 0 0 20 0 17 0 66566446 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075278936432 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7114] ppid=7098 vsize=10817488 memory=7381608 CPUtime=0.38 cores=1,3,5,7
/proc/7101/task/7114/stat : 7114 (java) S 7098 7101 17093 0 -1 1077944384 2854 0 0 0 38 0 0 0 20 0 17 0 66566447 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075277883376 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7115] ppid=7098 vsize=10817488 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/7101/task/7115/stat : 7115 (java) S 7098 7101 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66566447 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075276831072 140075787405013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
[pid=7101/tid=7116] ppid=7098 vsize=10817488 memory=4777280 CPUtime=0.11 cores=1,3,5,7
/proc/7101/task/7116/stat : 7116 (java) S 7098 7101 17093 0 -1 1077944384 1009 0 0 0 5 6 0 0 20 0 17 0 66566450 11077107712 1194373 18446744073709551615 4194304 4196468 140733677577088 140075275779120 140075787405954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30478336 140733677584789 140733677584942 140733677584942 140733677588431 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4777492 KiB

Child status: 143
Real time (s): 195.851
CPU time (s): 252.11
CPU user time (s): 247.764
CPU system time (s): 4.34678
CPU usage (%): 128.726
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 4791332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.764
system time used= 4.34678
maximum resident set size= 4791332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7650
involuntary context switches= 1084


# summary of solver processes directly reported to runsolver:
#   pid: 7101
#   total CPU time (s): 252.11
#   total CPU user time (s): 247.764
#   total CPU system time (s): 4.34678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29338 second user time and 1.80823 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 18:48:03
IDJOB=4258074
IDBENCH=122949
IDSOLVER=2643
FILE ID=node127/4258074-1502643731
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-07-350-100.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258074-1502643731/watcher-4258074-1502643731 -o /tmp/evaluation-result-4258074-1502643731/solver-4258074-1502643731 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258074-1502643731.xml

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

MD5SUM BENCH= cd1777af07bd314664d86e97c163b75e
RANDOM SEED=2019732416

node127.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.92
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.92
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.92
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.92
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:        31529340 kB
MemAvailable:   31962220 kB
Buffers:          199008 kB
Cached:           529624 kB
SwapCached:            0 kB
Active:           608864 kB
Inactive:         209952 kB
Active(anon):      39356 kB
Inactive(anon):    83872 kB
Active(file):     569508 kB
Inactive(file):   126080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3208 kB
Writeback:             0 kB
AnonPages:         71440 kB
Mapped:            57948 kB
Shmem:             33444 kB
Slab:             131536 kB
SReclaimable:     106256 kB
SUnreclaim:        25280 kB
KernelStack:        3184 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1156472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 18:51:19