Trace number 4263647

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.1101 2511.4399

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-09-4-8_X2.xml
MD5SUM7569ed29bb8e55ca39905d478d33da7a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6768
Number of constraints36568
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6768}]
Minimum variable degree9
Maximum variable degree33
Distribution of variable degrees[{"degree":9,"count":4464},{"degree":33,"count":2304}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":35712},{"arity":8,"count":288},{"arity":9,"count":496},{"arity":32,"count":72}]
Number of extensional constraints0
Number of intensional constraints35712
Distribution of constraint types[{"type":"intension","count":35712},{"type":"sum","count":856}]
Optimization problemNO
Type of objective

Solver Data

9.14/3.56	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
9.14/3.56	c This is free software under the dual EPL/GNU LGPL licenses.
9.14/3.56	c See www.sat4j.org for details.
9.14/3.56	c That software uses the Rhino library from the Mozilla project.
9.14/3.56	c version CUSTOM.v20170705
9.14/3.56	c java.runtime.name	Java(TM) SE Runtime Environment
9.14/3.56	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
9.14/3.56	c java.vm.version	25.131-b11
9.14/3.56	c java.vm.vendor	Oracle Corporation
9.14/3.56	c sun.arch.data.model	64
9.14/3.56	c java.version		1.8.0_131
9.14/3.56	c os.name		Linux
9.14/3.56	c os.version		3.10.0-514.16.1.el7.x86_64
9.14/3.56	c os.arch		amd64
9.14/3.56	c Free memory 		499604488
9.14/3.56	c Max memory 		7247757312
9.14/3.56	c Total memory 		504889344
9.14/3.56	c Number of processors 	4
9.14/3.56	c c --- Begin Solver configuration ---
9.14/3.56	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
9.14/3.56	c Learn all clauses as in MiniSAT
9.14/3.56	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
9.14/3.56	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
9.14/3.56	c No reason simplification
9.14/3.56	c Glucose 2.1 dynamic restart strategy
9.14/3.56	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
9.14/3.56	c timeout=2147483s
9.14/3.56	c DB Simplification allowed=false
9.14/3.56	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
9.14/3.56	c --- End Solver configuration ---
9.14/3.56	c constraints type 
9.14/3.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 13536
9.14/3.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81352
9.14/3.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496816
9.14/3.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 73136
9.14/3.56	c 664840 constraints processed.
2520.06/2511.40	c starts		: 4150
2520.06/2511.40	c conflicts		: 3333381
2520.06/2511.40	c decisions		: 27190396
2520.06/2511.40	c propagations		: 6502227849
2520.06/2511.40	c inspects		: 19816146416
2520.06/2511.40	c shortcuts		: 0
2520.06/2511.40	c learnt literals	: 9740
2520.06/2511.40	c learnt binary clauses	: 6725
2520.06/2511.40	c learnt ternary clauses	: 24847
2520.06/2511.40	c learnt constraints	: 3323641
2520.06/2511.40	c ignored constraints	: 0
2520.06/2511.40	c root simplifications	: 0
2520.06/2511.40	c removed literals (reason simplification)	: 0
2520.06/2511.40	c reason swapping (by a shorter reason)	: 0
2520.06/2511.40	c Calls to reduceDB	: 77
2520.06/2511.40	c Number of update (reduction) of LBD	: 262741
2520.06/2511.41	c Imported unit clauses	: 0
2520.06/2511.41	c number of reductions to clauses (during analyze)	: 0
2520.06/2511.41	c number of learned constraints concerned by reduction	: 0
2520.06/2511.41	c number of learning phase by resolution	: 0
2520.06/2511.41	c number of learning phase by cutting planes	: 0
2520.06/2511.41	c number of rounding to 1 operations	: 0
2520.06/2511.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.06/2511.41	c number of reductions of the coefficients by power 2 	: 0
2520.06/2511.41	c number of right shift for reduction by power 2 	: 0
2520.06/2511.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.06/2511.41	c speed (assignments/second)	: 2592834.683670898
2520.06/2511.41	c non guided choices	8410126
2520.06/2511.43	c learnt constraints type 
2520.06/2511.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6725
2520.06/2511.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95672
2520.06/2511.43	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7824 MiB free)
  memory of node 1: 16384 MiB (15750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263647-1502626105/watcher-4263647-1502626105 -o /tmp/evaluation-result-4263647-1502626105/solver-4263647-1502626105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263647-1502626105.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=3092, runsolver pid=3089

[startup+0.10125 s]*
/proc/loadavg: 4.52 4.62 4.13 4/216 3107
/proc/meminfo: memFree=24121808/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10555400 memory=30068 CPUtime=0.12 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 6630 0 0 0 11 1 0 0 20 0 15 0 95698264 10808729600 7517 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2638850 7517 2765 1 0 2627263 0
[pid=3092/tid=3094] ppid=3089 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) R 3089 3092 28385 0 -1 4202560 4487 0 0 0 8 1 0 0 20 0 15 0 95698264 10808729600 7517 33554432000 4194304 4196468 140731156032768 139921677804656 139921657673084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 7517 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10555400 memory=139885005923968 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 7517 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 7517 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 7517 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10555400 memory=139885005923968 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698266 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95698267 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920977557024 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95698267 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920976504176 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) S 3089 3092 28385 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920906639728 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) S 3089 3092 28385 0 -1 1077944384 387 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920905586928 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10555400 memory=139885005923968 CPUtime=0.02 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) S 3089 3092 28385 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 95698269 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920904534128 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10555400 memory=139885005923968 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698270 10808729600 7517 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30068 KiB

[startup+0.215559 s]*
/proc/loadavg: 4.52 4.62 4.13 6/216 3107
/proc/meminfo: memFree=24112524/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10555400 memory=42052 CPUtime=0.35 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 8159 0 0 0 33 2 0 0 20 0 15 0 95698264 10808729600 10513 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2638850 10513 2966 1 0 2627263 0
[pid=3092/tid=3094] ppid=3089 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) R 3089 3092 28385 0 -1 4202560 5032 0 0 0 19 1 0 0 20 0 15 0 95698264 10808729600 10513 33554432000 4194304 4196468 140731156032768 139921677828688 139921673614493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 10513 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10555400 memory=139885005941812 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 10513 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 10513 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 10513 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10555400 memory=139885005923968 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698266 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95698267 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920977557024 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95698267 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920976504176 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) R 3089 3092 28385 0 -1 4202560 243 0 0 0 2 0 0 0 20 0 15 0 95698269 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920906631680 139921659614793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) R 3089 3092 28385 0 -1 1077944384 708 0 0 0 3 0 0 0 20 0 15 0 95698269 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920905573712 139921673602773 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10555400 memory=139885005923968 CPUtime=0.07 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) R 3089 3092 28385 0 -1 4202560 855 0 0 0 7 0 0 0 20 0 15 0 95698269 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920904531096 139921652522037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10555400 memory=139885005923968 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698270 10808729600 10513 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42052 KiB

[startup+0.311387 s]*
/proc/loadavg: 4.52 4.62 4.13 6/216 3107
/proc/meminfo: memFree=24094596/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10555400 memory=59412 CPUtime=0.65 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 9871 0 0 0 63 2 0 0 20 0 15 0 95698264 10808729600 14853 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2638850 14853 3030 1 0 2627263 0
[pid=3092/tid=3094] ppid=3089 vsize=10555400 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) R 3089 3092 28385 0 -1 4202560 5038 0 0 0 28 1 0 0 20 0 15 0 95698264 10808729600 14853 33554432000 4194304 4196468 140731156032768 139921677828688 139921673614493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 14853 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10555400 memory=139885005981984 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 14853 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 14853 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808729600 14853 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10555400 memory=139885005988896 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698266 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95698267 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920977557024 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95698267 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920976504176 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) R 3089 3092 28385 0 -1 4202560 1071 0 0 0 12 0 0 0 20 0 15 0 95698269 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920906620616 139921651742899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10555400 memory=139884870356495 CPUtime=0.12 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) R 3089 3092 28385 0 -1 4202560 1239 0 0 0 12 0 0 0 20 0 15 0 95698269 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920905568224 139921655156127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10555400 memory=139885005926498 CPUtime=0.1 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) R 3089 3092 28385 0 -1 1077944384 1154 0 0 0 10 0 0 0 20 0 15 0 95698269 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920904534128 139921673603714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10555400 memory=139884870361039 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10555400 memory=279769876301760 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698270 10808729600 14853 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 59412 KiB

[startup+0.701386 s]
/proc/loadavg: 4.52 4.62 4.13 5/216 3107
/proc/meminfo: memFree=24075488/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10555476 memory=132376 CPUtime=1.88 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 11895 0 0 0 183 5 0 0 20 0 15 0 95698264 10808807424 33094 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2638869 33094 3081 1 0 2627263 0
[pid=3092/tid=3094] ppid=3089 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) R 3089 3092 28385 0 -1 4202560 5798 0 0 0 64 3 0 0 20 0 15 0 95698264 10808807424 33094 33554432000 4194304 4196468 140731156032768 139921677825600 139921260356430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808807424 33094 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808807424 33094 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95698265 10808807424 33094 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10555476 memory=17708 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698265 10808807424 33094 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95698266 10808807424 33094 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95698267 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920977557024 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95698267 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920976504176 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10555476 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) R 3089 3092 28385 0 -1 4202560 1209 0 0 0 46 0 0 0 20 0 15 0 95698269 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920906626272 139921654364593 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10555476 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) R 3089 3092 28385 0 -1 4202560 2005 0 0 0 46 0 0 0 20 0 15 0 95698269 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920905586112 139921658474335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10555476 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) S 3089 3092 28385 0 -1 1077944384 1511 0 0 0 26 0 0 0 20 0 15 0 95698269 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920904534128 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95698269 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95698270 10808807424 33606 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 132376 KiB

[startup+1.50139 s]
/proc/loadavg: 4.52 4.62 4.13 6/216 3107
/proc/meminfo: memFree=23937356/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10555476 memory=392164 CPUtime=4.34 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 17709 0 0 0 419 15 0 0 20 0 15 0 95698264 10808807424 98041 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2638869 98041 3126 1 0 2627263 0
[pid=3092/tid=3094] ppid=3089 vsize=10555476 memory=3467834622370460730 CPUtime=1.38 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) R 3089 3092 28385 0 -1 4202560 6250 0 0 0 133 5 0 0 20 0 15 0 95698264 10808807424 98041 33554432000 4194304 4196468 140731156032768 139921677828328 139921264372132 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10555476 memory=211992 CPUtime=0.06 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 67 0 0 0 5 1 0 0 20 0 15 0 95698265 10808807424 98041 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10555476 memory=2241 CPUtime=0.06 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 288 0 0 0 4 2 0 0 20 0 15 0 95698265 10808807424 98041 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10555476 memory=1204 CPUtime=0.04 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 242 0 0 0 3 1 0 0 20 0 15 0 95698265 10808807424 98041 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10555476 memory=15876 CPUtime=0.06 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 259 0 0 0 5 1 0 0 20 0 15 0 95698265 10808807424 98041 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10555476 memory=17708 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 95698266 10808807424 98041 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0

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

/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 508 0 0 0 15 5 0 0 20 0 16 0 95698265 10876968960 233017 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10622040 memory=932068 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 318 0 0 0 15 5 0 0 20 0 16 0 95698265 10876968960 233017 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10622040 memory=1948 CPUtime=0.07 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 848 0 0 0 3 4 0 0 20 0 16 0 95698266 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10622040 memory=921828 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95698267 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920977557088 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10622040 memory=932068 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95698267 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920976504192 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10622040 memory=930020 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95698269 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10622040 memory=928 CPUtime=3.06 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) S 3089 3092 28385 0 -1 1077944384 13045 0 0 0 304 2 0 0 20 0 16 0 95698269 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920906639728 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10622040 memory=2416 CPUtime=2.94 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) S 3089 3092 28385 0 -1 1077944384 10069 0 0 0 293 1 0 0 20 0 16 0 95698269 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920905586928 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10622040 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) S 3089 3092 28385 0 -1 1077944384 5458 0 0 0 66 1 0 0 20 0 16 0 95698269 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920904534128 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10622040 memory=932068 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95698269 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10622040 memory=932068 CPUtime=1.5 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 1430 0 0 0 71 79 0 0 20 0 16 0 95698270 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3108] ppid=3089 vsize=10622040 memory=932068 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3108/stat : 3108 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95698628 10876968960 233017 33554432000 4194304 4196468 140731156032768 139920901375408 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 2451.1 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 932068 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 2.04 2.20 3/217 3285
/proc/meminfo: memFree=26553936/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10622040 memory=944356 CPUtime=2511.14 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 61808 0 0 0 250998 116 0 0 20 0 16 0 95698264 10876968960 236089 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2655510 236089 3164 1 0 2643904 0
[pid=3092/tid=3094] ppid=3089 vsize=10622040 memory=944356 CPUtime=2501.93 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) R 3089 3092 28385 0 -1 4202560 27947 0 0 0 250180 13 0 0 20 0 16 0 95698264 10876968960 236089 33554432000 4194304 4196468 140731156032768 139921677829048 139921267691966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10622040 memory=942308 CPUtime=0.22 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 455 0 0 0 16 6 0 0 20 0 16 0 95698265 10876968960 236089 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10622040 memory=942308 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 346 0 0 0 14 6 0 0 20 0 16 0 95698265 10876968960 236089 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10622040 memory=944356 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 508 0 0 0 15 5 0 0 20 0 16 0 95698265 10876968960 236089 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10622040 memory=944356 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 318 0 0 0 15 5 0 0 20 0 16 0 95698265 10876968960 236089 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10622040 memory=944356 CPUtime=0.07 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 848 0 0 0 3 4 0 0 20 0 16 0 95698266 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10622040 memory=279769741354480 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95698267 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920977557088 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10622040 memory=279769740937904 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95698267 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920976504192 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10622040 memory=944356 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95698269 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10622040 memory=944356 CPUtime=3.06 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) S 3089 3092 28385 0 -1 1077944384 13045 0 0 0 304 2 0 0 20 0 16 0 95698269 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920906639728 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10622040 memory=944356 CPUtime=2.94 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) S 3089 3092 28385 0 -1 1077944384 10069 0 0 0 293 1 0 0 20 0 16 0 95698269 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920905586928 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10622040 memory=944356 CPUtime=0.67 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) S 3089 3092 28385 0 -1 1077944384 5458 0 0 0 66 1 0 0 20 0 16 0 95698269 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920904534128 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10622040 memory=942308 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95698269 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10622040 memory=928 CPUtime=1.54 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 1434 0 0 0 73 81 0 0 20 0 16 0 95698270 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3108] ppid=3089 vsize=10622040 memory=942308 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3108/stat : 3108 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95698628 10876968960 236089 33554432000 4194304 4196468 140731156032768 139920901375408 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 2511.14 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 944356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.2 s]
/proc/loadavg: 2.18 2.07 2.21 6/217 3285
/proc/meminfo: memFree=26081784/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10622040 memory=946404 CPUtime=2520.05 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 61859 0 0 0 251889 116 0 0 20 0 16 0 95698264 10876968960 236601 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2655510 236601 3164 1 0 2643904 0
[pid=3092/tid=3094] ppid=3089 vsize=10622040 memory=139885005923968 CPUtime=2510.83 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) R 3089 3092 28385 0 -1 4202560 27986 0 0 0 251070 13 0 0 20 0 16 0 95698264 10876968960 236601 33554432000 4194304 4196468 140731156032768 139921677829048 139921267286129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10622040 memory=6944652177228980320 CPUtime=0.22 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 455 0 0 0 16 6 0 0 20 0 16 0 95698265 10876968960 236601 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10622040 memory=5668 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 346 0 0 0 14 6 0 0 20 0 16 0 95698265 10876968960 236601 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10622040 memory=1008 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 508 0 0 0 15 5 0 0 20 0 16 0 95698265 10876968960 236601 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10622040 memory=4612 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 318 0 0 0 15 5 0 0 20 0 16 0 95698265 10876968960 236601 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10622040 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 850 0 0 0 3 4 0 0 20 0 16 0 95698266 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10622040 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95698267 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920977557088 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10622040 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95698267 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920976504192 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10622040 memory=17740 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95698269 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10622040 memory=4048 CPUtime=3.06 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) S 3089 3092 28385 0 -1 1077944384 13047 0 0 0 304 2 0 0 20 0 16 0 95698269 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920906639728 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10622040 memory=8112282956445269571 CPUtime=2.94 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) S 3089 3092 28385 0 -1 1077944384 10071 0 0 0 293 1 0 0 20 0 16 0 95698269 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920905586928 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10622040 memory=8560 CPUtime=0.67 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) S 3089 3092 28385 0 -1 1077944384 5460 0 0 0 66 1 0 0 20 0 16 0 95698269 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920904534128 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10622040 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95698269 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10622040 memory=12028 CPUtime=1.55 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 1438 0 0 0 74 81 0 0 20 0 16 0 95698270 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3108] ppid=3089 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3108/stat : 3108 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95698628 10876968960 236601 33554432000 4194304 4196468 140731156032768 139920901375408 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 946404 KiB

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

[startup+2511.44 s]
# the end of solver process 3092 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.94 s, system=1.17111 s

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

[startup+2511.4 s]
/proc/loadavg: 2.18 2.07 2.21 6/217 3285
/proc/meminfo: memFree=26081784/32770624 swapFree=67108860/67108860
[pid=3092] ppid=3089 vsize=10821732 memory=954932 CPUtime=2520.06 cores=1,3,5,7
/proc/3092/stat : 3092 (java) S 3089 3092 28385 0 -1 1077944320 62710 0 0 0 251890 116 0 0 20 0 17 0 95698264 11081453568 238733 33554432000 4194304 4196468 140731156032768 140731156015312 139921673592567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
/proc/3092/statm: 2705433 238733 3166 1 0 2693827 0
[pid=3092/tid=3094] ppid=3089 vsize=10821732 memory=4140 CPUtime=2510.84 cores=1,3,5,7
/proc/3092/task/3094/stat : 3094 (java) S 3089 3092 28385 0 -1 1077944384 28101 0 0 0 251071 13 0 0 20 0 17 0 95698264 11081453568 238733 33554432000 4194304 4196468 140731156032768 139921677835440 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3095] ppid=3089 vsize=10821732 memory=27548 CPUtime=0.22 cores=1,3,5,7
/proc/3092/task/3095/stat : 3095 (java) S 3089 3092 28385 0 -1 1077944384 455 0 0 0 16 6 0 0 20 0 17 0 95698265 11081453568 238733 33554432000 4194304 4196468 140731156032768 139921599666832 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3096] ppid=3089 vsize=10821732 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3096/stat : 3096 (java) S 3089 3092 28385 0 -1 1077944384 346 0 0 0 14 6 0 0 20 0 17 0 95698265 11081453568 238733 33554432000 4194304 4196468 140731156032768 139921598614032 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3097] ppid=3089 vsize=10821732 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3097/stat : 3097 (java) S 3089 3092 28385 0 -1 1077944384 508 0 0 0 15 5 0 0 20 0 17 0 95698265 11081453568 238733 33554432000 4194304 4196468 140731156032768 139921597561232 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3098] ppid=3089 vsize=10821732 memory=1236 CPUtime=0.2 cores=1,3,5,7
/proc/3092/task/3098/stat : 3098 (java) S 3089 3092 28385 0 -1 1077944384 318 0 0 0 15 5 0 0 20 0 17 0 95698265 11081453568 238733 33554432000 4194304 4196468 140731156032768 139921596508432 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3099] ppid=3089 vsize=10821732 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/3092/task/3099/stat : 3099 (java) S 3089 3092 28385 0 -1 1077944384 869 0 0 0 3 4 0 0 20 0 17 0 95698266 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920978611056 139921673603714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3100] ppid=3089 vsize=10821732 memory=956 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3100/stat : 3100 (java) S 3089 3092 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 95698267 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920977557088 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3101] ppid=3089 vsize=10821732 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3101/stat : 3101 (java) S 3089 3092 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 95698267 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920976504192 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3102] ppid=3089 vsize=10821732 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3102/stat : 3102 (java) S 3089 3092 28385 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 95698269 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920907692368 139921673611163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3103] ppid=3089 vsize=10821732 memory=2240 CPUtime=3.06 cores=1,3,5,7
/proc/3092/task/3103/stat : 3103 (java) S 3089 3092 28385 0 -1 1077944384 13047 0 0 0 304 2 0 0 20 0 17 0 95698269 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920906639728 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3104] ppid=3089 vsize=10821732 memory=4128 CPUtime=2.94 cores=1,3,5,7
/proc/3092/task/3104/stat : 3104 (java) S 3089 3092 28385 0 -1 1077944384 10071 0 0 0 293 1 0 0 20 0 17 0 95698269 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920905586928 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3105] ppid=3089 vsize=10821732 memory=928 CPUtime=0.67 cores=1,3,5,7
/proc/3092/task/3105/stat : 3105 (java) S 3089 3092 28385 0 -1 1077944384 5555 0 0 0 66 1 0 0 20 0 17 0 95698269 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920904534128 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3106] ppid=3089 vsize=10821732 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/3092/task/3106/stat : 3106 (java) S 3089 3092 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95698269 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920903481568 139921673602773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
[pid=3092/tid=3107] ppid=3089 vsize=10821732 memory=2548 CPUtime=1.55 cores=1,3,5,7
/proc/3092/task/3107/stat : 3107 (java) S 3089 3092 28385 0 -1 1077944384 1438 0 0 0 74 81 0 0 20 0 17 0 95698270 11081453568 238733 33554432000 4194304 4196468 140731156032768 139920902429872 139921673603714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39677952 140731156038790 140731156038943 140731156038943 140731156041679 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 954932 KiB

Child status: 143
Real time (s): 2511.44
CPU time (s): 2520.11
CPU user time (s): 2518.94
CPU system time (s): 1.17111
CPU usage (%): 100.345
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 954932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.94
system time used= 1.17111
maximum resident set size= 957540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56802
involuntary context switches= 866


# summary of solver processes directly reported to runsolver:
#   pid: 3092
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.94
#   total CPU system time (s): 1.17111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0415 second user time and 20.7131 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:54:06
IDJOB=4263647
IDBENCH=126714
IDSOLVER=2651
FILE ID=node106/4263647-1502626105
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-09-4-8_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263647-1502626105/watcher-4263647-1502626105 -o /tmp/evaluation-result-4263647-1502626105/solver-4263647-1502626105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263647-1502626105.xml

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

MD5SUM BENCH= 7569ed29bb8e55ca39905d478d33da7a
RANDOM SEED=245576201

node106.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.86
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.86
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.86
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.86
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:        24140596 kB
MemAvailable:   24549840 kB
Buffers:          102928 kB
Cached:           593832 kB
SwapCached:            0 kB
Active:          7805608 kB
Inactive:         373244 kB
Active(anon):    7437524 kB
Inactive(anon):    72092 kB
Active(file):     368084 kB
Inactive(file):   301152 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2988 kB
Writeback:             0 kB
AnonPages:       7504680 kB
Mapped:            55212 kB
Shmem:             25228 kB
Slab:             137200 kB
SReclaimable:     111688 kB
SUnreclaim:        25512 kB
KernelStack:        3824 kB
PageTables:        19736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6846464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 14:35:58