Trace number 4289788

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.39 2219.69

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289788-1532215102/watcher-4289788-1532215102 -o /tmp/evaluation-result-4289788-1532215102/solver-4289788-1532215102 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289788-1532215102.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29049, runsolver pid=29046

[startup+0.10006 s]*
/proc/loadavg: 4.20 4.07 3.07 3/220 29064
/proc/meminfo: memFree=15840016/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10659012 memory=30632 CPUtime=0.13 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 6742 0 0 0 11 2 0 0 20 0 15 0 39073346 10914828288 7658 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2664753 7658 2821 1 0 2627263 0
[pid=29049/tid=29051] ppid=29046 vsize=10659012 memory=-8773748148829983357 CPUtime=0.09 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 4564 0 0 0 8 1 0 0 20 0 15 0 39073347 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406987523952 140406967399774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406473643168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406472590064 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) S 29046 29049 26255 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406470486768 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406469434224 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0.02 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) R 29046 29049 26255 0 -1 4202560 370 0 0 0 2 0 0 0 20 0 15 0 39073352 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406468381168 140406983340634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 7658 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30632 KiB

[startup+0.210854 s]*
/proc/loadavg: 4.20 4.07 3.07 4/220 29064
/proc/meminfo: memFree=15829712/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10659012 memory=42088 CPUtime=0.33 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 8217 0 0 0 31 2 0 0 20 0 15 0 39073346 10914828288 10522 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2664753 10522 3008 1 0 2627263 0
[pid=29049/tid=29051] ppid=29046 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 5131 0 0 0 18 2 0 0 20 0 15 0 39073347 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406987547440 140406983331222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659012 memory=288370271904417408 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406473643168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406472590064 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) S 29046 29049 26255 0 -1 1077944384 746 0 0 0 2 0 0 0 20 0 15 0 39073352 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406470486768 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) S 29046 29049 26255 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 39073352 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406469434224 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0.07 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) R 29046 29049 26255 0 -1 4202560 695 0 0 0 7 0 0 0 20 0 15 0 39073352 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406468381168 140406975556414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 10522 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42088 KiB

[startup+0.310759 s]*
/proc/loadavg: 4.20 4.07 3.07 4/220 29064
/proc/meminfo: memFree=15813200/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10659012 memory=60980 CPUtime=0.51 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 8869 0 0 0 48 3 0 0 20 0 15 0 39073346 10914828288 15245 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2664753 15245 3034 1 0 2627263 0
[pid=29049/tid=29051] ppid=29046 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 5485 0 0 0 27 2 0 0 20 0 15 0 39073347 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406987544208 140406983341213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659012 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659012 memory=288370271904417408 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39073347 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406473643168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39073349 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406472590064 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10659012 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) S 29046 29049 26255 0 -1 1077944384 820 0 0 0 5 0 0 0 20 0 15 0 39073352 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406470486768 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10659012 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) R 29046 29049 26255 0 -1 1077944384 447 0 0 0 4 0 0 0 20 0 15 0 39073352 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406469434224 140406983330434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0.11 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) S 29046 29049 26255 0 -1 1077944384 750 0 0 0 11 0 0 0 20 0 15 0 39073352 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406468381168 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10659012 memory=139895752705664 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073352 10914828288 15245 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 60980 KiB

[startup+0.700817 s]
/proc/loadavg: 4.20 4.07 3.07 5/220 29064
/proc/meminfo: memFree=15714592/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10659088 memory=251808 CPUtime=1.6 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 11724 0 0 0 149 11 0 0 20 0 15 0 39073346 10914906112 62952 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2664772 62952 3114 1 0 2627263 0
[pid=29049/tid=29051] ppid=29046 vsize=10659088 memory=1844 CPUtime=0.64 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 5831 0 0 0 60 4 0 0 20 0 15 0 39073347 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406987555856 140406593948387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659088 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 15 0 39073347 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659088 memory=1700 CPUtime=0.02 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 15 0 39073347 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659088 memory=12984 CPUtime=0.02 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 15 0 39073347 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659088 memory=5664 CPUtime=0.02 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 15 0 39073347 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406473643168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406472590064 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10659088 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10659088 memory=6296683612537770333 CPUtime=0.32 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) R 29046 29049 26255 0 -1 4202560 1862 0 0 0 32 0 0 0 20 0 15 0 39073352 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406470478096 140406962568837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10659088 memory=7595725831727968097 CPUtime=0.3 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) R 29046 29049 26255 0 -1 4202560 1367 0 0 0 30 0 0 0 20 0 15 0 39073352 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406469432624 140406962974960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10659088 memory=7810487918915055718 CPUtime=0.2 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) S 29046 29049 26255 0 -1 1077944384 1113 0 0 0 20 0 0 0 20 0 15 0 39073352 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406468381168 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 62952 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 251808 KiB

[startup+1.50832 s]
/proc/loadavg: 4.20 4.07 3.07 5/220 29064
/proc/meminfo: memFree=15591656/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10659088 memory=453972 CPUtime=2.91 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 12751 0 0 0 272 19 0 0 20 0 15 0 39073346 10914906112 113493 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2664772 113493 3132 1 0 2627263 0
[pid=29049/tid=29051] ppid=29046 vsize=10659088 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) S 29046 29049 26255 0 -1 1077944384 5927 0 0 0 135 6 0 0 20 0 15 0 39073347 10914906112 113493 33554432000 4194304 4196468 140726051539088 140406987556960 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659088 memory=-6951259422114956437 CPUtime=0.05 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) R 29046 29049 26255 0 -1 4202560 299 0 0 0 3 2 0 0 20 0 15 0 39073347 10914906112 113493 33554432000 4194304 4196468 140726051539088 140406920010768 140406968346706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) R 29046 29049 26255 0 -1 4202560 144 0 0 0 3 3 0 0 20 0 15 0 39073347 10914906112 113493 33554432000 4194304 4196468 140726051539088 140406918958224 140406976422280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659088 memory=-7390251449858225344 CPUtime=0.05 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) R 29046 29049 26255 0 -1 4202560 53 0 0 0 3 2 0 0 20 0 15 0 39073347 10914906112 113493 33554432000 4194304 4196468 140726051539088 140406917905168 140406976422141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659088 memory=4134692831991786133 CPUtime=0.06 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) R 29046 29049 26255 0 -1 4202560 244 0 0 0 4 2 0 0 20 0 15 0 39073347 10914906112 113493 33554432000 4194304 4196468 140726051539088 140406916852824 140406968346706 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 113493 33554432000 4194304 4196468 140726051539088 140406474695456 140406983329493 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0

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

/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 154761 0 0 0 207778 33 0 0 20 0 15 0 39073347 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406987531400 140406596231623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659088 memory=6596888 CPUtime=57.95 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 178758 0 0 0 5665 130 0 0 20 0 15 0 39073347 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659088 memory=6596888 CPUtime=57.92 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 195853 0 0 0 5655 137 0 0 20 0 15 0 39073347 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659088 memory=6596888 CPUtime=57.72 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 232091 0 0 0 5644 128 0 0 20 0 15 0 39073347 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659088 memory=6596888 CPUtime=57.89 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 229405 0 0 0 5657 132 0 0 20 0 15 0 39073347 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659088 memory=6596888 CPUtime=5.33 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 23549 0 0 0 521 12 0 0 20 0 15 0 39073349 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10659088 memory=6596888 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406473643232 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10659088 memory=6596888 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406472590080 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10659088 memory=279791216274016 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10659088 memory=6596888 CPUtime=1.92 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) S 29046 29049 26255 0 -1 1077944384 13318 0 0 0 190 2 0 0 20 0 15 0 39073352 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406470486768 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10659088 memory=6596888 CPUtime=1.67 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) S 29046 29049 26255 0 -1 1077944384 11496 0 0 0 166 1 0 0 20 0 15 0 39073352 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406469434224 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10659088 memory=6596888 CPUtime=0.44 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) S 29046 29049 26255 0 -1 1077944384 5796 0 0 0 43 1 0 0 20 0 15 0 39073352 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406468381168 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10659088 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10659088 memory=6596888 CPUtime=1.37 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1568 0 0 0 65 72 0 0 20 0 15 0 39073352 10914906112 1649222 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 2320.44 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6596888 KiB

[startup+2202.3 s]
/proc/loadavg: 4.73 4.09 3.00 6/221 29227
/proc/meminfo: memFree=2280592/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10659088 memory=6841112 CPUtime=2382.97 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 1107339 0 0 0 237653 644 0 0 20 0 15 0 39073346 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2664772 1710278 3174 1 0 2627263 0
[pid=29049/tid=29051] ppid=29046 vsize=10659088 memory=6841112 CPUtime=2137.26 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 158475 0 0 0 213692 34 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406987531584 140406596231667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659088 memory=6596888 CPUtime=58.79 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 191584 0 0 0 5748 131 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659088 memory=6841112 CPUtime=58.78 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 204776 0 0 0 5740 138 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659088 memory=6841112 CPUtime=58.57 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 252898 0 0 0 5728 129 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659088 memory=6841112 CPUtime=58.74 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 242163 0 0 0 5737 137 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659088 memory=6841112 CPUtime=5.33 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 23758 0 0 0 521 12 0 0 20 0 15 0 39073349 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10659088 memory=6841112 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406473643232 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10659088 memory=6841112 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406472590080 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10659088 memory=6841112 CPUtime=1.92 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) S 29046 29049 26255 0 -1 1077944384 13326 0 0 0 190 2 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406470486768 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10659088 memory=6596888 CPUtime=1.67 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) S 29046 29049 26255 0 -1 1077944384 11499 0 0 0 166 1 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406469434224 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10659088 memory=4620 CPUtime=0.44 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) S 29046 29049 26255 0 -1 1077944384 5799 0 0 0 43 1 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406468381168 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10659088 memory=206701 CPUtime=1.38 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1606 0 0 0 65 73 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 2382.97 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6841112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2219.4 s]
/proc/loadavg: 4.71 4.12 3.03 6/221 29227
/proc/meminfo: memFree=2280652/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10659088 memory=6841112 CPUtime=2400.08 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 1107578 0 0 0 239363 645 0 0 20 0 15 0 39073346 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2664772 1710278 3174 1 0 2627263 0
[pid=29049/tid=29051] ppid=29046 vsize=10659088 memory=1700 CPUtime=2154.36 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 158712 0 0 0 215402 34 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406987531584 140406596231739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10659088 memory=12984 CPUtime=58.79 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 191584 0 0 0 5748 131 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10659088 memory=5664 CPUtime=58.78 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 204776 0 0 0 5740 138 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10659088 memory=4036 CPUtime=58.57 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 252898 0 0 0 5728 129 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10659088 memory=3848 CPUtime=58.74 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 242163 0 0 0 5737 137 0 0 20 0 15 0 39073347 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10659088 memory=2592 CPUtime=5.33 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 23758 0 0 0 521 12 0 0 20 0 15 0 39073349 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10659088 memory=2892 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406473643232 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10659088 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 39073349 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406472590080 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10659088 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10659088 memory=3216 CPUtime=1.92 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) S 29046 29049 26255 0 -1 1077944384 13326 0 0 0 190 2 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406470486768 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10659088 memory=6841112 CPUtime=1.67 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) S 29046 29049 26255 0 -1 1077944384 11499 0 0 0 166 1 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406469434224 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10659088 memory=1408 CPUtime=0.44 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) S 29046 29049 26255 0 -1 1077944384 5799 0 0 0 43 1 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406468381168 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10659088 memory=3220 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10659088 memory=1844 CPUtime=1.38 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1608 0 0 0 65 73 0 0 20 0 15 0 39073352 10914906112 1710278 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6841112 KiB

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

[startup+2219.69 s]
# the end of solver process 29049 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.85 s, system=6.53686 s

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

[startup+2219.6 s]
/proc/loadavg: 4.71 4.12 3.03 6/221 29227
/proc/meminfo: memFree=2280652/32770624 swapFree=67108860/67108860
[pid=29049] ppid=29046 vsize=10858780 memory=6841428 CPUtime=2400.28 cores=1,3,5,7
/proc/29049/stat : 29049 (java) S 29046 29049 26255 0 -1 1077944320 1108486 0 0 0 239383 645 0 0 20 0 17 0 39073346 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140726051521632 140406983319287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
/proc/29049/statm: 2714695 1710357 3176 1 0 2677186 0
[pid=29049/tid=29051] ppid=29046 vsize=10858780 memory=1700 CPUtime=2154.56 cores=1,3,5,7
/proc/29049/task/29051/stat : 29051 (java) R 29046 29049 26255 0 -1 4202560 158714 0 0 0 215422 34 0 0 20 0 17 0 39073347 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406987531584 140406596231637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29052] ppid=29046 vsize=10858780 memory=12984 CPUtime=58.79 cores=1,3,5,7
/proc/29049/task/29052/stat : 29052 (java) S 29046 29049 26255 0 -1 1077944384 191584 0 0 0 5748 131 0 0 20 0 17 0 39073347 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406920010768 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29053] ppid=29046 vsize=10858780 memory=5664 CPUtime=58.78 cores=1,3,5,7
/proc/29049/task/29053/stat : 29053 (java) S 29046 29049 26255 0 -1 1077944384 204776 0 0 0 5740 138 0 0 20 0 17 0 39073347 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406918958224 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29054] ppid=29046 vsize=10858780 memory=4620 CPUtime=58.57 cores=1,3,5,7
/proc/29049/task/29054/stat : 29054 (java) S 29046 29049 26255 0 -1 1077944384 252898 0 0 0 5728 129 0 0 20 0 17 0 39073347 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406917905168 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29055] ppid=29046 vsize=10858780 memory=1424 CPUtime=58.74 cores=1,3,5,7
/proc/29049/task/29055/stat : 29055 (java) S 29046 29049 26255 0 -1 1077944384 242163 0 0 0 5737 137 0 0 20 0 17 0 39073347 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406916852624 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29056] ppid=29046 vsize=10858780 memory=1232 CPUtime=5.33 cores=1,3,5,7
/proc/29049/task/29056/stat : 29056 (java) S 29046 29049 26255 0 -1 1077944384 23758 0 0 0 521 12 0 0 20 0 17 0 39073349 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406474696944 140406983330434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29057] ppid=29046 vsize=10858780 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29057/stat : 29057 (java) S 29046 29049 26255 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 39073349 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406473643232 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29058] ppid=29046 vsize=10858780 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29058/stat : 29058 (java) S 29046 29049 26255 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 39073349 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406472590080 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29059] ppid=29046 vsize=10858780 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29059/stat : 29059 (java) S 29046 29049 26255 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 17 0 39073352 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406471538640 140406983337883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29060] ppid=29046 vsize=10858780 memory=8384 CPUtime=1.92 cores=1,3,5,7
/proc/29049/task/29060/stat : 29060 (java) S 29046 29049 26255 0 -1 1077944384 13326 0 0 0 190 2 0 0 20 0 17 0 39073352 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406470486768 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29061] ppid=29046 vsize=10858780 memory=15872 CPUtime=1.67 cores=1,3,5,7
/proc/29049/task/29061/stat : 29061 (java) S 29046 29049 26255 0 -1 1077944384 11499 0 0 0 166 1 0 0 20 0 17 0 39073352 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406469434224 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29062] ppid=29046 vsize=10858780 memory=16432 CPUtime=0.44 cores=1,3,5,7
/proc/29049/task/29062/stat : 29062 (java) S 29046 29049 26255 0 -1 1077944384 6115 0 0 0 43 1 0 0 20 0 17 0 39073352 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406468381168 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29063] ppid=29046 vsize=10858780 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/29049/task/29063/stat : 29063 (java) S 29046 29049 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39073352 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406467328864 140406983329493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
[pid=29049/tid=29064] ppid=29046 vsize=10858780 memory=1240 CPUtime=1.38 cores=1,3,5,7
/proc/29049/task/29064/stat : 29064 (java) S 29046 29049 26255 0 -1 1077944384 1608 0 0 0 65 73 0 0 20 0 17 0 39073352 11119390720 1710357 33554432000 4194304 4196468 140726051539088 140406466275888 140406983330434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38641664 140726051546225 140726051546377 140726051546377 140726051549135 0
Current children cumulated CPU time: 2400.28 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 6841428 KiB

Child status: 143
Real time (s): 2219.69
CPU time (s): 2400.39
CPU user time (s): 2393.85
CPU system time (s): 6.53686
CPU usage (%): 108.14
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 6841428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.85
system time used= 6.53686
maximum resident set size= 6841556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1108820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80348
involuntary context switches= 4589


# summary of solver processes directly reported to runsolver:
#   pid: 29049
#   total CPU time (s): 2400.39
#   total CPU user time (s): 2393.85
#   total CPU system time (s): 6.53686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9668 second user time and 22.0775 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 01:18:22
IDJOB=4289788
IDBENCH=141304
IDSOLVER=2742
FILE ID=node133/4289788-1532215102
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52632 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289788-1532215102/watcher-4289788-1532215102 -o /tmp/evaluation-result-4289788-1532215102/solver-4289788-1532215102 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289788-1532215102.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=582686904

node133.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:        15858992 kB
MemAvailable:   30624180 kB
Buffers:          218116 kB
Cached:         14626912 kB
SwapCached:            0 kB
Active:          2490772 kB
Inactive:       13723488 kB
Active(anon):    1371816 kB
Inactive(anon):    17024 kB
Active(file):    1118956 kB
Inactive(file): 13706464 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19536 kB
Writeback:             0 kB
AnonPages:       1376024 kB
Mapped:            47116 kB
Shmem:             17056 kB
Slab:             395512 kB
SReclaimable:     368228 kB
SUnreclaim:        27284 kB
KernelStack:        3664 kB
PageTables:         8020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2604048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1253376 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= 52628 MiB
End job on node133 at 2018-07-22 01:55:22