Trace number 4289782

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-03-4-rom_c18.xml
MD5SUM72d3aa8b8ce65786440ef6159c4b95ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.052137
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints24
Number of domains5
Minimum domain size2
Maximum domain size1359
Distribution of domain sizes[{"size":2,"count":6},{"size":4,"count":42},{"size":27,"count":9},{"size":1359,"count":24}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":30},{"degree":2,"count":42},{"degree":8,"count":9}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":6},{"arity":7,"count":18}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289782-1532215193/watcher-4289782-1532215193 -o /tmp/evaluation-result-4289782-1532215193/solver-4289782-1532215193 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27714 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289782-1532215193.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=28361, runsolver pid=28358
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 2.02 1.96 2.05 4/216 28376
/proc/meminfo: memFree=22909104/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10659012 memory=30228 CPUtime=0.12 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 6635 0 0 0 11 1 0 0 20 0 15 0 39082458 10914828288 7557 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2664753 7557 2845 1 0 2627263 0
[pid=28361/tid=28363] ppid=28358 vsize=10659012 memory=-8773748148830245505 CPUtime=0.08 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24602 0 -1 4202560 4458 0 0 0 8 0 0 0 20 0 15 0 39082459 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926521293376 139926154636516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926124076048 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10659012 memory=140713122707072 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926123023504 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10659012 memory=140713122707072 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082461 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39082461 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926007964832 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39082461 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926006911728 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24602 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926004808432 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24602 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926003755888 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10659012 memory=140713122707072 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) R 28358 28361 24602 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 39082464 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926002702832 139926498635163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10659012 memory=140713122707072 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) R 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 7557 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30228 KiB

[startup+0.210669 s]*
/proc/loadavg: 2.02 1.96 2.05 3/216 28376
/proc/meminfo: memFree=22897520/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10659012 memory=41664 CPUtime=0.33 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 8098 0 0 0 31 2 0 0 20 0 15 0 39082458 10914828288 10416 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2664753 10416 2995 1 0 2627263 0
[pid=28361/tid=28363] ppid=28358 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24602 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 39082459 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926521307888 139926501115237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926124076048 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10659012 memory=140713122892931 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926123023504 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10659012 memory=140713122707072 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082461 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39082461 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926007964832 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39082461 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926006911728 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24602 0 -1 1077944384 588 0 0 0 2 0 0 0 20 0 15 0 39082464 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926004808432 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24602 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 39082464 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926003755888 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10659012 memory=140713122707072 CPUtime=0.07 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) R 28358 28361 24602 0 -1 4202560 724 0 0 0 7 0 0 0 20 0 15 0 39082464 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926002702832 139926501152094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10659012 memory=140713122707072 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082464 10914828288 10416 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41664 KiB

[startup+0.311798 s]*
/proc/loadavg: 2.02 1.96 2.05 6/216 28376
/proc/meminfo: memFree=22890448/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10659088 memory=47272 CPUtime=0.52 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 8933 0 0 0 50 2 0 0 20 0 15 0 39082458 10914906112 11818 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2664772 11818 3058 1 0 2627263 0
[pid=28361/tid=28363] ppid=28358 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24602 0 -1 4202560 5657 0 0 0 29 1 0 0 20 0 15 0 39082459 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926521306368 139926517083542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926124076048 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10659088 memory=140713122892930 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926123023504 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10659088 memory=140713122707072 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082461 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39082461 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926007964832 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39082461 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926006911728 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24602 0 -1 1077944384 613 0 0 0 4 0 0 0 20 0 15 0 39082464 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926004808432 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24602 0 -1 1077944384 511 0 0 0 5 0 0 0 20 0 15 0 39082464 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926003755888 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10659088 memory=140713122707072 CPUtime=0.11 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) R 28358 28361 24602 0 -1 4202560 785 0 0 0 11 0 0 0 20 0 15 0 39082464 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926002702832 139926495753588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10659088 memory=140713122707072 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082464 10914906112 11818 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47272 KiB

[startup+0.700742 s]
/proc/loadavg: 2.02 1.96 2.05 4/216 28376
/proc/meminfo: memFree=22821880/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10659088 memory=174500 CPUtime=1.76 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 15301 0 0 0 171 5 0 0 20 0 15 0 39082458 10914906112 43625 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2664772 43625 3113 1 0 2627263 0
[pid=28361/tid=28363] ppid=28358 vsize=10659088 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24602 0 -1 4202560 6020 0 0 0 65 3 0 0 20 0 15 0 39082459 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926521271408 139926502442896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10659088 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926124076048 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926123023504 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10659088 memory=10936 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39082459 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10659088 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39082461 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10659088 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39082461 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926007964832 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39082461 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926006911728 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10659088 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10659088 memory=7302135314614015848 CPUtime=0.39 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) R 28358 28361 24602 0 -1 4202560 3219 0 0 0 39 0 0 0 20 0 15 0 39082464 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926004789240 139926501971239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10659088 memory=7811323491934034025 CPUtime=0.4 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) R 28358 28361 24602 0 -1 4202560 3224 0 0 0 40 0 0 0 20 0 15 0 39082464 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926003736696 139926500568395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10659088 memory=7440061282865139792 CPUtime=0.26 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) R 28358 28361 24602 0 -1 1077944384 1467 0 0 0 26 0 0 0 20 0 15 0 39082464 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926002702832 139926517082754 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39082464 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39082464 10914906112 43625 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 174500 KiB

[startup+1.5008 s]
/proc/loadavg: 2.02 1.96 2.05 7/216 28376
/proc/meminfo: memFree=22719508/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10659088 memory=274616 CPUtime=4.26 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 21819 0 0 0 418 8 0 0 20 0 15 0 39082458 10914906112 68654 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2664772 68654 3143 1 0 2627263 0
[pid=28361/tid=28363] ppid=28358 vsize=10659088 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) S 28358 28361 24602 0 -1 1077944384 6042 0 0 0 136 3 0 0 20 0 15 0 39082459 10914906112 68654 33554432000 4194304 4196468 140733277593632 139926521291968 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10659088 memory=-6951259422114956437 CPUtime=0.03 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) R 28358 28361 24602 0 -1 4202560 121 0 0 0 3 0 0 0 20 0 15 0 39082459 10914906112 68654 33554432000 4194304 4196468 140733277593632 139926124075936 139926502099026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10659088 memory=-6509546260019855299 CPUtime=0.06 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) R 28358 28361 24602 0 -1 4202560 124 0 0 0 6 0 0 0 20 0 15 0 39082459 10914906112 68654 33554432000 4194304 4196468 140733277593632 139926123023704 139926502099824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10659088 memory=-7390251449858225344 CPUtime=0.05 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) R 28358 28361 24602 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 15 0 39082459 10914906112 68654 33554432000 4194304 4196468 140733277593632 139926121970648 139926502093728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10659088 memory=4134692831991786133 CPUtime=0.05 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) R 28358 28361 24602 0 -1 4202560 156 0 0 0 5 0 0 0 20 0 15 0 39082459 10914906112 68654 33554432000 4194304 4196468 140733277593632 139926120918104 139926502099026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39082461 10914906112 68654 33554432000 4194304 4196468 140733277593632 139926076642080 139926517081813 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0

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

/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 45246 0 0 0 1671 109 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10725652 memory=5477548 CPUtime=17.76 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 56646 0 0 0 1667 109 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10725652 memory=5477548 CPUtime=4.46 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 24043 0 0 0 442 4 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926007964896 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926006911744 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10725652 memory=281425988619888 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10725652 memory=5477548 CPUtime=2.74 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24602 0 -1 1077944384 19185 0 0 0 272 2 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926004808432 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10725652 memory=4012 CPUtime=2.81 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24602 0 -1 1077944384 18283 0 0 0 279 2 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926003755888 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0.49 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24602 0 -1 1077944384 8900 0 0 0 48 1 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926002702832 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10725652 memory=10936 CPUtime=1.25 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24602 0 -1 1077944384 3856 0 0 0 63 62 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28384] ppid=28358 vsize=10725652 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28384/stat : 28384 (java) S 28358 28361 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39084629 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139925999543344 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 2322.69 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5477548 KiB

[startup+2322.3 s]
/proc/loadavg: 2.18 3.05 2.76 3/217 28842
/proc/meminfo: memFree=19111268/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10725652 memory=5477548 CPUtime=2382.72 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 398689 0 0 0 237748 524 0 0 20 0 16 0 39082458 10983067648 1369387 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2681413 1369387 3195 1 0 2643904 0
[pid=28361/tid=28363] ppid=28358 vsize=10725652 memory=5477548 CPUtime=2299.75 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24602 0 -1 4202560 118961 0 0 0 229947 28 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926521310496 139926160494909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10725652 memory=5477548 CPUtime=17.77 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24602 0 -1 1077944384 47021 0 0 0 1670 107 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926124076048 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10725652 memory=5477548 CPUtime=17.76 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24602 0 -1 1077944384 54921 0 0 0 1671 105 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926123023504 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10725652 memory=5477548 CPUtime=17.8 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 45246 0 0 0 1671 109 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10725652 memory=5477548 CPUtime=17.76 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 56646 0 0 0 1667 109 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10725652 memory=5477548 CPUtime=4.46 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 24063 0 0 0 442 4 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926007964896 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926006911744 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10725652 memory=5477548 CPUtime=2.74 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24602 0 -1 1077944384 19191 0 0 0 272 2 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926004808432 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10725652 memory=7284 CPUtime=2.81 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24602 0 -1 1077944384 18291 0 0 0 279 2 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926003755888 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0.49 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24602 0 -1 1077944384 8919 0 0 0 48 1 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926002702832 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10725652 memory=5477548 CPUtime=1.28 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24602 0 -1 1077944384 3899 0 0 0 64 64 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28384] ppid=28358 vsize=10725652 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28384/stat : 28384 (java) S 28358 28361 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39084629 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139925999543344 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 2382.72 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5477548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.6 s]
/proc/loadavg: 2.14 3.00 2.75 3/217 28842
/proc/meminfo: memFree=19111324/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10725652 memory=5477548 CPUtime=2400.04 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 399890 0 0 0 239479 525 0 0 20 0 16 0 39082458 10983067648 1369387 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2681413 1369387 3195 1 0 2643904 0
[pid=28361/tid=28363] ppid=28358 vsize=10725652 memory=6791534058613427641 CPUtime=2317.05 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24602 0 -1 4202560 120160 0 0 0 231677 28 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926521310496 139926160495702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10725652 memory=928 CPUtime=17.77 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24602 0 -1 1077944384 47021 0 0 0 1670 107 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926124076048 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10725652 memory=2244 CPUtime=17.76 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24602 0 -1 1077944384 54921 0 0 0 1671 105 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926123023504 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10725652 memory=4124 CPUtime=17.8 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 45246 0 0 0 1671 109 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10725652 memory=2200 CPUtime=17.76 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 56646 0 0 0 1667 109 0 0 20 0 16 0 39082459 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10725652 memory=7284 CPUtime=4.46 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 24063 0 0 0 442 4 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10725652 memory=844 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926007964896 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10725652 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 39082461 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926006911744 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10725652 memory=916 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10725652 memory=3848 CPUtime=2.74 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24602 0 -1 1077944384 19191 0 0 0 272 2 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926004808432 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10725652 memory=2580 CPUtime=2.81 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24602 0 -1 1077944384 18291 0 0 0 279 2 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926003755888 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10725652 memory=5477548 CPUtime=0.49 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24602 0 -1 1077944384 8919 0 0 0 48 1 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926002702832 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10725652 memory=33 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10725652 memory=5450909908396308010 CPUtime=1.3 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24602 0 -1 1077944384 3901 0 0 0 65 65 0 0 20 0 16 0 39082464 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28384] ppid=28358 vsize=10725652 memory=-8412656567318647667 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28384/stat : 28384 (java) S 28358 28361 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39084629 10983067648 1369387 33554432000 4194304 4196468 140733277593632 139925999543344 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5477548 KiB

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

[startup+2339.87 s]
# the end of solver process 28361 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.84 s, system=5.29233 s

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

[startup+2339.8 s]
/proc/loadavg: 2.14 3.00 2.75 3/217 28842
/proc/meminfo: memFree=19111324/32770624 swapFree=67108852/67108860
[pid=28361] ppid=28358 vsize=10925344 memory=5477852 CPUtime=2400.06 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24602 0 -1 1077944320 400890 0 0 0 239481 525 0 0 20 0 17 0 39082458 11187552256 1369463 33554432000 4194304 4196468 140733277593632 140733277576176 139926517071607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
/proc/28361/statm: 2731336 1369463 3198 1 0 2693827 0
[pid=28361/tid=28363] ppid=28358 vsize=10925344 memory=-7023579799431922829 CPUtime=2317.07 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) S 28358 28361 24602 0 -1 1077944384 120249 0 0 0 231679 28 0 0 20 0 17 0 39082459 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926521314480 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28364] ppid=28358 vsize=10925344 memory=-8412652152092201843 CPUtime=17.77 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24602 0 -1 1077944384 47021 0 0 0 1670 107 0 0 20 0 17 0 39082459 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926124076048 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28365] ppid=28358 vsize=10925344 memory=-8486080722631693414 CPUtime=17.76 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24602 0 -1 1077944384 54921 0 0 0 1671 105 0 0 20 0 17 0 39082459 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926123023504 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28366] ppid=28358 vsize=10925344 memory=3047711553219693942 CPUtime=17.8 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24602 0 -1 1077944384 45246 0 0 0 1671 109 0 0 20 0 17 0 39082459 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926121970448 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28367] ppid=28358 vsize=10925344 memory=1792 CPUtime=17.76 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24602 0 -1 1077944384 56646 0 0 0 1667 109 0 0 20 0 17 0 39082459 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926120917904 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28368] ppid=28358 vsize=10925344 memory=4044 CPUtime=4.46 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24602 0 -1 1077944384 24099 0 0 0 442 4 0 0 20 0 17 0 39082461 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926076643568 139926517082754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28369] ppid=28358 vsize=10925344 memory=8648 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24602 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39082461 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926007964896 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28370] ppid=28358 vsize=10925344 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24602 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 39082461 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926006911744 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28371] ppid=28358 vsize=10925344 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24602 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 17 0 39082464 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926005860304 139926517090203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28372] ppid=28358 vsize=10925344 memory=1200 CPUtime=2.74 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24602 0 -1 1077944384 19191 0 0 0 272 2 0 0 20 0 17 0 39082464 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926004808432 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28373] ppid=28358 vsize=10925344 memory=15876 CPUtime=2.81 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24602 0 -1 1077944384 18291 0 0 0 279 2 0 0 20 0 17 0 39082464 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926003755888 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28374] ppid=28358 vsize=10925344 memory=4044 CPUtime=0.49 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24602 0 -1 1077944384 9189 0 0 0 48 1 0 0 20 0 17 0 39082464 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926002702832 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28375] ppid=28358 vsize=10925344 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39082464 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926001650528 139926517081813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
[pid=28361/tid=28376] ppid=28358 vsize=10925344 memory=10936 CPUtime=1.3 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24602 0 -1 1077944384 3901 0 0 0 65 65 0 0 20 0 17 0 39082464 11187552256 1369463 33554432000 4194304 4196468 140733277593632 139926000597552 139926517082754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140733277598833 140733277598985 140733277598985 140733277601743 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 5477852 KiB

Child status: 143
Real time (s): 2339.87
CPU time (s): 2400.13
CPU user time (s): 2394.84
CPU system time (s): 5.29233
CPU usage (%): 102.575
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 5477852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.84
system time used= 5.29233
maximum resident set size= 5477920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401497
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55176
involuntary context switches= 3716


# summary of solver processes directly reported to runsolver:
#   pid: 28361
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2394.84
#   total CPU system time (s): 5.29233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.879 second user time and 17.8546 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 01:19:53
IDJOB=4289782
IDBENCH=141309
IDSOLVER=2742
FILE ID=node148/4289782-1532215193
RUNJOBID= node148-1532209983-27714
PBS_JOBID= 21018927
Free space on /tmp= 51992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-03-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-4289782-1532215193/watcher-4289782-1532215193 -o /tmp/evaluation-result-4289782-1532215193/solver-4289782-1532215193 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27714 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289782-1532215193.xml

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

MD5SUM BENCH= 72d3aa8b8ce65786440ef6159c4b95ee
RANDOM SEED=419265507

node148.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.50
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.50
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.50
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.50
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:        22925760 kB
MemAvailable:   29570644 kB
Buffers:          118312 kB
Cached:          6714108 kB
SwapCached:            8 kB
Active:          3455856 kB
Inactive:        5797632 kB
Active(anon):    2373040 kB
Inactive(anon):    67276 kB
Active(file):    1082816 kB
Inactive(file):  5730356 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              2308 kB
Writeback:             0 kB
AnonPages:       2440288 kB
Mapped:            46984 kB
Shmem:             17024 kB
Slab:             287240 kB
SReclaimable:     260172 kB
SUnreclaim:        27068 kB
KernelStack:        3840 kB
PageTables:         9340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4127632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2301952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 51992 MiB
End job on node148 at 2018-07-22 01:58:53