Trace number 4258118

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 252.19901 221.034

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbop-10-30-1.xml
MD5SUMad735b407fbaf4f018d5847f388ee144
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark244.18401
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints351
Number of domains3
Minimum domain size2
Maximum domain size31
Distribution of domain sizes[{"size":2,"count":300},{"size":30,"count":50},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":330},{"degree":5,"count":30},{"degree":31,"count":20}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":300},{"arity":7,"count":20},{"arity":11,"count":30},{"arity":30,"count":1}]
Number of extensional constraints300
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":300},{"type":"allDifferent","count":1},{"type":"sum","count":30},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9612 MiB free)
  memory of node 1: 16384 MiB (15605 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258118-1502653293/watcher-4258118-1502653293 -o /tmp/evaluation-result-4258118-1502653293/solver-4258118-1502653293 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258118-1502653293.xml 

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

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


[startup+0.105085 s]*
/proc/loadavg: 2.23 3.26 3.99 3/203 20513
/proc/meminfo: memFree=25811880/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10151672 memory=20220 CPUtime=0.04 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 3926 0 0 0 3 1 0 0 20 0 9 0 67522585 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2537918 5055 2156 1 0 2527415 0
[pid=20504/tid=20506] ppid=20501 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) R 20501 20504 17093 0 -1 4202560 2568 0 0 0 3 0 0 0 20 0 9 0 67522592 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140510335807352 140510311297031 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67522593 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10151672 memory=139888360158848 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67522593 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67522593 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67522593 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10151672 memory=139888360158848 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67522594 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 67522594 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 67522595 10395312128 5055 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.209789 s]*
/proc/loadavg: 2.23 3.26 3.99 3/209 20519
/proc/meminfo: memFree=25808580/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10551156 memory=27568 CPUtime=0.08 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 4808 0 0 0 7 1 0 0 20 0 15 0 67522585 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2637789 6892 2742 1 0 2627261 0
[pid=20504/tid=20506] ppid=20501 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) R 20501 20504 17093 0 -1 4202560 2836 0 0 0 6 1 0 0 20 0 15 0 67522592 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140510335789960 140510317007280 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10551156 memory=288370264511870592 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10551156 memory=139888360158848 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67522594 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67522594 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67522595 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) S 20501 20504 17093 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509824273264 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) R 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509823220464 140510331583106 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10551156 memory=139888360158848 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20518] ppid=20501 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20518/stat : 20518 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509821115104 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20519] ppid=20501 vsize=10551156 memory=139888360158848 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20519/stat : 20519 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522605 10804383744 6892 18446744073709551615 4194304 4196468 140722905900432 140509820062384 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27568 KiB

[startup+0.310147 s]*
/proc/loadavg: 2.23 3.26 3.99 3/209 20519
/proc/meminfo: memFree=25796408/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10551156 memory=36520 CPUtime=0.23 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 7900 0 0 0 20 3 0 0 20 0 15 0 67522585 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2637789 9130 2849 1 0 2627261 0
[pid=20504/tid=20506] ppid=20501 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) R 20501 20504 17093 0 -1 4202560 5615 0 0 0 14 2 0 0 20 0 15 0 67522592 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140510335783888 140510331593885 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67522593 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67522594 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67522594 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67522595 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) S 20501 20504 17093 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 15 0 67522597 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509824273264 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) S 20501 20504 17093 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509823220464 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 365 0 0 0 4 0 0 0 20 0 15 0 67522597 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20518] ppid=20501 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20518/stat : 20518 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509821115104 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20519] ppid=20501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20519/stat : 20519 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522605 10804383744 9130 18446744073709551615 4194304 4196468 140722905900432 140509820062384 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36520 KiB

[startup+0.700736 s]
/proc/loadavg: 2.23 3.26 3.99 5/209 20519
/proc/meminfo: memFree=25780232/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10551232 memory=105156 CPUtime=1.36 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 11704 0 0 0 131 5 0 0 20 0 15 0 67522585 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2637808 26289 3060 1 0 2627261 0
[pid=20504/tid=20506] ppid=20501 vsize=10551232 memory=253 CPUtime=0.54 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) R 20501 20504 17093 0 -1 4202560 6274 0 0 0 50 4 0 0 20 0 15 0 67522592 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140510335808032 140510331593885 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10551232 memory=2302 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10551232 memory=304 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522593 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67522593 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67522594 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67522594 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67522595 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10551232 memory=69 CPUtime=0.28 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) R 20501 20504 17093 0 -1 4202560 1692 0 0 0 28 0 0 0 20 0 15 0 67522597 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509824262560 140510315975122 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) R 20501 20504 17093 0 -1 4202560 953 0 0 0 26 0 0 0 20 0 15 0 67522597 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509823209136 140510309963842 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10551232 memory=6485400618202 CPUtime=0.26 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 1417 0 0 0 26 0 0 0 20 0 15 0 67522597 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20518] ppid=20501 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20518/stat : 20518 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509821115104 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20519] ppid=20501 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20519/stat : 20519 (java) S 20501 20504 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67522605 10804461568 26289 18446744073709551615 4194304 4196468 140722905900432 140509820062384 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 105156 KiB

[startup+1.50089 s]
/proc/loadavg: 2.23 3.26 3.99 6/209 20519
/proc/meminfo: memFree=25630432/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10553784 memory=281088 CPUtime=3.9 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 22833 0 0 0 377 13 0 0 20 0 15 0 67522585 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2638446 70272 3104 1 0 2627899 0
[pid=20504/tid=20506] ppid=20501 vsize=10553784 memory=6944652177228980320 CPUtime=1.25 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) R 20501 20504 17093 0 -1 4202560 7006 0 0 0 120 5 0 0 20 0 15 0 67522592 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140510335804208 140509943243487 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10553784 memory=8740 CPUtime=0.04 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 116 0 0 0 4 0 0 0 20 0 15 0 67522593 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10553784 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 15 0 67522593 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10553784 memory=279776451465888 CPUtime=0.05 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 143 0 0 0 4 1 0 0 20 0 15 0 67522593 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10553784 memory=13966 CPUtime=0.07 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 117 0 0 0 6 1 0 0 20 0 15 0 67522593 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10553784 memory=25918 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 67522594 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10553784 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67522594 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10553784 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67522595 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10553784 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67522597 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10553784 memory=0 CPUtime=1 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) R 20501 20504 17093 0 -1 4202560 5645 0 0 0 100 0 0 0 20 0 15 0 67522597 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140509824258984 140510313117561 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10553784 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) R 20501 20504 17093 0 -1 4202560 6661 0 0 0 100 1 0 0 20 0 15 0 67522597 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140509823205928 140510316493908 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10553784 memory=81 CPUtime=0.36 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 1688 0 0 0 36 0 0 0 20 0 15 0 67522597 10807074816 70272 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0

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

/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 7132 0 0 0 362 0 0 0 20 0 16 0 67522594 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10617796 memory=37988 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 67522594 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10617796 memory=3845376 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67522595 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10617796 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10617796 memory=8171615971672155728 CPUtime=1.57 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) S 20501 20504 17093 0 -1 1077944384 7621 0 0 0 156 1 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509824273264 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10617796 memory=6948322295788562798 CPUtime=1.62 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) S 20501 20504 17093 0 -1 1077944384 8887 0 0 0 161 1 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509823220464 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10617796 memory=7883076645755121248 CPUtime=0.48 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 3773 0 0 0 48 0 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20518] ppid=20501 vsize=10617796 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20518/stat : 20518 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509821115104 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20519] ppid=20501 vsize=10617796 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/20504/task/20519/stat : 20519 (java) S 20501 20504 17093 0 -1 1077944384 195 0 0 0 3 4 0 0 20 0 16 0 67522605 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509820062384 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20521] ppid=20501 vsize=10617796 memory=10968 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20521/stat : 20521 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67525395 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509819007920 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 133.43 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3845376 KiB

[startup+162.301 s]
/proc/loadavg: 1.99 2.81 3.71 3/214 20620
/proc/meminfo: memFree=23581384/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10617796 memory=3845376 CPUtime=193.47 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 84155 0 0 0 19091 256 0 0 20 0 16 0 67522585 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2654449 961344 3137 1 0 2643902 0
[pid=20504/tid=20506] ppid=20501 vsize=10617796 memory=3845376 CPUtime=149.17 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) R 20501 20504 17093 0 -1 4202560 23440 0 0 0 14899 18 0 0 20 0 16 0 67522592 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140510335807936 140509944381097 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10617796 memory=3845376 CPUtime=9.18 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 7467 0 0 0 861 57 0 0 20 0 16 0 67522593 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10617796 memory=3845376 CPUtime=9.18 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 10077 0 0 0 861 57 0 0 20 0 16 0 67522593 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10617796 memory=918 CPUtime=9.19 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 8047 0 0 0 864 55 0 0 20 0 16 0 67522593 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10617796 memory=4028 CPUtime=9.24 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 5709 0 0 0 868 56 0 0 20 0 16 0 67522593 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10617796 memory=37988 CPUtime=3.62 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 7189 0 0 0 362 0 0 0 20 0 16 0 67522594 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10617796 memory=3845376 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 67522594 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10617796 memory=3845376 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67522595 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10617796 memory=3845376 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10617796 memory=4028 CPUtime=1.57 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) S 20501 20504 17093 0 -1 1077944384 7624 0 0 0 156 1 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509824273264 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10617796 memory=3845376 CPUtime=1.62 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) S 20501 20504 17093 0 -1 1077944384 8901 0 0 0 161 1 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509823220464 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10617796 memory=3845376 CPUtime=0.48 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 4100 0 0 0 48 0 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20518] ppid=20501 vsize=10617796 memory=3845376 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20518/stat : 20518 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67522597 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509821115104 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20519] ppid=20501 vsize=10617796 memory=3845376 CPUtime=0.1 cores=1,3,5,7
/proc/20504/task/20519/stat : 20519 (java) S 20501 20504 17093 0 -1 1077944384 223 0 0 0 4 6 0 0 20 0 16 0 67522605 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509820062384 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20521] ppid=20501 vsize=10617796 memory=38008 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20521/stat : 20521 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67525395 10872623104 961344 18446744073709551615 4194304 4196468 140722905900432 140509819007920 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 193.47 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3845376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+220.801 s]
/proc/loadavg: 2.19 2.73 3.63 3/215 20622
/proc/meminfo: memFree=22161952/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10617796 memory=3845468 CPUtime=252.02 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 89903 0 0 0 24943 259 0 0 20 0 16 0 67522585 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2654449 961367 3142 1 0 2643902 0
[pid=20504/tid=20506] ppid=20501 vsize=10617796 memory=3845420 CPUtime=207.67 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) R 20501 20504 17093 0 -1 4202560 27776 0 0 0 20748 19 0 0 20 0 16 0 67522592 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140510335808112 140509944522141 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10617796 memory=4028 CPUtime=9.18 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 7467 0 0 0 861 57 0 0 20 0 16 0 67522593 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10617796 memory=-8774313645642428999 CPUtime=9.18 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 10077 0 0 0 861 57 0 0 20 0 16 0 67522593 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10617796 memory=0 CPUtime=9.19 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 8047 0 0 0 864 55 0 0 20 0 16 0 67522593 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10617796 memory=0 CPUtime=9.24 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 5709 0 0 0 868 56 0 0 20 0 16 0 67522593 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10617796 memory=0 CPUtime=3.62 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 7266 0 0 0 362 0 0 0 20 0 16 0 67522594 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10617796 memory=3845420 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 67522594 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67522595 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10617796 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67522597 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10617796 memory=1000 CPUtime=1.57 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) S 20501 20504 17093 0 -1 1077944384 8454 0 0 0 156 1 0 0 20 0 16 0 67522597 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509824273264 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10617796 memory=-8774313645642428999 CPUtime=1.63 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) S 20501 20504 17093 0 -1 1077944384 9026 0 0 0 162 1 0 0 20 0 16 0 67522597 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509823220464 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10617796 memory=12200 CPUtime=0.48 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 4437 0 0 0 48 0 0 0 20 0 16 0 67522597 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20518] ppid=20501 vsize=10617796 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20518/stat : 20518 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67522597 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509821115104 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20519] ppid=20501 vsize=10617796 memory=1204 CPUtime=0.14 cores=1,3,5,7
/proc/20504/task/20519/stat : 20519 (java) S 20501 20504 17093 0 -1 1077944384 266 0 0 0 6 8 0 0 20 0 16 0 67522605 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509820062384 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20521] ppid=20501 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20521/stat : 20521 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67525395 10872623104 961367 18446744073709551615 4194304 4196468 140722905900432 140509819007920 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3845468 KiB

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

[startup+221.034 s]
# the end of solver process 20504 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.584 s, system=2.61439 s

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

[startup+221.001 s]*
/proc/loadavg: 2.19 2.73 3.63 2/216 20626
/proc/meminfo: memFree=22161812/32770624 swapFree=67108860/67108860
[pid=20504] ppid=20501 vsize=10817488 memory=3845804 CPUtime=252.17 cores=1,3,5,7
/proc/20504/stat : 20504 (java) S 20501 20504 17093 0 -1 1077944320 90687 0 0 0 24958 259 0 0 20 0 17 0 67522585 11077107712 961449 18446744073709551615 4194304 4196468 140722905900432 140722905882976 140510331571959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
/proc/20504/statm: 2704372 961451 3145 1 0 2693825 0
[pid=20504/tid=20506] ppid=20501 vsize=10817488 memory=13412 CPUtime=207.81 cores=1,3,5,7
/proc/20504/task/20506/stat : 20506 (java) S 20501 20504 17093 0 -1 1077944384 27910 0 0 0 20762 19 0 0 20 0 17 0 67522592 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140510335814832 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20507] ppid=20501 vsize=10817488 memory=4872558044660077418 CPUtime=9.18 cores=1,3,5,7
/proc/20504/task/20507/stat : 20507 (java) S 20501 20504 17093 0 -1 1077944384 7467 0 0 0 861 57 0 0 20 0 17 0 67522593 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140510261992592 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20508] ppid=20501 vsize=10817488 memory=16448 CPUtime=9.18 cores=1,3,5,7
/proc/20504/task/20508/stat : 20508 (java) S 20501 20504 17093 0 -1 1077944384 10077 0 0 0 861 57 0 0 20 0 17 0 67522593 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140510260939792 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20509] ppid=20501 vsize=10817488 memory=2752 CPUtime=9.19 cores=1,3,5,7
/proc/20504/task/20509/stat : 20509 (java) S 20501 20504 17093 0 -1 1077944384 8047 0 0 0 864 55 0 0 20 0 17 0 67522593 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140510259886992 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20510] ppid=20501 vsize=10817488 memory=2872 CPUtime=9.24 cores=1,3,5,7
/proc/20504/task/20510/stat : 20510 (java) S 20501 20504 17093 0 -1 1077944384 5709 0 0 0 868 56 0 0 20 0 17 0 67522593 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140510258834192 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20511] ppid=20501 vsize=10817488 memory=4064 CPUtime=3.62 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (java) S 20501 20504 17093 0 -1 1077944384 7271 0 0 0 362 0 0 0 20 0 17 0 67522594 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509828483440 140510331583106 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20512] ppid=20501 vsize=10817488 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20512/stat : 20512 (java) S 20501 20504 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 67522594 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509827429408 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20513] ppid=20501 vsize=10817488 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20513/stat : 20513 (java) S 20501 20504 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 67522595 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509826376560 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20514] ppid=20501 vsize=10817488 memory=3040 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20514/stat : 20514 (java) S 20501 20504 17093 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 67522597 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509825324880 140510331590555 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20515] ppid=20501 vsize=10817488 memory=932 CPUtime=1.57 cores=1,3,5,7
/proc/20504/task/20515/stat : 20515 (java) S 20501 20504 17093 0 -1 1077944384 8454 0 0 0 156 1 0 0 20 0 17 0 67522597 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509824273264 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20516] ppid=20501 vsize=10817488 memory=1624 CPUtime=1.63 cores=1,3,5,7
/proc/20504/task/20516/stat : 20516 (java) S 20501 20504 17093 0 -1 1077944384 9026 0 0 0 162 1 0 0 20 0 17 0 67522597 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509823220464 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20517] ppid=20501 vsize=10817488 memory=2160 CPUtime=0.48 cores=1,3,5,7
/proc/20504/task/20517/stat : 20517 (java) S 20501 20504 17093 0 -1 1077944384 4507 0 0 0 48 0 0 0 20 0 17 0 67522597 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509822167664 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20518] ppid=20501 vsize=10817488 memory=844 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20518/stat : 20518 (java) S 20501 20504 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67522597 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509821115104 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20519] ppid=20501 vsize=10817488 memory=16448 CPUtime=0.14 cores=1,3,5,7
/proc/20504/task/20519/stat : 20519 (java) S 20501 20504 17093 0 -1 1077944384 268 0 0 0 6 8 0 0 20 0 17 0 67522605 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509820062384 140510331583106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20624] ppid=20501 vsize=10817488 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20624/stat : 20624 (java) S 20501 20504 17093 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 17 0 67544666 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509817954416 140510331582165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
[pid=20504/tid=20625] ppid=20501 vsize=10817488 memory=2872 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20625/stat : 20625 (java) R 20501 20504 17093 0 -1 4202560 216 0 0 0 0 0 0 0 20 0 17 0 67544666 11077107712 961451 18446744073709551615 4194304 4196468 140722905900432 140509816902544 140509942555008 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140722905907605 140722905907758 140722905907758 140722905911247 0
Current children cumulated CPU time: 252.17 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3845804 KiB

Child status: 143
Real time (s): 221.034
CPU time (s): 252.199
CPU user time (s): 249.584
CPU system time (s): 2.61439
CPU usage (%): 114.099
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3845804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.584
system time used= 2.61439
maximum resident set size= 3845976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7487
involuntary context switches= 435


# summary of solver processes directly reported to runsolver:
#   pid: 20504
#   total CPU time (s): 252.199
#   total CPU user time (s): 249.584
#   total CPU system time (s): 2.61439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47079 second user time and 2.08174 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 21:27:24
IDJOB=4258118
IDBENCH=140531
IDSOLVER=2643
FILE ID=node127/4258118-1502653293
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbop-10-30-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258118-1502653293/watcher-4258118-1502653293 -o /tmp/evaluation-result-4258118-1502653293/solver-4258118-1502653293 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258118-1502653293.xml

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

MD5SUM BENCH= ad735b407fbaf4f018d5847f388ee144
RANDOM SEED=1937791540

node127.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.92
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.92
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.92
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.92
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:        25822952 kB
MemAvailable:   26274812 kB
Buffers:          204020 kB
Cached:           543624 kB
SwapCached:            0 kB
Active:          6285156 kB
Inactive:         226268 kB
Active(anon):    5713468 kB
Inactive(anon):    83872 kB
Active(file):     571688 kB
Inactive(file):   142396 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2000 kB
Writeback:             0 kB
AnonPages:       5763940 kB
Mapped:            59124 kB
Shmem:             33444 kB
Slab:             132864 kB
SReclaimable:     107224 kB
SUnreclaim:        25640 kB
KernelStack:        3408 kB
PageTables:        16268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7329720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5425152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 21:31:05