Trace number 4263091

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? 44.592602 17.0874

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-07-04.xml
MD5SUM7161a4ea6c9fe1994b00af2c2beb2482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark2.1649001
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size472
Distribution of domain sizes[{"size":1,"count":1},{"size":472,"count":91}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":12},{"degree":4,"count":20},{"degree":5,"count":29},{"degree":6,"count":21},{"degree":7,"count":9},{"degree":8,"count":1}]
Minimum constraint arity2
Maximum constraint arity53
Distribution of constraint arities[{"arity":2,"count":138},{"arity":39,"count":1},{"arity":40,"count":1},{"arity":49,"count":1},{"arity":53,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263091-1502626983/watcher-4263091-1502626983 -o /tmp/evaluation-result-4263091-1502626983/solver-4263091-1502626983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263091-1502626983.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
solver pid=25171, runsolver pid=25168
Current StackSize limit: 8192 KiB


[startup+0.102669 s]*
/proc/loadavg: 2.24 2.09 2.11 3/204 25180
/proc/meminfo: memFree=27355928/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10151672 memory=21436 CPUtime=0.04 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 4239 0 0 0 3 1 0 0 20 0 9 0 51038943 10395312128 5359 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2537918 5359 2156 1 0 2527415 0
[pid=25171/tid=25173] ppid=25168 vsize=10152700 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) S 25168 25171 11586 0 -1 1077944384 2882 0 0 0 3 0 0 0 20 0 10 0 51038949 10396364800 5359 18446744073709551615 4194304 4196468 140725896953680 140310940891616 140310936659669 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10152700 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 51038950 10396364800 5359 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310936659669 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10152700 memory=140200725264000 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 51038950 10396364800 5359 18446744073709551615 4194304 4196468 140725896953680 140310546865040 140310936659669 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10152700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 51038950 10396364800 5359 18446744073709551615 4194304 4196468 140725896953680 140310545812496 140310936659669 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10152700 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 51038950 10396364800 5359 18446744073709551615 4194304 4196468 140725896953680 140310544759952 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10152700 memory=140200725264000 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 51038951 10396364800 5359 18446744073709551615 4194304 4196468 140725896953680 140310433658864 140310936660610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10153728 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 10 0 51038952 10397417472 5359 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10219264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 11 0 51038952 10464526336 5359 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10219264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 11 0 51038955 10464526336 5362 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10219264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) R 25168 25171 11586 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 11 0 51038955 10464526336 5362 18446744073709551615 4194304 4196468 140725896953680 140310940891272 140310936661398 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21436 KiB

[startup+0.209651 s]*
/proc/loadavg: 2.24 2.09 2.11 3/210 25186
/proc/meminfo: memFree=27354964/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10551156 memory=25920 CPUtime=0.08 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 5003 0 0 0 7 1 0 0 20 0 15 0 51038943 10804383744 6480 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2637789 6480 2607 1 0 2627261 0
[pid=25171/tid=25173] ppid=25168 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) R 25168 25171 11586 0 -1 4202560 3095 0 0 0 6 0 0 0 20 0 15 0 51038949 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310940875152 140310920693093 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10551156 memory=3904817372630955680 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310546865040 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310545812496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310544759952 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10551156 memory=140200725264000 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038951 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310433658864 140310936660610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51038952 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51038952 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) R 25168 25171 11586 0 -1 4202560 309 0 0 0 0 0 0 0 20 0 15 0 51038955 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310429448688 140310916160320 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25183] ppid=25168 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25183/stat : 25183 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804383744 6546 18446744073709551615 4194304 4196468 140725896953680 140310428396144 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25184] ppid=25168 vsize=10551156 memory=140200725264000 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25184/stat : 25184 (java) S 25168 25171 11586 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 51038955 10804383744 6612 18446744073709551615 4194304 4196468 140725896953680 140310427343600 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25185] ppid=25168 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25185/stat : 25185 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804383744 6612 18446744073709551615 4194304 4196468 140725896953680 140310426291296 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25186] ppid=25168 vsize=10551156 memory=140200725264000 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038963 10804383744 6612 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25920 KiB

[startup+0.310532 s]*
/proc/loadavg: 2.24 2.09 2.11 3/210 25186
/proc/meminfo: memFree=27342652/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10551156 memory=35936 CPUtime=0.23 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 8245 0 0 0 20 3 0 0 20 0 15 0 51038943 10804383744 8984 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2637789 8984 2877 1 0 2627261 0
[pid=25171/tid=25173] ppid=25168 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) R 25168 25171 11586 0 -1 4202560 5919 0 0 0 14 2 0 0 20 0 15 0 51038949 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310940873536 140310920729950 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310546865040 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310545812496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038950 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310544759952 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038951 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310433658864 140310936660610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51038952 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51038952 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) S 25168 25171 11586 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 15 0 51038955 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310429448688 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25183] ppid=25168 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25171/task/25183/stat : 25183 (java) S 25168 25171 11586 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 51038955 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310428396144 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25184] ppid=25168 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25171/task/25184/stat : 25184 (java) S 25168 25171 11586 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 51038955 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310427343600 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25185] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25185/stat : 25185 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310426291296 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25186] ppid=25168 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038963 10804383744 9048 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35936 KiB

[startup+0.70156 s]
/proc/loadavg: 2.24 2.09 2.11 4/210 25186
/proc/meminfo: memFree=27327928/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10551232 memory=144724 CPUtime=1.17 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 12602 0 0 0 110 7 0 0 20 0 15 0 51038943 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2637808 36181 3054 1 0 2627261 0
[pid=25171/tid=25173] ppid=25168 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) R 25168 25171 11586 0 -1 4202560 7452 0 0 0 49 4 0 0 20 0 15 0 51038949 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310940880288 140310561264663 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038950 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038950 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310546865040 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038950 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310545812496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10551232 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038950 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310544759952 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51038951 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310433658864 140310936660610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10551232 memory=8900 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10551232 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10551232 memory=1204 CPUtime=0.2 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) R 25168 25171 11586 0 -1 4202560 1590 0 0 0 20 0 0 0 20 0 15 0 51038955 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310429434152 140310915026312 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25183] ppid=25168 vsize=10551232 memory=15880 CPUtime=0.21 cores=1,3,5,7
/proc/25171/task/25183/stat : 25183 (java) R 25168 25171 11586 0 -1 4202560 1108 0 0 0 21 0 0 0 20 0 15 0 51038955 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310428382168 140310918172001 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25184] ppid=25168 vsize=10551232 memory=16240 CPUtime=0.18 cores=1,3,5,7
/proc/25171/task/25184/stat : 25184 (java) S 25168 25171 11586 0 -1 1077944384 1084 0 0 0 18 0 0 0 20 0 15 0 51038955 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310427343600 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25185] ppid=25168 vsize=10551232 memory=16876 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25185/stat : 25185 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310426291296 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25186] ppid=25168 vsize=10551232 memory=148 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51038963 10804461568 36181 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 144724 KiB

[startup+1.50154 s]
/proc/loadavg: 2.24 2.09 2.11 6/210 25186
/proc/meminfo: memFree=27106308/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10551232 memory=538564 CPUtime=3.05 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 13748 0 0 0 269 36 0 0 20 0 15 0 51038943 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2637808 134641 3084 1 0 2627261 0
[pid=25171/tid=25173] ppid=25168 vsize=10551232 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) S 25168 25171 11586 0 -1 1077944384 7556 0 0 0 97 6 0 0 20 0 15 0 51038949 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310940886256 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) R 25168 25171 11586 0 -1 4202560 175 0 0 0 21 6 0 0 20 0 15 0 51038950 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310921677337 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) R 25168 25171 11586 0 -1 4202560 217 0 0 0 23 6 0 0 20 0 15 0 51038950 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310546865240 140310921676882 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) R 25168 25171 11586 0 -1 4202560 196 0 0 0 22 7 0 0 20 0 15 0 51038950 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310545812496 140310921677337 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10551232 memory=280401235438336 CPUtime=0.3 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) R 25168 25171 11586 0 -1 4202560 214 0 0 0 23 7 0 0 20 0 15 0 51038950 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310544759952 140310921097678 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51038951 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310433657376 140310936659669 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10551232 memory=7379523345399701847 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10551232 memory=7590365729689069904 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 134641 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10551232 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 135153 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10551232 memory=1296 CPUtime=0.29 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) S 25168 25171 11586 0 -1 1077944384 1621 0 0 0 29 0 0 0 20 0 15 0 51038955 10804461568 135153 18446744073709551615 4194304 4196468 140725896953680 140310429448688 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0

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

[pid=25171/tid=25186] ppid=25168 vsize=10551232 memory=248296354399408 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 51038963 10804461568 699520 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 33.66 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 2798080 KiB

[startup+14.4015 s]
/proc/loadavg: 2.19 2.08 2.11 3/210 25186
/proc/meminfo: memFree=24572676/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10551232 memory=3085744 CPUtime=38.17 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 32063 0 0 0 3561 256 0 0 20 0 15 0 51038943 10804461568 770924 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2637808 771436 3105 1 0 2627261 0
[pid=25171/tid=25173] ppid=25168 vsize=10551232 memory=1716 CPUtime=4.54 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) S 25168 25171 11586 0 -1 1077944384 10418 0 0 0 445 9 0 0 20 0 15 0 51038949 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310940886304 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10551232 memory=1008 CPUtime=7.61 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) R 25168 25171 11586 0 -1 4202560 2620 0 0 0 701 60 0 0 20 0 15 0 51038950 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310547917784 140310921677337 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10551232 memory=1232 CPUtime=7.71 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) R 25168 25171 11586 0 -1 4202560 2458 0 0 0 710 61 0 0 20 0 15 0 51038950 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310546865240 140310921677337 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10551232 memory=8900 CPUtime=7.63 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) R 25168 25171 11586 0 -1 4202560 2078 0 0 0 703 60 0 0 20 0 15 0 51038950 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310545812696 140310915843879 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10551232 memory=4616 CPUtime=7.65 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) R 25168 25171 11586 0 -1 4202560 2094 0 0 0 705 60 0 0 20 0 15 0 51038950 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310544759840 140310921677337 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10551232 memory=2792904 CPUtime=1.93 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 4825 0 0 0 193 0 0 0 20 0 15 0 51038951 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310433657376 140310936659669 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10551232 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10551232 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10551232 memory=6628 CPUtime=0.36 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) S 25168 25171 11586 0 -1 1077944384 2233 0 0 0 36 0 0 0 20 0 15 0 51038955 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310429428752 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25183] ppid=25168 vsize=10551232 memory=8836 CPUtime=0.36 cores=1,3,5,7
/proc/25171/task/25183/stat : 25183 (java) S 25168 25171 11586 0 -1 1077944384 1945 0 0 0 36 0 0 0 20 0 15 0 51038955 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310428396144 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25184] ppid=25168 vsize=10551232 memory=1440 CPUtime=0.26 cores=1,3,5,7
/proc/25171/task/25184/stat : 25184 (java) S 25168 25171 11586 0 -1 1077944384 1736 0 0 0 26 0 0 0 20 0 15 0 51038955 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310427343600 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25185] ppid=25168 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25185/stat : 25185 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310426291296 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25186] ppid=25168 vsize=10551232 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 51038963 10804461568 771436 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 38.17 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 3085744 KiB

[startup+16.0015 s]*
/proc/loadavg: 2.19 2.08 2.11 6/210 25186
/proc/meminfo: memFree=23712084/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10551232 memory=3662204 CPUtime=43.21 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 35576 0 0 0 4022 299 0 0 20 0 15 0 51038943 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2637808 915551 3106 1 0 2627261 0
[pid=25171/tid=25173] ppid=25168 vsize=10551232 memory=-8774313645642428999 CPUtime=5.02 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) S 25168 25171 11586 0 -1 1077944384 10602 0 0 0 493 9 0 0 20 0 15 0 51038949 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310940886304 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10551232 memory=4126316290023845779 CPUtime=8.75 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) R 25168 25171 11586 0 -1 4202560 3229 0 0 0 804 71 0 0 20 0 15 0 51038950 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310921671035 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10551232 memory=11825 CPUtime=8.85 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) R 25168 25171 11586 0 -1 4202560 2872 0 0 0 812 73 0 0 20 0 15 0 51038950 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310546865040 140310921097678 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10551232 memory=0 CPUtime=8.75 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) R 25168 25171 11586 0 -1 4202560 2578 0 0 0 804 71 0 0 20 0 15 0 51038950 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310545812696 140310921097678 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10551232 memory=0 CPUtime=8.77 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) R 25168 25171 11586 0 -1 4202560 2592 0 0 0 807 70 0 0 20 0 15 0 51038950 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310544760072 140310921671035 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10551232 memory=0 CPUtime=1.93 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 5000 0 0 0 193 0 0 0 20 0 15 0 51038951 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310433657376 140310936659669 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10551232 memory=7306931401849788781 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10551232 memory=4639363390746546536 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10551232 memory=1440 CPUtime=0.38 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) S 25168 25171 11586 0 -1 1077944384 2934 0 0 0 38 0 0 0 20 0 15 0 51038955 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310429448688 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25183] ppid=25168 vsize=10551232 memory=4120 CPUtime=0.38 cores=1,3,5,7
/proc/25171/task/25183/stat : 25183 (java) S 25168 25171 11586 0 -1 1077944384 2243 0 0 0 38 0 0 0 20 0 15 0 51038955 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310428396144 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25184] ppid=25168 vsize=10551232 memory=29176 CPUtime=0.27 cores=1,3,5,7
/proc/25171/task/25184/stat : 25184 (java) S 25168 25171 11586 0 -1 1077944384 1836 0 0 0 27 0 0 0 20 0 15 0 51038955 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310427343600 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25185] ppid=25168 vsize=10551232 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25185/stat : 25185 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310426291296 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25186] ppid=25168 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 330 0 0 0 0 0 0 0 20 0 15 0 51038963 10804461568 915551 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 43.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 3662204 KiB

[startup+16.8007 s]
/proc/loadavg: 2.19 2.08 2.11 6/210 25186
/proc/meminfo: memFree=23712084/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10551232 memory=3663208 CPUtime=44.53 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 38913 0 0 0 4154 299 0 0 20 0 15 0 51038943 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2637808 915802 3108 1 0 2627261 0
[pid=25171/tid=25173] ppid=25168 vsize=10551232 memory=-8774313645642428999 CPUtime=5.63 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) D 25168 25171 11586 0 -1 1077944384 12344 0 0 0 554 9 0 0 20 0 15 0 51038949 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310940880312 140310929327477 0 4 1 16800974 18446744072101588516 0 0 -1 3 0 0 8 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10551232 memory=1204 CPUtime=8.92 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) S 25168 25171 11586 0 -1 1077944384 3353 0 0 0 821 71 0 0 20 0 15 0 51038950 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10551232 memory=15880 CPUtime=9.02 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) S 25168 25171 11586 0 -1 1077944384 2973 0 0 0 829 73 0 0 20 0 15 0 51038950 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310546865040 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10551232 memory=16240 CPUtime=8.92 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) S 25168 25171 11586 0 -1 1077944384 3091 0 0 0 821 71 0 0 20 0 15 0 51038950 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310545812496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10551232 memory=16876 CPUtime=8.94 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) S 25168 25171 11586 0 -1 1077944384 2717 0 0 0 824 70 0 0 20 0 15 0 51038950 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310544759952 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10551232 memory=0 CPUtime=1.93 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 5296 0 0 0 193 0 0 0 20 0 15 0 51038951 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310433658864 140310936660610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10551232 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51038952 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10551232 memory=6656426216303648864 CPUtime=0.39 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) S 25168 25171 11586 0 -1 1077944384 3005 0 0 0 39 0 0 0 20 0 15 0 51038955 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310429448688 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25183] ppid=25168 vsize=10551232 memory=6656426216303648864 CPUtime=0.38 cores=1,3,5,7
/proc/25171/task/25183/stat : 25183 (java) S 25168 25171 11586 0 -1 1077944384 2267 0 0 0 38 0 0 0 20 0 15 0 51038955 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310428396144 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25184] ppid=25168 vsize=10551232 memory=5936985002089999719 CPUtime=0.28 cores=1,3,5,7
/proc/25171/task/25184/stat : 25184 (java) S 25168 25171 11586 0 -1 1077944384 2158 0 0 0 28 0 0 0 20 0 15 0 51038955 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310427343600 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25185] ppid=25168 vsize=10551232 memory=7164784360576542310 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25185/stat : 25185 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51038955 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310426291296 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25186] ppid=25168 vsize=10551232 memory=62692 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 348 0 0 0 0 0 0 0 20 0 15 0 51038963 10804461568 915802 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 44.53 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 3663208 KiB

[startup+17.0007 s]*
/proc/loadavg: 2.19 2.08 2.11 2/211 25188
/proc/meminfo: memFree=23705248/32770624 swapFree=67108860/67108860
[pid=25171] ppid=25168 vsize=10686560 memory=3664020 CPUtime=44.57 cores=1,3,5,7
/proc/25171/stat : 25171 (java) S 25168 25171 11586 0 -1 1077944320 39416 0 2 0 4157 300 0 0 20 0 16 0 51038943 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140725896936224 140310936649463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
/proc/25171/statm: 2671640 916005 3154 1 0 2661055 0
[pid=25171/tid=25173] ppid=25168 vsize=10686560 memory=7077796292425249400 CPUtime=5.66 cores=1,3,5,7
/proc/25171/task/25173/stat : 25173 (java) S 25168 25171 11586 0 -1 1077944384 12756 0 2 0 556 10 0 0 20 0 16 0 51038949 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310940890144 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25174] ppid=25168 vsize=10686560 memory=4126316290023845779 CPUtime=8.92 cores=1,3,5,7
/proc/25171/task/25174/stat : 25174 (java) S 25168 25171 11586 0 -1 1077944384 3353 0 0 0 821 71 0 0 20 0 16 0 51038950 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310547917584 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25175] ppid=25168 vsize=10686560 memory=140200725264000 CPUtime=9.02 cores=1,3,5,7
/proc/25171/task/25175/stat : 25175 (java) S 25168 25171 11586 0 -1 1077944384 2973 0 0 0 829 73 0 0 20 0 16 0 51038950 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310546865040 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25176] ppid=25168 vsize=10686560 memory=7452419927075869030 CPUtime=8.92 cores=1,3,5,7
/proc/25171/task/25176/stat : 25176 (java) S 25168 25171 11586 0 -1 1077944384 3091 0 0 0 821 71 0 0 20 0 16 0 51038950 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310545812496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25177] ppid=25168 vsize=10686560 memory=3472613069806444591 CPUtime=8.94 cores=1,3,5,7
/proc/25171/task/25177/stat : 25177 (java) S 25168 25171 11586 0 -1 1077944384 2717 0 0 0 824 70 0 0 20 0 16 0 51038950 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310544759952 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25178] ppid=25168 vsize=10686560 memory=3833609709791965112 CPUtime=1.93 cores=1,3,5,7
/proc/25171/task/25178/stat : 25178 (java) S 25168 25171 11586 0 -1 1077944384 5301 0 0 0 193 0 0 0 20 0 16 0 51038951 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310433658864 140310936660610 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25179] ppid=25168 vsize=10686560 memory=3472873653726617647 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25179/stat : 25179 (java) S 25168 25171 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 51038952 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310432605088 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25180] ppid=25168 vsize=10686560 memory=6947474584990410598 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25180/stat : 25180 (java) S 25168 25171 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 51038952 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310431552496 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25181] ppid=25168 vsize=10686560 memory=7669175419649943656 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25181/stat : 25181 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51038955 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310430501072 140310936668059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25182] ppid=25168 vsize=10686560 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/25171/task/25182/stat : 25182 (java) S 25168 25171 11586 0 -1 1077944384 3010 0 0 0 39 0 0 0 20 0 16 0 51038955 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310429448688 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25183] ppid=25168 vsize=10686560 memory=-1 CPUtime=0.38 cores=1,3,5,7
/proc/25171/task/25183/stat : 25183 (java) S 25168 25171 11586 0 -1 1077944384 2267 0 0 0 38 0 0 0 20 0 16 0 51038955 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310428396144 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25184] ppid=25168 vsize=10686560 memory=140200725264000 CPUtime=0.28 cores=1,3,5,7
/proc/25171/task/25184/stat : 25184 (java) S 25168 25171 11586 0 -1 1077944384 2186 0 0 0 28 0 0 0 20 0 16 0 51038955 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310427343600 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25185] ppid=25168 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25185/stat : 25185 (java) S 25168 25171 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51038955 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310426291296 140310936659669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25186] ppid=25168 vsize=10686560 memory=140200725264000 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25186/stat : 25186 (java) S 25168 25171 11586 0 -1 1077944384 348 0 0 0 0 0 0 0 20 0 16 0 51038963 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310425237808 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
[pid=25171/tid=25187] ppid=25168 vsize=10686560 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/25171/task/25187/stat : 25187 (java) S 25168 25171 11586 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 51040630 10943037440 916005 18446744073709551615 4194304 4196468 140725896953680 140310422086672 140310936660610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30568448 140725896958352 140725896958505 140725896958505 140725896961999 0
Current children cumulated CPU time: 44.57 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 3664020 KiB

Child status: 0
Real time (s): 17.0874
CPU time (s): 44.5926
CPU user time (s): 41.5741
CPU system time (s): 3.01846
CPU usage (%): 260.968
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 3664020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5741
system time used= 3.01846
maximum resident set size= 3664384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39487
page faults= 2
swaps= 0
block input operations= 10416
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2348
involuntary context switches= 387


# summary of solver processes directly reported to runsolver:
#   pid: 25171
#   total CPU time (s): 44.5926
#   total CPU user time (s): 41.5741
#   total CPU system time (s): 3.01846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133634 second user time and 0.194911 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 14:08:47
IDJOB=4263091
IDBENCH=129045
IDSOLVER=2651
FILE ID=node124/4263091-1502626983
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-07-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263091-1502626983/watcher-4263091-1502626983 -o /tmp/evaluation-result-4263091-1502626983/solver-4263091-1502626983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263091-1502626983.xml

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

MD5SUM BENCH= 7161a4ea6c9fe1994b00af2c2beb2482
RANDOM SEED=1039781544

node124.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.51
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.51
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.51
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.51
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:        27368700 kB
MemAvailable:   27562028 kB
Buffers:          161948 kB
Cached:           321360 kB
SwapCached:            0 kB
Active:          4797076 kB
Inactive:         171664 kB
Active(anon):    4436640 kB
Inactive(anon):    73860 kB
Active(file):     360436 kB
Inactive(file):    97804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:            20 kB
AnonPages:       4484724 kB
Mapped:            54224 kB
Shmem:             25320 kB
Slab:             128072 kB
SReclaimable:     101844 kB
SUnreclaim:        26228 kB
KernelStack:        3504 kB
PageTables:        13700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5884100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4347904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 14:09:04