Trace number 4290144

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.17 2342.68

General information on the benchmark

NameStripPacking/
StripPacking-N1c_c18.xml
MD5SUM19f4dcf35e46defaa68e633424c84ce1
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 benchmark72.0175
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290144-1532212307/watcher-4290144-1532212307 -o /tmp/evaluation-result-4290144-1532212307/solver-4290144-1532212307 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25961 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290144-1532212307.xml 

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

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


[startup+0.10021 s]*
/proc/loadavg: 2.14 2.01 1.97 5/220 26300
/proc/meminfo: memFree=20935908/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10659012 memory=31516 CPUtime=0.13 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 6436 0 0 0 11 2 0 0 20 0 15 0 38793876 10914828288 7879 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2664753 7879 2817 1 0 2627263 0
[pid=26285/tid=26287] ppid=26282 vsize=10659012 memory=-8701690554792055934 CPUtime=0.09 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 23369 0 -1 4202560 4278 0 0 0 8 1 0 0 20 0 15 0 38793876 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937567827744 139937563624605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937489676816 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10659012 memory=139751747913344 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937488624272 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10659012 memory=139751747913344 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793879 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793879 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937053759136 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793879 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937052706032 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 23369 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937050601712 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937049549168 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10659012 memory=139751747913344 CPUtime=0.02 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 23369 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 38793882 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937048496112 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10659012 memory=139751747913344 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 7879 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31516 KiB

[startup+0.210993 s]*
/proc/loadavg: 2.14 2.01 1.97 8/220 26300
/proc/meminfo: memFree=20882720/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10659012 memory=42260 CPUtime=0.33 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 7681 0 0 0 30 3 0 0 20 0 15 0 38793876 10914828288 10565 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2664753 10565 3006 1 0 2627263 0
[pid=26285/tid=26287] ppid=26282 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 23369 0 -1 4202560 4624 0 0 0 18 2 0 0 20 0 15 0 38793876 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937567838960 139937547683166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937489676816 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10659012 memory=139751748105714 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937488624272 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10659012 memory=139751747913344 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793879 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793879 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937053759136 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793879 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937052706032 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 23369 0 -1 1077944384 757 0 0 0 2 0 0 0 20 0 15 0 38793882 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937050601712 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 23369 0 -1 1077944384 242 0 0 0 2 0 0 0 20 0 15 0 38793882 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937049549168 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10659012 memory=139751747913344 CPUtime=0.07 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 23369 0 -1 1077944384 691 0 0 0 7 0 0 0 20 0 15 0 38793882 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937048496112 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10659012 memory=139751747913344 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793882 10914828288 10565 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42260 KiB

[startup+0.310613 s]*
/proc/loadavg: 2.14 2.01 1.97 8/220 26300
/proc/meminfo: memFree=20876144/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10659088 memory=47472 CPUtime=0.53 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 8453 0 0 0 50 3 0 0 20 0 15 0 38793876 10914906112 11868 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2664772 11868 3048 1 0 2627263 0
[pid=26285/tid=26287] ppid=26282 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 23369 0 -1 4202560 5192 0 0 0 28 2 0 0 20 0 15 0 38793876 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937567836352 139937563614614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937489676816 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10659088 memory=139751748105713 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937488624272 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10659088 memory=139751747913344 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793879 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793879 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937053759136 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793879 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937052706032 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 23369 0 -1 1077944384 761 0 0 0 3 0 0 0 20 0 15 0 38793882 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937050601712 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 23369 0 -1 1077944384 349 0 0 0 4 0 0 0 20 0 15 0 38793882 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937049549168 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10659088 memory=139751747913344 CPUtime=0.12 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) R 26282 26285 23369 0 -1 4202560 783 0 0 0 12 0 0 0 20 0 15 0 38793882 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937048496112 139937542277841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10659088 memory=139751747913344 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793882 10914906112 11868 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47472 KiB

[startup+0.700749 s]
/proc/loadavg: 2.14 2.01 1.97 8/220 26300
/proc/meminfo: memFree=20825576/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10659088 memory=176416 CPUtime=1.68 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 12189 0 0 0 162 6 0 0 20 0 15 0 38793876 10914906112 44104 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2664772 44104 3106 1 0 2627263 0
[pid=26285/tid=26287] ppid=26282 vsize=10659088 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 23369 0 -1 4202560 5630 0 0 0 64 3 0 0 20 0 15 0 38793876 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937567838016 139937168044626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937489676816 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937488624272 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10659088 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10659088 memory=5524 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793877 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10659088 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38793879 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793879 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937053759136 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793879 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937052706032 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10659088 memory=7518026621751088994 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10659088 memory=6082227202167695463 CPUtime=0.34 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) R 26282 26285 23369 0 -1 4202560 2233 0 0 0 34 0 0 0 20 0 15 0 38793882 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937050587736 139937546989429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10659088 memory=7810487918915055718 CPUtime=0.35 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) R 26282 26285 23369 0 -1 4202560 1388 0 0 0 35 0 0 0 20 0 15 0 38793882 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937049539760 139937545147264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10659088 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 23369 0 -1 1077944384 1566 0 0 0 27 1 0 0 20 0 15 0 38793882 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937048496112 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793882 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793882 10914906112 44104 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 176416 KiB

[startup+1.5009 s]
/proc/loadavg: 2.14 2.01 1.97 9/220 26300
/proc/meminfo: memFree=20575292/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10659088 memory=596068 CPUtime=3.65 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 13282 0 0 0 321 44 0 0 20 0 15 0 38793876 10914906112 149017 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2664772 149017 3136 1 0 2627263 0
[pid=26285/tid=26287] ppid=26282 vsize=10659088 memory=6791534058613427641 CPUtime=1.11 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) S 26282 26285 23369 0 -1 1077944384 5719 0 0 0 106 5 0 0 20 0 15 0 38793876 10914906112 149017 33554432000 4194304 4196468 140734772899536 139937567837520 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10659088 memory=-6951259422114956437 CPUtime=0.35 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) R 26282 26285 23369 0 -1 4202560 207 0 0 0 26 9 0 0 20 0 15 0 38793877 10914906112 149017 33554432000 4194304 4196468 140734772899536 139937489677016 139937556702379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10659088 memory=-6509546260019855299 CPUtime=0.34 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) R 26282 26285 23369 0 -1 4202560 218 0 0 0 25 9 0 0 20 0 15 0 38793877 10914906112 149017 33554432000 4194304 4196468 140734772899536 139937488624472 139937556699380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10659088 memory=-7390251449858225344 CPUtime=0.35 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) R 26282 26285 23369 0 -1 4202560 222 0 0 0 27 8 0 0 20 0 15 0 38793877 10914906112 149017 33554432000 4194304 4196468 140734772899536 139937487571416 139937548624774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10659088 memory=-7096649868621430206 CPUtime=0.35 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) R 26282 26285 23369 0 -1 4202560 231 0 0 0 26 9 0 0 20 0 15 0 38793877 10914906112 149017 33554432000 4194304 4196468 140734772899536 139937486518560 139937548630098 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 38793879 10914906112 149017 33554432000 4194304 4196468 140734772899536 139937054811424 139937563612885 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0

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

/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 12268 0 0 0 1666 106 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10727700 memory=5226024 CPUtime=17.57 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 16418 0 0 0 1650 107 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10727700 memory=5226024 CPUtime=6 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 15204 0 0 0 596 4 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937053759200 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937052706048 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10727700 memory=5226024 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10727700 memory=5226024 CPUtime=1.3 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 23369 0 -1 1077944384 6860 0 0 0 129 1 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937050601712 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10727700 memory=2448 CPUtime=1.88 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 23369 0 -1 1077944384 13650 0 0 0 185 3 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937049549168 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10727700 memory=1728 CPUtime=0.4 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 23369 0 -1 1077944384 3740 0 0 0 39 1 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937048496112 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10727700 memory=792 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10727700 memory=6791534058613427641 CPUtime=1.35 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 2238 0 0 0 60 75 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26301] ppid=26282 vsize=10727700 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38795405 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937043240496 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 2319.92 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5226024 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/222 26408
/proc/meminfo: memFree=13888408/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10727700 memory=5226024 CPUtime=2379.96 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 364198 0 0 0 237461 535 0 0 20 0 16 0 38793876 10985164800 1306506 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2681925 1306506 3180 1 0 2644416 0
[pid=26285/tid=26287] ppid=26282 vsize=10727700 memory=5226024 CPUtime=2298.48 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 23369 0 -1 4202560 265971 0 0 0 229815 33 0 0 20 0 16 0 38793876 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937567841632 139937169685157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10727700 memory=5226024 CPUtime=17.65 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 23369 0 -1 1077944384 14895 0 0 0 1656 109 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937489676816 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10727700 memory=5226024 CPUtime=17.49 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 23369 0 -1 1077944384 11409 0 0 0 1644 105 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937488624272 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10727700 memory=5226024 CPUtime=17.72 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 12268 0 0 0 1666 106 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10727700 memory=5226024 CPUtime=17.57 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 16418 0 0 0 1650 107 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10727700 memory=5226024 CPUtime=6 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 15224 0 0 0 596 4 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10727700 memory=5226024 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937053759200 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937052706048 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10727700 memory=5226024 CPUtime=1.3 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 23369 0 -1 1077944384 6886 0 0 0 129 1 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937050601712 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10727700 memory=5226024 CPUtime=1.88 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 23369 0 -1 1077944384 13656 0 0 0 185 3 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937049549168 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10727700 memory=18488 CPUtime=0.4 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 23369 0 -1 1077944384 3746 0 0 0 39 1 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937048496112 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10727700 memory=5226024 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10727700 memory=13852 CPUtime=1.38 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 2314 0 0 0 61 77 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26301] ppid=26282 vsize=10727700 memory=5226024 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38795405 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937043240496 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 2379.96 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5226024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2342.4 s]
/proc/loadavg: 1.96 2.00 2.04 5/219 26486
/proc/meminfo: memFree=18065496/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10727700 memory=5226024 CPUtime=2400.07 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 366693 0 0 0 239471 536 0 0 20 0 16 0 38793876 10985164800 1306506 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2681925 1306506 3180 1 0 2644416 0
[pid=26285/tid=26287] ppid=26282 vsize=10727700 memory=5226024 CPUtime=2318.58 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 23369 0 -1 4202560 268462 0 0 0 231824 34 0 0 20 0 16 0 38793876 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937567841632 139937169221140 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10727700 memory=5226024 CPUtime=17.65 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 23369 0 -1 1077944384 14895 0 0 0 1656 109 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937489676816 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10727700 memory=5226024 CPUtime=17.49 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 23369 0 -1 1077944384 11409 0 0 0 1644 105 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937488624272 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10727700 memory=1200 CPUtime=17.72 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 12268 0 0 0 1666 106 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10727700 memory=1008 CPUtime=17.57 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 16418 0 0 0 1650 107 0 0 20 0 16 0 38793877 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10727700 memory=5226024 CPUtime=6 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 15224 0 0 0 596 4 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10727700 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937053759200 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10727700 memory=5524 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 38793879 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937052706048 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10727700 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10727700 memory=3054156605268465310 CPUtime=1.3 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 23369 0 -1 1077944384 6886 0 0 0 129 1 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937050601712 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10727700 memory=8514726395714825349 CPUtime=1.88 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 23369 0 -1 1077944384 13656 0 0 0 185 3 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937049549168 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10727700 memory=3828 CPUtime=0.4 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 23369 0 -1 1077944384 3746 0 0 0 39 1 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937048496112 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10727700 memory=13856 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10727700 memory=1296 CPUtime=1.39 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 2318 0 0 0 62 77 0 0 20 0 16 0 38793882 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26301] ppid=26282 vsize=10727700 memory=5226024 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38795405 10985164800 1306506 33554432000 4194304 4196468 140734772899536 139937043240496 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5226024 KiB

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

[startup+2342.68 s]
# the end of solver process 26285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.78 s, system=5.39182 s

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

[startup+2342.6 s]
/proc/loadavg: 1.96 2.00 2.04 5/219 26486
/proc/meminfo: memFree=18065496/32770624 swapFree=67108860/67108860
[pid=26285] ppid=26282 vsize=10927392 memory=5226324 CPUtime=2400.08 cores=1,3,5,7
/proc/26285/stat : 26285 (java) S 26282 26285 23369 0 -1 1077944320 367453 0 0 0 239472 536 0 0 20 0 17 0 38793876 11189649408 1306581 33554432000 4194304 4196468 140734772899536 140734772882080 139937563602679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
/proc/26285/statm: 2731848 1306581 3183 1 0 2694339 0
[pid=26285/tid=26287] ppid=26282 vsize=10927392 memory=5226024 CPUtime=2318.59 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (java) S 26282 26285 23369 0 -1 1077944384 268535 0 0 0 231825 34 0 0 20 0 17 0 38793876 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937567845552 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26288] ppid=26282 vsize=10927392 memory=6791534058613427641 CPUtime=17.65 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 23369 0 -1 1077944384 14895 0 0 0 1656 109 0 0 20 0 17 0 38793877 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937489676816 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26289] ppid=26282 vsize=10927392 memory=1728 CPUtime=17.49 cores=1,3,5,7
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 23369 0 -1 1077944384 11409 0 0 0 1644 105 0 0 20 0 17 0 38793877 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937488624272 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26290] ppid=26282 vsize=10927392 memory=792 CPUtime=17.72 cores=1,3,5,7
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 23369 0 -1 1077944384 12268 0 0 0 1666 106 0 0 20 0 17 0 38793877 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937487571216 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26291] ppid=26282 vsize=10927392 memory=1228 CPUtime=17.57 cores=1,3,5,7
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 23369 0 -1 1077944384 16418 0 0 0 1650 107 0 0 20 0 17 0 38793877 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937486518672 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26292] ppid=26282 vsize=10927392 memory=2448 CPUtime=6 cores=1,3,5,7
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 23369 0 -1 1077944384 15263 0 0 0 596 4 0 0 20 0 17 0 38793879 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937054812912 139937563613826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26293] ppid=26282 vsize=10927392 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 23369 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38793879 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937053759200 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26294] ppid=26282 vsize=10927392 memory=792 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38793879 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937052706048 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26295] ppid=26282 vsize=10927392 memory=5226024 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 23369 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 17 0 38793882 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937051654608 139937563621275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26296] ppid=26282 vsize=10927392 memory=6791534058613427641 CPUtime=1.3 cores=1,3,5,7
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 23369 0 -1 1077944384 6886 0 0 0 129 1 0 0 20 0 17 0 38793882 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937050601712 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26297] ppid=26282 vsize=10927392 memory=836 CPUtime=1.88 cores=1,3,5,7
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 23369 0 -1 1077944384 13656 0 0 0 185 3 0 0 20 0 17 0 38793882 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937049549168 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26298] ppid=26282 vsize=10927392 memory=1800 CPUtime=0.4 cores=1,3,5,7
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 23369 0 -1 1077944384 3844 0 0 0 39 1 0 0 20 0 17 0 38793882 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937048496112 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26299] ppid=26282 vsize=10927392 memory=916 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38793882 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937047443808 139937563612885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
[pid=26285/tid=26300] ppid=26282 vsize=10927392 memory=5226024 CPUtime=1.39 cores=1,3,5,7
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 23369 0 -1 1077944384 2318 0 0 0 62 77 0 0 20 0 17 0 38793882 11189649408 1306581 33554432000 4194304 4196468 140734772899536 139937046391856 139937563613826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12533760 140734772905073 140734772905225 140734772905225 140734772907983 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5226324 KiB

Child status: 143
Real time (s): 2342.68
CPU time (s): 2400.17
CPU user time (s): 2394.78
CPU system time (s): 5.39182
CPU usage (%): 102.454
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5226324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.78
system time used= 5.39182
maximum resident set size= 5226664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54423
involuntary context switches= 2312


# summary of solver processes directly reported to runsolver:
#   pid: 26285
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2394.78
#   total CPU system time (s): 5.39182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6871 second user time and 23.1898 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 00:31:47
IDJOB=4290144
IDBENCH=141133
IDSOLVER=2742
FILE ID=node135/4290144-1532212307
RUNJOBID= node135-1532209914-25961
PBS_JOBID= 21018932
Free space on /tmp= 52936 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StripPacking/StripPacking-N1c_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290144-1532212307/watcher-4290144-1532212307 -o /tmp/evaluation-result-4290144-1532212307/solver-4290144-1532212307 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25961 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290144-1532212307.xml

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

MD5SUM BENCH= 19f4dcf35e46defaa68e633424c84ce1
RANDOM SEED=1804914271

node135.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.50
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.50
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.50
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.50
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:        21047660 kB
MemAvailable:   29412116 kB
Buffers:          127040 kB
Cached:          8445460 kB
SwapCached:            0 kB
Active:          3808904 kB
Inactive:        7342760 kB
Active(anon):    2528996 kB
Inactive(anon):    69908 kB
Active(file):    1279908 kB
Inactive(file):  7272852 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2532 kB
Writeback:             0 kB
AnonPages:       2537252 kB
Mapped:            46640 kB
Shmem:             17056 kB
Slab:             267156 kB
SReclaimable:     240156 kB
SUnreclaim:        27000 kB
KernelStack:        3568 kB
PageTables:         9968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3562764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2422784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 01:10:50