Trace number 4290009

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.17 2391.07

General information on the benchmark

NameBibd/
Bibd-sc-10-03-08_c18.xml
MD5SUM21283a47fd6fd3b1d87e6d18823d33f4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.0438
Satisfiable
(Un)Satisfiability was proved
Number of variables13200
Number of constraints5576
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6600}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":6600},{"degree":2,"count":5400},{"degree":12,"count":1200}]
Minimum constraint arity3
Maximum constraint arity1200
Distribution of constraint arities[{"arity":3,"count":5400},{"arity":10,"count":120},{"arity":120,"count":55},{"arity":1200,"count":1}]
Number of extensional constraints0
Number of intensional constraints5400
Distribution of constraint types[{"type":"intension","count":5400},{"type":"lex","count":1},{"type":"sum","count":175}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290009-1532216250/watcher-4290009-1532216250 -o /tmp/evaluation-result-4290009-1532216250/solver-4290009-1532216250 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27993 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290009-1532216250.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
Current StackSize limit: 8192 KiB

solver pid=28824, runsolver pid=28821

[startup+0.100577 s]*
/proc/loadavg: 2.08 2.03 2.05 2/216 28839
/proc/meminfo: memFree=22271100/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10659012 memory=30104 CPUtime=0.12 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 6585 0 0 0 10 2 0 0 20 0 15 0 39188147 10914828288 7526 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2664753 7526 2823 1 0 2627263 0
[pid=28824/tid=28826] ppid=28821 vsize=10659012 memory=-8773748148829853058 CPUtime=0.09 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) R 28821 28824 25432 0 -1 4202560 4418 0 0 0 7 2 0 0 20 0 15 0 39188147 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309792622448 140309774553521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309347234848 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) S 28821 28824 25432 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309344078704 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309343025904 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0.01 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) R 28821 28824 25432 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 15 0 39188153 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309341973104 140309767039760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 7526 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30104 KiB

[startup+0.210515 s]*
/proc/loadavg: 2.08 2.03 2.05 4/216 28839
/proc/meminfo: memFree=22260780/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10659012 memory=41536 CPUtime=0.32 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 8046 0 0 0 29 3 0 0 20 0 15 0 39188147 10914828288 10384 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2664753 10384 2991 1 0 2627263 0
[pid=28824/tid=28826] ppid=28821 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) R 28821 28824 25432 0 -1 4202560 4990 0 0 0 17 2 0 0 20 0 15 0 39188147 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309792647600 140309772461413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10659012 memory=139751172010900 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309347234848 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) S 28821 28824 25432 0 -1 1077944384 783 0 0 0 2 0 0 0 20 0 15 0 39188153 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309344078704 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) R 28821 28824 25432 0 -1 1077944384 179 0 0 0 2 0 0 0 20 0 15 0 39188153 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309343025904 140309788428930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0.06 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) S 28821 28824 25432 0 -1 1077944384 726 0 0 0 6 0 0 0 20 0 15 0 39188153 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309341973104 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 10384 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41536 KiB

[startup+0.315149 s]*
/proc/loadavg: 2.08 2.03 2.05 5/216 28839
/proc/meminfo: memFree=22245820/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10659012 memory=55616 CPUtime=0.59 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 9927 0 0 0 55 4 0 0 20 0 15 0 39188147 10914828288 13904 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2664753 13904 3048 1 0 2627263 0
[pid=28824/tid=28826] ppid=28821 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) R 28821 28824 25432 0 -1 4202560 5399 0 0 0 27 3 0 0 20 0 15 0 39188147 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309792653904 140309772498270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10659012 memory=288230596118052887 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10659012 memory=139751172009943 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309347234848 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39188150 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) R 28821 28824 25432 0 -1 4202560 1289 0 0 0 7 0 0 0 20 0 15 0 39188153 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309344064472 140309769961506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) R 28821 28824 25432 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 15 0 39188153 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309343006920 140309771903905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0.12 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) R 28821 28824 25432 0 -1 1077944384 1151 0 0 0 12 0 0 0 20 0 15 0 39188153 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309341973104 140309788428930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10659012 memory=139751171982976 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188153 10914828288 13904 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55616 KiB

[startup+0.70066 s]
/proc/loadavg: 2.08 2.03 2.05 7/216 28839
/proc/meminfo: memFree=22202384/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10659088 memory=144664 CPUtime=1.86 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 11779 0 0 0 181 5 0 0 20 0 15 0 39188147 10914906112 36166 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2664772 36166 3104 1 0 2627263 0
[pid=28824/tid=28826] ppid=28821 vsize=10659088 memory=1724 CPUtime=0.68 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) R 28821 28824 25432 0 -1 4202560 5784 0 0 0 64 4 0 0 20 0 15 0 39188147 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309792650224 140309417839264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10659088 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188148 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39188148 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10659088 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39188150 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10659088 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39188150 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309347234848 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39188150 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10659088 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10659088 memory=4639098309541129069 CPUtime=0.45 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) R 28821 28824 25432 0 -1 4202560 1802 0 0 0 45 0 0 0 20 0 15 0 39188153 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309344062736 140309769961959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10659088 memory=7380106142448643183 CPUtime=0.44 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) R 28821 28824 25432 0 -1 4202560 1245 0 0 0 44 0 0 0 20 0 15 0 39188153 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309343013216 140309771944376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10659088 memory=7810487918915055718 CPUtime=0.28 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) R 28821 28824 25432 0 -1 1077944384 1576 0 0 0 28 0 0 0 20 0 15 0 39188153 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309341973104 140309788428930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39188153 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39188153 10914906112 36166 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 144664 KiB

[startup+1.50078 s]
/proc/loadavg: 2.08 2.03 2.05 5/216 28839
/proc/meminfo: memFree=21947756/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10661136 memory=356532 CPUtime=4.52 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 14496 0 0 0 438 14 0 0 20 0 15 0 39188147 10917003264 89133 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2665284 89133 3141 1 0 2627775 0
[pid=28824/tid=28826] ppid=28821 vsize=10661136 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) R 28821 28824 25432 0 -1 4202560 6183 0 0 0 135 6 0 0 20 0 15 0 39188147 10917003264 89133 33554432000 4194304 4196468 140729905071360 140309792648768 140309421182707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10661136 memory=-6951259422114956437 CPUtime=0.02 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 15 0 39188148 10917003264 89133 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10661136 memory=-6509546260019855295 CPUtime=0.04 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 15 0 39188148 10917003264 89133 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10661136 memory=-7390251449858225344 CPUtime=0.04 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 15 0 39188148 10917003264 89133 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10661136 memory=4134692831991786133 CPUtime=0.03 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 41 0 0 0 2 1 0 0 20 0 15 0 39188148 10917003264 89133 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 39188150 10917003264 89133 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0

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

/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 2621 0 0 0 3 4 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309347234912 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10727700 memory=1700680 CPUtime=2.79 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) S 28821 28824 25432 0 -1 1077944384 9452 0 0 0 277 2 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309344078704 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10727700 memory=1700680 CPUtime=2.46 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) S 28821 28824 25432 0 -1 1077944384 6983 0 0 0 245 1 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309343025904 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0.67 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) S 28821 28824 25432 0 -1 1077944384 6492 0 0 0 65 2 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309341973104 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10727700 memory=4140 CPUtime=1.47 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 2068 0 0 0 70 77 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28840] ppid=28821 vsize=10727700 memory=13936 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28840/stat : 28840 (java) S 28821 28824 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39188621 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309336716208 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 2331.47 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1700680 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/216 29015
/proc/meminfo: memFree=21264204/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10727700 memory=1700680 CPUtime=2391.52 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 86396 0 0 0 238994 158 0 0 20 0 16 0 39188147 10985164800 425170 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2681925 425170 3178 1 0 2644416 0
[pid=28824/tid=28826] ppid=28821 vsize=10727700 memory=4126316290023845779 CPUtime=2381.44 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) R 28821 28824 25432 0 -1 4202560 53190 0 0 0 238124 20 0 0 20 0 16 0 39188147 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309792656840 140309425626642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0.61 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 785 0 0 0 44 17 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10727700 memory=6791534058613427641 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 879 0 0 0 46 17 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 700 0 0 0 47 16 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10727700 memory=279502111710128 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 1736 0 0 0 46 17 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0.07 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 2631 0 0 0 3 4 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309347234912 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10727700 memory=1700680 CPUtime=2.79 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) S 28821 28824 25432 0 -1 1077944384 9461 0 0 0 277 2 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309344078704 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10727700 memory=1700680 CPUtime=2.46 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) S 28821 28824 25432 0 -1 1077944384 6989 0 0 0 245 1 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309343025904 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0.67 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) S 28821 28824 25432 0 -1 1077944384 6498 0 0 0 65 2 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309341973104 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10727700 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10727700 memory=1700680 CPUtime=1.5 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 2106 0 0 0 71 79 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28840] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28840/stat : 28840 (java) S 28821 28824 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39188621 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309336716208 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 2391.52 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1700680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.8 s]
/proc/loadavg: 1.92 2.00 2.04 6/216 29015
/proc/meminfo: memFree=19536136/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10727700 memory=1700680 CPUtime=2400.02 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 87017 0 0 0 239844 158 0 0 20 0 16 0 39188147 10985164800 425170 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2681925 425170 3178 1 0 2644416 0
[pid=28824/tid=28826] ppid=28821 vsize=10727700 memory=1200 CPUtime=2389.94 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) R 28821 28824 25432 0 -1 4202560 53767 0 0 0 238974 20 0 0 20 0 16 0 39188147 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309792656840 140309425087714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10727700 memory=1952 CPUtime=0.61 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 785 0 0 0 44 17 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10727700 memory=8368 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 879 0 0 0 46 17 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 700 0 0 0 47 16 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10727700 memory=8368 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 1736 0 0 0 46 17 0 0 20 0 16 0 39188148 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10727700 memory=15868 CPUtime=0.07 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 2641 0 0 0 3 4 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10727700 memory=13412 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309347234912 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10727700 memory=1700680 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39188150 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10727700 memory=7234558277989002343 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10727700 memory=7235666534103016810 CPUtime=2.79 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) S 28821 28824 25432 0 -1 1077944384 9461 0 0 0 277 2 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309344078704 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10727700 memory=7235666534103016810 CPUtime=2.46 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) S 28821 28824 25432 0 -1 1077944384 6989 0 0 0 245 1 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309343025904 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10727700 memory=5404 CPUtime=0.67 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) S 28821 28824 25432 0 -1 1077944384 6498 0 0 0 65 2 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309341973104 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10727700 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10727700 memory=1432 CPUtime=1.51 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 2140 0 0 0 72 79 0 0 20 0 16 0 39188153 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28840] ppid=28821 vsize=10727700 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28840/stat : 28840 (java) S 28821 28824 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39188621 10985164800 425170 33554432000 4194304 4196468 140729905071360 140309336716208 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1700680 KiB

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

[startup+2391.07 s]
# the end of solver process 28824 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.57 s, system=1.5992 s

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

[startup+2391 s]*
/proc/loadavg: 1.92 2.00 2.04 2/217 29018
/proc/meminfo: memFree=19311152/32770624 swapFree=67108860/67108860
[pid=28824] ppid=28821 vsize=10927392 memory=1701000 CPUtime=2400.06 cores=0,2,4,6
/proc/28824/stat : 28824 (java) S 28821 28824 25432 0 -1 1077944320 88665 0 0 0 239848 158 0 0 20 0 17 0 39188147 11189649408 425250 33554432000 4194304 4196468 140729905071360 140729905053904 140309788417783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
/proc/28824/statm: 2731848 425250 3181 1 0 2694339 0
[pid=28824/tid=28826] ppid=28821 vsize=10927392 memory=6791534058613427641 CPUtime=2389.98 cores=0,2,4,6
/proc/28824/task/28826/stat : 28826 (java) S 28821 28824 25432 0 -1 1077944384 53863 0 0 0 238978 20 0 0 20 0 17 0 39188147 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309792660656 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28827] ppid=28821 vsize=10927392 memory=-7175204567652784766 CPUtime=0.61 cores=0,2,4,6
/proc/28824/task/28827/stat : 28827 (java) S 28821 28824 25432 0 -1 1077944384 785 0 0 0 44 17 0 0 20 0 17 0 39188148 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309741038736 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28828] ppid=28821 vsize=10927392 memory=3856 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28828/stat : 28828 (java) S 28821 28824 25432 0 -1 1077944384 879 0 0 0 46 17 0 0 20 0 17 0 39188148 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309739985936 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28829] ppid=28821 vsize=10927392 memory=2584 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28829/stat : 28829 (java) S 28821 28824 25432 0 -1 1077944384 700 0 0 0 47 16 0 0 20 0 17 0 39188148 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309738933136 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28830] ppid=28821 vsize=10927392 memory=2584 CPUtime=0.63 cores=0,2,4,6
/proc/28824/task/28830/stat : 28830 (java) S 28821 28824 25432 0 -1 1077944384 1736 0 0 0 46 17 0 0 20 0 17 0 39188148 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309737880336 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28831] ppid=28821 vsize=10927392 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/28824/task/28831/stat : 28831 (java) S 28821 28824 25432 0 -1 1077944384 2688 0 0 0 3 4 0 0 20 0 17 0 39188150 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309348288880 140309788428930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28832] ppid=28821 vsize=10927392 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28832/stat : 28832 (java) S 28821 28824 25432 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39188150 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309347234912 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28833] ppid=28821 vsize=10927392 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28833/stat : 28833 (java) S 28821 28824 25432 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 39188150 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309346182000 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28834] ppid=28821 vsize=10927392 memory=7524 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28834/stat : 28834 (java) S 28821 28824 25432 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 17 0 39188153 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309345130320 140309788436379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28835] ppid=28821 vsize=10927392 memory=840 CPUtime=2.79 cores=0,2,4,6
/proc/28824/task/28835/stat : 28835 (java) S 28821 28824 25432 0 -1 1077944384 9728 0 0 0 277 2 0 0 20 0 17 0 39188153 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309344078704 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28836] ppid=28821 vsize=10927392 memory=1800 CPUtime=2.46 cores=0,2,4,6
/proc/28824/task/28836/stat : 28836 (java) S 28821 28824 25432 0 -1 1077944384 7007 0 0 0 245 1 0 0 20 0 17 0 39188153 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309343025904 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28837] ppid=28821 vsize=10927392 memory=920 CPUtime=0.67 cores=0,2,4,6
/proc/28824/task/28837/stat : 28837 (java) S 28821 28824 25432 0 -1 1077944384 6846 0 0 0 65 2 0 0 20 0 17 0 39188153 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309341973104 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28838] ppid=28821 vsize=10927392 memory=3856 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28838/stat : 28838 (java) S 28821 28824 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39188153 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309340920544 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=28839] ppid=28821 vsize=10927392 memory=2584 CPUtime=1.51 cores=0,2,4,6
/proc/28824/task/28839/stat : 28839 (java) S 28821 28824 25432 0 -1 1077944384 2140 0 0 0 72 79 0 0 20 0 17 0 39188153 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309339867824 140309788428930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=29016] ppid=28821 vsize=10927392 memory=2584 CPUtime=0 cores=0,2,4,6
/proc/28824/task/29016/stat : 29016 (java) S 28821 28824 25432 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 17 0 39427228 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309335662704 140309788427989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
[pid=28824/tid=29017] ppid=28821 vsize=10927392 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/28824/task/29017/stat : 29017 (java) R 28821 28824 25432 0 -1 4202560 307 0 0 0 0 0 0 0 20 0 17 0 39427228 11189649408 425250 33554432000 4194304 4196468 140729905071360 140309266686864 140309417826440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9011200 140729905075313 140729905075465 140729905075465 140729905078223 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1701000 KiB

Child status: 143
Real time (s): 2391.07
CPU time (s): 2400.17
CPU user time (s): 2398.57
CPU system time (s): 1.5992
CPU usage (%): 100.38
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1701000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.57
system time used= 1.5992
maximum resident set size= 1701344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54462
involuntary context switches= 3046


# summary of solver processes directly reported to runsolver:
#   pid: 28824
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2398.57
#   total CPU system time (s): 1.5992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.978 second user time and 23.9783 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 01:37:30
IDJOB=4290009
IDBENCH=141335
IDSOLVER=2742
FILE ID=node138/4290009-1532216250
RUNJOBID= node138-1532209093-27993
PBS_JOBID= 21018929
Free space on /tmp= 59108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bibd/Bibd-sc-10-03-08_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290009-1532216250/watcher-4290009-1532216250 -o /tmp/evaluation-result-4290009-1532216250/solver-4290009-1532216250 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27993 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290009-1532216250.xml

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

MD5SUM BENCH= 21283a47fd6fd3b1d87e6d18823d33f4
RANDOM SEED=1729047585

node138.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.71
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.71
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.71
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.71
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:        22287728 kB
MemAvailable:   31246572 kB
Buffers:          225972 kB
Cached:          8975688 kB
SwapCached:            0 kB
Active:          2918756 kB
Inactive:        7049240 kB
Active(anon):     768880 kB
Inactive(anon):    17052 kB
Active(file):    2149876 kB
Inactive(file):  7032188 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2900 kB
Writeback:             0 kB
AnonPages:        758380 kB
Mapped:            47036 kB
Shmem:             17036 kB
Slab:             212544 kB
SReclaimable:     185228 kB
SUnreclaim:        27316 kB
KernelStack:        3856 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2179396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59104 MiB
End job on node138 at 2018-07-22 02:17:21