Trace number 4290112

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.14 2390.03

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-12_c18.xml
MD5SUM31fb3bf3c58be033c7e9cdff116e7260
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 benchmark394.459
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints266
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":144},{"size":144,"count":132}]
Minimum variable degree0
Maximum variable degree135
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":134,"count":12},{"degree":135,"count":132}]
Minimum constraint arity3
Maximum constraint arity145
Distribution of constraint arities[{"arity":3,"count":132},{"arity":12,"count":1},{"arity":144,"count":1},{"arity":145,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":132}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290112-1532267328/watcher-4290112-1532267328 -o /tmp/evaluation-result-4290112-1532267328/solver-4290112-1532267328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290112-1532267328.xml 

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

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


[startup+0.100144 s]*
/proc/loadavg: 2.16 2.07 2.36 3/216 2140
/proc/meminfo: memFree=19701580/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10659012 memory=31476 CPUtime=0.13 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 6932 0 0 0 11 2 0 0 20 0 15 0 44295968 10914828288 7869 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2664753 7869 2801 1 0 2627263 0
[pid=2125/tid=2127] ppid=2122 vsize=10659012 memory=7970124041166878227 CPUtime=0.09 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) R 2122 2125 877 0 -1 4202560 4773 0 0 0 8 1 0 0 20 0 15 0 44295968 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688533321584 139688513197406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688455191056 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) S 2122 2125 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688452032912 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44295971 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44295971 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688020670112 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44295971 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688019617008 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) R 2122 2125 877 0 -1 1077944384 461 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688017512688 139688529128066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688016460144 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0.01 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) R 2122 2125 877 0 -1 4202560 338 0 0 0 1 0 0 0 20 0 15 0 44295974 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688015407088 139688529138266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 7869 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31476 KiB

[startup+0.210495 s]*
/proc/loadavg: 2.16 2.07 2.36 4/216 2140
/proc/meminfo: memFree=19690912/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10659012 memory=42212 CPUtime=0.33 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 8146 0 0 0 31 2 0 0 20 0 15 0 44295968 10914828288 10553 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2664753 10553 3008 1 0 2627263 0
[pid=2125/tid=2127] ppid=2122 vsize=10659012 memory=7970124041166878227 CPUtime=0.19 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) R 2122 2125 877 0 -1 4202560 5113 0 0 0 18 1 0 0 20 0 15 0 44295968 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688533353200 139688513160549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688455191056 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) S 2122 2125 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44295969 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688452032912 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44295971 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44295971 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688020670112 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44295971 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688019617008 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) S 2122 2125 877 0 -1 1077944384 736 0 0 0 2 0 0 0 20 0 15 0 44295974 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688017512688 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 289 0 0 0 2 0 0 0 20 0 15 0 44295974 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688016460144 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0.07 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) R 2122 2125 877 0 -1 4202560 646 0 0 0 7 0 0 0 20 0 15 0 44295974 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688015407088 139688529138266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10659012 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295974 10914828288 10553 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42212 KiB

[startup+0.313228 s]*
/proc/loadavg: 2.16 2.07 2.36 4/216 2140
/proc/meminfo: memFree=19684088/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10659088 memory=47140 CPUtime=0.54 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 8918 0 0 0 51 3 0 0 20 0 15 0 44295968 10914906112 11785 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2664772 11785 3051 1 0 2627263 0
[pid=2125/tid=2127] ppid=2122 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) R 2122 2125 877 0 -1 4202560 5666 0 0 0 28 2 0 0 20 0 15 0 44295968 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688533341680 139688513197436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10659088 memory=140499050659055 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688455191056 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10659088 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10659088 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) S 2122 2125 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688452032912 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10659088 memory=140494854604416 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44295971 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44295971 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688020670112 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10659088 memory=280989511418608 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44295971 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688019617008 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) S 2122 2125 877 0 -1 1077944384 857 0 0 0 5 0 0 0 20 0 15 0 44295974 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688017512688 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10659088 memory=382 CPUtime=0.04 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 315 0 0 0 4 0 0 0 20 0 15 0 44295974 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688016460144 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10659088 memory=140494854604416 CPUtime=0.12 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) R 2122 2125 877 0 -1 4202560 729 0 0 0 12 0 0 0 20 0 15 0 44295974 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688015407088 139688508134725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10659088 memory=140494755736175 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10659088 memory=140494898900384 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295974 10914906112 11835 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47140 KiB

[startup+0.700774 s]
/proc/loadavg: 2.16 2.07 2.36 6/216 2140
/proc/meminfo: memFree=19633556/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10659088 memory=182768 CPUtime=1.7 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 13341 0 0 0 164 6 0 0 20 0 15 0 44295968 10914906112 45692 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2664772 45692 3115 1 0 2627263 0
[pid=2125/tid=2127] ppid=2122 vsize=10659088 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) S 2122 2125 877 0 -1 1077944384 6053 0 0 0 63 4 0 0 20 0 15 0 44295968 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688533349824 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) R 2122 2125 877 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688455191056 139688514160025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) R 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10659088 memory=149651625876403 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10659088 memory=247728 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) R 2122 2125 877 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 44295969 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688452030544 139688513565023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 44295971 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688021722400 139688529127125 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44295971 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688020670112 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44295971 10914906112 45692 33554432000 4194304 4196468 140730126491920 139688019617008 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914906112 46204 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10659088 memory=9049312318145069229 CPUtime=0.38 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) R 2122 2125 877 0 -1 4202560 2429 0 0 0 38 0 0 0 20 0 15 0 44295974 10914906112 46204 33554432000 4194304 4196468 140730126491920 139688017493048 139688509817216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10659088 memory=6943526294502006880 CPUtime=0.33 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 2036 0 0 0 33 0 0 0 20 0 15 0 44295974 10914906112 46204 33554432000 4194304 4196468 140730126491920 139688016445136 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10659088 memory=6944656592455360604 CPUtime=0.28 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) S 2122 2125 877 0 -1 1077944384 1417 0 0 0 28 0 0 0 20 0 15 0 44295974 10914906112 46204 33554432000 4194304 4196468 140730126491920 139688015407088 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44295974 10914906112 46204 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44295974 10914906112 46204 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 182768 KiB

[startup+1.5016 s]
/proc/loadavg: 2.16 2.07 2.36 5/216 2140
/proc/meminfo: memFree=19472088/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10659088 memory=448524 CPUtime=3.69 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 15012 0 0 0 342 27 0 0 20 0 15 0 44295968 10914906112 112131 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2664772 112131 3159 1 0 2627263 0
[pid=2125/tid=2127] ppid=2122 vsize=10659088 memory=336296 CPUtime=1.3 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) R 2122 2125 877 0 -1 4202560 6118 0 0 0 124 6 0 0 20 0 15 0 44295968 10914906112 112131 33554432000 4194304 4196468 140730126491920 139688533355192 139688127544926 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10659088 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) S 2122 2125 877 0 -1 1077944384 330 0 0 0 13 4 0 0 20 0 15 0 44295969 10914906112 112131 33554432000 4194304 4196468 140730126491920 139688455191056 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10659088 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) S 2122 2125 877 0 -1 1077944384 146 0 0 0 12 4 0 0 20 0 15 0 44295969 10914906112 112131 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10659088 memory=55 CPUtime=0.15 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 132 0 0 0 11 4 0 0 20 0 15 0 44295969 10914906112 112131 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10659088 memory=12898 CPUtime=0.16 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) S 2122 2125 877 0 -1 1077944384 171 0 0 0 12 4 0 0 20 0 15 0 44295969 10914906112 112131 33554432000 4194304 4196468 140730126491920 139688452032912 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10659088 memory=20674 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 44295971 10914906112 112131 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0

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

/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 1906 0 0 0 66 3 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688020670176 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688019617024 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10727700 memory=3409 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10727700 memory=184 CPUtime=1.43 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) S 2122 2125 877 0 -1 1077944384 10528 0 0 0 142 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688017512688 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10727700 memory=1208404 CPUtime=1.84 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 11740 0 0 0 183 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688016460144 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10727700 memory=1008 CPUtime=0.53 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) S 2122 2125 877 0 -1 1077944384 5352 0 0 0 52 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688015407088 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10727700 memory=1208404 CPUtime=1.41 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1655 0 0 0 60 81 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2141] ppid=2122 vsize=10727700 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2141/stat : 2141 (java) S 2122 2125 877 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44296422 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688010151472 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 2332.54 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1208404 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/217 2322
/proc/meminfo: memFree=20357388/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10727700 memory=1208404 CPUtime=2392.59 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 245992 0 0 0 239085 174 0 0 20 0 16 0 44295968 10985164800 302101 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2681925 302101 3192 1 0 2644416 0
[pid=2125/tid=2127] ppid=2122 vsize=10727700 memory=1208404 CPUtime=2380.02 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) R 2122 2125 877 0 -1 4202560 196043 0 0 0 237977 25 0 0 20 0 16 0 44295968 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688533355528 139688129142470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10727700 memory=1208404 CPUtime=1.64 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) S 2122 2125 877 0 -1 1077944384 5192 0 0 0 146 18 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688455191056 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10727700 memory=1208404 CPUtime=1.63 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) S 2122 2125 877 0 -1 1077944384 4713 0 0 0 145 18 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10727700 memory=1208404 CPUtime=1.62 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 2930 0 0 0 145 17 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10727700 memory=1208404 CPUtime=1.65 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) S 2122 2125 877 0 -1 1077944384 4502 0 0 0 146 19 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688452032912 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0.69 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 1906 0 0 0 66 3 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688020670176 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688019617024 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10727700 memory=1208404 CPUtime=1.43 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) S 2122 2125 877 0 -1 1077944384 10528 0 0 0 142 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688017512688 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10727700 memory=4140 CPUtime=1.84 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 11740 0 0 0 183 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688016460144 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10727700 memory=8112282956445269571 CPUtime=0.53 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) S 2122 2125 877 0 -1 1077944384 5352 0 0 0 52 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688015407088 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10727700 memory=1208404 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10727700 memory=8112282956445269571 CPUtime=1.45 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1659 0 0 0 62 83 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2141] ppid=2122 vsize=10727700 memory=3208 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2141/stat : 2141 (java) S 2122 2125 877 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44296422 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688010151472 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 2392.59 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1208404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.8 s]
/proc/loadavg: 2.03 2.02 2.05 3/217 2322
/proc/meminfo: memFree=20357492/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10727700 memory=1208404 CPUtime=2400.09 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 246626 0 0 0 239835 174 0 0 20 0 16 0 44295968 10985164800 302101 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2681925 302101 3192 1 0 2644416 0
[pid=2125/tid=2127] ppid=2122 vsize=10727700 memory=4100 CPUtime=2387.52 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) R 2122 2125 877 0 -1 4202560 196612 0 0 0 238727 25 0 0 20 0 16 0 44295968 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688533355528 139688129259160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10727700 memory=2200 CPUtime=1.64 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) S 2122 2125 877 0 -1 1077944384 5192 0 0 0 146 18 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688455191056 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10727700 memory=8112282956445269571 CPUtime=1.63 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) S 2122 2125 877 0 -1 1077944384 4713 0 0 0 145 18 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10727700 memory=1428 CPUtime=1.62 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 2930 0 0 0 145 17 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10727700 memory=1196 CPUtime=1.65 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) S 2122 2125 877 0 -1 1077944384 4502 0 0 0 146 19 0 0 20 0 16 0 44295969 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688452032912 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10727700 memory=5300 CPUtime=0.69 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 1916 0 0 0 66 3 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10727700 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688020670176 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10727700 memory=11960 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 44295971 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688019617024 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10727700 memory=1428 CPUtime=1.43 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) S 2122 2125 877 0 -1 1077944384 10531 0 0 0 142 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688017512688 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10727700 memory=1196 CPUtime=1.84 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 11743 0 0 0 183 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688016460144 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10727700 memory=5300 CPUtime=0.53 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) S 2122 2125 877 0 -1 1077944384 5365 0 0 0 52 1 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688015407088 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10727700 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10727700 memory=11960 CPUtime=1.45 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1695 0 0 0 62 83 0 0 20 0 16 0 44295974 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2141] ppid=2122 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2141/stat : 2141 (java) S 2122 2125 877 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44296422 10985164800 302101 33554432000 4194304 4196468 140730126491920 139688010151472 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1208404 KiB

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

[startup+2390.03 s]
# the end of solver process 2125 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.39 s, system=1.74832 s

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

[startup+2390 s]*
/proc/loadavg: 2.02 2.02 2.05 2/218 2325
/proc/meminfo: memFree=20357492/32770624 swapFree=67108860/67108860
[pid=2125] ppid=2122 vsize=10927392 memory=1208704 CPUtime=2400.11 cores=1,3,5,7
/proc/2125/stat : 2125 (java) S 2122 2125 877 0 -1 1077944320 247507 0 0 0 239837 174 0 0 20 0 17 0 44295968 11189649408 302176 33554432000 4194304 4196468 140730126491920 140730126474464 139688529116919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
/proc/2125/statm: 2731848 302176 3194 1 0 2694339 0
[pid=2125/tid=2127] ppid=2122 vsize=10927392 memory=1399051139730258233 CPUtime=2387.53 cores=1,3,5,7
/proc/2125/task/2127/stat : 2127 (java) S 2122 2125 877 0 -1 1077944384 196723 0 0 0 238728 25 0 0 20 0 17 0 44295968 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688533359792 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2128] ppid=2122 vsize=10927392 memory=-7003737579269690708 CPUtime=1.64 cores=1,3,5,7
/proc/2125/task/2128/stat : 2128 (java) S 2122 2125 877 0 -1 1077944384 5192 0 0 0 146 18 0 0 20 0 17 0 44295969 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688455191056 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2129] ppid=2122 vsize=10927392 memory=-8412652160765825907 CPUtime=1.63 cores=1,3,5,7
/proc/2125/task/2129/stat : 2129 (java) S 2122 2125 877 0 -1 1077944384 4713 0 0 0 145 18 0 0 20 0 17 0 44295969 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688454138512 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2130] ppid=2122 vsize=10927392 memory=7100839878645619564 CPUtime=1.62 cores=1,3,5,7
/proc/2125/task/2130/stat : 2130 (java) S 2122 2125 877 0 -1 1077944384 2930 0 0 0 145 17 0 0 20 0 17 0 44295969 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688453085456 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2131] ppid=2122 vsize=10927392 memory=7013632276959946601 CPUtime=1.65 cores=1,3,5,7
/proc/2125/task/2131/stat : 2131 (java) S 2122 2125 877 0 -1 1077944384 4502 0 0 0 146 19 0 0 20 0 17 0 44295969 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688452032912 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2132] ppid=2122 vsize=10927392 memory=7810483545950938729 CPUtime=0.69 cores=1,3,5,7
/proc/2125/task/2132/stat : 2132 (java) S 2122 2125 877 0 -1 1077944384 1948 0 0 0 66 3 0 0 20 0 17 0 44295971 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688021723888 139688529128066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2133] ppid=2122 vsize=10927392 memory=7307488858473195584 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2133/stat : 2133 (java) S 2122 2125 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44295971 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688020670176 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2134] ppid=2122 vsize=10927392 memory=-8253362762721939848 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2134/stat : 2134 (java) S 2122 2125 877 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 44295971 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688019617024 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2135] ppid=2122 vsize=10927392 memory=7897517683652307531 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2135/stat : 2135 (java) S 2122 2125 877 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 17 0 44295974 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688018565584 139688529135515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2136] ppid=2122 vsize=10927392 memory=7591218924842018152 CPUtime=1.43 cores=1,3,5,7
/proc/2125/task/2136/stat : 2136 (java) R 2122 2125 877 0 -1 4202560 10572 0 0 0 142 1 0 0 20 0 17 0 44295974 11189649408 302180 33554432000 4194304 4196468 140730126491920 139688017512688 139688513017520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2137] ppid=2122 vsize=10927392 memory=7525066824918128233 CPUtime=1.84 cores=1,3,5,7
/proc/2125/task/2137/stat : 2137 (java) S 2122 2125 877 0 -1 1077944384 11743 0 0 0 183 1 0 0 20 0 17 0 44295974 11189649408 302181 33554432000 4194304 4196468 140730126491920 139688016460144 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2138] ppid=2122 vsize=10927392 memory=5792307976524819304 CPUtime=0.53 cores=1,3,5,7
/proc/2125/task/2138/stat : 2138 (java) R 2122 2125 877 0 -1 1077944384 5459 0 0 0 52 1 0 0 20 0 17 0 44295974 11189649408 302181 33554432000 4194304 4196468 140730126491920 139688015407088 139688529128066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2139] ppid=2122 vsize=10927392 memory=-8253362762721939848 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2139/stat : 2139 (java) S 2122 2125 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44295974 11189649408 302181 33554432000 4194304 4196468 140730126491920 139688014354784 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2140] ppid=2122 vsize=10927392 memory=7100839852926015589 CPUtime=1.45 cores=1,3,5,7
/proc/2125/task/2140/stat : 2140 (java) S 2122 2125 877 0 -1 1077944384 1695 0 0 0 62 83 0 0 20 0 17 0 44295974 11189649408 302181 33554432000 4194304 4196468 140730126491920 139688013302832 139688529128066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2323] ppid=2122 vsize=10927392 memory=3047711553320166262 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2323/stat : 2323 (java) S 2122 2125 877 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 17 0 44534949 11189649408 302181 33554432000 4194304 4196468 140730126491920 139688009097712 139688529127125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
[pid=2125/tid=2324] ppid=2122 vsize=10927392 memory=8514701219730523551 CPUtime=0 cores=1,3,5,7
/proc/2125/task/2324/stat : 2324 (java) R 2122 2125 877 0 -1 4202560 383 0 0 0 0 0 0 0 20 0 17 0 44534949 11189649408 302181 33554432000 4194304 4196468 140730126491920 139688008046096 139688510675722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140730126500977 140730126501129 140730126501129 140730126503887 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1208704 KiB

Child status: 143
Real time (s): 2390.03
CPU time (s): 2400.14
CPU user time (s): 2398.39
CPU system time (s): 1.74832
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1208704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.39
system time used= 1.74832
maximum resident set size= 1208916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247926
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54762
involuntary context switches= 1134


# summary of solver processes directly reported to runsolver:
#   pid: 2125
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2398.39
#   total CPU system time (s): 1.74832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9537 second user time and 23.3052 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 15:48:48
IDJOB=4290112
IDBENCH=141605
IDSOLVER=2742
FILE ID=node103/4290112-1532267328
RUNJOBID= node103-1532257777-914
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-12_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290112-1532267328/watcher-4290112-1532267328 -o /tmp/evaluation-result-4290112-1532267328/solver-4290112-1532267328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290112-1532267328.xml

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

MD5SUM BENCH= 31fb3bf3c58be033c7e9cdff116e7260
RANDOM SEED=835092503

node103.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.48
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.48
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.48
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.48
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:        19720220 kB
MemAvailable:   28126472 kB
Buffers:          235808 kB
Cached:          8373776 kB
SwapCached:            0 kB
Active:          5195100 kB
Inactive:        7275264 kB
Active(anon):    3863232 kB
Inactive(anon):    16976 kB
Active(file):    1331868 kB
Inactive(file):  7258288 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:       3714264 kB
Mapped:            47700 kB
Shmem:             17036 kB
Slab:             272492 kB
SReclaimable:     244556 kB
SUnreclaim:        27936 kB
KernelStack:        3808 kB
PageTables:        12804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5001820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3561472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 16:28:38