Trace number 4263549

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.1299 2513.8601

General information on the benchmark

NameRandom/Random-B-2-23-23/
rand-2-23-23-253-131-1.xml
MD5SUM6701d983c46d683e3bb89bf94ea97cb4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark48.307301
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":23}]
Minimum variable degree22
Maximum variable degree22
Distribution of variable degrees[{"degree":22,"count":23}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":253}]
Number of extensional constraints253
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":253}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263549-1502619015/watcher-4263549-1502619015 -o /tmp/evaluation-result-4263549-1502619015/solver-4263549-1502619015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263549-1502619015.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
solver pid=17981, runsolver pid=17978
Current StackSize limit: 8192 KiB


[startup+0.100908 s]*
/proc/loadavg: 1.92 2.00 2.03 3/199 17983
/proc/meminfo: memFree=30717876/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=9934352 memory=13048 CPUtime=0 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 2583 0 0 0 0 0 0 0 20 0 6 0 15784228 10172776448 3262 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2483588 3262 1281 1 0 2473558 0
[pid=17981/tid=17983] ppid=17978 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) R 17978 17981 7968 0 -1 4202560 1300 0 0 0 0 0 0 0 20 0 6 0 15784239 10172776448 3262 18446744073709551615 4194304 4196468 140721836002416 140566453680232 140566435118576 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 15784239 10172776448 3327 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=9934356 memory=140151212828288 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 15784239 10172780544 3327 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 15784239 10172776448 3330 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=9934352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 15784239 10172776448 3330 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 13048 KiB

[startup+0.209962 s]*
/proc/loadavg: 1.92 2.00 2.03 3/212 17996
/proc/meminfo: memFree=30705488/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=10551156 memory=26556 CPUtime=0.06 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 4633 0 0 0 6 0 0 0 20 0 15 0 15784228 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2637789 6639 2608 1 0 2627261 0
[pid=17981/tid=17983] ppid=17978 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) R 17978 17981 7968 0 -1 4202560 2734 0 0 0 5 0 0 0 20 0 15 0 15784239 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140566453668200 140566449460381 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=10551156 memory=288370527364540032 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10551156 memory=140151212828288 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784241 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15784241 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15784241 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) S 17978 17981 7968 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565941250288 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565940197744 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10551156 memory=140151212828288 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10551156 memory=140151212828288 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784249 10804383744 6639 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26556 KiB

[startup+0.310181 s]*
/proc/loadavg: 1.92 2.00 2.03 3/212 17996
/proc/meminfo: memFree=30692956/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=10551156 memory=36336 CPUtime=0.22 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 7886 0 0 0 20 2 0 0 20 0 15 0 15784228 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2637789 9084 2874 1 0 2627261 0
[pid=17981/tid=17983] ppid=17978 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) R 17978 17981 7968 0 -1 4202560 5552 0 0 0 14 1 0 0 20 0 15 0 15784239 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140566453659728 140566429038305 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784239 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784241 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15784241 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15784241 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) S 17978 17981 7968 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 15 0 15784244 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565941250288 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) S 17978 17981 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565940197744 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 386 0 0 0 4 0 0 0 20 0 15 0 15784244 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10551156 memory=140151212828288 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15784244 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784249 10804383744 9084 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36336 KiB

[startup+0.706509 s]
/proc/loadavg: 1.92 2.00 2.03 6/212 17996
/proc/meminfo: memFree=30681092/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=10551232 memory=103632 CPUtime=1.34 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 11861 0 0 0 130 4 0 0 20 0 15 0 15784228 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2637808 25908 3059 1 0 2627261 0
[pid=17981/tid=17983] ppid=17978 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) R 17978 17981 7968 0 -1 4202560 6249 0 0 0 51 2 0 0 20 0 15 0 15784239 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140566453677312 140566042274724 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=10551232 memory=140151091229559 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784239 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=10551232 memory=280302182557280 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784239 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15784239 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784239 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10551232 memory=19 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 15784241 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10551232 memory=70 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15784241 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10551232 memory=61 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15784241 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10551232 memory=83 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15784244 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10551232 memory=10 CPUtime=0.25 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) R 17978 17981 7968 0 -1 4202560 1732 0 0 0 25 0 0 0 20 0 15 0 15784244 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565941237208 140566435482704 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10551232 memory=2 CPUtime=0.26 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) R 17978 17981 7968 0 -1 4202560 1122 0 0 0 26 0 0 0 20 0 15 0 15784244 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565940190512 140566433556814 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 1386 0 0 0 26 0 0 0 20 0 15 0 15784244 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10551232 memory=280302182288928 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15784244 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15784249 10804461568 25908 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 103632 KiB

[startup+1.50075 s]
/proc/loadavg: 1.92 2.00 2.03 4/213 17997
/proc/meminfo: memFree=30622208/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=10617796 memory=114140 CPUtime=2.92 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 15607 0 0 0 288 4 0 0 20 0 16 0 15784228 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2654449 28535 3072 1 0 2643902 0
[pid=17981/tid=17983] ppid=17978 vsize=10617796 memory=81572032154356 CPUtime=1.33 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) R 17978 17981 7968 0 -1 4202560 6853 0 0 0 130 3 0 0 20 0 16 0 15784239 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140566453675256 140566045723591 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=10617796 memory=81572032154356 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15784239 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=10617796 memory=81572032154356 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15784239 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=10617796 memory=81572032154100 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15784239 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10617796 memory=81572032154100 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15784239 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10617796 memory=56 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10617796 memory=280302182235328 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10617796 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) S 17978 17981 7968 0 -1 1077944384 2757 0 0 0 62 0 0 0 20 0 16 0 15784244 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565941250288 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10617796 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) S 17978 17981 7968 0 -1 1077944384 2713 0 0 0 62 0 0 0 20 0 16 0 15784244 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565940197744 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10617796 memory=-1189914978686163229 CPUtime=0.32 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 1881 0 0 0 32 0 0 0 20 0 16 0 15784244 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10617796 memory=-6948614817169703622 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10617796 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 15784249 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17997] ppid=17978 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17997/stat : 17997 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15784300 10872623104 28535 18446744073709551615 4194304 4196468 140721836002416 140565935986224 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0

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

/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 7175 0 0 0 91 19 0 0 20 0 16 0 15784239 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10617796 memory=533292 CPUtime=1.1 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 5219 0 0 0 90 20 0 0 20 0 16 0 15784239 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10617796 memory=533292 CPUtime=0.13 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 9528 0 0 0 9 4 0 0 20 0 16 0 15784241 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10617796 memory=533292 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10617796 memory=533292 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10617796 memory=533292 CPUtime=0.81 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) S 17978 17981 7968 0 -1 1077944384 4705 0 0 0 80 1 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565941250288 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10617796 memory=1440 CPUtime=0.75 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) S 17978 17981 7968 0 -1 1077944384 3725 0 0 0 75 0 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565940197744 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10617796 memory=2424 CPUtime=0.35 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 3240 0 0 0 34 1 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10617796 memory=4124 CPUtime=1.34 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 1767 0 0 0 58 76 0 0 20 0 16 0 15784249 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17997] ppid=17978 vsize=10617796 memory=12532 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17997/stat : 17997 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15784300 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565935986224 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 2448.62 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 533292 KiB

[startup+2502.3 s]
/proc/loadavg: 2.11 2.09 2.05 3/213 18328
/proc/meminfo: memFree=28416144/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=10617796 memory=533292 CPUtime=2508.65 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 68191 0 0 0 250708 157 0 0 20 0 16 0 15784228 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2654449 133323 3132 1 0 2643902 0
[pid=17981/tid=17983] ppid=17978 vsize=10617796 memory=9916 CPUtime=2500.75 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) R 17978 17981 7968 0 -1 4202560 18338 0 0 0 250070 5 0 0 20 0 16 0 15784239 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140566453677488 140566045704100 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=10617796 memory=533292 CPUtime=1.09 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 7298 0 0 0 89 20 0 0 20 0 16 0 15784239 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=10617796 memory=533292 CPUtime=1.1 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 5700 0 0 0 89 21 0 0 20 0 16 0 15784239 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=10617796 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 7175 0 0 0 91 19 0 0 20 0 16 0 15784239 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10617796 memory=533292 CPUtime=1.1 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 5219 0 0 0 90 20 0 0 20 0 16 0 15784239 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10617796 memory=533292 CPUtime=0.13 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 9530 0 0 0 9 4 0 0 20 0 16 0 15784241 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10617796 memory=533292 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10617796 memory=533292 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10617796 memory=533292 CPUtime=0.81 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) S 17978 17981 7968 0 -1 1077944384 4707 0 0 0 80 1 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565941250288 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10617796 memory=533292 CPUtime=0.75 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) S 17978 17981 7968 0 -1 1077944384 3727 0 0 0 75 0 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565940197744 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10617796 memory=533292 CPUtime=0.36 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 3243 0 0 0 35 1 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10617796 memory=280302183971712 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10617796 memory=533292 CPUtime=1.38 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 1798 0 0 0 60 78 0 0 20 0 16 0 15784249 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17997] ppid=17978 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17997/stat : 17997 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15784300 10872623104 133323 18446744073709551615 4194304 4196468 140721836002416 140565935986224 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 2508.65 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 533292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.6 s]
/proc/loadavg: 2.09 2.09 2.05 3/213 18330
/proc/meminfo: memFree=28421852/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=10617796 memory=527648 CPUtime=2520.05 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 68977 0 0 0 251848 157 0 0 20 0 16 0 15784228 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2654449 131912 3132 1 0 2643902 0
[pid=17981/tid=17983] ppid=17978 vsize=10617796 memory=0 CPUtime=2512.02 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) R 17978 17981 7968 0 -1 4202560 18467 0 0 0 251197 5 0 0 20 0 16 0 15784239 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140566453677600 140566045704069 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=10617796 memory=533292 CPUtime=1.12 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 7336 0 0 0 92 20 0 0 20 0 16 0 15784239 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=10617796 memory=12532 CPUtime=1.13 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 5730 0 0 0 92 21 0 0 20 0 16 0 15784239 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=10617796 memory=-8774313645642428999 CPUtime=1.13 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 7207 0 0 0 94 19 0 0 20 0 16 0 15784239 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10617796 memory=1296 CPUtime=1.13 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 5566 0 0 0 93 20 0 0 20 0 16 0 15784239 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10617796 memory=1732 CPUtime=0.13 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 9703 0 0 0 9 4 0 0 20 0 16 0 15784241 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10617796 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10617796 memory=12532 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 15784241 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10617796 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10617796 memory=1296 CPUtime=0.81 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) S 17978 17981 7968 0 -1 1077944384 4709 0 0 0 80 1 0 0 20 0 16 0 15784244 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565941250288 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10617796 memory=1732 CPUtime=0.75 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) S 17978 17981 7968 0 -1 1077944384 3730 0 0 0 75 0 0 0 20 0 16 0 15784244 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565940197744 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10617796 memory=1700 CPUtime=0.36 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 3245 0 0 0 35 1 0 0 20 0 16 0 15784244 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15784244 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10617796 memory=1000 CPUtime=1.38 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 1828 0 0 0 60 78 0 0 20 0 16 0 15784249 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17997] ppid=17978 vsize=10617796 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17997/stat : 17997 (java) S 17978 17981 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15784300 10872623104 131912 18446744073709551615 4194304 4196468 140721836002416 140565935986224 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 527648 KiB

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

[startup+2513.86 s]
# the end of solver process 17981 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.55 s, system=1.57712 s

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

[startup+2513.8 s]
/proc/loadavg: 2.09 2.09 2.05 3/213 18330
/proc/meminfo: memFree=28421852/32770624 swapFree=67108860/67108860
[pid=17981] ppid=17978 vsize=10817488 memory=527708 CPUtime=2520.06 cores=1,3,5,7
/proc/17981/stat : 17981 (java) S 17978 17981 7968 0 -1 1077944320 69244 0 0 0 251849 157 0 0 20 0 17 0 15784228 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140721835984960 140566449438455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
/proc/17981/statm: 2704372 131927 3135 1 0 2693825 0
[pid=17981/tid=17983] ppid=17978 vsize=10817488 memory=12532 CPUtime=2512.03 cores=1,3,5,7
/proc/17981/task/17983/stat : 17983 (java) S 17978 17981 7968 0 -1 1077944384 18495 0 0 0 251198 5 0 0 20 0 17 0 15784239 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140566453681328 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17984] ppid=17978 vsize=10817488 memory=2424 CPUtime=1.12 cores=1,3,5,7
/proc/17981/task/17984/stat : 17984 (java) S 17978 17981 7968 0 -1 1077944384 7336 0 0 0 92 20 0 0 20 0 17 0 15784239 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140566379858448 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17985] ppid=17978 vsize=10817488 memory=1296 CPUtime=1.13 cores=1,3,5,7
/proc/17981/task/17985/stat : 17985 (java) S 17978 17981 7968 0 -1 1077944384 5730 0 0 0 92 21 0 0 20 0 17 0 15784239 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140566378805904 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17986] ppid=17978 vsize=10817488 memory=527648 CPUtime=1.13 cores=1,3,5,7
/proc/17981/task/17986/stat : 17986 (java) S 17978 17981 7968 0 -1 1077944384 7207 0 0 0 94 19 0 0 20 0 17 0 15784239 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140566377752848 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17987] ppid=17978 vsize=10817488 memory=3868 CPUtime=1.13 cores=1,3,5,7
/proc/17981/task/17987/stat : 17987 (java) S 17978 17981 7968 0 -1 1077944384 5566 0 0 0 93 20 0 0 20 0 17 0 15784239 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140566376700304 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17988] ppid=17978 vsize=10817488 memory=3904 CPUtime=0.13 cores=1,3,5,7
/proc/17981/task/17988/stat : 17988 (java) S 17978 17981 7968 0 -1 1077944384 9703 0 0 0 9 4 0 0 20 0 17 0 15784241 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565945461488 140566449449602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17989] ppid=17978 vsize=10817488 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17989/stat : 17989 (java) S 17978 17981 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 15784241 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565944407712 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17990] ppid=17978 vsize=10817488 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17990/stat : 17990 (java) S 17978 17981 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 15784241 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565943354608 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17991] ppid=17978 vsize=10817488 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17991/stat : 17991 (java) S 17978 17981 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 15784244 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565942303184 140566449457051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17992] ppid=17978 vsize=10817488 memory=1700 CPUtime=0.81 cores=1,3,5,7
/proc/17981/task/17992/stat : 17992 (java) S 17978 17981 7968 0 -1 1077944384 4709 0 0 0 80 1 0 0 20 0 17 0 15784244 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565941250288 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17993] ppid=17978 vsize=10817488 memory=1228 CPUtime=0.75 cores=1,3,5,7
/proc/17981/task/17993/stat : 17993 (java) S 17978 17981 7968 0 -1 1077944384 3730 0 0 0 75 0 0 0 20 0 17 0 15784244 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565940197744 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17994] ppid=17978 vsize=10817488 memory=1000 CPUtime=0.36 cores=1,3,5,7
/proc/17981/task/17994/stat : 17994 (java) S 17978 17981 7968 0 -1 1077944384 3307 0 0 0 35 1 0 0 20 0 17 0 15784244 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565939144688 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17995] ppid=17978 vsize=10817488 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/17981/task/17995/stat : 17995 (java) S 17978 17981 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15784244 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565938092384 140566449448661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
[pid=17981/tid=17996] ppid=17978 vsize=10817488 memory=4068 CPUtime=1.38 cores=1,3,5,7
/proc/17981/task/17996/stat : 17996 (java) S 17978 17981 7968 0 -1 1077944384 1828 0 0 0 60 78 0 0 20 0 17 0 15784249 11077107712 131927 18446744073709551615 4194304 4196468 140721836002416 140565937040432 140566449449602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39317504 140721836003729 140721836003882 140721836003882 140721836007375 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 527708 KiB

Child status: 143
Real time (s): 2513.86
CPU time (s): 2520.13
CPU user time (s): 2518.55
CPU system time (s): 1.57712
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 852764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.55
system time used= 1.57712
maximum resident set size= 852900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56809
involuntary context switches= 802


# summary of solver processes directly reported to runsolver:
#   pid: 17981
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.55
#   total CPU system time (s): 1.57712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4594 second user time and 23.5883 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 11:56:19
IDJOB=4263549
IDBENCH=122645
IDSOLVER=2651
FILE ID=node128/4263549-1502619015
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Random/Random-B-2-23-23/rand-2-23-23-253-131-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263549-1502619015/watcher-4263549-1502619015 -o /tmp/evaluation-result-4263549-1502619015/solver-4263549-1502619015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263549-1502619015.xml

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

MD5SUM BENCH= 6701d983c46d683e3bb89bf94ea97cb4
RANDOM SEED=197897081

node128.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.94
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.94
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.94
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.94
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:        30719260 kB
MemAvailable:   31279012 kB
Buffers:          130876 kB
Cached:           716808 kB
SwapCached:            0 kB
Active:           980904 kB
Inactive:         659364 kB
Active(anon):     792668 kB
Inactive(anon):    16764 kB
Active(file):     188236 kB
Inactive(file):   642600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:            64 kB
AnonPages:        800532 kB
Mapped:            44384 kB
Shmem:             17116 kB
Slab:             114188 kB
SReclaimable:      89504 kB
SUnreclaim:        24684 kB
KernelStack:        3744 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1309240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 12:38:13