Trace number 4301733

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) 252.342 152.375

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark252.056
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301733-1532884151/watcher-4301733-1532884151 -o /tmp/evaluation-result-4301733-1532884151/solver-4301733-1532884151 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301733-1532884151.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
Current StackSize limit: 8192 KiB

solver pid=10903, runsolver pid=10900

[startup+0.100124 s]*
/proc/loadavg: 1.70 2.30 2.14 3/215 10918
/proc/meminfo: memFree=22898568/32770624 swapFree=67028784/67108860
[pid=10903] ppid=10900 vsize=10659012 memory=30076 CPUtime=0.13 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 6610 0 0 0 12 1 0 0 20 0 15 0 105978479 10914828288 7519 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2664753 7519 2823 1 0 2627263 0
[pid=10903/tid=10905] ppid=10900 vsize=10659012 memory=-8773748148830375299 CPUtime=0.09 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 4424 0 0 0 8 1 0 0 20 0 15 0 105978479 10914828288 7519 33554432000 4194304 4196468 140728113683248 139898629004256 139898624802198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 7519 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 7519 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 7519 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 7519 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978481 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897928623520 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897927570928 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10900 10903 10029 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897925466096 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10900 10903 10029 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897924413552 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0.02 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) R 10900 10903 10029 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 105978484 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897923361008 139898624802198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105978485 10914828288 7519 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30076 KiB

[startup+0.210814 s]*
/proc/loadavg: 1.70 2.30 2.14 3/215 10918
/proc/meminfo: memFree=22888520/32770624 swapFree=67028784/67108860
[pid=10903] ppid=10900 vsize=10659012 memory=41512 CPUtime=0.33 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 8063 0 0 0 31 2 0 0 20 0 15 0 105978479 10914828288 10378 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2664753 10378 2999 1 0 2627263 0
[pid=10903/tid=10905] ppid=10900 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 5003 0 0 0 19 1 0 0 20 0 15 0 105978479 10914828288 10378 33554432000 4194304 4196468 140728113683248 139898629012160 139898624812189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 10378 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659012 memory=3545937942236804768 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 10378 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 10378 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 10378 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978481 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897928623520 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897927570928 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10900 10903 10029 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 105978484 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897925466096 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10900 10903 10029 0 -1 1077944384 459 0 0 0 2 0 0 0 20 0 15 0 105978484 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897924413552 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0.07 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) R 10900 10903 10029 0 -1 4202560 716 0 0 0 7 0 0 0 20 0 15 0 105978484 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897923361008 139898624811610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105978485 10914828288 10378 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41512 KiB

[startup+0.310488 s]*
/proc/loadavg: 1.70 2.30 2.14 3/215 10918
/proc/meminfo: memFree=22861712/32770624 swapFree=67028784/67108860
[pid=10903] ppid=10900 vsize=10659012 memory=70884 CPUtime=0.5 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 8650 0 0 0 47 3 0 0 20 0 15 0 105978479 10914828288 17721 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2664753 17721 3033 1 0 2627263 0
[pid=10903/tid=10905] ppid=10900 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 5356 0 0 0 27 3 0 0 20 0 15 0 105978479 10914828288 17721 33554432000 4194304 4196468 140728113683248 139898629028496 139898624812189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 17721 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659012 memory=3546215019167004320 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 17721 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 17721 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978480 10914828288 17721 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105978481 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897928623520 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897927570928 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10659012 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) R 10900 10903 10029 0 -1 1077944384 528 0 0 0 3 0 0 0 20 0 15 0 105978484 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897925466096 139898624801410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10659012 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) R 10900 10903 10029 0 -1 4202560 627 0 0 0 4 0 0 0 20 0 15 0 105978484 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897924413552 139898604959008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0.11 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10900 10903 10029 0 -1 1077944384 769 0 0 0 11 0 0 0 20 0 15 0 105978484 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897923361008 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10659012 memory=140279027250816 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105978485 10914828288 17721 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 70884 KiB

[startup+0.702676 s]
/proc/loadavg: 1.70 2.30 2.14 5/215 10918
/proc/meminfo: memFree=22641580/32770624 swapFree=67028784/67108860
[pid=10903] ppid=10900 vsize=10659012 memory=397868 CPUtime=1.42 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 11123 0 0 0 112 30 0 0 20 0 15 0 105978479 10914828288 99467 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2664753 99467 3080 1 0 2627263 0
[pid=10903/tid=10905] ppid=10900 vsize=10659012 memory=187136959593981 CPUtime=0.56 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10900 10903 10029 0 -1 1077944384 5404 0 0 0 50 6 0 0 20 0 15 0 105978479 10914828288 99467 33554432000 4194304 4196468 140728113683248 139898629029344 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659012 memory=446152 CPUtime=0.11 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) R 10900 10903 10029 0 -1 4202560 201 0 0 0 5 6 0 0 20 0 15 0 105978480 10914828288 99467 33554432000 4194304 4196468 140728113683248 139898231056856 139898617893256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659012 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) R 10900 10903 10029 0 -1 4202560 204 0 0 0 5 6 0 0 20 0 15 0 105978480 10914828288 99467 33554432000 4194304 4196468 140728113683248 139898230004312 139898617893235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) R 10900 10903 10029 0 -1 4202560 89 0 0 0 3 4 0 0 20 0 15 0 105978480 10914828288 99467 33554432000 4194304 4196468 140728113683248 139898228951456 139898617892980 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659012 memory=7809523229951467572 CPUtime=0.1 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) R 10900 10903 10029 0 -1 4202560 186 0 0 0 5 5 0 0 20 0 15 0 105978480 10914828288 99467 33554432000 4194304 4196468 140728113683248 139898227899224 139898617893316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105978481 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897929675808 139898624800469 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10659012 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897928623520 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10659012 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105978482 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897927570928 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10659012 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10659012 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) R 10900 10903 10029 0 -1 4202560 1777 0 0 0 17 0 0 0 20 0 15 0 105978484 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897925451976 139898603193714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10659012 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10900 10903 10029 0 -1 1077944384 1038 0 0 0 11 0 0 0 20 0 15 0 105978484 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897924413552 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10659012 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10900 10903 10029 0 -1 1077944384 780 0 0 0 12 0 0 0 20 0 15 0 105978484 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897923361008 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10659012 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105978485 10914828288 99467 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 397868 KiB

[startup+1.50962 s]
/proc/loadavg: 1.70 2.30 2.14 7/215 10918
/proc/meminfo: memFree=22397820/32770624 swapFree=67028784/67108860
[pid=10903] ppid=10900 vsize=10659088 memory=806564 CPUtime=3.75 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 21089 0 0 0 326 49 0 0 20 0 15 0 105978479 10914906112 201641 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2664772 201641 3140 1 0 2627263 0
[pid=10903/tid=10905] ppid=10900 vsize=10659088 memory=9169 CPUtime=1.14 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 5919 0 0 0 105 9 0 0 20 0 15 0 105978479 10914906112 201641 33554432000 4194304 4196468 140728113683248 139898629026872 139898244916492 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659088 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 286 0 0 0 20 10 0 0 20 0 15 0 105978480 10914906112 201641 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659088 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 258 0 0 0 21 8 0 0 20 0 15 0 105978480 10914906112 201641 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659088 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 280 0 0 0 17 9 0 0 20 0 15 0 105978480 10914906112 201641 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659088 memory=6943526294502006880 CPUtime=0.29 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 375 0 0 0 20 9 0 0 20 0 15 0 105978480 10914906112 201641 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 668 0 0 0 1 0 0 0 20 0 15 0 105978481 10914906112 201641 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0

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

/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 19097 0 0 0 1681 15 0 0 20 0 15 0 105978479 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139898629027296 139898610858388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659088 memory=15816686058080632 CPUtime=28.53 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 81029 0 0 0 2723 130 0 0 20 0 15 0 105978480 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659088 memory=13720 CPUtime=28.65 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 235499 0 0 0 2730 135 0 0 20 0 15 0 105978480 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659088 memory=15128 CPUtime=28.57 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 83917 0 0 0 2738 119 0 0 20 0 15 0 105978480 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659088 memory=640 CPUtime=28.82 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 156843 0 0 0 2755 127 0 0 20 0 15 0 105978480 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659088 memory=1760 CPUtime=5.05 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 25146 0 0 0 503 2 0 0 20 0 15 0 105978481 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10659088 memory=960 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105978482 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897928623584 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10659088 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105978482 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897927570944 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10659088 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10659088 memory=2164 CPUtime=0.93 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10900 10903 10029 0 -1 1077944384 7212 0 0 0 92 1 0 0 20 0 15 0 105978484 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897925466096 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10659088 memory=3700 CPUtime=0.87 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10900 10903 10029 0 -1 1077944384 6769 0 0 0 86 1 0 0 20 0 15 0 105978484 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897924413552 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10659088 memory=33 CPUtime=0.31 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10900 10903 10029 0 -1 1077944384 2759 0 0 0 31 0 0 0 20 0 15 0 105978484 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897923361008 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10659088 memory=-3395018491275122221 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10659088 memory=3 CPUtime=0.03 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 918 0 0 0 2 1 0 0 20 0 15 0 105978485 10914906112 1870290 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 138.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7481160 KiB

[startup+102.301 s]
/proc/loadavg: 2.87 2.58 2.26 4/218 11082
/proc/meminfo: memFree=18660200/32770624 swapFree=67028788/67108860
[pid=10903] ppid=10900 vsize=10659088 memory=7690164 CPUtime=200.42 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 639044 0 0 0 19477 565 0 0 20 0 15 0 105978479 10914906112 1922541 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2664772 1922541 3156 1 0 2627263 0
[pid=10903/tid=10905] ppid=10900 vsize=10659088 memory=280557734137776 CPUtime=64.73 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 24357 0 0 0 6457 16 0 0 20 0 15 0 105978479 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139898629027904 139898610858388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659088 memory=280557734137840 CPUtime=31.86 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 83840 0 0 0 3048 138 0 0 20 0 15 0 105978480 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659088 memory=280557734137904 CPUtime=31.99 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 238667 0 0 0 3057 142 0 0 20 0 15 0 105978480 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659088 memory=280557734137968 CPUtime=31.91 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 85088 0 0 0 3065 126 0 0 20 0 15 0 105978480 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659088 memory=280557734138032 CPUtime=32.17 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 160232 0 0 0 3085 132 0 0 20 0 15 0 105978480 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659088 memory=280557734138096 CPUtime=5.1 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 25628 0 0 0 508 2 0 0 20 0 15 0 105978481 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10659088 memory=280557734138160 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 105978482 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897928623584 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10659088 memory=280557734138224 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 105978482 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897927570944 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10659088 memory=280557734138288 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10659088 memory=280557734138352 CPUtime=1.1 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10900 10903 10029 0 -1 1077944384 7933 0 0 0 109 1 0 0 20 0 15 0 105978484 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897925466096 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10659088 memory=280557734138416 CPUtime=1.02 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10900 10903 10029 0 -1 1077944384 7607 0 0 0 101 1 0 0 20 0 15 0 105978484 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897924413552 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10659088 memory=280557734138480 CPUtime=0.37 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10900 10903 10029 0 -1 1077944384 3331 0 0 0 37 0 0 0 20 0 15 0 105978484 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897923361008 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10659088 memory=280557734138544 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10659088 memory=3545796580897797171 CPUtime=0.07 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 945 0 0 0 3 4 0 0 20 0 15 0 105978485 10914906112 1922541 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 200.42 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7690164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+152.101 s]
/proc/loadavg: 2.14 2.43 2.22 5/218 11083
/proc/meminfo: memFree=18586056/32770624 swapFree=67028788/67108860
[pid=10903] ppid=10900 vsize=10659088 memory=7699392 CPUtime=252.05 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 652609 0 0 0 24637 568 0 0 20 0 15 0 105978479 10914906112 1924848 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2664772 1924848 3156 1 0 2627263 0
[pid=10903/tid=10905] ppid=10900 vsize=10659088 memory=5220 CPUtime=113.89 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 26960 0 0 0 11372 17 0 0 20 0 15 0 105978479 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139898629027904 139898242016006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10659088 memory=12772 CPUtime=32.47 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 86226 0 0 0 3108 139 0 0 20 0 15 0 105978480 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10659088 memory=1332 CPUtime=32.59 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 241733 0 0 0 3117 142 0 0 20 0 15 0 105978480 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10659088 memory=1508 CPUtime=32.52 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 88347 0 0 0 3125 127 0 0 20 0 15 0 105978480 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10659088 memory=3328 CPUtime=32.77 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 162475 0 0 0 3145 132 0 0 20 0 15 0 105978480 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10659088 memory=3008 CPUtime=5.13 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 25634 0 0 0 511 2 0 0 20 0 15 0 105978481 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10659088 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 105978482 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897928623584 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 105978482 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897927570944 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10659088 memory=1008 CPUtime=1.1 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10900 10903 10029 0 -1 1077944384 7933 0 0 0 109 1 0 0 20 0 15 0 105978484 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897925466096 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10659088 memory=15316 CPUtime=1.02 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10900 10903 10029 0 -1 1077944384 7607 0 0 0 101 1 0 0 20 0 15 0 105978484 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897924413552 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10659088 memory=3604 CPUtime=0.37 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10900 10903 10029 0 -1 1077944384 3331 0 0 0 37 0 0 0 20 0 15 0 105978484 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897923361008 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10659088 memory=13720 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105978484 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10659088 memory=7699392 CPUtime=0.1 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 947 0 0 0 5 5 0 0 20 0 15 0 105978485 10914906112 1924848 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7699392 KiB

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

[startup+152.375 s]
# the end of solver process 10903 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.586 s, system=5.75607 s

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

[startup+152.301 s]
/proc/loadavg: 2.14 2.43 2.22 5/218 11083
/proc/meminfo: memFree=18586056/32770624 swapFree=67028788/67108860
[pid=10903] ppid=10900 vsize=10858780 memory=7699660 CPUtime=252.25 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10900 10903 10029 0 -1 1077944320 653314 0 0 0 24657 568 0 0 20 0 17 0 105978479 11119390720 1924915 33554432000 4194304 4196468 140728113683248 140728113665792 139898624790263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
/proc/10903/statm: 2714695 1924915 3158 1 0 2677186 0
[pid=10903/tid=10905] ppid=10900 vsize=10858780 memory=26956 CPUtime=114.09 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) R 10900 10903 10029 0 -1 4202560 26960 0 0 0 11392 17 0 0 20 0 17 0 105978479 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139898629027904 139898242016018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10906] ppid=10900 vsize=10858780 memory=776 CPUtime=32.47 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10900 10903 10029 0 -1 1077944384 86226 0 0 0 3108 139 0 0 20 0 17 0 105978480 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139898231056656 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10907] ppid=10900 vsize=10858780 memory=1876 CPUtime=32.59 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10900 10903 10029 0 -1 1077944384 241733 0 0 0 3117 142 0 0 20 0 17 0 105978480 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139898230004112 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10908] ppid=10900 vsize=10858780 memory=1664 CPUtime=32.52 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10900 10903 10029 0 -1 1077944384 88347 0 0 0 3125 127 0 0 20 0 17 0 105978480 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139898228951568 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10909] ppid=10900 vsize=10858780 memory=1828 CPUtime=32.77 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10900 10903 10029 0 -1 1077944384 162475 0 0 0 3145 132 0 0 20 0 17 0 105978480 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139898227899024 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10910] ppid=10900 vsize=10858780 memory=800 CPUtime=5.13 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10900 10903 10029 0 -1 1077944384 25634 0 0 0 511 2 0 0 20 0 17 0 105978481 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897929677296 139898624801410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10911] ppid=10900 vsize=10858780 memory=5220 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10900 10903 10029 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 105978482 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897928623584 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10912] ppid=10900 vsize=10858780 memory=12772 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10900 10903 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 105978482 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897927570944 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10913] ppid=10900 vsize=10858780 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10900 10903 10029 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 17 0 105978484 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897926519504 139898624808859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10914] ppid=10900 vsize=10858780 memory=1508 CPUtime=1.1 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10900 10903 10029 0 -1 1077944384 7933 0 0 0 109 1 0 0 20 0 17 0 105978484 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897925466096 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10915] ppid=10900 vsize=10858780 memory=3328 CPUtime=1.02 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10900 10903 10029 0 -1 1077944384 7607 0 0 0 101 1 0 0 20 0 17 0 105978484 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897924413552 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10916] ppid=10900 vsize=10858780 memory=3008 CPUtime=0.37 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10900 10903 10029 0 -1 1077944384 3561 0 0 0 37 0 0 0 20 0 17 0 105978484 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897923361008 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10917] ppid=10900 vsize=10858780 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10900 10903 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105978484 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897922308704 139898624800469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
[pid=10903/tid=10918] ppid=10900 vsize=10858780 memory=796 CPUtime=0.1 cores=0,2,4,6
/proc/10903/task/10918/stat : 10918 (java) S 10900 10903 10029 0 -1 1077944384 947 0 0 0 5 5 0 0 20 0 17 0 105978485 11119390720 1924915 33554432000 4194304 4196468 140728113683248 139897921256240 139898624801410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728113685622 140728113685774 140728113685774 140728113688527 0
Current children cumulated CPU time: 252.25 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 7699660 KiB

Child status: 143
Real time (s): 152.375
CPU time (s): 252.342
CPU user time (s): 246.586
CPU system time (s): 5.75607
CPU usage (%): 165.606
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 7699660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.586
system time used= 5.75607
maximum resident set size= 7699976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 653553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11673
involuntary context switches= 1657


# summary of solver processes directly reported to runsolver:
#   pid: 10903
#   total CPU time (s): 252.342
#   total CPU user time (s): 246.586
#   total CPU system time (s): 5.75607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.947252 second user time and 1.56713 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:09:13
IDJOB=4301733
IDBENCH=141314
IDSOLVER=2773
FILE ID=node102/4301733-1532884151
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52820 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-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-4301733-1532884151/watcher-4301733-1532884151 -o /tmp/evaluation-result-4301733-1532884151/solver-4301733-1532884151 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301733-1532884151.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=644776798

node102.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.51
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.51
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.51
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.51
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:        22915724 kB
MemAvailable:   28247684 kB
Buffers:          230388 kB
Cached:          5346200 kB
SwapCached:        53068 kB
Active:          5004048 kB
Inactive:        4320840 kB
Active(anon):    3674596 kB
Inactive(anon):    99168 kB
Active(file):    1329452 kB
Inactive(file):  4221672 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028784 kB
Dirty:            159808 kB
Writeback:             0 kB
AnonPages:       3702764 kB
Mapped:            49576 kB
Shmem:             22548 kB
Slab:             222192 kB
SReclaimable:     193344 kB
SUnreclaim:        28848 kB
KernelStack:        3520 kB
PageTables:        12576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5255776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3526656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52820 MiB
End job on node102 at 2018-07-29 19:11:46