Trace number 4263342

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.1899 2497.6399

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-10-int.xml
MD5SUMba113f9707e5398e41eeef1481acd1fa
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 benchmark19.046
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints102
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":98},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":101},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263342-1502632015/watcher-4263342-1502632015 -o /tmp/evaluation-result-4263342-1502632015/solver-4263342-1502632015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263342-1502632015.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=6701, runsolver pid=6698

[startup+0.100139 s]*
/proc/loadavg: 2.43 2.64 3.13 3/216 6716
/proc/meminfo: memFree=29937316/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10555400 memory=30400 CPUtime=0.13 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 6709 0 0 0 11 2 0 0 20 0 15 0 96289313 10808729600 7600 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2638850 7600 2790 1 0 2627263 0
[pid=6701/tid=6703] ppid=6698 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) R 6698 6701 1335 0 -1 4202560 4564 0 0 0 8 1 0 0 20 0 15 0 96289313 10808729600 7600 33554432000 4194304 4196468 140730728827632 139926302804288 139926298594710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10555400 memory=5793854895395535289 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 7600 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10555400 memory=139644385642112 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 7600 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 7600 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 7600 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289315 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96289316 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96289316 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) S 6698 6701 1335 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 96289318 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925785753840 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) S 6698 6701 1335 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 96289318 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925784701296 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10555400 memory=139644385642112 CPUtime=0.01 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) S 6698 6701 1335 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 15 0 96289318 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925783648240 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10555400 memory=139644385642112 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289319 10808729600 7600 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210468 s]*
/proc/loadavg: 2.43 2.64 3.13 3/216 6716
/proc/meminfo: memFree=29928056/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10555400 memory=37816 CPUtime=0.27 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 7713 0 0 0 25 2 0 0 20 0 15 0 96289313 10808729600 9454 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2638850 9454 2926 1 0 2627263 0
[pid=6701/tid=6703] ppid=6698 vsize=10555400 memory=-3103912127665269909 CPUtime=0.19 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) R 6698 6701 1335 0 -1 4202560 5362 0 0 0 18 1 0 0 20 0 15 0 96289313 10808729600 9454 33554432000 4194304 4196468 140730728827632 139926302792576 139926298594710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10555400 memory=4211973370590432650 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 9454 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10555400 memory=139644385642112 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 9454 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 9454 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289314 10808729600 9454 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10555400 memory=139644385642112 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289315 10808729600 9454 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96289316 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96289316 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) S 6698 6701 1335 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 15 0 96289318 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925785753840 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) S 6698 6701 1335 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 96289318 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925784701296 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10555400 memory=139644385642112 CPUtime=0.04 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) R 6698 6701 1335 0 -1 4202560 413 0 0 0 4 0 0 0 20 0 15 0 96289318 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925783648240 139926282718829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10555400 memory=139644385642112 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289319 10808729600 9516 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37816 KiB

[startup+0.310203 s]*
/proc/loadavg: 2.43 2.64 3.13 5/216 6716
/proc/meminfo: memFree=29919372/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10555476 memory=46724 CPUtime=0.49 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 8927 0 0 0 46 3 0 0 20 0 15 0 96289313 10808807424 11681 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2638869 11681 3035 1 0 2627263 0
[pid=6701/tid=6703] ppid=6698 vsize=10555476 memory=7377246124687064083 CPUtime=0.3 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) R 6698 6701 1335 0 -1 4202560 5769 0 0 0 28 2 0 0 20 0 15 0 96289313 10808807424 11681 33554432000 4194304 4196468 140730728827632 139926302804368 139926298594710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10555476 memory=4211973370590432650 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 11681 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10555476 memory=139644385644284 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 11681 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10555476 memory=139644285072163 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 11681 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10555476 memory=139644285078991 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 11681 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10555476 memory=139644385644464 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289315 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10555476 memory=139644285088175 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96289316 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10555476 memory=279288570167184 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96289316 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10555476 memory=279288570164880 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) R 6698 6701 1335 0 -1 4202560 738 0 0 0 5 0 0 0 20 0 15 0 96289318 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925785753840 139926291567817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10555476 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) R 6698 6701 1335 0 -1 4202560 326 0 0 0 2 0 0 0 20 0 15 0 96289318 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925784701296 139926291567817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10555476 memory=139644385642112 CPUtime=0.1 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) R 6698 6701 1335 0 -1 1077944384 727 0 0 0 10 0 0 0 20 0 15 0 96289318 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925783648240 139926298593922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10555476 memory=139644385642112 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289319 10808807424 11681 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46724 KiB

[startup+0.700845 s]
/proc/loadavg: 2.43 2.64 3.13 5/216 6716
/proc/meminfo: memFree=29883012/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10555476 memory=126268 CPUtime=1.27 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 10905 0 0 0 123 4 0 0 20 0 15 0 96289313 10808807424 31567 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2638869 31567 3076 1 0 2627263 0
[pid=6701/tid=6703] ppid=6698 vsize=10555476 memory=8536 CPUtime=0.68 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) R 6698 6701 1335 0 -1 4202560 5814 0 0 0 65 3 0 0 20 0 15 0 96289313 10808807424 31567 33554432000 4194304 4196468 140730728827632 139926302815040 139925892842211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 31567 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 31567 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 31567 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289314 10808807424 31567 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96289315 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96289316 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96289316 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10555476 memory=20036 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10555476 memory=1436 CPUtime=0.24 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) S 6698 6701 1335 0 -1 1077944384 1596 0 0 0 24 0 0 0 20 0 15 0 96289318 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925785753840 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10555476 memory=1200 CPUtime=0.2 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) S 6698 6701 1335 0 -1 1077944384 1378 0 0 0 20 0 0 0 20 0 15 0 96289318 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925784701296 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10555476 memory=15872 CPUtime=0.12 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) S 6698 6701 1335 0 -1 1077944384 750 0 0 0 12 0 0 0 20 0 15 0 96289318 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925783648240 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10555476 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96289318 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10555476 memory=16600 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96289319 10808807424 31567 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 126268 KiB

[startup+1.50085 s]
/proc/loadavg: 2.43 2.64 3.13 5/217 6717
/proc/meminfo: memFree=29792344/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10622040 memory=176848 CPUtime=3.38 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 16094 0 0 0 332 6 0 0 20 0 16 0 96289313 10876968960 44212 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2655510 44212 3101 1 0 2643904 0
[pid=6701/tid=6703] ppid=6698 vsize=10622040 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) R 6698 6701 1335 0 -1 4202560 6424 0 0 0 144 3 0 0 20 0 16 0 96289313 10876968960 44212 33554432000 4194304 4196468 140730728827632 139926302813024 139925894041190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96289314 10876968960 44212 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96289314 10876968960 44212 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96289314 10876968960 44212 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96289314 10876968960 44212 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 96289315 10876968960 44212 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0

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

/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 29003 0 0 0 538 30 0 0 20 0 16 0 96289314 10876968960 198769 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10622040 memory=795076 CPUtime=5.68 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 22659 0 0 0 539 29 0 0 20 0 16 0 96289314 10876968960 198769 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10622040 memory=795076 CPUtime=0.66 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 41730 0 0 0 60 6 0 0 20 0 16 0 96289315 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 96289316 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10622040 memory=795076 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 96289316 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10622040 memory=795076 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96289318 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10622040 memory=795076 CPUtime=1.25 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) S 6698 6701 1335 0 -1 1077944384 4740 0 0 0 124 1 0 0 20 0 16 0 96289318 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925785753840 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10622040 memory=795076 CPUtime=0.97 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) S 6698 6701 1335 0 -1 1077944384 5094 0 0 0 97 0 0 0 20 0 16 0 96289318 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925784701296 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10622040 memory=795076 CPUtime=0.35 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) S 6698 6701 1335 0 -1 1077944384 3439 0 0 0 34 1 0 0 20 0 16 0 96289318 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925783648240 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10622040 memory=28144 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96289318 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10622040 memory=2332 CPUtime=1.4 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1665 0 0 0 70 70 0 0 20 0 16 0 96289319 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6717] ppid=6698 vsize=10622040 memory=795076 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6717/stat : 6717 (java) S 6698 6701 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96289403 10876968960 198769 33554432000 4194304 4196468 140730728827632 139925780489776 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 2403.36 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 795076 KiB

[startup+2442.3 s]
/proc/loadavg: 4.62 3.48 2.70 6/216 6966
/proc/meminfo: memFree=22984892/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10622040 memory=727252 CPUtime=2464.21 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 197072 0 0 0 246223 198 0 0 20 0 16 0 96289313 10876968960 181813 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2655510 181813 3155 1 0 2643904 0
[pid=6701/tid=6703] ppid=6698 vsize=10622040 memory=727252 CPUtime=2435.64 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) R 6698 6701 1335 0 -1 4202560 28019 0 0 0 243555 9 0 0 20 0 16 0 96289313 10876968960 181813 33554432000 4194304 4196468 140730728827632 139926302821344 139925894041136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10622040 memory=735400 CPUtime=5.94 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 28211 0 0 0 564 30 0 0 20 0 16 0 96289314 10876968960 181813 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10622040 memory=735400 CPUtime=5.95 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 27559 0 0 0 564 31 0 0 20 0 16 0 96289314 10876968960 181813 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10622040 memory=735400 CPUtime=5.96 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 29501 0 0 0 566 30 0 0 20 0 16 0 96289314 10876968960 181813 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10622040 memory=735400 CPUtime=5.96 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 23000 0 0 0 567 29 0 0 20 0 16 0 96289314 10876968960 181813 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10622040 memory=735400 CPUtime=0.67 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 44350 0 0 0 61 6 0 0 20 0 16 0 96289315 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10622040 memory=735400 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 96289316 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10622040 memory=735400 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 96289316 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10622040 memory=727252 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96289318 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10622040 memory=727252 CPUtime=1.25 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) S 6698 6701 1335 0 -1 1077944384 4743 0 0 0 124 1 0 0 20 0 16 0 96289318 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925785753840 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10622040 memory=727252 CPUtime=0.97 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) S 6698 6701 1335 0 -1 1077944384 5102 0 0 0 97 0 0 0 20 0 16 0 96289318 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925784701296 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10622040 memory=735400 CPUtime=0.35 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) S 6698 6701 1335 0 -1 1077944384 3442 0 0 0 34 1 0 0 20 0 16 0 96289318 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925783648240 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10622040 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96289318 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10622040 memory=727252 CPUtime=1.43 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1702 0 0 0 72 71 0 0 20 0 16 0 96289319 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6717] ppid=6698 vsize=10622040 memory=727252 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6717/stat : 6717 (java) S 6698 6701 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96289403 10876968960 181813 33554432000 4194304 4196468 140730728827632 139925780489776 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 2464.21 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 727252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.3 s]
/proc/loadavg: 4.68 3.69 2.82 6/216 6967
/proc/meminfo: memFree=23014488/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10622040 memory=697696 CPUtime=2520.01 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 200176 0 0 0 251801 200 0 0 20 0 16 0 96289313 10876968960 174424 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2655510 174424 3155 1 0 2643904 0
[pid=6701/tid=6703] ppid=6698 vsize=10622040 memory=697696 CPUtime=2490.38 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) R 6698 6701 1335 0 -1 4202560 28237 0 0 0 249029 9 0 0 20 0 16 0 96289313 10876968960 174424 33554432000 4194304 4196468 140730728827632 139926302821344 139925894041190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10622040 memory=703852 CPUtime=6.2 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 28314 0 0 0 590 30 0 0 20 0 16 0 96289314 10876968960 174424 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10622040 memory=703852 CPUtime=6.2 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 27666 0 0 0 589 31 0 0 20 0 16 0 96289314 10876968960 174424 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10622040 memory=0 CPUtime=6.21 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 29677 0 0 0 591 30 0 0 20 0 16 0 96289314 10876968960 174424 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10622040 memory=703852 CPUtime=6.21 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 23216 0 0 0 592 29 0 0 20 0 16 0 96289314 10876968960 174424 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10622040 memory=710948 CPUtime=0.68 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 46632 0 0 0 62 6 0 0 20 0 16 0 96289315 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10622040 memory=710948 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 96289316 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10622040 memory=139644285401744 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 96289316 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10622040 memory=727252 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96289318 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10622040 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) S 6698 6701 1335 0 -1 1077944384 4743 0 0 0 124 1 0 0 20 0 16 0 96289318 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925785753840 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10622040 memory=735400 CPUtime=0.97 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) S 6698 6701 1335 0 -1 1077944384 5102 0 0 0 97 0 0 0 20 0 16 0 96289318 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925784701296 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10622040 memory=697696 CPUtime=0.35 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) S 6698 6701 1335 0 -1 1077944384 3442 0 0 0 34 1 0 0 20 0 16 0 96289318 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925783648240 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10622040 memory=697696 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96289318 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10622040 memory=697696 CPUtime=1.47 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1704 0 0 0 74 73 0 0 20 0 16 0 96289319 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6717] ppid=6698 vsize=10622040 memory=697696 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6717/stat : 6717 (java) S 6698 6701 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96289403 10876968960 174424 33554432000 4194304 4196468 140730728827632 139925780489776 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 697696 KiB

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

[startup+2497.64 s]
# the end of solver process 6701 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.18 s, system=2.00731 s

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

[startup+2497.6 s]
/proc/loadavg: 4.68 3.69 2.82 6/216 6967
/proc/meminfo: memFree=23014488/32770624 swapFree=67108860/67108860
[pid=6701] ppid=6698 vsize=10821732 memory=697928 CPUtime=2520.15 cores=1,3,5,7
/proc/6701/stat : 6701 (java) S 6698 6701 1335 0 -1 1077944320 200673 0 0 0 251815 200 0 0 20 0 17 0 96289313 11081453568 174482 33554432000 4194304 4196468 140730728827632 140730728810176 139926298582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
/proc/6701/statm: 2705433 174482 3157 1 0 2693827 0
[pid=6701/tid=6703] ppid=6698 vsize=10821732 memory=697696 CPUtime=2490.38 cores=1,3,5,7
/proc/6701/task/6703/stat : 6703 (java) S 6698 6701 1335 0 -1 1077944384 28256 0 0 0 249029 9 0 0 20 0 17 0 96289313 11081453568 174482 33554432000 4194304 4196468 140730728827632 139926302825648 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6704] ppid=6698 vsize=10821732 memory=697696 CPUtime=6.2 cores=1,3,5,7
/proc/6701/task/6704/stat : 6704 (java) S 6698 6701 1335 0 -1 1077944384 28314 0 0 0 590 30 0 0 20 0 17 0 96289314 11081453568 174482 33554432000 4194304 4196468 140730728827632 139926224656912 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6705] ppid=6698 vsize=10821732 memory=8112282956445269571 CPUtime=6.2 cores=1,3,5,7
/proc/6701/task/6705/stat : 6705 (java) S 6698 6701 1335 0 -1 1077944384 27666 0 0 0 589 31 0 0 20 0 17 0 96289314 11081453568 174482 33554432000 4194304 4196468 140730728827632 139926223604368 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6706] ppid=6698 vsize=10821732 memory=1292 CPUtime=6.21 cores=1,3,5,7
/proc/6701/task/6706/stat : 6706 (java) S 6698 6701 1335 0 -1 1077944384 29677 0 0 0 591 30 0 0 20 0 17 0 96289314 11081453568 174482 33554432000 4194304 4196468 140730728827632 139926222551312 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6707] ppid=6698 vsize=10821732 memory=1728 CPUtime=6.21 cores=1,3,5,7
/proc/6701/task/6707/stat : 6707 (java) S 6698 6701 1335 0 -1 1077944384 23216 0 0 0 592 29 0 0 20 0 17 0 96289314 11081453568 174482 33554432000 4194304 4196468 140730728827632 139926221498768 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6708] ppid=6698 vsize=10821732 memory=5788 CPUtime=0.68 cores=1,3,5,7
/proc/6701/task/6708/stat : 6708 (java) S 6698 6701 1335 0 -1 1077944384 46632 0 0 0 62 6 0 0 20 0 17 0 96289315 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925789965040 139926298593922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6709] ppid=6698 vsize=10821732 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6709/stat : 6709 (java) S 6698 6701 1335 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 96289316 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925788911264 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6710] ppid=6698 vsize=10821732 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6710/stat : 6710 (java) S 6698 6701 1335 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96289316 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925787858160 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6711] ppid=6698 vsize=10821732 memory=4084 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6711/stat : 6711 (java) S 6698 6701 1335 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 96289318 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925786806736 139926298601371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6712] ppid=6698 vsize=10821732 memory=932 CPUtime=1.26 cores=1,3,5,7
/proc/6701/task/6712/stat : 6712 (java) S 6698 6701 1335 0 -1 1077944384 4810 0 0 0 125 1 0 0 20 0 17 0 96289318 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925785753840 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6713] ppid=6698 vsize=10821732 memory=697696 CPUtime=0.99 cores=1,3,5,7
/proc/6701/task/6713/stat : 6713 (java) S 6698 6701 1335 0 -1 1077944384 5123 0 0 0 99 0 0 0 20 0 17 0 96289318 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925784701296 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6714] ppid=6698 vsize=10821732 memory=2340 CPUtime=0.35 cores=1,3,5,7
/proc/6701/task/6714/stat : 6714 (java) S 6698 6701 1335 0 -1 1077944384 3560 0 0 0 34 1 0 0 20 0 17 0 96289318 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925783648240 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6715] ppid=6698 vsize=10821732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/6701/task/6715/stat : 6715 (java) S 6698 6701 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96289318 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925782595936 139926298592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
[pid=6701/tid=6716] ppid=6698 vsize=10821732 memory=1728 CPUtime=1.47 cores=1,3,5,7
/proc/6701/task/6716/stat : 6716 (java) S 6698 6701 1335 0 -1 1077944384 1704 0 0 0 74 73 0 0 20 0 17 0 96289319 11081453568 174482 33554432000 4194304 4196468 140730728827632 139925781543984 139926298593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140730728834182 140730728834335 140730728834335 140730728837071 0
Current children cumulated CPU time: 2520.15 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 697928 KiB

Child status: 143
Real time (s): 2497.64
CPU time (s): 2520.19
CPU user time (s): 2518.18
CPU system time (s): 2.00731
CPU usage (%): 100.903
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 1175880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.18
system time used= 2.00731
maximum resident set size= 1175916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57555
involuntary context switches= 1664


# summary of solver processes directly reported to runsolver:
#   pid: 6701
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2518.18
#   total CPU system time (s): 2.00731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2274 second user time and 24.696 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 15:32:37
IDJOB=4263342
IDBENCH=134603
IDSOLVER=2651
FILE ID=node112/4263342-1502632015
RUNJOBID= node112-1502619513-3999
PBS_JOBID= 20628299
Free space on /tmp= 61788 MiB

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

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

MD5SUM BENCH= ba113f9707e5398e41eeef1481acd1fa
RANDOM SEED=1802596789

node112.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29957208 kB
MemAvailable:   30150668 kB
Buffers:          121552 kB
Cached:           352064 kB
SwapCached:            0 kB
Active:          2214456 kB
Inactive:         145660 kB
Active(anon):    1837304 kB
Inactive(anon):    76488 kB
Active(file):     377152 kB
Inactive(file):    69172 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1716 kB
Writeback:             0 kB
AnonPages:       1902160 kB
Mapped:            55128 kB
Shmem:             25224 kB
Slab:             151708 kB
SReclaimable:     125940 kB
SUnreclaim:        25768 kB
KernelStack:        3808 kB
PageTables:         8852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3237404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1728512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 16:14:14