Trace number 4263692

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 2017-07-05? (TO) 2521.3 2474.48

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr2-7.xml
MD5SUM0bf2c77c9eab7953e0f8d897649e2359
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 benchmark0.58380198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains46
Minimum domain size116
Maximum domain size135
Distribution of domain sizes[{"size":116,"count":10},{"size":117,"count":10},{"size":124,"count":10},{"size":126,"count":20},{"size":128,"count":10},{"size":131,"count":10},{"size":134,"count":10},{"size":135,"count":20}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

39.13/14.81	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
39.13/14.81	c This is free software under the dual EPL/GNU LGPL licenses.
39.13/14.81	c See www.sat4j.org for details.
39.13/14.81	c That software uses the Rhino library from the Mozilla project.
39.13/14.81	c version CUSTOM.v20170705
39.13/14.81	c java.runtime.name	Java(TM) SE Runtime Environment
39.13/14.81	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
39.13/14.81	c java.vm.version	25.131-b11
39.13/14.81	c java.vm.vendor	Oracle Corporation
39.13/14.81	c sun.arch.data.model	64
39.13/14.81	c java.version		1.8.0_131
39.13/14.81	c os.name		Linux
39.13/14.81	c os.version		3.10.0-514.16.1.el7.x86_64
39.13/14.81	c os.arch		amd64
39.13/14.81	c Free memory 		499604488
39.13/14.81	c Max memory 		7247757312
39.13/14.81	c Total memory 		504889344
39.13/14.81	c Number of processors 	4
39.13/14.81	c c --- Begin Solver configuration ---
39.13/14.81	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
39.13/14.81	c Learn all clauses as in MiniSAT
39.13/14.81	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
39.13/14.81	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
39.13/14.81	c No reason simplification
39.13/14.81	c Glucose 2.1 dynamic restart strategy
39.13/14.81	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
39.13/14.81	c timeout=2147483s
39.13/14.81	c DB Simplification allowed=false
39.13/14.81	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
39.13/14.81	c --- End Solver configuration ---
39.13/14.81	c constraints type 
39.13/14.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
39.13/14.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 186984
39.13/14.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24596908
39.13/14.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 1690
39.13/14.81	c 24785782 constraints processed.
2520.80/2474.39	c starts		: 11871
2520.80/2474.39	c conflicts		: 2298768
2520.80/2474.39	c decisions		: 159686980
2520.80/2474.39	c propagations		: 1883328756
2520.80/2474.39	c inspects		: 30172104248
2520.80/2474.39	c shortcuts		: 0
2520.80/2474.39	c learnt literals	: 111
2520.80/2474.39	c learnt binary clauses	: 135392
2520.80/2474.39	c learnt ternary clauses	: 294998
2520.80/2474.39	c learnt constraints	: 2298657
2520.80/2474.39	c ignored constraints	: 0
2520.80/2474.39	c root simplifications	: 0
2520.80/2474.39	c removed literals (reason simplification)	: 0
2520.80/2474.39	c reason swapping (by a shorter reason)	: 0
2520.80/2474.39	c Calls to reduceDB	: 63
2520.80/2474.39	c Number of update (reduction) of LBD	: 1771750
2520.80/2474.39	c Imported unit clauses	: 0
2520.80/2474.39	c number of reductions to clauses (during analyze)	: 0
2520.80/2474.39	c number of learned constraints concerned by reduction	: 0
2520.80/2474.39	c number of learning phase by resolution	: 0
2520.80/2474.39	c number of learning phase by cutting planes	: 0
2520.80/2474.39	c number of rounding to 1 operations	: 0
2520.80/2474.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.80/2474.39	c number of reductions of the coefficients by power 2 	: 0
2520.80/2474.39	c number of right shift for reduction by power 2 	: 0
2520.80/2474.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.80/2474.39	c speed (assignments/second)	: 765720.5546866074
2520.80/2474.39	c non guided choices	8348659
2521.18/2474.45	c learnt constraints type 
2521.18/2474.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 135392
2521.18/2474.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 367746
2521.18/2474.45	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 (11779 MiB free)
  memory of node 1: 16384 MiB (15000 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263692-1502635671/watcher-4263692-1502635671 -o /tmp/evaluation-result-4263692-1502635671/solver-4263692-1502635671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502634012-3894 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263692-1502635671.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=4194, runsolver pid=4191

[startup+0.10266 s]*
/proc/loadavg: 1.94 2.99 2.80 3/216 4209
/proc/meminfo: memFree=27403048/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10555400 memory=31348 CPUtime=0.12 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 6383 0 0 0 11 1 0 0 20 0 15 0 96654967 10808729600 7837 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2638850 7837 2813 1 0 2627263 0
[pid=4194/tid=4196] ppid=4191 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) R 4191 4194 31095 0 -1 4202560 4233 0 0 0 8 1 0 0 20 0 15 0 96654967 10808729600 7837 33554432000 4194304 4196468 140727998294720 140152188044560 140152183833757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 7837 33554432000 4194304 4196468 140727998294720 140152109886352 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10555400 memory=140047131690624 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 7837 33554432000 4194304 4196468 140727998294720 140152108833552 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 7837 33554432000 4194304 4196468 140727998294720 140152107781264 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) S 4191 4194 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 7837 33554432000 4194304 4196468 140727998294720 140152106728464 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10555400 memory=140047131690624 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654969 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151675107440 140152183822978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654970 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151674053408 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654970 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151673001072 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654972 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) S 4191 4194 31095 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 96654972 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151670897264 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 96654972 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151669844464 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10555400 memory=140047131690624 CPUtime=0.02 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) R 4191 4194 31095 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 96654972 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151668792176 140152169492529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654973 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10555400 memory=140047131690624 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654973 10808729600 7837 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31348 KiB

[startup+0.210539 s]*
/proc/loadavg: 1.94 2.99 2.80 4/216 4209
/proc/meminfo: memFree=27395108/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10555400 memory=39588 CPUtime=0.32 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 7569 0 0 0 30 2 0 0 20 0 15 0 96654967 10808729600 9897 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2638850 9897 2959 1 0 2627263 0
[pid=4194/tid=4196] ppid=4191 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) R 4191 4194 31095 0 -1 4202560 4628 0 0 0 19 1 0 0 20 0 15 0 96654967 10808729600 9969 33554432000 4194304 4196468 140727998294720 140152188046352 140152167892318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 9969 33554432000 4194304 4196468 140727998294720 140152109886352 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10555400 memory=288370423283402368 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 9969 33554432000 4194304 4196468 140727998294720 140152108833552 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 9969 33554432000 4194304 4196468 140727998294720 140152107781264 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) S 4191 4194 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654968 10808729600 9969 33554432000 4194304 4196468 140727998294720 140152106728464 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10555400 memory=140047131690624 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654969 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151675107440 140152183822978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654970 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151674053408 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654970 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151673001072 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654972 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) S 4191 4194 31095 0 -1 1077944384 578 0 0 0 2 0 0 0 20 0 15 0 96654972 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151670897264 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 15 0 96654972 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151669844464 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10555400 memory=140047131690624 CPUtime=0.07 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) S 4191 4194 31095 0 -1 1077944384 759 0 0 0 7 0 0 0 20 0 15 0 96654972 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151668792176 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654973 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10555400 memory=140047131690624 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654973 10808729600 9969 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39588 KiB

[startup+0.310448 s]*
/proc/loadavg: 1.94 2.99 2.80 4/216 4209
/proc/meminfo: memFree=27388532/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10555476 memory=46344 CPUtime=0.53 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 8190 0 0 0 50 3 0 0 20 0 15 0 96654967 10808807424 11586 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2638869 11586 3001 1 0 2627263 0
[pid=4194/tid=4196] ppid=4191 vsize=10555476 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) R 4191 4194 31095 0 -1 4202560 5042 0 0 0 28 1 0 0 20 0 15 0 96654967 10808807424 11586 33554432000 4194304 4196468 140727998294720 140152188049520 140151779104195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808807424 11586 33554432000 4194304 4196468 140727998294720 140152109886352 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10555476 memory=140047131748640 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808807424 11586 33554432000 4194304 4196468 140727998294720 140152108833552 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654968 10808807424 11586 33554432000 4194304 4196468 140727998294720 140152107781264 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) S 4191 4194 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654968 10808807424 11586 33554432000 4194304 4196468 140727998294720 140152106728464 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10555476 memory=140047131755552 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654969 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151675107440 140152183822978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654970 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151674053408 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654970 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151673001072 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654972 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) R 4191 4194 31095 0 -1 1077944384 592 0 0 0 3 0 0 0 20 0 15 0 96654972 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151670897264 140152183822978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10555476 memory=140047005371919 CPUtime=0.04 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 328 0 0 0 4 0 0 0 20 0 15 0 96654972 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151669844464 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10555476 memory=140047131694647 CPUtime=0.13 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) R 4191 4194 31095 0 -1 4202560 866 0 0 0 13 0 0 0 20 0 15 0 96654972 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151668788544 140152167892318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10555476 memory=140047005376463 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654973 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10555476 memory=280094137083840 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654973 10808807424 11586 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46344 KiB

[startup+0.700798 s]
/proc/loadavg: 1.94 2.99 2.80 6/216 4209
/proc/meminfo: memFree=27343484/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10555476 memory=214964 CPUtime=1.76 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 11140 0 0 0 167 9 0 0 20 0 15 0 96654967 10808807424 53741 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2638869 53741 3082 1 0 2627263 0
[pid=4194/tid=4196] ppid=4191 vsize=10555476 memory=2372 CPUtime=0.64 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) S 4191 4194 31095 0 -1 1077944384 5381 0 0 0 60 4 0 0 20 0 15 0 96654967 10808807424 53741 33554432000 4194304 4196468 140727998294720 140152188047984 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) R 4191 4194 31095 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 15 0 96654968 10808807424 53741 33554432000 4194304 4196468 140727998294720 140152109884160 140152168838648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10555476 memory=1420 CPUtime=0.03 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) R 4191 4194 31095 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 15 0 96654968 10808807424 53741 33554432000 4194304 4196468 140727998294720 140152108833552 140152168839250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10555476 memory=15872 CPUtime=0.03 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) R 4191 4194 31095 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 15 0 96654968 10808807424 53741 33554432000 4194304 4196468 140727998294720 140152107781464 140152168839400 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10555476 memory=16448 CPUtime=0.02 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) R 4191 4194 31095 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 15 0 96654968 10808807424 53741 33554432000 4194304 4196468 140727998294720 140152106728464 140152168839250 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96654969 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151675105952 140152183822037 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654970 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151674053408 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654970 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151673001072 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654972 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10555476 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) S 4191 4194 31095 0 -1 1077944384 1642 0 0 0 34 0 0 0 20 0 15 0 96654972 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151670882256 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10555476 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 1320 0 0 0 35 0 0 0 20 0 15 0 96654972 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151669835744 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10555476 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) S 4191 4194 31095 0 -1 1077944384 1326 0 0 0 25 0 0 0 20 0 15 0 96654972 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151668792176 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654973 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654973 10808807424 53741 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 214964 KiB

[startup+1.50982 s]
/proc/loadavg: 1.94 2.99 2.80 3/216 4209
/proc/meminfo: memFree=27110948/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10555476 memory=604444 CPUtime=3.75 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 12458 0 0 0 331 44 0 0 20 0 15 0 96654967 10808807424 151111 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2638869 151111 3119 1 0 2627263 0
[pid=4194/tid=4196] ppid=4191 vsize=10555476 memory=3467825800423682109 CPUtime=1.08 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) S 4191 4194 31095 0 -1 1077944384 5461 0 0 0 103 5 0 0 20 0 15 0 96654967 10808807424 151111 33554432000 4194304 4196468 140727998294720 140152188047680 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10555476 memory=262936 CPUtime=0.38 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) R 4191 4194 31095 0 -1 4202560 231 0 0 0 29 9 0 0 20 0 15 0 96654968 10808807424 151111 33554432000 4194304 4196468 140727998294720 140152109886352 140152165408493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10555476 memory=2241 CPUtime=0.38 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) R 4191 4194 31095 0 -1 4202560 253 0 0 0 29 9 0 0 20 0 15 0 96654968 10808807424 151111 33554432000 4194304 4196468 140727998294720 140152108833552 140152168509606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10555476 memory=1420 CPUtime=0.38 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) R 4191 4194 31095 0 -1 4202560 229 0 0 0 30 8 0 0 20 0 15 0 96654968 10808807424 151111 33554432000 4194304 4196468 140727998294720 140152107781264 140152169876656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10555476 memory=15872 CPUtime=0.38 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) R 4191 4194 31095 0 -1 4202560 269 0 0 0 30 8 0 0 20 0 15 0 96654968 10808807424 151111 33554432000 4194304 4196468 140727998294720 140152106728664 140152165408428 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 96654969 10808807424 151111 33554432000 4194304 4196468 140727998294720 140151675105760 140152183822037 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0

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

/proc/4194/task/4199/stat : 4199 (java) S 4191 4194 31095 0 -1 1077944384 7214 0 0 0 1265 83 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152107781264 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.5 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) S 4191 4194 31095 0 -1 1077944384 13702 0 0 0 1270 80 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152106728464 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10622040 memory=164 CPUtime=4.93 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 12110 0 0 0 489 4 0 0 20 0 16 0 96654969 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151675107440 140152183822978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96654970 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151674053472 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96654970 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151673001088 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10622040 memory=27984 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.73 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) S 4191 4194 31095 0 -1 1077944384 9426 0 0 0 171 2 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151670897264 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.69 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 10852 0 0 0 168 1 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151669844464 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0.5 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) S 4191 4194 31095 0 -1 1077944384 3627 0 0 0 49 1 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151668792176 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96654973 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10622040 memory=2340 CPUtime=1.36 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 2222 0 0 0 56 80 0 0 20 0 16 0 96654973 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4210] ppid=4191 vsize=10622040 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4210/stat : 4210 (java) S 4191 4194 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96656451 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151665631920 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 2428.18 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4027024 KiB

[startup+2442.3 s]
/proc/loadavg: 1.02 1.40 1.81 2/196 4354
/proc/meminfo: memFree=24647032/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10622040 memory=4027024 CPUtime=2488.23 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 333972 0 0 0 248382 441 0 0 20 0 16 0 96654967 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2655510 1006756 3164 1 0 2643904 0
[pid=4194/tid=4196] ppid=4191 vsize=10622040 memory=4027024 CPUtime=2423.88 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) R 4191 4194 31095 0 -1 4202560 250983 0 0 0 242351 37 0 0 20 0 16 0 96654967 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152188050784 140151784190104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.5 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) S 4191 4194 31095 0 -1 1077944384 7574 0 0 0 1267 83 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152109886352 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.51 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) S 4191 4194 31095 0 -1 1077944384 14679 0 0 0 1274 77 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152108833552 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.48 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) S 4191 4194 31095 0 -1 1077944384 7214 0 0 0 1265 83 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152107781264 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.5 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) S 4191 4194 31095 0 -1 1077944384 13702 0 0 0 1270 80 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152106728464 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10622040 memory=4027024 CPUtime=4.93 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 12129 0 0 0 489 4 0 0 20 0 16 0 96654969 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151675107440 140152183822978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96654970 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151674053472 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96654970 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151673001088 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.74 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) S 4191 4194 31095 0 -1 1077944384 9447 0 0 0 172 2 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151670897264 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.69 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 10864 0 0 0 168 1 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151669844464 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0.5 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) S 4191 4194 31095 0 -1 1077944384 3633 0 0 0 49 1 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151668792176 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96654973 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.41 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 2298 0 0 0 59 82 0 0 20 0 16 0 96654973 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4210] ppid=4191 vsize=10622040 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4210/stat : 4210 (java) S 4191 4194 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96656451 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151665631920 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 2488.23 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4027024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.11 s]
/proc/loadavg: 1.01 1.37 1.79 2/196 4355
/proc/meminfo: memFree=24647036/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10622040 memory=4027024 CPUtime=2520.06 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 339009 0 0 0 251565 441 0 0 20 0 16 0 96654967 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2655510 1006756 3164 1 0 2643904 0
[pid=4194/tid=4196] ppid=4191 vsize=10622040 memory=16448 CPUtime=2455.7 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) R 4191 4194 31095 0 -1 4202560 256016 0 0 0 245532 38 0 0 20 0 16 0 96654967 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152188050784 140151784438234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.5 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) S 4191 4194 31095 0 -1 1077944384 7574 0 0 0 1267 83 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152109886352 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.51 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) S 4191 4194 31095 0 -1 1077944384 14679 0 0 0 1274 77 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152108833552 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10622040 memory=4027024 CPUtime=13.48 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) S 4191 4194 31095 0 -1 1077944384 7214 0 0 0 1265 83 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152107781264 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10622040 memory=280094011152096 CPUtime=13.5 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) S 4191 4194 31095 0 -1 1077944384 13702 0 0 0 1270 80 0 0 20 0 16 0 96654968 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140152106728464 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10622040 memory=4027024 CPUtime=4.93 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 12129 0 0 0 489 4 0 0 20 0 16 0 96654969 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151675107440 140152183822978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96654970 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151674053472 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96654970 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151673001088 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.74 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) S 4191 4194 31095 0 -1 1077944384 9447 0 0 0 172 2 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151670897264 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.69 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 10864 0 0 0 168 1 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151669844464 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10622040 memory=1580 CPUtime=0.5 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) S 4191 4194 31095 0 -1 1077944384 3633 0 0 0 49 1 0 0 20 0 16 0 96654972 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151668792176 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96654973 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10622040 memory=4027024 CPUtime=1.42 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 2302 0 0 0 60 82 0 0 20 0 16 0 96654973 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4210] ppid=4191 vsize=10622040 memory=4027024 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4210/stat : 4210 (java) S 4191 4194 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96656451 10876968960 1006756 33554432000 4194304 4196468 140727998294720 140151665631920 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4027024 KiB

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

[startup+2474.48 s]
# the end of solver process 4194 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.85 s, system=4.44869 s

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

[startup+2474.4 s]
/proc/loadavg: 1.01 1.37 1.79 2/196 4355
/proc/meminfo: memFree=24647036/32770624 swapFree=67108860/67108860
[pid=4194] ppid=4191 vsize=10821732 memory=4022128 CPUtime=2521.18 cores=1,3,5,7
/proc/4194/stat : 4194 (java) S 4191 4194 31095 0 -1 1077944320 345956 0 0 0 251676 442 0 0 20 0 17 0 96654967 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140727998277264 140152183811831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
/proc/4194/statm: 2705433 1005532 3167 1 0 2693827 0
[pid=4194/tid=4196] ppid=4191 vsize=10821732 memory=4027024 CPUtime=2455.7 cores=1,3,5,7
/proc/4194/task/4196/stat : 4196 (java) S 4191 4194 31095 0 -1 1077944384 256083 0 0 0 245532 38 0 0 20 0 17 0 96654967 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140152188054704 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4197] ppid=4191 vsize=10821732 memory=8112282956445269571 CPUtime=13.77 cores=1,3,5,7
/proc/4194/task/4197/stat : 4197 (java) S 4191 4194 31095 0 -1 1077944384 8643 0 0 0 1294 83 0 0 20 0 17 0 96654968 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140152109886352 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4198] ppid=4191 vsize=10821732 memory=952 CPUtime=13.78 cores=1,3,5,7
/proc/4194/task/4198/stat : 4198 (java) S 4191 4194 31095 0 -1 1077944384 17504 0 0 0 1301 77 0 0 20 0 17 0 96654968 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140152108833552 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4199] ppid=4191 vsize=10821732 memory=2340 CPUtime=13.75 cores=1,3,5,7
/proc/4194/task/4199/stat : 4199 (java) S 4191 4194 31095 0 -1 1077944384 7591 0 0 0 1292 83 0 0 20 0 17 0 96654968 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140152107781264 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4200] ppid=4191 vsize=10821732 memory=1580 CPUtime=13.78 cores=1,3,5,7
/proc/4194/task/4200/stat : 4200 (java) S 4191 4194 31095 0 -1 1077944384 14678 0 0 0 1297 81 0 0 20 0 17 0 96654968 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140152106728464 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4201] ppid=4191 vsize=10821732 memory=8112282956445269571 CPUtime=4.93 cores=1,3,5,7
/proc/4194/task/4201/stat : 4201 (java) S 4191 4194 31095 0 -1 1077944384 12307 0 0 0 489 4 0 0 20 0 17 0 96654969 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151675107440 140152183822978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4202] ppid=4191 vsize=10821732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4202/stat : 4202 (java) S 4191 4194 31095 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 96654970 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151674053472 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4203] ppid=4191 vsize=10821732 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4203/stat : 4203 (java) S 4191 4194 31095 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 96654970 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151673001088 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4204] ppid=4191 vsize=10821732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4204/stat : 4204 (java) S 4191 4194 31095 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 96654972 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151671949392 140152183830427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4205] ppid=4191 vsize=10821732 memory=8112282956445269571 CPUtime=1.74 cores=1,3,5,7
/proc/4194/task/4205/stat : 4205 (java) S 4191 4194 31095 0 -1 1077944384 9732 0 0 0 172 2 0 0 20 0 17 0 96654972 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151670897264 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4206] ppid=4191 vsize=10821732 memory=6944656575208382560 CPUtime=1.69 cores=1,3,5,7
/proc/4194/task/4206/stat : 4206 (java) S 4191 4194 31095 0 -1 1077944384 11065 0 0 0 168 1 0 0 20 0 17 0 96654972 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151669844464 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4207] ppid=4191 vsize=10821732 memory=4027024 CPUtime=0.51 cores=1,3,5,7
/proc/4194/task/4207/stat : 4207 (java) S 4191 4194 31095 0 -1 1077944384 3911 0 0 0 50 1 0 0 20 0 17 0 96654972 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151668792176 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4208] ppid=4191 vsize=10821732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/4194/task/4208/stat : 4208 (java) S 4191 4194 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654973 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151667739616 140152183822037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
[pid=4194/tid=4209] ppid=4191 vsize=10821732 memory=4027024 CPUtime=1.42 cores=1,3,5,7
/proc/4194/task/4209/stat : 4209 (java) S 4191 4194 31095 0 -1 1077944384 2302 0 0 0 60 82 0 0 20 0 17 0 96654973 11081453568 1005532 33554432000 4194304 4196468 140727998294720 140151666686384 140152183822978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19439616 140727998297222 140727998297375 140727998297375 140727998300111 0
Current children cumulated CPU time: 2521.18 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 4022128 KiB

Child status: 143
Real time (s): 2474.48
CPU time (s): 2521.3
CPU user time (s): 2516.85
CPU system time (s): 4.44869
CPU usage (%): 101.892
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 4027336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.85
system time used= 4.44869
maximum resident set size= 4027368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56861
involuntary context switches= 1168


# summary of solver processes directly reported to runsolver:
#   pid: 4194
#   total CPU time (s): 2521.3
#   total CPU user time (s): 2516.85
#   total CPU system time (s): 4.44869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5483 second user time and 22.2603 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 16:33:32
IDJOB=4263692
IDBENCH=138527
IDSOLVER=2651
FILE ID=node104/4263692-1502635671
RUNJOBID= node104-1502634012-3894
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr2-7.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263692-1502635671/watcher-4263692-1502635671 -o /tmp/evaluation-result-4263692-1502635671/solver-4263692-1502635671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502634012-3894 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263692-1502635671.xml

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

MD5SUM BENCH= 0bf2c77c9eab7953e0f8d897649e2359
RANDOM SEED=2038121314

node104.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.43
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.43
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.43
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.43
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:        27422756 kB
MemAvailable:   30740396 kB
Buffers:          156632 kB
Cached:          3442528 kB
SwapCached:            0 kB
Active:          1583376 kB
Inactive:        3313236 kB
Active(anon):    1299976 kB
Inactive(anon):    25024 kB
Active(file):     283400 kB
Inactive(file):  3288212 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       1303648 kB
Mapped:            55224 kB
Shmem:             25228 kB
Slab:             148896 kB
SReclaimable:     123724 kB
SUnreclaim:        25172 kB
KernelStack:        3520 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2679400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1185792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61864 MiB
End job on node104 at 2017-08-13 17:14:47