Trace number 4263092

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? 78.225998 27.708099

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-09-06.xml
MD5SUM6fbeb4485160aba6959a0a0fc5f330c5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark125
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size507
Distribution of domain sizes[{"size":1,"count":1},{"size":507,"count":91}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":9},{"degree":5,"count":16},{"degree":6,"count":36},{"degree":7,"count":17},{"degree":8,"count":11}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":138},{"arity":63,"count":1},{"arity":67,"count":1},{"arity":69,"count":1},{"arity":72,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

73.23/26.44	Aug 13, 2017 2:08:32 PM org.sat4j.reader.XMLCSP3Reader parseInstance
73.23/26.44	INFO: Runtime exception
73.23/26.44	java.lang.IllegalArgumentException: "ite" is not a valid operator
73.23/26.44		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
73.23/26.44		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
73.23/26.44		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
73.23/26.44		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
73.23/26.44		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
73.23/26.44		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
73.23/26.44		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
73.23/26.44		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
73.23/26.44		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
73.23/26.44		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
73.23/26.44		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
73.23/26.44		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
73.23/26.44		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
73.23/26.44		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
73.23/26.44		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
73.23/26.44		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
73.23/26.44		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
73.23/26.44		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
73.23/26.44		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
73.23/26.44		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
73.23/26.44		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
73.23/26.44		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
73.23/26.44		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
73.23/26.44	
77.88/27.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
77.88/27.68	c This is free software under the dual EPL/GNU LGPL licenses.
77.88/27.68	c See www.sat4j.org for details.
77.88/27.68	c That software uses the Rhino library from the Mozilla project.
77.88/27.68	c version CUSTOM.v20170705
77.88/27.68	c java.runtime.name	Java(TM) SE Runtime Environment
77.88/27.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
77.88/27.68	c java.vm.version	25.131-b11
77.88/27.68	c java.vm.vendor	Oracle Corporation
77.88/27.68	c sun.arch.data.model	64
77.88/27.68	c java.version		1.8.0_131
77.88/27.68	c os.name		Linux
77.88/27.68	c os.version		3.10.0-514.16.1.el7.x86_64
77.88/27.68	c os.arch		amd64
77.88/27.68	c Free memory 		499604488
77.88/27.68	c Max memory 		7247757312
77.88/27.68	c Total memory 		504889344
77.88/27.68	c Number of processors 	4
77.88/27.68	c c --- Begin Solver configuration ---
77.88/27.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
77.88/27.68	c Learn all clauses as in MiniSAT
77.88/27.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
77.88/27.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
77.88/27.68	c No reason simplification
77.88/27.68	c Glucose 2.1 dynamic restart strategy
77.88/27.68	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
77.88/27.68	c timeout=2147483s
77.88/27.68	c DB Simplification allowed=false
77.88/27.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
77.88/27.68	c --- End Solver configuration ---
77.88/27.68	c starts		: 0
77.88/27.68	c conflicts		: 0
77.88/27.68	c decisions		: 0
77.88/27.68	c propagations		: 0
77.88/27.68	c inspects		: 0
77.88/27.68	c shortcuts		: 0
77.88/27.68	c learnt literals	: 0
77.88/27.68	c learnt binary clauses	: 0
77.88/27.68	c learnt ternary clauses	: 0
77.88/27.68	c learnt constraints	: 0
77.88/27.68	c ignored constraints	: 0
77.88/27.68	c root simplifications	: 0
77.88/27.68	c removed literals (reason simplification)	: 0
77.88/27.68	c reason swapping (by a shorter reason)	: 0
77.88/27.68	c Calls to reduceDB	: 0
77.88/27.68	c Number of update (reduction) of LBD	: 0
77.88/27.68	c Imported unit clauses	: 0
77.88/27.68	c number of reductions to clauses (during analyze)	: 0
77.88/27.68	c number of learned constraints concerned by reduction	: 0
77.88/27.68	c number of learning phase by resolution	: 0
77.88/27.68	c number of learning phase by cutting planes	: 0
77.88/27.68	c number of rounding to 1 operations	: 0
77.88/27.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
77.88/27.68	c number of reductions of the coefficients by power 2 	: 0
77.88/27.68	c number of right shift for reduction by power 2 	: 0
77.88/27.68	c number of reductions of the coefficients by GCD over coefficients 	: 0
77.88/27.68	c speed (assignments/second)	: 0.0
77.88/27.68	c non guided choices	0
77.88/27.68	c learnt constraints type 
77.88/27.68	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 (13001 MiB free)
  memory of node 1: 16384 MiB (14704 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.108802 s]*
/proc/loadavg: 2.42 2.74 3.83 4/216 3035
/proc/meminfo: memFree=28351188/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10555400 memory=29284 CPUtime=0.13 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 6430 0 0 0 13 0 0 0 20 0 15 0 95782302 10808729600 7321 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2638850 7321 2809 1 0 2627263 0
[pid=3020/tid=3022] ppid=3017 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) R 3017 3020 31095 0 -1 4202560 4241 0 0 0 9 0 0 0 20 0 15 0 95782302 10808729600 7321 33554432000 4194304 4196468 140724430510080 140650486230624 140650466080094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 7321 33554432000 4194304 4196468 140724430510080 140650449558160 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10555400 memory=140562604709504 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 7321 33554432000 4194304 4196468 140724430510080 140650087901712 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 7321 33554432000 4194304 4196468 140724430510080 140650086848912 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) S 3017 3020 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 7321 33554432000 4194304 4196468 140724430510080 140650085796112 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10555400 memory=140562604709504 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95782304 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649974180720 140650482010754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95782305 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95782305 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) S 3017 3020 31095 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 95782307 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649969969520 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649968916720 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10555400 memory=140562604709504 CPUtime=0.02 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 95782307 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10555400 memory=140562604709504 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782308 10808729600 7321 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29284 KiB

[startup+0.210441 s]*
/proc/loadavg: 2.42 2.74 3.83 4/216 3035
/proc/meminfo: memFree=28343760/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10555400 memory=37840 CPUtime=0.29 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 7736 0 0 0 28 1 0 0 20 0 15 0 95782302 10808729600 9460 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2638850 9460 2888 1 0 2627263 0
[pid=3020/tid=3022] ppid=3017 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) R 3017 3020 31095 0 -1 4202560 4841 0 0 0 18 1 0 0 20 0 15 0 95782302 10808729600 9460 33554432000 4194304 4196468 140724430510080 140650486235664 140650466080094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 9460 33554432000 4194304 4196468 140724430510080 140650449558160 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10555400 memory=288370938756421248 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 9460 33554432000 4194304 4196468 140724430510080 140650087901712 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 9460 33554432000 4194304 4196468 140724430510080 140650086848912 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) S 3017 3020 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95782303 10808729600 9460 33554432000 4194304 4196468 140724430510080 140650085796112 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10555400 memory=140562604709504 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95782304 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649974180720 140650482010754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95782305 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95782305 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) S 3017 3020 31095 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 95782307 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649969969520 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) S 3017 3020 31095 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 15 0 95782307 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649968916720 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10555400 memory=140562604709504 CPUtime=0.05 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 904 0 0 0 5 0 0 0 20 0 15 0 95782307 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10555400 memory=140562604709504 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782308 10808729600 9460 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37840 KiB

[startup+0.310265 s]*
/proc/loadavg: 2.42 2.74 3.83 4/216 3035
/proc/meminfo: memFree=28337460/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10555476 memory=44848 CPUtime=0.5 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 8421 0 0 0 48 2 0 0 20 0 15 0 95782302 10808807424 11212 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2638869 11212 3002 1 0 2627263 0
[pid=3020/tid=3022] ppid=3017 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) R 3017 3020 31095 0 -1 4202560 5230 0 0 0 28 1 0 0 20 0 15 0 95782302 10808807424 11212 33554432000 4194304 4196468 140724430510080 140650486236480 140650466080094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808807424 11212 33554432000 4194304 4196468 140724430510080 140650449558160 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10555476 memory=140562604767520 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808807424 11212 33554432000 4194304 4196468 140724430510080 140650087901712 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782303 10808807424 11212 33554432000 4194304 4196468 140724430510080 140650086848912 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) S 3017 3020 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95782303 10808807424 11212 33554432000 4194304 4196468 140724430510080 140650085796112 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10555476 memory=140562604774432 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95782304 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649974180720 140650482010754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) S 3017 3020 31095 0 -1 1077944384 560 0 0 0 3 0 0 0 20 0 15 0 95782307 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649969969520 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10555476 memory=140562468556303 CPUtime=0.03 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) S 3017 3020 31095 0 -1 1077944384 185 0 0 0 3 0 0 0 20 0 15 0 95782307 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649968916720 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10555476 memory=140562604712331 CPUtime=0.12 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 1084 0 0 0 12 0 0 0 20 0 15 0 95782307 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10555476 memory=140562468560847 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10555476 memory=281125073287104 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782308 10808807424 11212 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 44848 KiB

[startup+0.700817 s]
/proc/loadavg: 2.42 2.74 3.83 5/216 3035
/proc/meminfo: memFree=28263856/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10555476 memory=224668 CPUtime=1.62 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 11145 0 0 0 153 9 0 0 20 0 15 0 95782302 10808807424 56167 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2638869 56167 3090 1 0 2627263 0
[pid=3020/tid=3022] ppid=3017 vsize=10555476 memory=2372 CPUtime=0.61 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) R 3017 3020 31095 0 -1 4202560 5452 0 0 0 58 3 0 0 20 0 15 0 95782302 10808807424 56231 33554432000 4194304 4196468 140724430510080 140650486233168 140650121187323 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10555476 memory=6872598998417432672 CPUtime=0.05 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 15 0 95782303 10808807424 56231 33554432000 4194304 4196468 140724430510080 140650449558160 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10555476 memory=1420 CPUtime=0.05 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) S 3017 3020 31095 0 -1 1077944384 24 0 0 0 4 1 0 0 20 0 15 0 95782303 10808807424 56231 33554432000 4194304 4196468 140724430510080 140650087901712 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10555476 memory=15872 CPUtime=0.05 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) S 3017 3020 31095 0 -1 1077944384 28 0 0 0 4 1 0 0 20 0 15 0 95782303 10808807424 56231 33554432000 4194304 4196468 140724430510080 140650086848912 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10555476 memory=16448 CPUtime=0.02 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) S 3017 3020 31095 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 15 0 95782303 10808807424 56231 33554432000 4194304 4196468 140724430510080 140650085796112 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95782304 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649974180720 140650482010754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10555476 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) R 3017 3020 31095 0 -1 4202560 1646 0 0 0 28 0 0 0 20 0 15 0 95782307 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649969960800 140650475096443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10555476 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) R 3017 3020 31095 0 -1 4202560 1242 0 0 0 31 0 0 0 20 0 15 0 95782307 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649968906400 140650463521047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 1251 0 0 0 20 0 0 0 20 0 15 0 95782307 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95782308 10808807424 56231 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 224668 KiB

[startup+1.50082 s]
/proc/loadavg: 2.42 2.74 3.83 3/216 3035
/proc/meminfo: memFree=28062908/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10555476 memory=611340 CPUtime=3.59 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 12822 0 0 0 320 39 0 0 20 0 15 0 95782302 10808807424 152835 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2638869 152835 3117 1 0 2627263 0
[pid=3020/tid=3022] ppid=3017 vsize=10555476 memory=3467825826210263615 CPUtime=1.05 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) S 3017 3020 31095 0 -1 1077944384 5537 0 0 0 101 4 0 0 20 0 15 0 95782302 10808807424 152835 33554432000 4194304 4196468 140724430510080 140650486234800 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10555476 memory=283232 CPUtime=0.4 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) R 3017 3020 31095 0 -1 4202560 438 0 0 0 32 8 0 0 20 0 15 0 95782303 10808807424 152835 33554432000 4194304 4196468 140724430510080 140650449558160 140650474627815 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10555476 memory=2241 CPUtime=0.39 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) R 3017 3020 31095 0 -1 4202560 351 0 0 0 32 7 0 0 20 0 15 0 95782303 10808807424 152835 33554432000 4194304 4196468 140724430510080 140650087901608 140650474627815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10555476 memory=1420 CPUtime=0.4 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) R 3017 3020 31095 0 -1 4202560 338 0 0 0 32 8 0 0 20 0 15 0 95782303 10808807424 152835 33554432000 4194304 4196468 140724430510080 140650086848912 140650466950212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10555476 memory=15872 CPUtime=0.38 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) R 3017 3020 31095 0 -1 4202560 418 0 0 0 30 8 0 0 20 0 15 0 95782303 10808807424 152835 33554432000 4194304 4196468 140724430510080 140650085796112 140650466697246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 95782304 10808807424 152835 33554432000 4194304 4196468 140724430510080 140649974179040 140650482009813 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0

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

[startup+25.6009 s]
/proc/loadavg: 2.77 2.80 3.82 3/216 3035
/proc/meminfo: memFree=23848976/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10555476 memory=4531064 CPUtime=72.41 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 49318 0 0 0 6872 369 0 0 20 0 15 0 95782302 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2638869 1132766 3129 1 0 2627263 0
[pid=3020/tid=3022] ppid=3017 vsize=10555476 memory=1728 CPUtime=5.83 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) R 3017 3020 31095 0 -1 4202560 8449 0 0 0 575 8 0 0 20 0 15 0 95782302 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140650486236384 140650121188382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10555476 memory=1716 CPUtime=15.21 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) S 3017 3020 31095 0 -1 1077944384 4922 0 0 0 1430 91 0 0 20 0 15 0 95782303 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140650449558160 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10555476 memory=796 CPUtime=15.36 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) S 3017 3020 31095 0 -1 1077944384 5288 0 0 0 1449 87 0 0 20 0 15 0 95782303 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140650087901712 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10555476 memory=4140 CPUtime=15.26 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) S 3017 3020 31095 0 -1 1077944384 4813 0 0 0 1436 90 0 0 20 0 15 0 95782303 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140650086848912 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10555476 memory=27680 CPUtime=15.24 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) S 3017 3020 31095 0 -1 1077944384 7527 0 0 0 1437 87 0 0 20 0 15 0 95782303 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140650085796112 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10555476 memory=1296 CPUtime=4.28 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 9846 0 0 0 427 1 0 0 20 0 15 0 95782304 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649974180720 140650482010754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10555476 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10555476 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10555476 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10555476 memory=1952 CPUtime=0.37 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) S 3017 3020 31095 0 -1 1077944384 2151 0 0 0 37 0 0 0 20 0 15 0 95782307 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649969969520 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10555476 memory=1200 CPUtime=0.48 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) S 3017 3020 31095 0 -1 1077944384 2221 0 0 0 48 0 0 0 20 0 15 0 95782307 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649968916720 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10555476 memory=8552 CPUtime=0.27 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 2334 0 0 0 27 0 0 0 20 0 15 0 95782307 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10555476 memory=5516 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10555476 memory=4616 CPUtime=0.01 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 15 0 95782308 10808807424 1132766 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 72.41 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 4531064 KiB

[startup+26.4008 s]
/proc/loadavg: 2.77 2.80 3.82 3/216 3035
/proc/meminfo: memFree=23843332/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10555476 memory=4531140 CPUtime=73.23 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 52387 0 0 0 6954 369 0 0 20 0 15 0 95782302 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2638869 1132785 3130 1 0 2627263 0
[pid=3020/tid=3022] ppid=3017 vsize=10555476 memory=4531088 CPUtime=6.63 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) R 3017 3020 31095 0 -1 4202560 10818 0 0 0 655 8 0 0 20 0 15 0 95782302 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140650486234552 140650121186216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10555476 memory=8112282956445269571 CPUtime=15.21 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) S 3017 3020 31095 0 -1 1077944384 4922 0 0 0 1430 91 0 0 20 0 15 0 95782303 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140650449558160 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10555476 memory=3001652 CPUtime=15.36 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) S 3017 3020 31095 0 -1 1077944384 5288 0 0 0 1449 87 0 0 20 0 15 0 95782303 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140650087901712 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10555476 memory=4525480 CPUtime=15.26 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) S 3017 3020 31095 0 -1 1077944384 4813 0 0 0 1436 90 0 0 20 0 15 0 95782303 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140650086848912 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10555476 memory=153597694248506 CPUtime=15.24 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) S 3017 3020 31095 0 -1 1077944384 7527 0 0 0 1437 87 0 0 20 0 15 0 95782303 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140650085796112 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10555476 memory=6656426216303648864 CPUtime=4.28 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 9846 0 0 0 427 1 0 0 20 0 15 0 95782304 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649974180720 140650482010754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10555476 memory=55 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95782305 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10555476 memory=-8312670058677691234 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10555476 memory=7976406965554101975 CPUtime=0.38 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) S 3017 3020 31095 0 -1 1077944384 2591 0 0 0 38 0 0 0 20 0 15 0 95782307 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649969969520 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10555476 memory=9051283677730746851 CPUtime=0.48 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) S 3017 3020 31095 0 -1 1077944384 2221 0 0 0 48 0 0 0 20 0 15 0 95782307 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649968916720 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10555476 memory=-3252517613198930781 CPUtime=0.28 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 2594 0 0 0 28 0 0 0 20 0 15 0 95782307 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10555476 memory=-6372465652820841055 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95782307 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10555476 memory=4638778398332764256 CPUtime=0.01 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 15 0 95782308 10808807424 1132785 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 73.23 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 4531140 KiB

[startup+27.2008 s]
/proc/loadavg: 2.77 2.80 3.82 6/218 3037
/proc/meminfo: memFree=23558564/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10690804 memory=4823604 CPUtime=76.3 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 56610 0 0 0 7226 404 0 0 20 0 17 0 95782302 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2672701 1205901 3177 1 0 2661057 0
[pid=3020/tid=3022] ppid=3017 vsize=10690804 memory=8552 CPUtime=6.67 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) S 3017 3020 31095 0 -1 1077944384 12005 0 0 0 658 9 0 0 20 0 17 0 95782302 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650486240288 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10690804 memory=5516 CPUtime=15.97 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) R 3017 3020 31095 0 -1 4202560 5218 0 0 0 1497 100 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650449558360 140650461194830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10690804 memory=8112282956445269571 CPUtime=16.1 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) R 3017 3020 31095 0 -1 4202560 6311 0 0 0 1514 96 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650087901600 140650466447822 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10690804 memory=288230617509003574 CPUtime=16.02 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) R 3017 3020 31095 0 -1 4202560 5048 0 0 0 1502 100 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650086849112 140650467023662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10690804 memory=15818885064557964 CPUtime=16 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) R 3017 3020 31095 0 -1 4202560 8838 0 0 0 1505 95 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650085796312 140650466447822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10690804 memory=4525428 CPUtime=4.28 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 9852 0 0 0 427 1 0 0 20 0 17 0 95782304 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649974179232 140650482009813 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10690804 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 95782305 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10690804 memory=916 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95782305 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10690804 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10690804 memory=6935054825532540783 CPUtime=0.39 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) S 3017 3020 31095 0 -1 1077944384 2594 0 0 0 39 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649969969520 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10690804 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) S 3017 3020 31095 0 -1 1077944384 2269 0 0 0 48 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649968916720 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10690804 memory=11562696 CPUtime=0.29 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 2654 0 0 0 29 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10690804 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 17 0 95782308 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3036] ppid=3017 vsize=10690804 memory=56 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3036/stat : 3036 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 95784946 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649962607968 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3037] ppid=3017 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3037/stat : 3037 (java) S 3017 3020 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 95784946 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649961554624 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 76.3 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 4823604 KiB

[startup+27.6007 s]
/proc/loadavg: 2.77 2.80 3.82 6/218 3037
/proc/meminfo: memFree=23558564/32770624 swapFree=67108860/67108860
[pid=3020] ppid=3017 vsize=10690804 memory=4823604 CPUtime=77.88 cores=0,2,4,6
/proc/3020/stat : 3020 (java) S 3017 3020 31095 0 -1 1077944320 56927 0 0 0 7383 405 0 0 20 0 17 0 95782302 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140724430492624 140650481999607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
/proc/3020/statm: 2672701 1205901 3177 1 0 2661057 0
[pid=3020/tid=3022] ppid=3017 vsize=10690804 memory=952 CPUtime=6.67 cores=0,2,4,6
/proc/3020/task/3022/stat : 3022 (java) S 3017 3020 31095 0 -1 1077944384 12005 0 0 0 658 9 0 0 20 0 17 0 95782302 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650486240288 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3023] ppid=3017 vsize=10690804 memory=2340 CPUtime=16.37 cores=0,2,4,6
/proc/3020/task/3023/stat : 3023 (java) R 3017 3020 31095 0 -1 4202560 5218 0 0 0 1537 100 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650449558360 140650463625386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3024] ppid=3017 vsize=10690804 memory=2888 CPUtime=16.49 cores=0,2,4,6
/proc/3020/task/3024/stat : 3024 (java) R 3017 3020 31095 0 -1 4202560 6391 0 0 0 1553 96 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650087901832 140650474627815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3025] ppid=3017 vsize=10690804 memory=2884 CPUtime=16.41 cores=0,2,4,6
/proc/3020/task/3025/stat : 3025 (java) R 3017 3020 31095 0 -1 4202560 5125 0 0 0 1541 100 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650086848720 140650474627815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3026] ppid=3017 vsize=10690804 memory=1580 CPUtime=16.39 cores=0,2,4,6
/proc/3020/task/3026/stat : 3026 (java) R 3017 3020 31095 0 -1 4202560 8998 0 0 0 1544 95 0 0 20 0 17 0 95782303 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140650085796232 140650474627815 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3027] ppid=3017 vsize=10690804 memory=928 CPUtime=4.28 cores=0,2,4,6
/proc/3020/task/3027/stat : 3027 (java) S 3017 3020 31095 0 -1 1077944384 9852 0 0 0 427 1 0 0 20 0 17 0 95782304 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649974179232 140650482009813 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3028] ppid=3017 vsize=10690804 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3028/stat : 3028 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 95782305 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649973126688 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3029] ppid=3017 vsize=10690804 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3029/stat : 3029 (java) S 3017 3020 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95782305 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649972073840 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3030] ppid=3017 vsize=10690804 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3030/stat : 3030 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649971022160 140650482018203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3031] ppid=3017 vsize=10690804 memory=2196 CPUtime=0.39 cores=0,2,4,6
/proc/3020/task/3031/stat : 3031 (java) S 3017 3020 31095 0 -1 1077944384 2594 0 0 0 39 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649969969520 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3032] ppid=3017 vsize=10690804 memory=6760 CPUtime=0.48 cores=0,2,4,6
/proc/3020/task/3032/stat : 3032 (java) S 3017 3020 31095 0 -1 1077944384 2269 0 0 0 48 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649968916720 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3033] ppid=3017 vsize=10690804 memory=840 CPUtime=0.29 cores=0,2,4,6
/proc/3020/task/3033/stat : 3033 (java) S 3017 3020 31095 0 -1 1077944384 2654 0 0 0 29 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649967863920 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3034] ppid=3017 vsize=10690804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3034/stat : 3034 (java) S 3017 3020 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95782307 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649966811360 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3035] ppid=3017 vsize=10690804 memory=3084 CPUtime=0.01 cores=0,2,4,6
/proc/3020/task/3035/stat : 3035 (java) S 3017 3020 31095 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 17 0 95782308 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649965759664 140650482010754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3036] ppid=3017 vsize=10690804 memory=318744 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3036/stat : 3036 (java) S 3017 3020 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 95784946 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649962607968 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
[pid=3020/tid=3037] ppid=3017 vsize=10690804 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3037/stat : 3037 (java) S 3017 3020 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 95784946 10947383296 1205901 33554432000 4194304 4196468 140724430510080 140649961554624 140650482009813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140724430517382 140724430517535 140724430517535 140724430520271 0
Current children cumulated CPU time: 77.88 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 4823604 KiB

Child status: 0
Real time (s): 27.7081
CPU time (s): 78.226
CPU user time (s): 74.1485
CPU system time (s): 4.0775
CPU usage (%): 282.321
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 4823604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.1485
system time used= 4.0775
maximum resident set size= 4824240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57205
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2956
involuntary context switches= 676


# summary of solver processes directly reported to runsolver:
#   pid: 3020
#   total CPU time (s): 78.226
#   total CPU user time (s): 74.1485
#   total CPU system time (s): 4.0775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.182566 second user time and 0.315725 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 14:08:06
IDJOB=4263092
IDBENCH=128676
IDSOLVER=2651
FILE ID=node104/4263092-1502626944
RUNJOBID= node104-1502619271-1476
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-09-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263092-1502626944/watcher-4263092-1502626944 -o /tmp/evaluation-result-4263092-1502626944/solver-4263092-1502626944 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263092-1502626944.xml

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

MD5SUM BENCH= 6fbeb4485160aba6959a0a0fc5f330c5
RANDOM SEED=2097531749

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28370748 kB
MemAvailable:   31679648 kB
Buffers:          150884 kB
Cached:          3440072 kB
SwapCached:            0 kB
Active:           643964 kB
Inactive:        3305712 kB
Active(anon):     361616 kB
Inactive(anon):    25024 kB
Active(file):     282348 kB
Inactive(file):  3280688 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1564 kB
Writeback:             8 kB
AnonPages:        365344 kB
Mapped:            55032 kB
Shmem:             25228 kB
Slab:             148808 kB
SReclaimable:     123400 kB
SUnreclaim:        25408 kB
KernelStack:        3552 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 14:08:33