Trace number 4302168

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2s-2-2_c18.xml
MD5SUMff08492a2d05416f9c52db7882ac5695
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark647
Best CPU time to get the best result obtained on this benchmark252.127
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24975
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":37,"count":111},{"size":41,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree222
Distribution of variable degrees[{"degree":2,"count":20424},{"degree":3,"count":1443},{"degree":4,"count":222},{"degree":5,"count":222},{"degree":222,"count":111}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24753},{"arity":88,"count":111},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24642
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24642},{"type":"sum","count":222}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302168-1532888004/watcher-4302168-1532888004 -o /tmp/evaluation-result-4302168-1532888004/solver-4302168-1532888004 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302168-1532888004.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14851, runsolver pid=14848

[startup+0.100059 s]*
/proc/loadavg: 3.36 2.87 2.48 7/215 14866
/proc/meminfo: memFree=21954896/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10659012 memory=31484 CPUtime=0.13 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 6434 0 0 0 11 2 0 0 20 0 15 0 106363564 10914828288 7871 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2664753 7871 2816 1 0 2627263 0
[pid=14851/tid=14853] ppid=14848 vsize=10659012 memory=-8701690554791923071 CPUtime=0.09 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) R 14848 14851 10029 0 -1 4202560 4264 0 0 0 8 1 0 0 20 0 15 0 106363565 10914828288 7871 33554432000 4194304 4196468 140734978094608 139743488063424 139743483854230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 7871 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 7871 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 7871 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 7871 33554432000 4194304 4196468 140734978094608 139743406759056 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363567 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742841759728 139743483853442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106363567 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742840705952 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106363568 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742839653360 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) S 14848 14851 10029 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742837549552 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742836497008 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0.01 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) R 14848 14851 10029 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 15 0 106363570 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742835444464 139743462519655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 7871 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31484 KiB

[startup+0.21061 s]*
/proc/loadavg: 3.36 2.87 2.48 7/215 14866
/proc/meminfo: memFree=21943668/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10659012 memory=41940 CPUtime=0.33 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 7612 0 0 0 30 3 0 0 20 0 15 0 106363564 10914828288 10485 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2664753 10485 2999 1 0 2627263 0
[pid=14851/tid=14853] ppid=14848 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) R 14848 14851 10029 0 -1 4202560 4605 0 0 0 18 1 0 0 20 0 15 0 106363565 10914828288 10485 33554432000 4194304 4196468 140734978094608 139743488072384 139743467885925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 10485 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10659012 memory=288370893271975552 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 10485 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 10485 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 10485 33554432000 4194304 4196468 140734978094608 139743406759056 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363567 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742841759728 139743483853442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106363567 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742840705952 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106363568 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742839653360 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) S 14848 14851 10029 0 -1 1077944384 653 0 0 0 2 0 0 0 20 0 15 0 106363570 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742837549552 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) S 14848 14851 10029 0 -1 1077944384 329 0 0 0 2 0 0 0 20 0 15 0 106363570 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742836497008 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0.07 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) R 14848 14851 10029 0 -1 4202560 663 0 0 0 7 0 0 0 20 0 15 0 106363570 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742835444464 139743468016811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 10485 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41940 KiB

[startup+0.310861 s]*
/proc/loadavg: 3.36 2.87 2.48 8/215 14866
/proc/meminfo: memFree=21929288/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10659012 memory=54516 CPUtime=0.59 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 9204 0 0 0 56 3 0 0 20 0 15 0 106363564 10914828288 13629 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2664753 13629 3047 1 0 2627263 0
[pid=14851/tid=14853] ppid=14848 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) R 14848 14851 10029 0 -1 4202560 4880 0 0 0 28 2 0 0 20 0 15 0 106363565 10914828288 13629 33554432000 4194304 4196468 140734978094608 139743488078416 139743483864221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 13629 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10659012 memory=288370893271975552 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 13629 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 13629 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363565 10914828288 13629 33554432000 4194304 4196468 140734978094608 139743406759056 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363567 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742841759728 139743483853442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106363567 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742840705952 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106363568 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742839653360 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) R 14848 14851 10029 0 -1 4202560 1234 0 0 0 7 0 0 0 20 0 15 0 106363570 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742837530568 139743463695899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) R 14848 14851 10029 0 -1 4202560 763 0 0 0 7 0 0 0 20 0 15 0 106363570 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742836482888 139743463559431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0.12 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) R 14848 14851 10029 0 -1 1077944384 967 0 0 0 12 0 0 0 20 0 15 0 106363570 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742835444464 139743483853442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10659012 memory=140517120263808 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363570 10914828288 13629 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54516 KiB

[startup+0.701102 s]
/proc/loadavg: 3.36 2.87 2.48 6/215 14866
/proc/meminfo: memFree=21873368/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10659088 memory=160736 CPUtime=1.92 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 11301 0 0 0 186 6 0 0 20 0 15 0 106363564 10914906112 40184 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2664772 40184 3111 1 0 2627263 0
[pid=14851/tid=14853] ppid=14848 vsize=10659088 memory=204331592732009 CPUtime=0.68 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) R 14848 14851 10029 0 -1 4202560 5337 0 0 0 65 3 0 0 20 0 15 0 106363565 10914906112 40184 33554432000 4194304 4196468 140734978094608 139743488076440 139743089715544 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10659088 memory=617063 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914906112 40184 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914906112 40184 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106363565 10914906112 40184 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10659088 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363565 10914906112 40184 33554432000 4194304 4196468 140734978094608 139743406759056 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106363567 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742841759728 139743483853442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106363567 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742840705952 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106363568 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742839653360 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10659088 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) R 14848 14851 10029 0 -1 4202560 1745 0 0 0 44 0 0 0 20 0 15 0 106363570 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742837539936 139743462008776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10659088 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) R 14848 14851 10029 0 -1 4202560 1475 0 0 0 45 0 0 0 20 0 15 0 106363570 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742836483792 139743461864902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) S 14848 14851 10029 0 -1 1077944384 1374 0 0 0 31 1 0 0 20 0 15 0 106363570 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742835444464 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10659088 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106363570 10914906112 40184 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 160736 KiB

[startup+1.50457 s]
/proc/loadavg: 3.36 2.87 2.48 8/215 14866
/proc/meminfo: memFree=21509948/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10659088 memory=633012 CPUtime=4.32 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 17258 0 0 0 407 25 0 0 20 0 15 0 106363564 10914906112 158253 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2664772 158253 3145 1 0 2627263 0
[pid=14851/tid=14853] ppid=14848 vsize=10659088 memory=9169 CPUtime=1.36 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) S 14848 14851 10029 0 -1 1077944384 5646 0 0 0 127 9 0 0 20 0 15 0 106363565 10914906112 158253 33554432000 4194304 4196468 140734978094608 139743488079376 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10659088 memory=6791534058613427641 CPUtime=0.06 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 108 0 0 0 4 2 0 0 20 0 15 0 106363565 10914906112 158253 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 207 0 0 0 5 3 0 0 20 0 15 0 106363565 10914906112 158253 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 113 0 0 0 6 2 0 0 20 0 15 0 106363565 10914906112 158253 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10659088 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) R 14848 14851 10029 0 -1 1077944384 127 0 0 0 5 3 0 0 20 0 15 0 106363565 10914906112 158253 33554432000 4194304 4196468 140734978094608 139743406759120 139743483852501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) R 14848 14851 10029 0 -1 4202560 210 0 0 0 0 0 0 0 20 0 15 0 106363567 10914906112 158253 33554432000 4194304 4196468 140734978094608 139742841758240 139743483863642 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0

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

/proc/14851/task/14857/stat : 14857 (java) R 14848 14851 10029 0 -1 4202560 366484 0 0 0 3003 109 0 0 20 0 15 0 106363565 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139743406759256 139743468793756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10661136 memory=7614396 CPUtime=7.44 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 23354 0 0 0 742 2 0 0 20 0 15 0 106363567 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742841758048 139743483852501 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10661136 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 106363567 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742840706016 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 106363568 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742839653376 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10661136 memory=7956005031678667109 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10661136 memory=1408 CPUtime=3.8 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) S 14848 14851 10029 0 -1 1077944384 7278 0 0 0 380 0 0 0 20 0 15 0 106363570 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742837549600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10661136 memory=3544 CPUtime=4.03 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) S 14848 14851 10029 0 -1 1077944384 7309 0 0 0 402 1 0 0 20 0 15 0 106363570 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742836496768 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10661136 memory=27040 CPUtime=0.67 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) S 14848 14851 10029 0 -1 1077944384 2782 0 0 0 65 2 0 0 20 0 15 0 106363570 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742835444512 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10661136 memory=13773960120851 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106363570 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10661136 memory=-8385567705955483600 CPUtime=0.01 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 1009 0 0 0 1 0 0 0 20 0 15 0 106363570 10917003264 1903599 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 151.85 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 7614396 KiB

[startup+102.301 s]
/proc/loadavg: 5.19 3.77 2.85 6/216 14943
/proc/meminfo: memFree=12174028/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10727700 memory=8394480 CPUtime=245.49 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 1388401 0 0 0 24034 515 0 0 20 0 16 0 106363564 10985164800 2098620 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2681925 2098620 3197 1 0 2644416 0
[pid=14851/tid=14853] ppid=14848 vsize=10727700 memory=8394480 CPUtime=46.57 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) R 14848 14851 10029 0 -1 4202560 15259 0 0 0 4617 40 0 0 20 0 16 0 106363565 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139743488078320 139743086325824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10727700 memory=3544 CPUtime=44.14 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 256459 0 0 0 4312 102 0 0 20 0 16 0 106363565 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10727700 memory=0 CPUtime=44.28 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 299782 0 0 0 4303 125 0 0 20 0 16 0 106363565 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10727700 memory=3604 CPUtime=44.07 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 311556 0 0 0 4286 121 0 0 20 0 16 0 106363565 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10727700 memory=8394480 CPUtime=44.75 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) S 14848 14851 10029 0 -1 1077944384 443032 0 0 0 4362 113 0 0 20 0 16 0 106363565 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139743406759056 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10727700 memory=8394432 CPUtime=10.6 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 32594 0 0 0 1057 3 0 0 20 0 16 0 106363567 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742841759728 139743483853442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10727700 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106363567 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742840706016 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10727700 memory=8394480 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 106363568 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742839653376 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10727700 memory=4048933059741512106 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106363570 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10727700 memory=8394480 CPUtime=4.82 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) S 14848 14851 10029 0 -1 1077944384 11604 0 0 0 481 1 0 0 20 0 16 0 106363570 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742837549552 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10727700 memory=776 CPUtime=5.32 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) S 14848 14851 10029 0 -1 1077944384 11981 0 0 0 530 2 0 0 20 0 16 0 106363570 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742836497008 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10727700 memory=1876 CPUtime=0.79 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) S 14848 14851 10029 0 -1 1077944384 3368 0 0 0 77 2 0 0 20 0 16 0 106363570 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742835444464 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10727700 memory=140516968628504 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106363570 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10727700 memory=7234303152781525078 CPUtime=0.06 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 1333 0 0 0 4 2 0 0 20 0 16 0 106363570 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14943] ppid=14848 vsize=10727700 memory=288292185915523935 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14943/stat : 14943 (java) S 14848 14851 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106370482 10985164800 2098620 33554432000 4194304 4196468 140734978094608 139742830187312 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 245.49 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8394480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+108.801 s]
/proc/loadavg: 5.16 3.81 2.87 3/216 14943
/proc/meminfo: memFree=11239956/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10727700 memory=8394496 CPUtime=252.01 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 1389671 0 0 0 24685 516 0 0 20 0 16 0 106363564 10985164800 2098624 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2681925 2098624 3199 1 0 2644416 0
[pid=14851/tid=14853] ppid=14848 vsize=10727700 memory=15128 CPUtime=53.07 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) R 14848 14851 10029 0 -1 4202560 15395 0 0 0 5267 40 0 0 20 0 16 0 106363565 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139743488078208 139743086325828 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10727700 memory=640 CPUtime=44.14 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 256459 0 0 0 4312 102 0 0 20 0 16 0 106363565 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10727700 memory=6791534058613427641 CPUtime=44.28 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 299782 0 0 0 4303 125 0 0 20 0 16 0 106363565 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10727700 memory=1664 CPUtime=44.07 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 311556 0 0 0 4286 121 0 0 20 0 16 0 106363565 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10727700 memory=1828 CPUtime=44.75 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) S 14848 14851 10029 0 -1 1077944384 443032 0 0 0 4362 113 0 0 20 0 16 0 106363565 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139743406759056 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10727700 memory=800 CPUtime=10.61 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 32626 0 0 0 1057 4 0 0 20 0 16 0 106363567 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742841759728 139743483853442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10727700 memory=8394496 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106363567 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742840706016 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10727700 memory=8394496 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 106363568 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742839653376 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10727700 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106363570 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10727700 memory=27040 CPUtime=4.83 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) S 14848 14851 10029 0 -1 1077944384 12037 0 0 0 482 1 0 0 20 0 16 0 106363570 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742837549552 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10727700 memory=776 CPUtime=5.32 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) S 14848 14851 10029 0 -1 1077944384 12143 0 0 0 530 2 0 0 20 0 16 0 106363570 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742836497008 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10727700 memory=5220 CPUtime=0.79 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) S 14848 14851 10029 0 -1 1077944384 3874 0 0 0 77 2 0 0 20 0 16 0 106363570 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742835444464 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10727700 memory=12772 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106363570 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10727700 memory=1332 CPUtime=0.06 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 1334 0 0 0 4 2 0 0 20 0 16 0 106363570 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14943] ppid=14848 vsize=10727700 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14943/stat : 14943 (java) S 14848 14851 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106370482 10985164800 2098624 33554432000 4194304 4196468 140734978094608 139742830187312 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8394496 KiB

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

[startup+109.108 s]
# the end of solver process 14851 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.877 s, system=5.25752 s

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

[startup+109.001 s]*
/proc/loadavg: 5.16 3.81 2.87 2/217 14946
/proc/meminfo: memFree=11239660/32770624 swapFree=67028796/67108860
[pid=14851] ppid=14848 vsize=10927392 memory=8394812 CPUtime=252.03 cores=0,2,4,6
/proc/14851/stat : 14851 (java) S 14848 14851 10029 0 -1 1077944320 1390709 0 0 0 24687 516 0 0 20 0 17 0 106363564 11189649408 2098703 33554432000 4194304 4196468 140734978094608 140734978077152 139743483842295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
/proc/14851/statm: 2731848 2098703 3202 1 0 2694339 0
[pid=14851/tid=14853] ppid=14848 vsize=10927392 memory=6791534058613427641 CPUtime=53.08 cores=0,2,4,6
/proc/14851/task/14853/stat : 14853 (java) S 14848 14851 10029 0 -1 1077944384 15548 0 0 0 5268 40 0 0 20 0 17 0 106363565 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139743488085168 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14854] ppid=14848 vsize=10927392 memory=4872558044660077418 CPUtime=44.14 cores=0,2,4,6
/proc/14851/task/14854/stat : 14854 (java) S 14848 14851 10029 0 -1 1077944384 256459 0 0 0 4312 102 0 0 20 0 17 0 106363565 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139743409916688 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14855] ppid=14848 vsize=10927392 memory=1220 CPUtime=44.28 cores=0,2,4,6
/proc/14851/task/14855/stat : 14855 (java) S 14848 14851 10029 0 -1 1077944384 299782 0 0 0 4303 125 0 0 20 0 17 0 106363565 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139743408864144 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14856] ppid=14848 vsize=10927392 memory=1612 CPUtime=44.07 cores=0,2,4,6
/proc/14851/task/14856/stat : 14856 (java) S 14848 14851 10029 0 -1 1077944384 311556 0 0 0 4286 121 0 0 20 0 17 0 106363565 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139743407811600 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14857] ppid=14848 vsize=10927392 memory=2164 CPUtime=44.75 cores=0,2,4,6
/proc/14851/task/14857/stat : 14857 (java) S 14848 14851 10029 0 -1 1077944384 443032 0 0 0 4362 113 0 0 20 0 17 0 106363565 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139743406759056 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14858] ppid=14848 vsize=10927392 memory=3700 CPUtime=10.61 cores=0,2,4,6
/proc/14851/task/14858/stat : 14858 (java) S 14848 14851 10029 0 -1 1077944384 32628 0 0 0 1057 4 0 0 20 0 17 0 106363567 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742841759728 139743483853442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14859] ppid=14848 vsize=10927392 memory=844 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14859/stat : 14859 (java) S 14848 14851 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106363567 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742840706016 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14860] ppid=14848 vsize=10927392 memory=1460 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14860/stat : 14860 (java) S 14848 14851 10029 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 106363568 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742839653376 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14861] ppid=14848 vsize=10927392 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14861/stat : 14861 (java) S 14848 14851 10029 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 17 0 106363570 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742838601936 139743483860891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14862] ppid=14848 vsize=10927392 memory=6768 CPUtime=4.83 cores=0,2,4,6
/proc/14851/task/14862/stat : 14862 (java) S 14848 14851 10029 0 -1 1077944384 12037 0 0 0 482 1 0 0 20 0 17 0 106363570 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742837549552 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14863] ppid=14848 vsize=10927392 memory=824 CPUtime=5.32 cores=0,2,4,6
/proc/14851/task/14863/stat : 14863 (java) S 14848 14851 10029 0 -1 1077944384 12143 0 0 0 530 2 0 0 20 0 17 0 106363570 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742836497008 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14864] ppid=14848 vsize=10927392 memory=1692 CPUtime=0.79 cores=0,2,4,6
/proc/14851/task/14864/stat : 14864 (java) R 14848 14851 10029 0 -1 4202560 4361 0 0 0 77 2 0 0 20 0 17 0 106363570 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742835444464 139743476076399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14865] ppid=14848 vsize=10927392 memory=916 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14865/stat : 14865 (java) S 14848 14851 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106363570 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742834392160 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14866] ppid=14848 vsize=10927392 memory=3852 CPUtime=0.06 cores=0,2,4,6
/proc/14851/task/14866/stat : 14866 (java) S 14848 14851 10029 0 -1 1077944384 1334 0 0 0 4 2 0 0 20 0 17 0 106363570 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742833338672 139743483853442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14944] ppid=14848 vsize=10927392 memory=2708 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14944/stat : 14944 (java) S 14848 14851 10029 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 17 0 106374445 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742829134064 139743483852501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
[pid=14851/tid=14945] ppid=14848 vsize=10927392 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/14851/task/14945/stat : 14945 (java) R 14848 14851 10029 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 17 0 106374445 11189649408 2098703 33554432000 4194304 4196468 140734978094608 139742828082448 139743086128155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140734978098294 140734978098446 140734978098446 140734978101199 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8394812 KiB

Child status: 143
Real time (s): 109.108
CPU time (s): 252.135
CPU user time (s): 246.877
CPU system time (s): 5.25752
CPU usage (%): 231.088
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 8398420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.877
system time used= 5.25752
maximum resident set size= 8398436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1391302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11437
involuntary context switches= 5289


# summary of solver processes directly reported to runsolver:
#   pid: 14851
#   total CPU time (s): 252.135
#   total CPU user time (s): 246.877
#   total CPU system time (s): 5.25752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.726261 second user time and 1.07893 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 20:13:24
IDJOB=4302168
IDBENCH=141643
IDSOLVER=2773
FILE ID=node102/4302168-1532888004
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2s-2-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302168-1532888004/watcher-4302168-1532888004 -o /tmp/evaluation-result-4302168-1532888004/solver-4302168-1532888004 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302168-1532888004.xml

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

MD5SUM BENCH= ff08492a2d05416f9c52db7882ac5695
RANDOM SEED=1985738674

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21971588 kB
MemAvailable:   27150372 kB
Buffers:          231572 kB
Cached:          5191040 kB
SwapCached:        53056 kB
Active:          5946464 kB
Inactive:        4322700 kB
Active(anon):    4772212 kB
Inactive(anon):    99168 kB
Active(file):    1174252 kB
Inactive(file):  4223532 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028796 kB
Dirty:              3680 kB
Writeback:             0 kB
AnonPages:       4767044 kB
Mapped:            49904 kB
Shmem:             22560 kB
Slab:             222668 kB
SReclaimable:     193668 kB
SUnreclaim:        29000 kB
KernelStack:        3824 kB
PageTables:        14696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5531424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3610624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52972 MiB
End job on node102 at 2018-07-29 20:15:13