Trace number 4263791

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 2427.6499

General information on the benchmark

NameCrossword/Crossword-m1c-uk-vg/
Crossword-m1c-uk-vg-4-8.xml
MD5SUM04dba95a54a8594b13594f30f6e89992
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.33755499
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":32}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":32}]
Minimum constraint arity4
Maximum constraint arity8
Distribution of constraint arities[{"arity":4,"count":8},{"arity":8,"count":4}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263791-1502638154/watcher-4263791-1502638154 -o /tmp/evaluation-result-4263791-1502638154/solver-4263791-1502638154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263791-1502638154.xml 

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

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=31295, runsolver pid=31292

[startup+0.100105 s]*
/proc/loadavg: 8.12 5.80 3.89 5/196 31297
/proc/meminfo: memFree=22810248/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=9936560 memory=15956 CPUtime=0 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 3315 0 0 0 0 0 0 0 20 0 6 0 66036095 10175037440 3989 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2484140 3989 1884 1 0 2473637 0
[pid=31295/tid=31297] ppid=31292 vsize=9936560 memory=8390339637985935414 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) R 31292 31295 897 0 -1 4202560 2025 0 0 0 0 0 0 0 20 0 6 0 66036104 10175037440 3989 18446744073709551615 4194304 4196468 140737192983472 139820966371920 139820946216286 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=9936560 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66036105 10175037440 4055 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=9936560 memory=288370644397926016 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66036105 10175037440 4055 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66036105 10175037440 4055 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66036105 10175037440 4055 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 15956 KiB

[startup+0.209853 s]*
/proc/loadavg: 8.12 5.80 3.89 6/209 31310
/proc/meminfo: memFree=22797952/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=10551156 memory=27576 CPUtime=0.1 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 5360 0 0 0 9 1 0 0 20 0 15 0 66036095 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2637789 6894 2788 1 0 2627261 0
[pid=31295/tid=31297] ppid=31292 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) R 31292 31295 897 0 -1 4202560 3281 0 0 0 7 1 0 0 20 0 15 0 66036104 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820966370768 139820962157725 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=10551156 memory=288370644397926016 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10551156 memory=140268246214272 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66036106 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66036107 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820525217184 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66036107 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820524164592 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036109 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) S 31292 31295 897 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 66036109 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820522059760 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036109 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820521007216 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10551156 memory=140268246214272 CPUtime=0.01 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) S 31292 31295 897 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 66036109 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036110 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10551156 memory=140268246214272 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036113 10804383744 6894 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27576 KiB

[startup+0.310106 s]*
/proc/loadavg: 8.12 5.80 3.89 6/209 31310
/proc/meminfo: memFree=22787956/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=10551156 memory=36748 CPUtime=0.25 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 8490 0 0 0 22 3 0 0 20 0 15 0 66036095 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2637789 9187 2864 1 0 2627261 0
[pid=31295/tid=31297] ppid=31292 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) R 31292 31295 897 0 -1 4202560 6149 0 0 0 15 2 0 0 20 0 15 0 66036104 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820966369824 139820946216286 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66036106 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66036107 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820525217184 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66036107 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820524164592 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036109 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) R 31292 31295 897 0 -1 1077944384 511 0 0 0 1 0 0 0 20 0 15 0 66036109 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820522059760 139820962146946 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) S 31292 31295 897 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 66036109 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820521007216 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) R 31292 31295 897 0 -1 4202560 368 0 0 0 3 0 0 0 20 0 15 0 66036109 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962157146 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10551156 memory=140268246214272 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036110 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036113 10804383744 9187 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36748 KiB

[startup+0.702464 s]
/proc/loadavg: 8.12 5.80 3.89 8/209 31310
/proc/meminfo: memFree=22763856/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=10551232 memory=114724 CPUtime=1.35 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 12155 0 0 0 131 4 0 0 20 0 15 0 66036095 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2637808 28681 3064 1 0 2627261 0
[pid=31295/tid=31297] ppid=31292 vsize=10551232 memory=1292 CPUtime=0.56 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) R 31292 31295 897 0 -1 4202560 7425 0 0 0 53 3 0 0 20 0 15 0 66036104 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820966371776 139820962147734 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=10551232 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=10551232 memory=280536257934496 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66036105 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10551232 memory=148 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036105 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66036106 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10551232 memory=15536310592997909 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66036107 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820525217184 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10551232 memory=336 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66036107 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820524164592 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036109 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) R 31292 31295 897 0 -1 4202560 1587 0 0 0 27 0 0 0 20 0 15 0 66036109 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820522049680 139820947017429 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10551232 memory=1 CPUtime=0.28 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) R 31292 31295 897 0 -1 4202560 916 0 0 0 28 0 0 0 20 0 15 0 66036109 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820521007216 139820940372185 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10551232 memory=49 CPUtime=0.21 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) R 31292 31295 897 0 -1 1077944384 861 0 0 0 21 0 0 0 20 0 15 0 66036109 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962146946 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036110 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10551232 memory=1641 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036113 10804461568 28681 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 114724 KiB

[startup+1.50074 s]
/proc/loadavg: 8.12 5.80 3.89 8/209 31310
/proc/meminfo: memFree=22614452/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=10553408 memory=294836 CPUtime=3.82 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 21713 0 0 0 371 11 0 0 20 0 15 0 66036095 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2638352 73709 3092 1 0 2627805 0
[pid=31295/tid=31297] ppid=31292 vsize=10553408 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) R 31292 31295 897 0 -1 4202560 7469 0 0 0 122 4 0 0 20 0 15 0 66036104 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820966371264 139820948204930 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=10553408 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 171 0 0 0 6 1 0 0 20 0 15 0 66036105 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=10553408 memory=796 CPUtime=0.04 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 55 0 0 0 3 1 0 0 20 0 15 0 66036105 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=10553408 memory=280536257934496 CPUtime=0.06 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 52 0 0 0 5 1 0 0 20 0 15 0 66036105 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10553408 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 123 0 0 0 3 0 0 0 20 0 15 0 66036105 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10553408 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66036106 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10553408 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66036107 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820525217184 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10553408 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 66036107 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820524164592 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10553408 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036109 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10553408 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) R 31292 31295 897 0 -1 4202560 6207 0 0 0 102 0 0 0 20 0 15 0 66036109 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820522040088 139820941822497 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10553408 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) R 31292 31295 897 0 -1 4202560 5209 0 0 0 101 0 0 0 20 0 15 0 66036109 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820520992680 139820947246457 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10553408 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) S 31292 31295 897 0 -1 1077944384 980 0 0 0 24 0 0 0 20 0 15 0 66036109 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10553408 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66036110 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10553408 memory=-5345911753256963030 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66036113 10806689792 73709 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 3.82 s
Current children cumulated vsize: 10553408 KiB

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

/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 28473 0 0 0 2742 119 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10617796 memory=6918568 CPUtime=28.32 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 18968 0 0 0 2716 116 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10617796 memory=6918568 CPUtime=9.49 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 25561 0 0 0 944 5 0 0 20 0 16 0 66036106 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 66036107 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820525217248 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 66036107 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820524164608 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10617796 memory=6918568 CPUtime=2.66 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) S 31292 31295 897 0 -1 1077944384 16537 0 0 0 265 1 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820522059760 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10617796 memory=6918568 CPUtime=2.54 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) S 31292 31295 897 0 -1 1077944384 15561 0 0 0 252 2 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820521007216 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0.42 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) S 31292 31295 897 0 -1 1077944384 5998 0 0 0 41 1 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66036110 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10617796 memory=6918568 CPUtime=1.5 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 3654 0 0 0 77 73 0 0 20 0 16 0 66036113 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31312] ppid=31292 vsize=10617796 memory=266 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31312/stat : 31312 (java) S 31292 31295 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66040898 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820516795696 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 2414.81 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6918568 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.04 2.20 3/211 31608
/proc/meminfo: memFree=23344888/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=10617796 memory=6918568 CPUtime=2474.86 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 273448 0 0 0 246916 570 0 0 20 0 16 0 66036095 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2654449 1729642 3145 1 0 2643902 0
[pid=31295/tid=31297] ppid=31292 vsize=10617796 memory=6918568 CPUtime=2344.08 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) R 31292 31295 897 0 -1 4202560 107954 0 0 0 234385 23 0 0 20 0 16 0 66036104 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820966374568 139820602303897 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=10617796 memory=6918568 CPUtime=28.55 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 21641 0 0 0 2733 122 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=10617796 memory=6918568 CPUtime=28.54 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 27310 0 0 0 2732 122 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=10617796 memory=6918568 CPUtime=28.61 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 28473 0 0 0 2742 119 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10617796 memory=6918568 CPUtime=28.32 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 18968 0 0 0 2716 116 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10617796 memory=6918568 CPUtime=9.5 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 25579 0 0 0 944 6 0 0 20 0 16 0 66036106 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 66036107 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820525217248 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 66036107 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820524164608 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10617796 memory=6918568 CPUtime=2.66 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) S 31292 31295 897 0 -1 1077944384 16556 0 0 0 265 1 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820522059760 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10617796 memory=4116 CPUtime=2.54 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) S 31292 31295 897 0 -1 1077944384 15573 0 0 0 252 2 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820521007216 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0.42 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) S 31292 31295 897 0 -1 1077944384 6185 0 0 0 41 1 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66036110 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10617796 memory=6918568 CPUtime=1.54 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 3732 0 0 0 79 75 0 0 20 0 16 0 66036113 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31312] ppid=31292 vsize=10617796 memory=6918568 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31312/stat : 31312 (java) S 31292 31295 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66040898 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820516795696 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 2474.86 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6918568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2427.4 s]
/proc/loadavg: 2.01 2.04 2.20 3/211 31611
/proc/meminfo: memFree=23344640/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=10617796 memory=6918568 CPUtime=2520 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 275305 0 0 0 251428 572 0 0 20 0 16 0 66036095 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2654449 1729642 3145 1 0 2643902 0
[pid=31295/tid=31297] ppid=31292 vsize=10617796 memory=-8774313645642428999 CPUtime=2389.19 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) R 31292 31295 897 0 -1 4202560 109739 0 0 0 238895 24 0 0 20 0 16 0 66036104 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820966374568 139820601901555 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=10617796 memory=1712 CPUtime=28.55 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 21641 0 0 0 2733 122 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=10617796 memory=4616 CPUtime=28.54 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 27310 0 0 0 2732 122 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=10617796 memory=1012 CPUtime=28.61 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 28473 0 0 0 2742 119 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10617796 memory=10164 CPUtime=28.32 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 18968 0 0 0 2716 116 0 0 20 0 16 0 66036105 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10617796 memory=2164 CPUtime=9.5 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 25588 0 0 0 944 6 0 0 20 0 16 0 66036106 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10617796 memory=840 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 66036107 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820525217248 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10617796 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 66036107 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820524164608 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10617796 memory=3040 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10617796 memory=3032 CPUtime=2.66 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) S 31292 31295 897 0 -1 1077944384 16562 0 0 0 265 1 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820522059760 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10617796 memory=1156 CPUtime=2.54 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) S 31292 31295 897 0 -1 1077944384 15582 0 0 0 252 2 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820521007216 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10617796 memory=1398720917958146503 CPUtime=0.42 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) S 31292 31295 897 0 -1 1077944384 6192 0 0 0 41 1 0 0 20 0 16 0 66036109 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10617796 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66036110 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10617796 memory=1012 CPUtime=1.57 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 3773 0 0 0 80 77 0 0 20 0 16 0 66036113 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31312] ppid=31292 vsize=10617796 memory=10164 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31312/stat : 31312 (java) S 31292 31295 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66040898 10872623104 1729642 18446744073709551615 4194304 4196468 140737192983472 139820516795696 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6918568 KiB

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

[startup+2427.65 s]
# the end of solver process 31295 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.35 s, system=5.75736 s

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

[startup+2427.6 s]
/proc/loadavg: 2.01 2.04 2.20 3/211 31611
/proc/meminfo: memFree=23344640/32770624 swapFree=67108860/67108860
[pid=31295] ppid=31292 vsize=10817488 memory=6918868 CPUtime=2520.06 cores=0,2,4,6
/proc/31295/stat : 31295 (java) S 31292 31295 897 0 -1 1077944320 276213 0 0 0 251434 572 0 0 20 0 17 0 66036095 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 140737192966016 139820962135799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
/proc/31295/statm: 2704372 1729717 3148 1 0 2693825 0
[pid=31295/tid=31297] ppid=31292 vsize=10817488 memory=6918568 CPUtime=2389.25 cores=0,2,4,6
/proc/31295/task/31297/stat : 31297 (java) S 31292 31295 897 0 -1 1077944384 109814 0 0 0 238901 24 0 0 20 0 17 0 66036104 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820966378672 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31298] ppid=31292 vsize=10817488 memory=-8774313645642428999 CPUtime=28.55 cores=0,2,4,6
/proc/31295/task/31298/stat : 31298 (java) S 31292 31295 897 0 -1 1077944384 21641 0 0 0 2733 122 0 0 20 0 17 0 66036105 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820919101712 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31299] ppid=31292 vsize=10817488 memory=6918568 CPUtime=28.54 cores=0,2,4,6
/proc/31295/task/31299/stat : 31299 (java) S 31292 31295 897 0 -1 1077944384 27310 0 0 0 2732 122 0 0 20 0 17 0 66036105 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820918049168 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31300] ppid=31292 vsize=10817488 memory=1156 CPUtime=28.61 cores=0,2,4,6
/proc/31295/task/31300/stat : 31300 (java) S 31292 31295 897 0 -1 1077944384 28473 0 0 0 2742 119 0 0 20 0 17 0 66036105 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820916996624 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31301] ppid=31292 vsize=10817488 memory=3260 CPUtime=28.32 cores=0,2,4,6
/proc/31295/task/31301/stat : 31301 (java) S 31292 31295 897 0 -1 1077944384 18968 0 0 0 2716 116 0 0 20 0 17 0 66036105 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820570172048 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31302] ppid=31292 vsize=10817488 memory=885104 CPUtime=9.51 cores=0,2,4,6
/proc/31295/task/31302/stat : 31302 (java) S 31292 31295 897 0 -1 1077944384 25619 0 0 0 945 6 0 0 20 0 17 0 66036106 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820526270960 139820962146946 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31303] ppid=31292 vsize=10817488 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31303/stat : 31303 (java) S 31292 31295 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 66036107 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820525217248 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31304] ppid=31292 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31304/stat : 31304 (java) S 31292 31295 897 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 66036107 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820524164608 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31305] ppid=31292 vsize=10817488 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31305/stat : 31305 (java) S 31292 31295 897 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 17 0 66036109 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820523113168 139820962154395 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31306] ppid=31292 vsize=10817488 memory=10976 CPUtime=2.66 cores=0,2,4,6
/proc/31295/task/31306/stat : 31306 (java) S 31292 31295 897 0 -1 1077944384 16562 0 0 0 265 1 0 0 20 0 17 0 66036109 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820522059760 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31307] ppid=31292 vsize=10817488 memory=1200 CPUtime=2.54 cores=0,2,4,6
/proc/31295/task/31307/stat : 31307 (java) S 31292 31295 897 0 -1 1077944384 15582 0 0 0 252 2 0 0 20 0 17 0 66036109 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820521007216 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31308] ppid=31292 vsize=10817488 memory=6918568 CPUtime=0.42 cores=0,2,4,6
/proc/31295/task/31308/stat : 31308 (java) S 31292 31295 897 0 -1 1077944384 6405 0 0 0 41 1 0 0 20 0 17 0 66036109 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820519954672 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31309] ppid=31292 vsize=10817488 memory=20856 CPUtime=0 cores=0,2,4,6
/proc/31295/task/31309/stat : 31309 (java) S 31292 31295 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66036110 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820518902368 139820962146005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
[pid=31295/tid=31310] ppid=31292 vsize=10817488 memory=960 CPUtime=1.57 cores=0,2,4,6
/proc/31295/task/31310/stat : 31310 (java) S 31292 31295 897 0 -1 1077944384 3773 0 0 0 80 77 0 0 20 0 17 0 66036113 11077107712 1729717 18446744073709551615 4194304 4196468 140737192983472 139820517849904 139820962146946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29032448 140737192989072 140737192989225 140737192989225 140737192992719 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6918868 KiB

Child status: 143
Real time (s): 2427.65
CPU time (s): 2520.11
CPU user time (s): 2514.35
CPU system time (s): 5.75736
CPU usage (%): 103.809
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6918868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.35
system time used= 5.75736
maximum resident set size= 6919044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56461
involuntary context switches= 3638


# summary of solver processes directly reported to runsolver:
#   pid: 31295
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.35
#   total CPU system time (s): 5.75736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0488 second user time and 22.8517 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 17:15:08
IDJOB=4263791
IDBENCH=140293
IDSOLVER=2651
FILE ID=node125/4263791-1502638154
RUNJOBID= node125-1502623975-28610
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Crossword/Crossword-m1c-uk-vg/Crossword-m1c-uk-vg-4-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263791-1502638154/watcher-4263791-1502638154 -o /tmp/evaluation-result-4263791-1502638154/solver-4263791-1502638154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263791-1502638154.xml

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

MD5SUM BENCH= 04dba95a54a8594b13594f30f6e89992
RANDOM SEED=1814218864

node125.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.07
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.07
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.07
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.07
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:        22812780 kB
MemAvailable:   23664696 kB
Buffers:          285124 kB
Cached:           862680 kB
SwapCached:            0 kB
Active:          8929780 kB
Inactive:         583760 kB
Active(anon):    8366320 kB
Inactive(anon):    33100 kB
Active(file):     563460 kB
Inactive(file):   550660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:       8366028 kB
Mapped:            58704 kB
Shmem:             33444 kB
Slab:             132824 kB
SReclaimable:     107260 kB
SUnreclaim:        25564 kB
KernelStack:        3408 kB
PageTables:        21196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8633608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8218624 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 node125 at 2017-08-13 17:55:36