Trace number 4263094

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? 89.713501 33.495399

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-37-03.xml
MD5SUMf27483baa127f488650207f51eee544f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark132
Best CPU time to get the best result obtained on this benchmark427.14899
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints198
Number of domains2
Minimum domain size1
Maximum domain size474
Distribution of domain sizes[{"size":1,"count":1},{"size":474,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":8},{"degree":5,"count":18},{"degree":6,"count":26},{"degree":7,"count":26},{"degree":8,"count":11},{"degree":9,"count":1},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity53
Distribution of constraint arities[{"arity":2,"count":194},{"arity":42,"count":1},{"arity":43,"count":2},{"arity":53,"count":1}]
Number of extensional constraints0
Number of intensional constraints194
Distribution of constraint types[{"type":"intension","count":194},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263094-1502626950/watcher-4263094-1502626950 -o /tmp/evaluation-result-4263094-1502626950/solver-4263094-1502626950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263094-1502626950.xml 

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

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=13603, runsolver pid=13600

[startup+0.100078 s]*
/proc/loadavg: 4.92 4.57 4.34 7/215 13618
/proc/meminfo: memFree=20817828/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555400 memory=29944 CPUtime=0.13 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 6540 0 0 0 11 2 0 0 20 0 15 0 95776098 10808729600 7486 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638850 7486 2825 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555400 memory=-7254947784588945530 CPUtime=0.09 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) R 13600 13603 6338 0 -1 4202560 4391 0 0 0 8 1 0 0 20 0 15 0 95776098 10808729600 7486 33554432000 4194304 4196468 140732253185008 139753126080144 139753105937758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555400 memory=5793854948903025081 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 7486 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555400 memory=139697893131904 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 7486 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 7486 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 7486 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95776101 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752681068528 139753121868418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95776101 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95776101 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) S 13600 13603 6338 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 95776103 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752676858352 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752675805808 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10555400 memory=139697893131904 CPUtime=0.01 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) R 13600 13603 6338 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 15 0 95776103 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752674753264 139753121868418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555400 memory=139697893131904 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776104 10808729600 7486 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29944 KiB

[startup+0.210527 s]*
/proc/loadavg: 4.92 4.57 4.34 6/215 13618
/proc/meminfo: memFree=20808236/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555400 memory=39856 CPUtime=0.3 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 8019 0 0 0 27 3 0 0 20 0 15 0 95776098 10808729600 9964 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638850 9964 2943 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) R 13600 13603 6338 0 -1 4202560 5192 0 0 0 18 2 0 0 20 0 15 0 95776098 10808729600 9964 33554432000 4194304 4196468 140732253185008 139753126083056 139753121869206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555400 memory=4211973424097922442 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 9964 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555400 memory=139697893131904 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 9964 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 9964 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95776099 10808729600 9964 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555400 memory=139697893131904 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95776101 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752681068528 139753121868418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95776101 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95776101 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) R 13600 13603 6338 0 -1 1077944384 574 0 0 0 1 0 0 0 20 0 15 0 95776103 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752676858352 139753121868418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) S 13600 13603 6338 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 95776103 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752675805808 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10555400 memory=139697893131904 CPUtime=0.06 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) R 13600 13603 6338 0 -1 4202560 814 0 0 0 6 0 0 0 20 0 15 0 95776103 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752674753264 139753105937758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555400 memory=139697893131904 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776104 10808729600 9964 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39856 KiB

[startup+0.310341 s]*
/proc/loadavg: 4.92 4.57 4.34 7/215 13618
/proc/meminfo: memFree=20801412/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555476 memory=46788 CPUtime=0.52 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 8715 0 0 0 49 3 0 0 20 0 15 0 95776098 10808807424 11697 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638869 11697 3039 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) R 13600 13603 6338 0 -1 4202560 5535 0 0 0 28 2 0 0 20 0 15 0 95776098 10808807424 11697 33554432000 4194304 4196468 140732253185008 139753126092144 139753105900901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555476 memory=4211973424097922442 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808807424 11697 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555476 memory=139697893134261 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808807424 11697 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555476 memory=139697770840786 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776099 10808807424 11697 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555476 memory=139697770843599 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95776099 10808807424 11697 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555476 memory=139697893138269 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752681068528 139753121868418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10555476 memory=139697770852783 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10555476 memory=279395541696400 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10555476 memory=279395541694096 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) S 13600 13603 6338 0 -1 1077944384 664 0 0 0 3 0 0 0 20 0 15 0 95776103 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752676858352 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) S 13600 13603 6338 0 -1 1077944384 212 0 0 0 3 0 0 0 20 0 15 0 95776103 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752675805808 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10555476 memory=139697893131904 CPUtime=0.13 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) R 13600 13603 6338 0 -1 4202560 940 0 0 0 13 0 0 0 20 0 15 0 95776103 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752674749632 139753114963807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555476 memory=139697893131904 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 11697 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46788 KiB

[startup+0.700801 s]
/proc/loadavg: 4.92 4.57 4.34 8/215 13618
/proc/meminfo: memFree=20729304/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555476 memory=228456 CPUtime=1.64 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 12052 0 0 0 154 10 0 0 20 0 15 0 95776098 10808807424 57114 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638869 57114 3096 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555476 memory=1952 CPUtime=0.62 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) R 13600 13603 6338 0 -1 4202560 5859 0 0 0 58 4 0 0 20 0 15 0 95776098 10808807424 57114 33554432000 4194304 4196468 140732253185008 139753126090880 139752752482728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555476 memory=5796 CPUtime=0.02 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 21 0 0 0 2 0 0 0 20 0 15 0 95776099 10808807424 57114 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555476 memory=4616 CPUtime=0.04 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 25 0 0 0 3 1 0 0 20 0 15 0 95776099 10808807424 57114 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555476 memory=7523356985603351872 CPUtime=0.05 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 35 0 0 0 4 1 0 0 20 0 15 0 95776099 10808807424 57114 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555476 memory=7881696724453321575 CPUtime=0.05 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 36 0 0 0 4 1 0 0 20 0 15 0 95776099 10808807424 57114 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555476 memory=7440066780423278672 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752681068528 139753121868418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10555476 memory=70 CPUtime=0.3 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) S 13600 13603 6338 0 -1 1077944384 2189 0 0 0 30 0 0 0 20 0 15 0 95776103 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752676858352 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10555476 memory=3 CPUtime=0.29 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) R 13600 13603 6338 0 -1 4202560 1354 0 0 0 29 0 0 0 20 0 15 0 95776103 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752675797088 139753103401360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10555476 memory=5976 CPUtime=0.2 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) S 13600 13603 6338 0 -1 1077944384 1091 0 0 0 20 0 0 0 20 0 15 0 95776103 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752674753264 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10555476 memory=279395541880304 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 57114 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 228456 KiB

[startup+1.50123 s]
/proc/loadavg: 5.09 4.61 4.35 6/215 13618
/proc/meminfo: memFree=20525220/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555476 memory=615928 CPUtime=3.63 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 13949 0 0 0 319 44 0 0 20 0 15 0 95776098 10808807424 153982 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638869 153982 3111 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555476 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) S 13600 13603 6338 0 -1 1077944384 5946 0 0 0 98 5 0 0 20 0 15 0 95776098 10808807424 153982 33554432000 4194304 4196468 140732253185008 139753126094128 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555476 memory=-6436867105731273825 CPUtime=0.41 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) R 13600 13603 6338 0 -1 4202560 549 0 0 0 32 9 0 0 20 0 15 0 95776099 10808807424 153982 33554432000 4194304 4196468 140732253185008 139753074477728 139753106312028 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555476 memory=-6007660418857049897 CPUtime=0.42 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) R 13600 13603 6338 0 -1 4202560 258 0 0 0 33 9 0 0 20 0 15 0 95776099 10808807424 153982 33554432000 4194304 4196468 140732253185008 139753073425496 139753106808398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555476 memory=-1161699032755887712 CPUtime=0.43 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) R 13600 13603 6338 0 -1 4202560 270 0 0 0 34 9 0 0 20 0 15 0 95776099 10808807424 153982 33554432000 4194304 4196468 140732253185008 139753072372952 139753106807876 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555476 memory=-6305719390639449472 CPUtime=0.43 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) R 13600 13603 6338 0 -1 4202560 697 0 0 0 35 8 0 0 20 0 15 0 95776099 10808807424 153982 33554432000 4194304 4196468 140732253185008 139753071320208 139753103453868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555476 memory=-6305709512113480832 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 153982 33554432000 4194304 4196468 140732253185008 139752681066848 139753121867477 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0

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

[pid=13603/tid=13617] ppid=13600 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 1287264 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555476 memory=7375047268091646572 CPUtime=0.01 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 334 0 0 0 0 1 0 0 20 0 15 0 95776104 10808807424 1287264 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 82.02 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5149056 KiB

[startup+32.0006 s]*
/proc/loadavg: 5.55 4.76 4.41 6/215 13618
/proc/meminfo: memFree=15689040/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555476 memory=5149068 CPUtime=88.39 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 50580 0 0 0 8410 429 0 0 20 0 15 0 95776098 10808807424 1287267 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638869 1287267 3131 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555476 memory=6791534058613427641 CPUtime=6.93 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) S 13600 13603 6338 0 -1 1077944384 10936 0 0 0 684 9 0 0 20 0 15 0 95776098 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139753126094096 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555476 memory=-7003737579269690708 CPUtime=18.45 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 6730 0 0 0 1740 105 0 0 20 0 15 0 95776099 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555476 memory=1292 CPUtime=18.54 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 4243 0 0 0 1753 101 0 0 20 0 15 0 95776099 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555476 memory=1728 CPUtime=18.39 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 4385 0 0 0 1730 109 0 0 20 0 15 0 95776099 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555476 memory=12064 CPUtime=18.48 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 5446 0 0 0 1748 100 0 0 20 0 15 0 95776099 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555476 memory=1004 CPUtime=6.42 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) R 13600 13603 6338 0 -1 4202560 10114 0 0 0 641 1 0 0 20 0 15 0 95776101 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752681066960 139753106314908 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10555476 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10555476 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10555476 memory=1728 CPUtime=0.46 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) S 13600 13603 6338 0 -1 1077944384 3160 0 0 0 46 0 0 0 20 0 15 0 95776103 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752676858112 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10555476 memory=12064 CPUtime=0.36 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) S 13600 13603 6338 0 -1 1077944384 1583 0 0 0 36 0 0 0 20 0 15 0 95776103 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752675805856 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10555476 memory=1004 CPUtime=0.28 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) S 13600 13603 6338 0 -1 1077944384 2256 0 0 0 28 0 0 0 20 0 15 0 95776103 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752674753312 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10555476 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555476 memory=1952 CPUtime=0.01 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 368 0 0 0 0 1 0 0 20 0 15 0 95776104 10808807424 1287267 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 88.39 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5149068 KiB

[startup+32.8007 s]
/proc/loadavg: 5.55 4.76 4.41 6/215 13618
/proc/meminfo: memFree=15689040/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555476 memory=5154080 CPUtime=89.19 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 54702 0 0 0 8489 430 0 0 20 0 15 0 95776098 10808807424 1288520 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638869 1288520 3131 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555476 memory=8836 CPUtime=7.25 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) R 13600 13603 6338 0 -1 4202560 11685 0 0 0 716 9 0 0 20 0 15 0 95776098 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139753126094096 139752752551160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555476 memory=11044 CPUtime=18.45 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 6732 0 0 0 1740 105 0 0 20 0 15 0 95776099 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555476 memory=13252 CPUtime=18.54 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 4246 0 0 0 1753 101 0 0 20 0 15 0 95776099 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555476 memory=15460 CPUtime=18.39 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 4388 0 0 0 1730 109 0 0 20 0 15 0 95776099 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555476 memory=17668 CPUtime=18.48 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 5449 0 0 0 1748 100 0 0 20 0 15 0 95776099 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555476 memory=19876 CPUtime=6.89 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 13346 0 0 0 688 1 0 0 20 0 15 0 95776101 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752681068528 139753121868418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10555476 memory=22084 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10555476 memory=24292 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10555476 memory=26500 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10555476 memory=28708 CPUtime=0.46 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) S 13600 13603 6338 0 -1 1077944384 3164 0 0 0 46 0 0 0 20 0 15 0 95776103 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752676858352 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10555476 memory=30916 CPUtime=0.36 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) S 13600 13603 6338 0 -1 1077944384 1585 0 0 0 36 0 0 0 20 0 15 0 95776103 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752675805808 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10555476 memory=33121 CPUtime=0.28 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) S 13600 13603 6338 0 -1 1077944384 2378 0 0 0 28 0 0 0 20 0 15 0 95776103 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752674753264 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10555476 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555476 memory=288230621803970871 CPUtime=0.01 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 370 0 0 0 0 1 0 0 20 0 15 0 95776104 10808807424 1288520 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 89.19 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5154080 KiB

[startup+33.2007 s]
/proc/loadavg: 5.55 4.76 4.41 6/215 13618
/proc/meminfo: memFree=15684264/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10555476 memory=5154128 CPUtime=89.6 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 55882 0 0 0 8530 430 0 0 20 0 15 0 95776098 10808807424 1288532 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2638869 1288532 3131 1 0 2627263 0
[pid=13603/tid=13605] ppid=13600 vsize=10555476 memory=792 CPUtime=7.65 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) R 13600 13603 6338 0 -1 4202560 11864 0 0 0 756 9 0 0 20 0 15 0 95776098 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139753126094096 139752752561899 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10555476 memory=6791534058613427641 CPUtime=18.45 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 6732 0 0 0 1740 105 0 0 20 0 15 0 95776099 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10555476 memory=16099256251451951 CPUtime=18.54 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 4246 0 0 0 1753 101 0 0 20 0 15 0 95776099 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10555476 memory=636 CPUtime=18.39 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 4388 0 0 0 1730 109 0 0 20 0 15 0 95776099 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10555476 memory=1236 CPUtime=18.48 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 5449 0 0 0 1748 100 0 0 20 0 15 0 95776099 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10555476 memory=960 CPUtime=6.89 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 13346 0 0 0 688 1 0 0 20 0 15 0 95776101 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752681068528 139753121868418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10555476 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10555476 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95776101 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10555476 memory=4080 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776103 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10555476 memory=932 CPUtime=0.46 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) S 13600 13603 6338 0 -1 1077944384 3164 0 0 0 46 0 0 0 20 0 15 0 95776103 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752676858352 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10555476 memory=1584 CPUtime=0.36 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) S 13600 13603 6338 0 -1 1077944384 1585 0 0 0 36 0 0 0 20 0 15 0 95776103 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752675805808 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10555476 memory=2196 CPUtime=0.29 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) S 13600 13603 6338 0 -1 1077944384 3379 0 0 0 29 0 0 0 20 0 15 0 95776103 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752674753264 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10555476 memory=6508 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95776104 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10555476 memory=840 CPUtime=0.01 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 370 0 0 0 0 1 0 0 20 0 15 0 95776104 10808807424 1288532 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 89.6 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5154128 KiB

[startup+33.4006 s]
/proc/loadavg: 5.55 4.76 4.41 6/215 13618
/proc/meminfo: memFree=15684264/32770624 swapFree=67108860/67108860
[pid=13603] ppid=13600 vsize=10690804 memory=5155132 CPUtime=89.68 cores=1,3,5,7
/proc/13603/stat : 13603 (java) S 13600 13603 6338 0 -1 1077944320 57317 0 0 0 8538 430 0 0 20 0 16 0 95776098 10947383296 1288783 33554432000 4194304 4196468 140732253185008 140732253167552 139753121857271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
/proc/13603/statm: 2672701 1288783 3179 1 0 2661057 0
[pid=13603/tid=13605] ppid=13600 vsize=10690804 memory=13921 CPUtime=7.72 cores=1,3,5,7
/proc/13603/task/13605/stat : 13605 (java) S 13600 13603 6338 0 -1 1077944384 13013 0 0 0 763 9 0 0 20 0 16 0 95776098 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139753126097952 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13606] ppid=13600 vsize=10690804 memory=14697383288509783 CPUtime=18.45 cores=1,3,5,7
/proc/13603/task/13606/stat : 13606 (java) S 13600 13603 6338 0 -1 1077944384 6732 0 0 0 1740 105 0 0 20 0 16 0 95776099 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139753074477840 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13607] ppid=13600 vsize=10690804 memory=6944656592455350634 CPUtime=18.54 cores=1,3,5,7
/proc/13603/task/13607/stat : 13607 (java) S 13600 13603 6338 0 -1 1077944384 4246 0 0 0 1753 101 0 0 20 0 16 0 95776099 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139753073425296 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13608] ppid=13600 vsize=10690804 memory=4137293581110450563 CPUtime=18.39 cores=1,3,5,7
/proc/13603/task/13608/stat : 13608 (java) S 13600 13603 6338 0 -1 1077944384 4388 0 0 0 1730 109 0 0 20 0 16 0 95776099 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139753072372752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13609] ppid=13600 vsize=10690804 memory=-7966001967256141664 CPUtime=18.48 cores=1,3,5,7
/proc/13603/task/13609/stat : 13609 (java) S 13600 13603 6338 0 -1 1077944384 5449 0 0 0 1748 100 0 0 20 0 16 0 95776099 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139753071320208 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13610] ppid=13600 vsize=10690804 memory=-7595718148000617580 CPUtime=6.89 cores=1,3,5,7
/proc/13603/task/13610/stat : 13610 (java) S 13600 13603 6338 0 -1 1077944384 13351 0 0 0 688 1 0 0 20 0 16 0 95776101 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752681068528 139753121868418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13611] ppid=13600 vsize=10690804 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13611/stat : 13611 (java) S 13600 13603 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95776101 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752680014752 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13612] ppid=13600 vsize=10690804 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13612/stat : 13612 (java) S 13600 13603 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95776101 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752678962160 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13613] ppid=13600 vsize=10690804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13613/stat : 13613 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95776103 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752677910736 139753121875867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13614] ppid=13600 vsize=10690804 memory=6944656575208382560 CPUtime=0.46 cores=1,3,5,7
/proc/13603/task/13614/stat : 13614 (java) S 13600 13603 6338 0 -1 1077944384 3292 0 0 0 46 0 0 0 20 0 16 0 95776103 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752676858352 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13615] ppid=13600 vsize=10690804 memory=6943526294502006880 CPUtime=0.36 cores=1,3,5,7
/proc/13603/task/13615/stat : 13615 (java) S 13600 13603 6338 0 -1 1077944384 1613 0 0 0 36 0 0 0 20 0 16 0 95776103 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752675805808 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13616] ppid=13600 vsize=10690804 memory=6944656575208382560 CPUtime=0.3 cores=1,3,5,7
/proc/13603/task/13616/stat : 13616 (java) S 13600 13603 6338 0 -1 1077944384 3432 0 0 0 30 0 0 0 20 0 16 0 95776103 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752674753264 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13617] ppid=13600 vsize=10690804 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/13603/task/13617/stat : 13617 (java) S 13600 13603 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95776104 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752673700960 139753121867477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
[pid=13603/tid=13618] ppid=13600 vsize=10690804 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13603/task/13618/stat : 13618 (java) S 13600 13603 6338 0 -1 1077944384 370 0 0 0 0 1 0 0 20 0 16 0 95776104 10947383296 1288783 33554432000 4194304 4196468 140732253185008 139752672647472 139753121868418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8704000 140732253189254 140732253189407 140732253189407 140732253192143 0
Current children cumulated CPU time: 89.68 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 5155132 KiB

Child status: 0
Real time (s): 33.4954
CPU time (s): 89.7135
CPU user time (s): 85.39
CPU system time (s): 4.32347
CPU usage (%): 267.838
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 5155132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.39
system time used= 4.32347
maximum resident set size= 5155372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2962
involuntary context switches= 2045


# summary of solver processes directly reported to runsolver:
#   pid: 13603
#   total CPU time (s): 89.7135
#   total CPU user time (s): 85.39
#   total CPU system time (s): 4.32347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.228642 second user time and 0.358445 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 14:08:12
IDJOB=4263094
IDBENCH=128699
IDSOLVER=2651
FILE ID=node148/4263094-1502626950
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61616 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-37-03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263094-1502626950/watcher-4263094-1502626950 -o /tmp/evaluation-result-4263094-1502626950/solver-4263094-1502626950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263094-1502626950.xml

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

MD5SUM BENCH= f27483baa127f488650207f51eee544f
RANDOM SEED=641803603

node148.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.19
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.19
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.19
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.19
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:        20836580 kB
MemAvailable:   23919264 kB
Buffers:          195272 kB
Cached:          3176732 kB
SwapCached:            0 kB
Active:          8798228 kB
Inactive:        2686388 kB
Active(anon):    8063620 kB
Inactive(anon):    76916 kB
Active(file):     734608 kB
Inactive(file):  2609472 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:       8118732 kB
Mapped:            55216 kB
Shmem:             25224 kB
Slab:             135644 kB
SReclaimable:     108876 kB
SUnreclaim:        26768 kB
KernelStack:        3536 kB
PageTables:        21044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8607408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7958528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 14:08:46