Trace number 4263445

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) 2520.1201 2473.45

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-168-table.xml
MD5SUM174051e57660c3bc727bfa621c6336b5
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.150278
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints40
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":400}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":400}]
Minimum constraint arity20
Maximum constraint arity20
Distribution of constraint arities[{"arity":20,"count":40}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263445-1502630987/watcher-4263445-1502630987 -o /tmp/evaluation-result-4263445-1502630987/solver-4263445-1502630987 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263445-1502630987.xml 

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

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=10272, runsolver pid=10269

[startup+0.100058 s]*
/proc/loadavg: 2.08 2.14 2.65 4/216 10287
/proc/meminfo: memFree=30558264/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10555400 memory=29908 CPUtime=0.13 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 6543 0 0 0 12 1 0 0 20 0 15 0 96187013 10808729600 7477 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2638850 7477 2814 1 0 2627263 0
[pid=10272/tid=10274] ppid=10269 vsize=10555400 memory=-8125511277465212282 CPUtime=0.08 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) R 10269 10272 2539 0 -1 4202560 4381 0 0 0 8 0 0 0 20 0 15 0 96187014 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315860470336 140315856260502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10555400 memory=140247561184896 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10555400 memory=140247561184896 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96187016 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96187017 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315091473440 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96187017 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315090420592 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) S 10269 10272 2539 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 96187019 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315088317296 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) R 10269 10272 2539 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96187019 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315087264496 140315856260502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10555400 memory=140247561184896 CPUtime=0.02 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) R 10269 10272 2539 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 15 0 96187019 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315086211696 140315835267310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10555400 memory=140247561184896 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) R 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187020 10808729600 7477 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29908 KiB

[startup+0.217851 s]*
/proc/loadavg: 2.08 2.14 2.65 6/216 10287
/proc/meminfo: memFree=30546340/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10555400 memory=42188 CPUtime=0.34 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 8189 0 0 0 33 1 0 0 20 0 15 0 96187013 10808729600 10547 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2638850 10547 2978 1 0 2627263 0
[pid=10272/tid=10274] ppid=10269 vsize=10555400 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) R 10269 10272 2539 0 -1 4202560 5029 0 0 0 20 1 0 0 20 0 15 0 96187014 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315860482816 140315856270493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10555400 memory=345 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10555400 memory=3977998701486712480 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10555400 memory=140247561184896 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96187016 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96187017 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315091473440 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96187017 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315090420592 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) S 10269 10272 2539 0 -1 1077944384 779 0 0 0 2 0 0 0 20 0 15 0 96187019 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315088317296 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) R 10269 10272 2539 0 -1 4202560 381 0 0 0 2 0 0 0 20 0 15 0 96187019 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315087250040 140315839635146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10555400 memory=140247561184896 CPUtime=0.06 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) S 10269 10272 2539 0 -1 1077944384 634 0 0 0 6 0 0 0 20 0 15 0 96187019 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315086211696 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10555400 memory=140247561184896 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187020 10808729600 10547 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42188 KiB

[startup+0.310355 s]*
/proc/loadavg: 2.08 2.14 2.65 6/216 10287
/proc/meminfo: memFree=30542060/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10555476 memory=46788 CPUtime=0.52 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 8916 0 0 0 50 2 0 0 20 0 15 0 96187013 10808807424 11697 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2638869 11697 3019 1 0 2627263 0
[pid=10272/tid=10274] ppid=10269 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) R 10269 10272 2539 0 -1 4202560 5641 0 0 0 28 1 0 0 20 0 15 0 96187014 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315860483264 140315856269914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10555476 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10555476 memory=3689768325335000736 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10555476 memory=140247561184896 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96187016 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96187017 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315091473440 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96187017 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315090420592 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) S 10269 10272 2539 0 -1 1077944384 794 0 0 0 4 0 0 0 20 0 15 0 96187019 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315088317296 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10555476 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) S 10269 10272 2539 0 -1 1077944384 421 0 0 0 5 0 0 0 20 0 15 0 96187019 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315087264496 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10555476 memory=140247561184896 CPUtime=0.12 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) R 10269 10272 2539 0 -1 4202560 697 0 0 0 12 0 0 0 20 0 15 0 96187019 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315086211696 140315856260502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10555476 memory=140247561184896 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187020 10808807424 11697 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46788 KiB

[startup+0.700763 s]
/proc/loadavg: 2.08 2.14 2.65 5/216 10287
/proc/meminfo: memFree=30494584/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10555476 memory=133288 CPUtime=1.79 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 11727 0 0 0 176 3 0 0 20 0 15 0 96187013 10808807424 33322 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2638869 33322 3082 1 0 2627263 0
[pid=10272/tid=10274] ppid=10269 vsize=10555476 memory=1732 CPUtime=0.67 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) R 10269 10272 2539 0 -1 4202560 5960 0 0 0 65 2 0 0 20 0 15 0 96187014 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315860485424 140315458614342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10555476 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10555476 memory=1932 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187015 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96187016 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10555476 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96187017 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315091473440 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10555476 memory=11000 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96187017 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315090420592 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10555476 memory=6297835844906604903 CPUtime=0.41 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) R 10269 10272 2539 0 -1 4202560 1855 0 0 0 41 0 0 0 20 0 15 0 96187019 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315088308272 140315839734480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10555476 memory=7301577875086992997 CPUtime=0.41 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) R 10269 10272 2539 0 -1 4202560 1495 0 0 0 41 0 0 0 20 0 15 0 96187019 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315087254288 140315848538033 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10555476 memory=6076598694701977680 CPUtime=0.27 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) R 10269 10272 2539 0 -1 1077944384 1047 0 0 0 27 0 0 0 20 0 15 0 96187019 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315086211696 140315856259714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96187019 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) S 10269 10272 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96187020 10808807424 33322 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 133288 KiB

[startup+1.50089 s]
/proc/loadavg: 2.08 2.14 2.65 5/216 10287
/proc/meminfo: memFree=30375756/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10555476 memory=259236 CPUtime=4.28 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 19709 0 0 0 420 8 0 0 20 0 15 0 96187013 10808807424 64809 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2638869 64809 3113 1 0 2627263 0
[pid=10272/tid=10274] ppid=10269 vsize=10555476 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) R 10269 10272 2539 0 -1 4202560 5993 0 0 0 138 3 0 0 20 0 15 0 96187014 10808807424 64809 33554432000 4194304 4196468 140726761625584 140315860483640 140315835973639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10555476 memory=-8754540793456063680 CPUtime=0.03 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 37 0 0 0 2 1 0 0 20 0 15 0 96187015 10808807424 64809 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10555476 memory=-2843874019102283166 CPUtime=0.05 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 137 0 0 0 4 1 0 0 20 0 15 0 96187015 10808807424 64809 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10555476 memory=5450919713671312938 CPUtime=0.01 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 15 0 96187015 10808807424 64809 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10555476 memory=7005738693937936738 CPUtime=0.02 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 15 0 96187015 10808807424 64809 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96187016 10808807424 64809 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0

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

/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 21860 0 0 0 1159 123 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10622040 memory=5931648 CPUtime=12.86 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 25674 0 0 0 1152 134 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10622040 memory=5931648 CPUtime=2.49 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 21050 0 0 0 244 5 0 0 20 0 16 0 96187016 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10622040 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96187017 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315091473504 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 96187017 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315090420608 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10622040 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10622040 memory=6791534058613427641 CPUtime=2.29 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) S 10269 10272 2539 0 -1 1077944384 14856 0 0 0 228 1 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315088317296 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10622040 memory=1296 CPUtime=2.65 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) S 10269 10272 2539 0 -1 1077944384 15562 0 0 0 263 2 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315087264496 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0.46 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) S 10269 10272 2539 0 -1 1077944384 4281 0 0 0 44 2 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315086211696 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10622040 memory=1724 CPUtime=1.57 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) S 10269 10272 2539 0 -1 1077944384 2284 0 0 0 76 81 0 0 20 0 16 0 96187020 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10288] ppid=10269 vsize=10622040 memory=11000 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10288/stat : 10288 (java) S 10269 10272 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96188177 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315083051952 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 2427.83 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5931648 KiB

[startup+2442.3 s]
/proc/loadavg: 0.99 1.08 1.49 2/195 10411
/proc/meminfo: memFree=25670952/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10622040 memory=5931648 CPUtime=2487.88 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 268161 0 0 0 248166 622 0 0 20 0 16 0 96187013 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2655510 1482912 3165 1 0 2643904 0
[pid=10272/tid=10274] ppid=10269 vsize=10622040 memory=5931648 CPUtime=2426.84 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) R 10269 10272 2539 0 -1 4202560 112395 0 0 0 242656 28 0 0 20 0 16 0 96187014 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315860487552 140315462467076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10622040 memory=5931648 CPUtime=12.9 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 20028 0 0 0 1157 133 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10622040 memory=5931648 CPUtime=12.87 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 28598 0 0 0 1154 133 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10622040 memory=5931648 CPUtime=12.82 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 21860 0 0 0 1159 123 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10622040 memory=5931648 CPUtime=12.86 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 25674 0 0 0 1152 134 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10622040 memory=5931648 CPUtime=2.49 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 21070 0 0 0 244 5 0 0 20 0 16 0 96187016 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96187017 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315091473504 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 96187017 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315090420608 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10622040 memory=5931648 CPUtime=2.29 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) S 10269 10272 2539 0 -1 1077944384 14866 0 0 0 228 1 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315088317296 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10622040 memory=5931648 CPUtime=2.65 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) S 10269 10272 2539 0 -1 1077944384 15568 0 0 0 263 2 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315087264496 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0.46 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) S 10269 10272 2539 0 -1 1077944384 4293 0 0 0 44 2 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315086211696 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10622040 memory=5931648 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10622040 memory=1796 CPUtime=1.6 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) S 10269 10272 2539 0 -1 1077944384 2360 0 0 0 77 83 0 0 20 0 16 0 96187020 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10288] ppid=10269 vsize=10622040 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10288/stat : 10288 (java) S 10269 10272 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96188177 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315083051952 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 2487.88 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5931648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.2 s]
/proc/loadavg: 1.00 1.07 1.47 2/195 10411
/proc/meminfo: memFree=25671216/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10622040 memory=5931648 CPUtime=2520.02 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 274407 0 0 0 251379 623 0 0 20 0 16 0 96187013 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2655510 1482912 3165 1 0 2643904 0
[pid=10272/tid=10274] ppid=10269 vsize=10622040 memory=1576 CPUtime=2457.32 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) R 10269 10272 2539 0 -1 4202560 113956 0 0 0 245704 28 0 0 20 0 16 0 96187014 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315860487552 140315462485091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10622040 memory=2236 CPUtime=13.3 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 20683 0 0 0 1197 133 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10622040 memory=4316 CPUtime=13.27 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 29437 0 0 0 1194 133 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10622040 memory=2196 CPUtime=13.23 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 22926 0 0 0 1200 123 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10622040 memory=6760 CPUtime=13.27 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 27502 0 0 0 1193 134 0 0 20 0 16 0 96187015 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10622040 memory=832 CPUtime=2.49 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 21309 0 0 0 244 5 0 0 20 0 16 0 96187016 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10622040 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96187017 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315091473504 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10622040 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 96187017 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315090420608 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10622040 memory=15255943717849665 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10622040 memory=1224 CPUtime=2.3 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) S 10269 10272 2539 0 -1 1077944384 14873 0 0 0 229 1 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315088317296 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10622040 memory=5672 CPUtime=2.65 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) S 10269 10272 2539 0 -1 1077944384 15571 0 0 0 263 2 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315087264496 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10622040 memory=4612 CPUtime=0.46 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) S 10269 10272 2539 0 -1 1077944384 4302 0 0 0 44 2 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315086211696 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10622040 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96187019 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10622040 memory=4612 CPUtime=1.62 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) S 10269 10272 2539 0 -1 1077944384 2399 0 0 0 78 84 0 0 20 0 16 0 96187020 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10288] ppid=10269 vsize=10622040 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10288/stat : 10288 (java) S 10269 10272 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96188177 10876968960 1482912 33554432000 4194304 4196468 140726761625584 140315083051952 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 5931648 KiB

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

[startup+2473.45 s]
# the end of solver process 10272 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.84 s, system=6.27355 s

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

[startup+2473.4 s]
/proc/loadavg: 1.00 1.07 1.47 2/195 10411
/proc/meminfo: memFree=25671216/32770624 swapFree=67108860/67108860
[pid=10272] ppid=10269 vsize=10821732 memory=5931884 CPUtime=2520.06 cores=0,2,4,6
/proc/10272/stat : 10272 (java) S 10269 10272 2539 0 -1 1077944320 275156 0 0 0 251382 624 0 0 20 0 17 0 96187013 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140726761608128 140315856248567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
/proc/10272/statm: 2705433 1482971 3168 1 0 2693827 0
[pid=10272/tid=10274] ppid=10269 vsize=10821732 memory=288230621803970871 CPUtime=2457.36 cores=0,2,4,6
/proc/10272/task/10274/stat : 10274 (java) S 10269 10272 2539 0 -1 1077944384 114024 0 0 0 245708 28 0 0 20 0 17 0 96187014 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315860491440 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10275] ppid=10269 vsize=10821732 memory=15255943717849665 CPUtime=13.3 cores=0,2,4,6
/proc/10272/task/10275/stat : 10275 (java) S 10269 10272 2539 0 -1 1077944384 20683 0 0 0 1197 133 0 0 20 0 17 0 96187015 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315782323344 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10276] ppid=10269 vsize=10821732 memory=2196 CPUtime=13.27 cores=0,2,4,6
/proc/10272/task/10276/stat : 10276 (java) S 10269 10272 2539 0 -1 1077944384 29437 0 0 0 1194 133 0 0 20 0 17 0 96187015 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315781270544 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10277] ppid=10269 vsize=10821732 memory=6760 CPUtime=13.23 cores=0,2,4,6
/proc/10272/task/10277/stat : 10277 (java) S 10269 10272 2539 0 -1 1077944384 22926 0 0 0 1200 123 0 0 20 0 17 0 96187015 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315780217744 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10278] ppid=10269 vsize=10821732 memory=832 CPUtime=13.27 cores=0,2,4,6
/proc/10272/task/10278/stat : 10278 (java) S 10269 10272 2539 0 -1 1077944384 27502 0 0 0 1193 134 0 0 20 0 17 0 96187015 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315779164944 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10279] ppid=10269 vsize=10821732 memory=1696 CPUtime=2.49 cores=0,2,4,6
/proc/10272/task/10279/stat : 10279 (java) S 10269 10272 2539 0 -1 1077944384 21316 0 0 0 244 5 0 0 20 0 17 0 96187016 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315092527472 140315856259714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10280] ppid=10269 vsize=10821732 memory=916 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10280/stat : 10280 (java) S 10269 10272 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96187017 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315091473504 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10281] ppid=10269 vsize=10821732 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10281/stat : 10281 (java) S 10269 10272 2539 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 96187017 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315090420608 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10282] ppid=10269 vsize=10821732 memory=2540 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10282/stat : 10282 (java) S 10269 10272 2539 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 17 0 96187019 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315089368912 140315856267163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10283] ppid=10269 vsize=10821732 memory=4108 CPUtime=2.3 cores=0,2,4,6
/proc/10272/task/10283/stat : 10283 (java) S 10269 10272 2539 0 -1 1077944384 14874 0 0 0 229 1 0 0 20 0 17 0 96187019 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315088317296 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10284] ppid=10269 vsize=10821732 memory=1156 CPUtime=2.65 cores=0,2,4,6
/proc/10272/task/10284/stat : 10284 (java) S 10269 10272 2539 0 -1 1077944384 15571 0 0 0 263 2 0 0 20 0 17 0 96187019 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315087264496 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10285] ppid=10269 vsize=10821732 memory=3220 CPUtime=0.46 cores=0,2,4,6
/proc/10272/task/10285/stat : 10285 (java) S 10269 10272 2539 0 -1 1077944384 4527 0 0 0 44 2 0 0 20 0 17 0 96187019 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315086211696 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10286] ppid=10269 vsize=10821732 memory=5931648 CPUtime=0 cores=0,2,4,6
/proc/10272/task/10286/stat : 10286 (java) S 10269 10272 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96187019 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315085159136 140315856258773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
[pid=10272/tid=10287] ppid=10269 vsize=10821732 memory=1156 CPUtime=1.62 cores=0,2,4,6
/proc/10272/task/10287/stat : 10287 (java) S 10269 10272 2539 0 -1 1077944384 2399 0 0 0 78 84 0 0 20 0 17 0 96187020 11081453568 1482971 33554432000 4194304 4196468 140726761625584 140315084106416 140315856259714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21401600 140726761632902 140726761633055 140726761633055 140726761635791 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 5931884 KiB

Child status: 143
Real time (s): 2473.45
CPU time (s): 2520.12
CPU user time (s): 2513.84
CPU system time (s): 6.27355
CPU usage (%): 101.887
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 6222140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.84
system time used= 6.27355
maximum resident set size= 6236480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276253
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58246
involuntary context switches= 2643


# summary of solver processes directly reported to runsolver:
#   pid: 10272
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2513.84
#   total CPU system time (s): 6.27355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1419 second user time and 17.5481 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 15:15:28
IDJOB=4263445
IDBENCH=133937
IDSOLVER=2651
FILE ID=node102/4263445-1502630987
RUNJOBID= node102-1502621242-8487
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-168-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263445-1502630987/watcher-4263445-1502630987 -o /tmp/evaluation-result-4263445-1502630987/solver-4263445-1502630987 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263445-1502630987.xml

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

MD5SUM BENCH= 174051e57660c3bc727bfa621c6336b5
RANDOM SEED=156889088

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.35
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.35
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.35
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.35
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:        30575456 kB
MemAvailable:   30961936 kB
Buffers:          107976 kB
Cached:           563056 kB
SwapCached:            0 kB
Active:          1603460 kB
Inactive:         142512 kB
Active(anon):    1027436 kB
Inactive(anon):    75432 kB
Active(file):     576024 kB
Inactive(file):    67080 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:       1081128 kB
Mapped:            55076 kB
Shmem:             25228 kB
Slab:             144776 kB
SReclaimable:     118420 kB
SUnreclaim:        26356 kB
KernelStack:        3600 kB
PageTables:         7296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2535320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 15:56:42