Trace number 4301712

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.271 174.664

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark252.016
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

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

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10665, runsolver pid=10662

[startup+0.100108 s]*
/proc/loadavg: 3.83 3.43 2.32 4/218 10680
/proc/meminfo: memFree=22911840/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10659012 memory=31504 CPUtime=0.13 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 6439 0 0 0 11 2 0 0 20 0 15 0 105946294 10914828288 7876 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2664753 7876 2841 1 0 2627263 0
[pid=10665/tid=10667] ppid=10662 vsize=10659012 memory=-8701690554791925118 CPUtime=0.09 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) R 10662 10665 10029 0 -1 4202560 4269 0 0 0 8 1 0 0 20 0 15 0 105946295 10914828288 7876 33554432000 4194304 4196468 140726706839968 140428460222320 140428456029590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 7876 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 7876 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 7876 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 7876 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) S 10662 10665 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427490432160 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) S 10662 10665 10029 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427487275760 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) S 10662 10665 10029 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427486223216 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0.02 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) R 10662 10665 10029 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 105946300 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427485170160 140428434695000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) R 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 7876 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31504 KiB

[startup+0.211269 s]*
/proc/loadavg: 3.83 3.43 2.32 3/218 10680
/proc/meminfo: memFree=22900924/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10659012 memory=42232 CPUtime=0.33 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 7675 0 0 0 31 2 0 0 20 0 15 0 105946294 10914828288 10558 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2664753 10558 3004 1 0 2627263 0
[pid=10665/tid=10667] ppid=10662 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) R 10662 10665 10029 0 -1 4202560 4612 0 0 0 18 1 0 0 20 0 15 0 105946295 10914828288 10558 33554432000 4194304 4196468 140726706839968 140428460253936 140428456039581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 10558 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659012 memory=288370901398206080 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 10558 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 10558 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 10558 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) S 10662 10665 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427490432160 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) S 10662 10665 10029 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 105946300 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427487275760 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) S 10662 10665 10029 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 105946300 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427486223216 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0.07 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) S 10662 10665 10029 0 -1 1077944384 681 0 0 0 7 0 0 0 20 0 15 0 105946300 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427485170160 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 10558 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42232 KiB

[startup+0.311002 s]*
/proc/loadavg: 3.83 3.43 2.32 4/218 10680
/proc/meminfo: memFree=22876792/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10659012 memory=66692 CPUtime=0.52 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 8159 0 0 0 49 3 0 0 20 0 15 0 105946294 10914828288 16673 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2664753 16673 3033 1 0 2627263 0
[pid=10665/tid=10667] ppid=10662 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) R 10662 10665 10029 0 -1 4202560 4890 0 0 0 28 2 0 0 20 0 15 0 105946295 10914828288 16673 33554432000 4194304 4196468 140726706839968 140428460250208 140428456039581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659012 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 16673 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659012 memory=288370901398206080 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 16673 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 16673 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105946295 10914828288 16673 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) S 10662 10665 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427490432160 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105946297 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10659012 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) S 10662 10665 10029 0 -1 1077944384 536 0 0 0 4 0 0 0 20 0 15 0 105946300 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427487275760 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10659012 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) R 10662 10665 10029 0 -1 4202560 646 0 0 0 5 0 0 0 20 0 15 0 105946300 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427486223216 140428433582416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0.11 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) S 10662 10665 10029 0 -1 1077944384 721 0 0 0 11 0 0 0 20 0 15 0 105946300 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427485170160 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10659012 memory=140525246494336 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946300 10914828288 16673 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 66692 KiB

[startup+0.700824 s]
/proc/loadavg: 3.83 3.43 2.32 6/218 10680
/proc/meminfo: memFree=22654616/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10659088 memory=293376 CPUtime=1.45 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 10440 0 0 0 124 21 0 0 20 0 15 0 105946294 10914906112 73344 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2664772 73344 3118 1 0 2627263 0
[pid=10665/tid=10667] ppid=10662 vsize=10659088 memory=186360979799311 CPUtime=0.6 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) S 10662 10665 10029 0 -1 1077944384 5363 0 0 0 56 4 0 0 20 0 15 0 105946295 10914906112 73344 33554432000 4194304 4196468 140726706839968 140428460254224 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659088 memory=446152 CPUtime=0.06 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 105946295 10914906112 73344 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 62 0 0 0 3 3 0 0 20 0 15 0 105946295 10914906112 73344 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 68 0 0 0 3 3 0 0 20 0 15 0 105946295 10914906112 73344 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659088 memory=7809523229951467572 CPUtime=0.06 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 15 0 105946295 10914906112 73344 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) R 10662 10665 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427490432160 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10659088 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) R 10662 10665 10029 0 -1 4202560 1139 0 0 0 15 0 0 0 20 0 15 0 105946300 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427487259848 140428435861263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10659088 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) R 10662 10665 10029 0 -1 4202560 989 0 0 0 17 0 0 0 20 0 15 0 105946300 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427486209120 140428435256113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10659088 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) S 10662 10665 10029 0 -1 1077944384 1241 0 0 0 21 0 0 0 20 0 15 0 105946300 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427485170160 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10659088 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) S 10662 10665 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 73344 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 293376 KiB

[startup+1.51189 s]
/proc/loadavg: 3.83 3.43 2.32 3/218 10680
/proc/meminfo: memFree=22518776/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10659088 memory=632204 CPUtime=2.92 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 11976 0 0 0 258 34 0 0 20 0 15 0 105946294 10914906112 158051 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2664772 158051 3133 1 0 2627263 0
[pid=10665/tid=10667] ppid=10662 vsize=10659088 memory=9169 CPUtime=1.29 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) S 10662 10665 10029 0 -1 1077944384 5496 0 0 0 123 6 0 0 20 0 15 0 105946295 10914906112 158051 33554432000 4194304 4196468 140726706839968 140428460255072 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659088 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 154 0 0 0 10 6 0 0 20 0 15 0 105946295 10914906112 158051 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659088 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 370 0 0 0 10 6 0 0 20 0 15 0 105946295 10914906112 158051 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659088 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 124 0 0 0 10 6 0 0 20 0 15 0 105946295 10914906112 158051 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659088 memory=6943526294502006880 CPUtime=0.17 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 144 0 0 0 10 7 0 0 20 0 15 0 105946295 10914906112 158051 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659088 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) R 10662 10665 10029 0 -1 4202560 224 0 0 0 2 0 0 0 20 0 15 0 105946297 10914906112 158051 33554432000 4194304 4196468 140726706839968 140427491484368 140428440718672 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0

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

/proc/10665/task/10667/stat : 10667 (java) R 10662 10665 10029 0 -1 4202560 20836 0 0 0 7289 22 0 0 20 0 15 0 105946295 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140428460255296 140428066497286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659088 memory=6123132 CPUtime=23.23 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 170032 0 0 0 2223 100 0 0 20 0 15 0 105946295 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659088 memory=0 CPUtime=23.1 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 92244 0 0 0 2205 105 0 0 20 0 15 0 105946295 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659088 memory=6105716 CPUtime=23.17 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 185495 0 0 0 2214 103 0 0 20 0 15 0 105946295 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659088 memory=3544 CPUtime=23.31 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 130604 0 0 0 2228 103 0 0 20 0 15 0 105946295 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659088 memory=26936 CPUtime=5.08 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) S 10662 10665 10029 0 -1 1077944384 14192 0 0 0 506 2 0 0 20 0 15 0 105946297 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10659088 memory=776 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427490432224 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10659088 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10659088 memory=81 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10659088 memory=4639074098508484693 CPUtime=0.8 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) S 10662 10665 10029 0 -1 1077944384 3056 0 0 0 80 0 0 0 20 0 15 0 105946300 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427487275760 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10659088 memory=36 CPUtime=0.78 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) S 10662 10665 10029 0 -1 1077944384 3053 0 0 0 78 0 0 0 20 0 15 0 105946300 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427486223216 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10659088 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) S 10662 10665 10029 0 -1 1077944384 4109 0 0 0 36 0 0 0 20 0 15 0 105946300 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427485170160 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10659088 memory=7 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10659088 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) S 10662 10665 10029 0 -1 1077944384 257 0 0 0 4 4 0 0 20 0 15 0 105946300 10914906112 1530783 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 90 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 173.11 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6123132 KiB

[startup+162.301 s]
/proc/loadavg: 1.90 2.69 2.22 6/216 10760
/proc/meminfo: memFree=16110504/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10659088 memory=6129280 CPUtime=238.72 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 644354 0 0 0 23421 451 0 0 20 0 15 0 105946294 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2664772 1532320 3156 1 0 2627263 0
[pid=10665/tid=10667] ppid=10662 vsize=10659088 memory=6129276 CPUtime=131.18 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) R 10662 10665 10029 0 -1 4202560 24264 0 0 0 13096 22 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428460255184 140428442085760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659088 memory=6129276 CPUtime=25.1 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 174512 0 0 0 2410 100 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659088 memory=6129280 CPUtime=24.96 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 95962 0 0 0 2390 106 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659088 memory=6129280 CPUtime=25.03 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 189105 0 0 0 2398 105 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659088 memory=164 CPUtime=25.16 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 134180 0 0 0 2412 104 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659088 memory=6129280 CPUtime=5.11 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) S 10662 10665 10029 0 -1 1077944384 14392 0 0 0 509 2 0 0 20 0 15 0 105946297 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10659088 memory=6129276 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427490432224 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10659088 memory=6129276 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10659088 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10659088 memory=6129276 CPUtime=0.8 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) S 10662 10665 10029 0 -1 1077944384 3061 0 0 0 80 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427487275760 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10659088 memory=3544 CPUtime=0.78 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) S 10662 10665 10029 0 -1 1077944384 3057 0 0 0 78 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427486223216 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10659088 memory=26936 CPUtime=0.36 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) S 10662 10665 10029 0 -1 1077944384 4113 0 0 0 36 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427485170160 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10659088 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10659088 memory=1220 CPUtime=0.12 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) S 10662 10665 10029 0 -1 1077944384 284 0 0 0 5 7 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 90 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 238.72 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6129280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+174.401 s]
/proc/loadavg: 2.06 2.69 2.22 3/216 10760
/proc/meminfo: memFree=14869724/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10659088 memory=6129280 CPUtime=252 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 655451 0 0 0 24747 453 0 0 20 0 15 0 105946294 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2664772 1532320 3156 1 0 2627263 0
[pid=10665/tid=10667] ppid=10662 vsize=10659088 memory=3544 CPUtime=142.88 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) R 10662 10665 10029 0 -1 4202560 24281 0 0 0 14266 22 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428460255296 140428066497310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10659088 memory=26936 CPUtime=25.49 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 177087 0 0 0 2448 101 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10659088 memory=2160 CPUtime=25.36 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 98322 0 0 0 2429 107 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10659088 memory=6768 CPUtime=25.42 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 191873 0 0 0 2437 105 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10659088 memory=824 CPUtime=25.55 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 137520 0 0 0 2451 104 0 0 20 0 15 0 105946295 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10659088 memory=776 CPUtime=5.11 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) S 10662 10665 10029 0 -1 1077944384 14429 0 0 0 509 2 0 0 20 0 15 0 105946297 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10659088 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427490432224 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10659088 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 105946297 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10659088 memory=288230621803970871 CPUtime=0.8 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) S 10662 10665 10029 0 -1 1077944384 3061 0 0 0 80 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427487275760 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10659088 memory=15816686058080632 CPUtime=0.78 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) S 10662 10665 10029 0 -1 1077944384 3057 0 0 0 78 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427486223216 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10659088 memory=2160 CPUtime=0.36 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) S 10662 10665 10029 0 -1 1077944384 4113 0 0 0 36 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427485170160 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10659088 memory=6768 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10659088 memory=6129280 CPUtime=0.13 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) S 10662 10665 10029 0 -1 1077944384 284 0 0 0 6 7 0 0 20 0 15 0 105946300 10914906112 1532320 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 90 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6129280 KiB

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

[startup+174.664 s]
# the end of solver process 10665 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.683 s, system=4.58729 s

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

[startup+174.601 s]
/proc/loadavg: 2.06 2.69 2.22 3/216 10760
/proc/meminfo: memFree=14869724/32770624 swapFree=67028784/67108860
[pid=10665] ppid=10662 vsize=10858780 memory=6129548 CPUtime=252.2 cores=1,3,5,7
/proc/10665/stat : 10665 (java) S 10662 10665 10029 0 -1 1077944320 656014 0 0 0 24767 453 0 0 20 0 17 0 105946294 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140726706822512 140428456017655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
/proc/10665/statm: 2714695 1532387 3158 1 0 2677186 0
[pid=10665/tid=10667] ppid=10662 vsize=10858780 memory=0 CPUtime=143.08 cores=1,3,5,7
/proc/10665/task/10667/stat : 10667 (java) R 10662 10665 10029 0 -1 4202560 24281 0 0 0 14286 22 0 0 20 0 17 0 105946295 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140428460255296 140428066497310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10668] ppid=10662 vsize=10858780 memory=0 CPUtime=25.49 cores=1,3,5,7
/proc/10665/task/10668/stat : 10668 (java) S 10662 10665 10029 0 -1 1077944384 177087 0 0 0 2448 101 0 0 20 0 17 0 105946295 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140428392709136 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10669] ppid=10662 vsize=10858780 memory=140525089642560 CPUtime=25.36 cores=1,3,5,7
/proc/10665/task/10669/stat : 10669 (java) S 10662 10665 10029 0 -1 1077944384 98322 0 0 0 2429 107 0 0 20 0 17 0 105946295 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140428391656592 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10670] ppid=10662 vsize=10858780 memory=800 CPUtime=25.42 cores=1,3,5,7
/proc/10665/task/10670/stat : 10670 (java) S 10662 10665 10029 0 -1 1077944384 191873 0 0 0 2437 105 0 0 20 0 17 0 105946295 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140428390603536 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10671] ppid=10662 vsize=10858780 memory=6129280 CPUtime=25.55 cores=1,3,5,7
/proc/10665/task/10671/stat : 10671 (java) S 10662 10665 10029 0 -1 1077944384 137520 0 0 0 2451 104 0 0 20 0 17 0 105946295 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140428389550992 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10672] ppid=10662 vsize=10858780 memory=6791534058613427641 CPUtime=5.11 cores=1,3,5,7
/proc/10665/task/10672/stat : 10672 (java) S 10662 10665 10029 0 -1 1077944384 14429 0 0 0 509 2 0 0 20 0 17 0 105946297 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427491485936 140428456028802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10673] ppid=10662 vsize=10858780 memory=15128 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10673/stat : 10673 (java) S 10662 10665 10029 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 105946297 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427490432224 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10674] ppid=10662 vsize=10858780 memory=640 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10674/stat : 10674 (java) S 10662 10665 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 105946297 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427489379056 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10675] ppid=10662 vsize=10858780 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10675/stat : 10675 (java) S 10662 10665 10029 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 17 0 105946300 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427488327632 140428456036251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10676] ppid=10662 vsize=10858780 memory=960 CPUtime=0.8 cores=1,3,5,7
/proc/10665/task/10676/stat : 10676 (java) S 10662 10665 10029 0 -1 1077944384 3061 0 0 0 80 0 0 0 20 0 17 0 105946300 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427487275760 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10677] ppid=10662 vsize=10858780 memory=1220 CPUtime=0.78 cores=1,3,5,7
/proc/10665/task/10677/stat : 10677 (java) S 10662 10665 10029 0 -1 1077944384 3057 0 0 0 78 0 0 0 20 0 17 0 105946300 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427486223216 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10678] ppid=10662 vsize=10858780 memory=1612 CPUtime=0.37 cores=1,3,5,7
/proc/10665/task/10678/stat : 10678 (java) S 10662 10665 10029 0 -1 1077944384 4279 0 0 0 37 0 0 0 20 0 17 0 105946300 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427485170160 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10679] ppid=10662 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10665/task/10679/stat : 10679 (java) S 10662 10665 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105946300 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427484117856 140428456027861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
[pid=10665/tid=10680] ppid=10662 vsize=10858780 memory=140527034958395 CPUtime=0.13 cores=1,3,5,7
/proc/10665/task/10680/stat : 10680 (java) S 10662 10665 10029 0 -1 1077944384 284 0 0 0 6 7 0 0 20 0 17 0 105946300 11119390720 1532387 33554432000 4194304 4196468 140726706839968 140427483064880 140428456028802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 90 0 0 6293624 6294260 35586048 140726706848886 140726706849038 140726706849038 140726706851791 0
Current children cumulated CPU time: 252.2 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 6129548 KiB

Child status: 143
Real time (s): 174.664
CPU time (s): 252.271
CPU user time (s): 247.683
CPU system time (s): 4.58729
CPU usage (%): 144.432
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 6129548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.683
system time used= 4.58728
maximum resident set size= 6129816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 656127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11154
involuntary context switches= 1121


# summary of solver processes directly reported to runsolver:
#   pid: 10665
#   total CPU time (s): 252.271
#   total CPU user time (s): 247.683
#   total CPU system time (s): 4.58729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.14384 second user time and 1.86811 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:03:51
IDJOB=4301712
IDBENCH=141307
IDSOLVER=2773
FILE ID=node102/4301712-1532883830
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52904 MiB

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

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=918900207

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:        22930196 kB
MemAvailable:   28153252 kB
Buffers:          230316 kB
Cached:          5237112 kB
SwapCached:        53068 kB
Active:          5012200 kB
Inactive:        4298624 kB
Active(anon):    3769580 kB
Inactive(anon):    99168 kB
Active(file):    1242620 kB
Inactive(file):  4199456 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028784 kB
Dirty:             65404 kB
Writeback:            12 kB
AnonPages:       3795668 kB
Mapped:            49488 kB
Shmem:             22548 kB
Slab:             223428 kB
SReclaimable:     193628 kB
SUnreclaim:        29800 kB
KernelStack:        3568 kB
PageTables:        12676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4807072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3528704 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= 52828 MiB
End job on node102 at 2018-07-29 19:06:46