Trace number 4290166

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.18 2272.29

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g19-g45_c18.xml
MD5SUMd9c49275b9746ea736e23f2bca190f13
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints233
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":64}]
Minimum variable degree4
Maximum variable degree10
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":20},{"degree":8,"count":16},{"degree":10,"count":16}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":64},{"arity":2,"count":168},{"arity":64,"count":1}]
Number of extensional constraints232
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":232},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290166-1532220581/watcher-4290166-1532220581 -o /tmp/evaluation-result-4290166-1532220581/solver-4290166-1532220581 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27125 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290166-1532220581.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=28763, runsolver pid=28760


[startup+0.100123 s]*
/proc/loadavg: 1.97 2.01 2.27 3/216 28778
/proc/meminfo: memFree=14548224/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10659012 memory=30888 CPUtime=0.13 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 6786 0 0 0 12 1 0 0 20 0 15 0 39621314 10914828288 7722 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2664753 7722 2846 1 0 2627263 0
[pid=28763/tid=28765] ppid=28760 vsize=10659012 memory=-8773748148830243963 CPUtime=0.08 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) R 28760 28763 25074 0 -1 4202560 4622 0 0 0 8 0 0 0 20 0 15 0 39621315 10914828288 7722 33554432000 4194304 4196468 140725829796400 140384088913776 140384084721046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10659012 memory=140203858765440 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10659012 memory=140203858765440 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621317 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39621317 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383388672928 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39621318 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383387620336 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) S 28760 28763 25074 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383385516528 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10659012 memory=140203858765440 CPUtime=0.02 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) S 28760 28763 25074 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 39621320 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383383411440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10659012 memory=140203858765440 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 7722 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30888 KiB

[startup+0.210644 s]*
/proc/loadavg: 1.97 2.01 2.27 3/216 28778
/proc/meminfo: memFree=14538552/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10659012 memory=41864 CPUtime=0.33 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 8048 0 0 0 31 2 0 0 20 0 15 0 39621314 10914828288 10466 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2664753 10466 3006 1 0 2627263 0
[pid=28763/tid=28765] ppid=28760 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) R 28760 28763 25074 0 -1 4202560 5018 0 0 0 19 1 0 0 20 0 15 0 39621315 10914828288 10466 33554432000 4194304 4196468 140725829796400 140384088945376 140384068752741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10659012 memory=140203858792706 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10659012 memory=140203858765440 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621317 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39621317 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383388672928 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39621318 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383387620336 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) S 28760 28763 25074 0 -1 1077944384 607 0 0 0 2 0 0 0 20 0 15 0 39621320 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383385516528 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 15 0 39621320 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10659012 memory=140203858765440 CPUtime=0.07 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) R 28760 28763 25074 0 -1 4202560 669 0 0 0 7 0 0 0 20 0 15 0 39621320 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383383411440 140384063624056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10659012 memory=140203858765440 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621320 10914828288 10466 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41864 KiB

[startup+0.31039 s]*
/proc/loadavg: 1.97 2.01 2.27 4/216 28778
/proc/meminfo: memFree=14531372/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10659088 memory=47276 CPUtime=0.53 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 8867 0 0 0 51 2 0 0 20 0 15 0 39621314 10914906112 11819 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2664772 11819 3054 1 0 2627263 0
[pid=28763/tid=28765] ppid=28760 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) R 28760 28763 25074 0 -1 4202560 5644 0 0 0 29 1 0 0 20 0 15 0 39621315 10914906112 11819 33554432000 4194304 4196468 140725829796400 140384088947792 140383707323457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10659088 memory=4294976236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10659088 memory=140203858792487 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10659088 memory=140203858765440 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621317 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39621317 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383388672928 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39621318 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383387620336 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) S 28760 28763 25074 0 -1 1077944384 698 0 0 0 4 0 0 0 20 0 15 0 39621320 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383385516528 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 423 0 0 0 4 0 0 0 20 0 15 0 39621320 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10659088 memory=140203858765440 CPUtime=0.12 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) R 28760 28763 25074 0 -1 4202560 733 0 0 0 12 0 0 0 20 0 15 0 39621320 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383383411440 140384064091639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10659088 memory=140203858765440 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621320 10914906112 11819 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47276 KiB

[startup+0.700727 s]
/proc/loadavg: 1.97 2.01 2.27 5/216 28778
/proc/meminfo: memFree=14508220/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10659088 memory=93980 CPUtime=1.58 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 12430 0 0 0 155 3 0 0 20 0 15 0 39621314 10914906112 23495 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2664772 23495 3100 1 0 2627263 0
[pid=28763/tid=28765] ppid=28760 vsize=10659088 memory=263769913590721 CPUtime=0.68 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) R 28760 28763 25074 0 -1 4202560 5793 0 0 0 66 2 0 0 20 0 15 0 39621315 10914906112 23495 33554432000 4194304 4196468 140725829796400 140384088945384 140383710120721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10659088 memory=288230376151877798 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39621316 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39621317 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39621317 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383388672928 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39621318 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383387620336 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) R 28760 28763 25074 0 -1 4202560 3036 0 0 0 37 0 0 0 20 0 15 0 39621320 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383385502712 140384063964944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10659088 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 1089 0 0 0 28 0 0 0 20 0 15 0 39621320 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10659088 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) S 28760 28763 25074 0 -1 1077944384 1139 0 0 0 21 0 0 0 20 0 15 0 39621320 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383383411440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39621320 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10659088 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39621320 10914906112 23495 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 93980 KiB

[startup+1.5014 s]
/proc/loadavg: 1.97 2.01 2.27 5/216 28778
/proc/meminfo: memFree=14395356/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10659088 memory=292936 CPUtime=4.06 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 27183 0 0 0 394 12 0 0 20 0 15 0 39621314 10914906112 73234 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2664772 73234 3147 1 0 2627263 0
[pid=28763/tid=28765] ppid=28760 vsize=10659088 memory=9167 CPUtime=1.35 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) R 28760 28763 25074 0 -1 4202560 6526 0 0 0 132 3 0 0 20 0 15 0 39621315 10914906112 73234 33554432000 4194304 4196468 140725829796400 140384088934848 140383711098135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10659088 memory=6791534058613427641 CPUtime=0.06 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 180 0 0 0 5 1 0 0 20 0 15 0 39621316 10914906112 73234 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 164 0 0 0 6 1 0 0 20 0 15 0 39621316 10914906112 73234 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 234 0 0 0 5 1 0 0 20 0 15 0 39621316 10914906112 73234 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10659088 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 709 0 0 0 8 2 0 0 20 0 15 0 39621316 10914906112 73234 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 366 0 0 0 0 0 0 0 20 0 15 0 39621317 10914906112 73234 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0

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

/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 17180 0 0 0 3915 122 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10725652 memory=13996 CPUtime=40.37 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 15839 0 0 0 3912 125 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10725652 memory=7709236 CPUtime=15.49 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 28215 0 0 0 1545 4 0 0 20 0 16 0 39621317 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39621317 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383388672992 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 39621318 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383387620352 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10725652 memory=5524 CPUtime=2.29 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) S 28760 28763 25074 0 -1 1077944384 13442 0 0 0 227 2 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383385516528 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10725652 memory=7709236 CPUtime=2.26 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 16667 0 0 0 225 1 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10725652 memory=1296 CPUtime=0.48 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) S 28760 28763 25074 0 -1 1077944384 6436 0 0 0 47 1 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383383411440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10725652 memory=1712 CPUtime=1.48 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1913 0 0 0 74 74 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28788] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28788/stat : 28788 (java) S 28760 28763 25074 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39628263 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383380251440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 2329.55 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 7709236 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.46 2.20 2/195 29039
/proc/meminfo: memFree=9199148/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10725652 memory=7709236 CPUtime=2390.36 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 336168 0 0 0 238410 626 0 0 20 0 16 0 39621314 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2681413 1927309 3192 1 0 2643904 0
[pid=28763/tid=28765] ppid=28760 vsize=10725652 memory=7709236 CPUtime=2205.65 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) R 28760 28763 25074 0 -1 4202560 186516 0 0 0 220525 40 0 0 20 0 16 0 39621315 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140384088948048 140383708337987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10725652 memory=7709236 CPUtime=40.88 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 19152 0 0 0 3954 134 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10725652 memory=7709236 CPUtime=40.43 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 25546 0 0 0 3905 138 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10725652 memory=7709236 CPUtime=40.62 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 17818 0 0 0 3940 122 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10725652 memory=7709236 CPUtime=40.64 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 18623 0 0 0 3938 126 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10725652 memory=2880 CPUtime=15.49 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 28465 0 0 0 1545 4 0 0 20 0 16 0 39621317 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39621317 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383388672992 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 39621318 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383387620352 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10725652 memory=7709236 CPUtime=2.29 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) S 28760 28763 25074 0 -1 1077944384 13453 0 0 0 227 2 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383385516528 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10725652 memory=7709236 CPUtime=2.26 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 16673 0 0 0 225 1 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10725652 memory=4140 CPUtime=0.48 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) S 28760 28763 25074 0 -1 1077944384 6439 0 0 0 47 1 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383383411440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10725652 memory=1224 CPUtime=1.52 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1952 0 0 0 76 76 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28788] ppid=28760 vsize=10725652 memory=7709236 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28788/stat : 28788 (java) S 28760 28763 25074 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39628263 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383380251440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 2390.36 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 7709236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2272 s]*
/proc/loadavg: 1.00 1.44 2.19 2/195 29040
/proc/meminfo: memFree=9198584/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10725652 memory=7709236 CPUtime=2400.08 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 336503 0 0 0 239381 627 0 0 20 0 16 0 39621314 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2681413 1927309 3192 1 0 2643904 0
[pid=28763/tid=28765] ppid=28760 vsize=10725652 memory=7709236 CPUtime=2215.37 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) R 28760 28763 25074 0 -1 4202560 186851 0 0 0 221496 41 0 0 20 0 16 0 39621315 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140384088948048 140383712194136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10725652 memory=4126316290023845779 CPUtime=40.88 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 19152 0 0 0 3954 134 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10725652 memory=1296 CPUtime=40.43 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 25546 0 0 0 3905 138 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10725652 memory=2340 CPUtime=40.62 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 17818 0 0 0 3940 122 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10725652 memory=1728 CPUtime=40.64 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 18623 0 0 0 3938 126 0 0 20 0 16 0 39621316 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10725652 memory=1924 CPUtime=15.49 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 28465 0 0 0 1545 4 0 0 20 0 16 0 39621317 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10725652 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39621317 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383388672992 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10725652 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 39621318 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383387620352 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10725652 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10725652 memory=1440 CPUtime=2.29 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) S 28760 28763 25074 0 -1 1077944384 13453 0 0 0 227 2 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383385516528 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10725652 memory=1712 CPUtime=2.26 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 16673 0 0 0 225 1 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10725652 memory=5524 CPUtime=0.48 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) S 28760 28763 25074 0 -1 1077944384 6439 0 0 0 47 1 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383383411440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10725652 memory=3248 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10725652 memory=4620 CPUtime=1.53 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1952 0 0 0 77 76 0 0 20 0 16 0 39621320 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28788] ppid=28760 vsize=10725652 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28788/stat : 28788 (java) S 28760 28763 25074 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39628263 10983067648 1927309 33554432000 4194304 4196468 140725829796400 140383380251440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 7709236 KiB

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

[startup+2272.29 s]
# the end of solver process 28763 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.86 s, system=6.31184 s

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

[startup+2272.2 s]
/proc/loadavg: 1.00 1.44 2.19 2/195 29040
/proc/meminfo: memFree=9198584/32770624 swapFree=67108860/67108860
[pid=28763] ppid=28760 vsize=10925344 memory=7709464 CPUtime=2400.1 cores=0,2,4,6
/proc/28763/stat : 28763 (java) S 28760 28763 25074 0 -1 1077944320 337442 0 0 0 239383 627 0 0 20 0 17 0 39621314 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140725829778944 140384084709111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
/proc/28763/statm: 2731336 1927366 3194 1 0 2693827 0
[pid=28763/tid=28765] ppid=28760 vsize=10925344 memory=15872 CPUtime=2215.38 cores=0,2,4,6
/proc/28763/task/28765/stat : 28765 (java) S 28760 28763 25074 0 -1 1077944384 186918 0 0 0 221497 41 0 0 20 0 17 0 39621315 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140384088951984 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28766] ppid=28760 vsize=10925344 memory=6791534058613427641 CPUtime=40.88 cores=0,2,4,6
/proc/28763/task/28766/stat : 28766 (java) S 28760 28763 25074 0 -1 1077944384 19152 0 0 0 3954 134 0 0 20 0 17 0 39621316 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383691266832 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28767] ppid=28760 vsize=10925344 memory=796 CPUtime=40.43 cores=0,2,4,6
/proc/28763/task/28767/stat : 28767 (java) S 28760 28763 25074 0 -1 1077944384 25546 0 0 0 3905 138 0 0 20 0 17 0 39621316 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383690214288 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28768] ppid=28760 vsize=10925344 memory=1224 CPUtime=40.62 cores=0,2,4,6
/proc/28763/task/28768/stat : 28768 (java) S 28760 28763 25074 0 -1 1077944384 17818 0 0 0 3940 122 0 0 20 0 17 0 39621316 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383689161744 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28769] ppid=28760 vsize=10925344 memory=15872 CPUtime=40.64 cores=0,2,4,6
/proc/28763/task/28769/stat : 28769 (java) S 28760 28763 25074 0 -1 1077944384 18623 0 0 0 3938 126 0 0 20 0 17 0 39621316 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383688109200 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28770] ppid=28760 vsize=10925344 memory=4048 CPUtime=15.49 cores=0,2,4,6
/proc/28763/task/28770/stat : 28770 (java) S 28760 28763 25074 0 -1 1077944384 28471 0 0 0 1545 4 0 0 20 0 17 0 39621317 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383389726704 140384084720258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28771] ppid=28760 vsize=10925344 memory=9248 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28771/stat : 28771 (java) S 28760 28763 25074 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 39621317 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383388672992 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28772] ppid=28760 vsize=10925344 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28772/stat : 28772 (java) S 28760 28763 25074 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 17 0 39621318 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383387620352 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28773] ppid=28760 vsize=10925344 memory=640 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28773/stat : 28773 (java) S 28760 28763 25074 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 17 0 39621320 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383386568912 140384084727707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28774] ppid=28760 vsize=10925344 memory=1224 CPUtime=2.29 cores=0,2,4,6
/proc/28763/task/28774/stat : 28774 (java) S 28760 28763 25074 0 -1 1077944384 13453 0 0 0 227 2 0 0 20 0 17 0 39621320 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383385516528 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28775] ppid=28760 vsize=10925344 memory=4140 CPUtime=2.26 cores=0,2,4,6
/proc/28763/task/28775/stat : 28775 (java) S 28760 28763 25074 0 -1 1077944384 16673 0 0 0 225 1 0 0 20 0 17 0 39621320 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383384463984 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28776] ppid=28760 vsize=10925344 memory=13996 CPUtime=0.48 cores=0,2,4,6
/proc/28763/task/28776/stat : 28776 (java) S 28760 28763 25074 0 -1 1077944384 6841 0 0 0 47 1 0 0 20 0 17 0 39621320 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383383411440 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28777] ppid=28760 vsize=10925344 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28763/task/28777/stat : 28777 (java) S 28760 28763 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39621320 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383382359136 140384084719317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
[pid=28763/tid=28778] ppid=28760 vsize=10925344 memory=2340 CPUtime=1.53 cores=0,2,4,6
/proc/28763/task/28778/stat : 28778 (java) S 28760 28763 25074 0 -1 1077944384 1952 0 0 0 77 76 0 0 20 0 17 0 39621320 11187552256 1927366 33554432000 4194304 4196468 140725829796400 140383381305648 140384084720258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22614016 140725829805169 140725829805321 140725829805321 140725829808079 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 7709464 KiB

Child status: 143
Real time (s): 2272.29
CPU time (s): 2400.18
CPU user time (s): 2393.86
CPU system time (s): 6.31184
CPU usage (%): 105.628
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 7709464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.86
system time used= 6.31184
maximum resident set size= 7709616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53605
involuntary context switches= 4282


# summary of solver processes directly reported to runsolver:
#   pid: 28763
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2393.86
#   total CPU system time (s): 6.31184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4257 second user time and 21.2162 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 02:49:41
IDJOB=4290166
IDBENCH=141500
IDSOLVER=2742
FILE ID=node102/4290166-1532220581
RUNJOBID= node102-1532208144-27125
PBS_JOBID= 21018941
Free space on /tmp= 53244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g19-g45_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290166-1532220581/watcher-4290166-1532220581 -o /tmp/evaluation-result-4290166-1532220581/solver-4290166-1532220581 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27125 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290166-1532220581.xml

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

MD5SUM BENCH= d9c49275b9746ea736e23f2bca190f13
RANDOM SEED=367237007

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14566080 kB
MemAvailable:   29594024 kB
Buffers:          218892 kB
Cached:         14901564 kB
SwapCached:            0 kB
Active:          3735908 kB
Inactive:       13782036 kB
Active(anon):    2400320 kB
Inactive(anon):    16892 kB
Active(file):    1335588 kB
Inactive(file): 13765144 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2284 kB
Writeback:             0 kB
AnonPages:       2452660 kB
Mapped:            47020 kB
Shmem:             17036 kB
Slab:             382928 kB
SReclaimable:     355672 kB
SUnreclaim:        27256 kB
KernelStack:        3808 kB
PageTables:         9904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4261428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2318336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53244 MiB
End job on node102 at 2018-07-22 03:27:34