Trace number 4243317

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
R1: sat4j-CSP 2017-07-05? 1562.08 422.521

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1452.86/393.63	Aug 06, 2017 2:02:51 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1452.86/393.63	INFO: Runtime exception
1452.86/393.63	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1452.86/393.63		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1452.86/393.63		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1452.86/393.63		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1452.86/393.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1452.86/393.63		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1452.86/393.63		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1452.86/393.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1452.86/393.63		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1452.86/393.63		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1452.86/393.63		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1452.86/393.63		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1452.86/393.63		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1452.86/393.63		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1452.86/393.63		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1452.86/393.63	Caused by: java.lang.reflect.InvocationTargetException
1452.86/393.63		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1452.86/393.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1452.86/393.63		at java.lang.reflect.Method.invoke(Method.java:498)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1452.86/393.63		... 21 more
1452.86/393.63	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1452.86/393.63		... 25 more
1452.86/393.63	Caused by: java.lang.reflect.InvocationTargetException
1452.86/393.63		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1452.86/393.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1452.86/393.63		at java.lang.reflect.Method.invoke(Method.java:498)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1452.86/393.63		... 25 more
1452.86/393.63	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1452.86/393.63		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1452.86/393.63		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1452.86/393.63		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1452.86/393.63		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1452.86/393.63		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1452.86/393.63		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1452.86/393.63		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1452.86/393.63		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1452.86/393.63		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1452.86/393.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1452.86/393.63		at java.lang.reflect.Method.invoke(Method.java:498)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1452.86/393.63		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1452.86/393.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1452.86/393.63		at java.lang.reflect.Method.invoke(Method.java:498)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1452.86/393.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1452.86/393.63		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1452.86/393.63		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1452.86/393.63		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1452.86/393.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1452.86/393.63		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1452.86/393.63		at org.xcsp.parser.XCallbacks$$Lambda$69/798981583.accept(Unknown Source)
1452.86/393.63		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1452.86/393.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1452.86/393.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1452.86/393.63	
1536.84/416.02	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1536.84/416.02	c This is free software under the dual EPL/GNU LGPL licenses.
1536.84/416.02	c See www.sat4j.org for details.
1536.84/416.02	c That software uses the Rhino library from the Mozilla project.
1536.84/416.02	c version CUSTOM.v20170705
1536.84/416.02	c java.runtime.name	Java(TM) SE Runtime Environment
1536.84/416.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1536.84/416.02	c java.vm.version	25.131-b11
1536.84/416.02	c java.vm.vendor	Oracle Corporation
1536.84/416.02	c sun.arch.data.model	64
1536.84/416.02	c java.version		1.8.0_131
1536.84/416.02	c os.name		Linux
1536.84/416.02	c os.version		3.10.0-514.16.1.el7.x86_64
1536.84/416.02	c os.arch		amd64
1536.84/416.02	c Free memory 		499604488
1536.84/416.02	c Max memory 		7247757312
1536.84/416.02	c Total memory 		504889344
1536.84/416.02	c Number of processors 	4
1536.84/416.02	c c --- Begin Solver configuration ---
1536.84/416.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1536.84/416.02	c Learn all clauses as in MiniSAT
1536.84/416.02	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1536.84/416.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1536.84/416.02	c No reason simplification
1536.84/416.02	c Glucose 2.1 dynamic restart strategy
1536.84/416.02	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
1536.84/416.02	c timeout=2147483s
1536.84/416.02	c DB Simplification allowed=false
1536.84/416.02	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1536.84/416.02	c --- End Solver configuration ---
1561.95/422.41	c starts		: 0
1561.95/422.41	c conflicts		: 0
1561.95/422.41	c decisions		: 0
1561.95/422.41	c propagations		: 0
1561.95/422.41	c inspects		: 0
1561.95/422.41	c shortcuts		: 0
1561.95/422.41	c learnt literals	: 0
1561.95/422.41	c learnt binary clauses	: 0
1561.95/422.41	c learnt ternary clauses	: 0
1561.95/422.41	c learnt constraints	: 0
1561.95/422.41	c ignored constraints	: 0
1561.95/422.41	c root simplifications	: 0
1561.95/422.41	c removed literals (reason simplification)	: 0
1561.95/422.41	c reason swapping (by a shorter reason)	: 0
1561.95/422.41	c Calls to reduceDB	: 0
1561.95/422.41	c Number of update (reduction) of LBD	: 0
1561.95/422.41	c Imported unit clauses	: 0
1561.95/422.41	c number of reductions to clauses (during analyze)	: 0
1561.95/422.41	c number of learned constraints concerned by reduction	: 0
1561.95/422.41	c number of learning phase by resolution	: 0
1561.95/422.41	c number of learning phase by cutting planes	: 0
1561.95/422.41	c number of rounding to 1 operations	: 0
1561.95/422.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1561.95/422.41	c number of reductions of the coefficients by power 2 	: 0
1561.95/422.41	c number of right shift for reduction by power 2 	: 0
1561.95/422.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
1561.95/422.41	c speed (assignments/second)	: 0.0
1561.95/422.41	c non guided choices	0
1561.95/422.41	c learnt constraints type 
1561.95/422.41	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243317-1501978228/watcher-4243317-1501978228 -o /tmp/evaluation-result-4243317-1501978228/solver-4243317-1501978228 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1501977385-2522 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243317-1501978228.xml 

pid=2544
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.20 0.17 3/183 2548
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2548] ppid=2544 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2548/stat : 2548 (runsolver) D 2544 2548 2462 34816 2462 4202560 108 0 0 0 0 0 0 0 20 0 1 0 43835 24240128 106 18446744073709551615 4194304 4338465 140722226649680 140722226647320 139686997447383 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 30699520 140722226655371 140722226655820 140722226655820 140722226659274 0
/proc/2548/statm: 5918 106 53 36 0 2156 0

[startup+0.100142 s]
/proc/loadavg: 0.00 0.20 0.17 3/183 2548
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2548] ppid=2544 vsize=10648 CPUtime=0 cores=0,2,4,6
/proc/2548/stat : 2548 (java) D 2544 2548 2462 34816 2462 4202496 342 0 1 0 0 0 0 0 20 0 1 0 43835 10903552 189 18446744073709551615 4194304 4196468 140729300143984 140729300124680 140362207065863 0 0 1 0 18446744071580419588 0 0 17 4 0 0 7 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2662 189 153 1 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10648

[startup+0.200297 s]
/proc/loadavg: 0.00 0.20 0.17 3/183 2548
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2548] ppid=2544 vsize=26980 CPUtime=0 cores=0,2,4,6
/proc/2548/stat : 2548 (java) D 2544 2548 2462 34816 2462 4202496 345 0 2 0 0 0 0 0 20 0 1 0 43835 27627520 201 18446744073709551615 4194304 4196468 140729300143984 140729300124408 140362207067248 0 0 1 0 18446744071580431491 0 0 17 4 0 0 17 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 6745 201 161 1 0 159 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26980

[startup+0.300309 s]
/proc/loadavg: 0.00 0.20 0.17 3/183 2548
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2548] ppid=2544 vsize=356952 CPUtime=0.01 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 34816 2462 1077944320 1757 0 2 0 0 1 0 0 20 0 2 0 43835 365518848 1955 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 89238 1955 1094 1 0 79216 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 356952

[startup+0.700234 s]
/proc/loadavg: 0.00 0.20 0.17 3/183 2548
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2548] ppid=2544 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 34816 2462 1077944320 4757 0 3 0 6 1 0 0 20 0 15 0 43835 10804383744 5746 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2637789 5746 2599 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+1.50359 s]
/proc/loadavg: 0.00 0.20 0.17 1/216 2581
/proc/meminfo: memFree=32003456/32770624 swapFree=0/235128
[pid=2548] ppid=2544 vsize=10551232 CPUtime=0.84 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 34816 2462 1077944320 11618 0 4 0 79 5 0 0 20 0 15 0 43835 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2637808 14942 3025 1 0 2627269 0
[pid=2548/tid=2554] ppid=2544 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) R 2544 2548 2462 34816 2462 4202560 6734 0 2 0 35 3 0 0 20 0 15 0 43861 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140362209026448 140361832391184 0 4 1 16800974 0 0 0 -1 2 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2544 2548 2462 34816 2462 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140362151139984 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2544 2548 2462 34816 2462 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140362150087184 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2544 2548 2462 34816 2462 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361813776784 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2544 2548 2462 34816 2462 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361812723984 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) S 2544 2548 2462 34816 2462 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43877 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361768823664 140362204801666 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 34816 2462 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361767769632 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 34816 2462 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361766716784 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2573] ppid=2544 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/2548/task/2573/stat : 2573 (java) R 2544 2548 2462 34816 2462 4202560 894 0 0 0 8 0 0 0 20 0 15 0 43884 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361764596288 140362182765232 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2575] ppid=2544 vsize=10551232 CPUtime=0.13 cores=0,2,4,6
/proc/2548/task/2575/stat : 2575 (java) R 2544 2548 2462 34816 2462 4202560 1167 0 0 0 13 0 0 0 20 0 15 0 43884 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361763545824 140362182541083 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2577] ppid=2544 vsize=10551232 CPUtime=0.2 cores=0,2,4,6
/proc/2548/task/2577/stat : 2577 (java) R 2544 2548 2462 34816 2462 4202560 1465 0 0 0 20 0 0 0 20 0 15 0 43884 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361762501168 140362189037834 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2579] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2579/stat : 2579 (java) S 2544 2548 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361761454304 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2581] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2581/stat : 2581 (java) S 2544 2548 2462 34816 2462 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43900 10804461568 14942 18446744073709551615 4194304 4196468 140729300143984 140361760402608 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 10551232

[startup+3.10065 s]
/proc/loadavg: 0.32 0.26 0.19 7/216 2581
/proc/meminfo: memFree=31007392/32770624 swapFree=0/244816
[pid=2548] ppid=2544 vsize=10551232 CPUtime=4.06 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 34816 2462 1077944320 16121 0 4 0 339 67 0 0 20 0 15 0 43835 10804461568 505449 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2637808 505961 3077 1 0 2627269 0
[pid=2548/tid=2554] ppid=2544 vsize=10551232 CPUtime=1.64 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) R 2544 2548 2462 34816 2462 4202560 8165 0 2 0 136 28 0 0 20 0 15 0 43861 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140362209027424 140362190858644 0 4 1 16800974 0 0 0 -1 0 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2544 2548 2462 34816 2462 1077944384 345 0 0 0 24 8 0 0 20 0 15 0 43865 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140362151139984 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2544 2548 2462 34816 2462 1077944384 326 0 0 0 23 9 0 0 20 0 15 0 43865 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140362150087184 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2544 2548 2462 34816 2462 1077944384 351 0 0 0 23 9 0 0 20 0 15 0 43865 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361813776784 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2544 2548 2462 34816 2462 1077944384 239 0 0 0 24 9 0 0 20 0 15 0 43865 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361812723984 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) S 2544 2548 2462 34816 2462 1077944384 1001 0 0 0 0 0 0 0 20 0 15 0 43877 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361768823664 140362204801666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 34816 2462 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361767769696 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 34816 2462 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361766716784 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2573] ppid=2544 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/2548/task/2573/stat : 2573 (java) S 2544 2548 2462 34816 2462 1077944384 1404 0 0 0 33 0 0 0 20 0 15 0 43884 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361764612464 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2575] ppid=2544 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/2548/task/2575/stat : 2575 (java) S 2544 2548 2462 34816 2462 1077944384 1239 0 0 0 40 0 0 0 20 0 15 0 43884 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361763559664 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2577] ppid=2544 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/2548/task/2577/stat : 2577 (java) S 2544 2548 2462 34816 2462 1077944384 1698 0 0 0 32 0 0 0 20 0 15 0 43884 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361762506864 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2579] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2579/stat : 2579 (java) S 2544 2548 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361761454304 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2581] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2581/stat : 2581 (java) S 2544 2548 2462 34816 2462 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43900 10804461568 505961 18446744073709551615 4194304 4196468 140729300143984 140361760402608 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 10551232

[startup+6.30061 s]
/proc/loadavg: 0.32 0.26 0.19 9/212 2583
/proc/meminfo: memFree=28120704/32770624 swapFree=0/244072
[pid=2548] ppid=2544 vsize=10551232 CPUtime=10.37 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 0 -1 1077944320 46967 0 4 0 912 125 0 0 20 0 15 0 43835 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2637808 792206 3091 1 0 2627269 0
[pid=2548/tid=2554] ppid=2544 vsize=10551232 CPUtime=3.91 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2544 2548 2462 0 -1 1077944384 10879 0 2 0 355 36 0 0 20 0 15 0 43861 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140362209024208 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) R 2544 2548 2462 0 -1 4202560 6638 0 0 0 102 21 0 0 20 0 15 0 43865 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140362151139880 140362197418727 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) R 2544 2548 2462 0 -1 4202560 6879 0 0 0 101 21 0 0 20 0 15 0 43865 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140362150087384 140362189244448 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10551232 CPUtime=1.21 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) R 2544 2548 2462 0 -1 4202560 9503 0 0 0 99 22 0 0 20 0 15 0 43865 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361813776368 140362197418727 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) R 2544 2548 2462 0 -1 4202560 5998 0 0 0 102 20 0 0 20 0 15 0 43865 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361812723568 140362197418727 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10551232 CPUtime=0.01 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) S 2544 2548 2462 0 -1 1077944384 1252 0 0 0 1 0 0 0 20 0 15 0 43877 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361768821984 140362204800725 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361767769696 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361766716784 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2573] ppid=2544 vsize=10551232 CPUtime=0.52 cores=0,2,4,6
/proc/2548/task/2573/stat : 2573 (java) S 2544 2548 2462 0 -1 1077944384 1437 0 0 0 52 0 0 0 20 0 15 0 43884 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361764612464 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2575] ppid=2544 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/2548/task/2575/stat : 2575 (java) S 2544 2548 2462 0 -1 1077944384 1283 0 0 0 62 0 0 0 20 0 15 0 43884 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361763559664 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2577] ppid=2544 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/2548/task/2577/stat : 2577 (java) S 2544 2548 2462 0 -1 1077944384 1744 0 0 0 34 0 0 0 20 0 15 0 43884 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361762506864 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2579] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2579/stat : 2579 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361761454304 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2581] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2581/stat : 2581 (java) S 2544 2548 2462 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43900 10804461568 792206 18446744073709551615 4194304 4196468 140729300143984 140361760402608 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 1.04 0.42 0.24 5/212 2583
/proc/meminfo: memFree=25423080/32770624 swapFree=0/244064
[pid=2548] ppid=2544 vsize=10551232 CPUtime=23.13 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 0 -1 1077944320 367607 0 4 0 2111 202 0 0 20 0 15 0 43835 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2637808 1162989 3099 1 0 2627269 0
[pid=2548/tid=2554] ppid=2544 vsize=10551232 CPUtime=7.52 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2544 2548 2462 0 -1 1077944384 12746 0 2 0 715 37 0 0 20 0 15 0 43861 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140362209025808 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10551232 CPUtime=3.33 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) R 2544 2548 2462 0 -1 4202560 77831 0 0 0 294 39 0 0 20 0 15 0 43865 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140362151139128 140362197890219 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10551232 CPUtime=3.34 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) R 2544 2548 2462 0 -1 1077944384 91136 0 0 0 296 38 0 0 20 0 15 0 43865 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140362150086560 140362204800725 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10551232 CPUtime=3.3 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) R 2544 2548 2462 0 -1 4202560 89211 0 0 0 289 41 0 0 20 0 15 0 43865 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140361813776304 140362189818393 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10551232 CPUtime=3.33 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) R 2544 2548 2462 0 -1 4202560 84878 0 0 0 291 42 0 0 20 0 15 0 43865 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140361812723416 140362189818393 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10551232 CPUtime=0.67 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) S 2544 2548 2462 0 -1 1077944384 5046 0 0 0 67 0 0 0 20 0 15 0 43877 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140361768822176 140362204800725 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140361767769696 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140361766716784 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 1162989 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0

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

/proc/2548/task/2554/stat : 2554 (java) S 2544 2548 2462 0 -1 1077944384 21478 0 2 0 1688 37 0 0 20 0 17 0 43861 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362209031200 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10686560 CPUtime=379.39 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) R 2544 2548 2462 0 -1 4202560 926163 0 0 0 37749 190 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362151139984 140362189786886 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10686560 CPUtime=379.61 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) R 2544 2548 2462 0 -1 4202560 972035 0 0 0 37780 181 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362150087384 140362189490336 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10686560 CPUtime=380.61 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) R 2544 2548 2462 0 -1 4202560 842242 0 0 0 37886 175 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361813776784 140362189786864 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10686560 CPUtime=378.08 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) R 2544 2548 2462 0 -1 4202560 1262823 0 0 0 37593 215 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361812723872 140362189780183 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10686560 CPUtime=16.83 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) S 2544 2548 2462 0 -1 1077944384 94724 0 0 0 1679 4 0 0 20 0 17 0 43877 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361768822208 140362204800725 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361767769696 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361766716800 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2573] ppid=2544 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/2548/task/2573/stat : 2573 (java) S 2544 2548 2462 0 -1 1077944384 14712 0 0 0 174 2 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361764612464 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2575] ppid=2544 vsize=10686560 CPUtime=1.44 cores=0,2,4,6
/proc/2548/task/2575/stat : 2575 (java) S 2544 2548 2462 0 -1 1077944384 8065 0 0 0 143 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361763559664 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2577] ppid=2544 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/2548/task/2577/stat : 2577 (java) S 2544 2548 2462 0 -1 1077944384 3974 0 0 0 44 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361762504368 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2579] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2579/stat : 2579 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361761454304 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2581] ppid=2544 vsize=10686560 CPUtime=0.13 cores=0,2,4,6
/proc/2548/task/2581/stat : 2581 (java) S 2544 2548 2462 0 -1 1077944384 291 0 0 0 8 5 0 0 20 0 17 0 43900 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361760402608 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2688] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2688/stat : 2688 (java) S 2544 2548 2462 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361757249648 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2689] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2689/stat : 2689 (java) S 2544 2548 2462 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361756197296 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
Current children cumulated CPU time (s) 1555.69
Current children cumulated vsize (KiB) 10686560

[startup+421.602 s]
/proc/loadavg: 5.94 5.24 2.61 6/192 2689
/proc/meminfo: memFree=23708600/32770624 swapFree=0/242152
[pid=2548] ppid=2544 vsize=10686560 CPUtime=1558.88 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 0 -1 1077944320 4148431 0 4 0 155073 815 0 0 20 0 17 0 43835 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2671640 2082818 3153 1 0 2661063 0
[pid=2548/tid=2554] ppid=2544 vsize=10686560 CPUtime=17.25 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2544 2548 2462 0 -1 1077944384 21478 0 2 0 1688 37 0 0 20 0 17 0 43861 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362209031200 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10686560 CPUtime=380.19 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) R 2544 2548 2462 0 -1 4202560 926225 0 0 0 37829 190 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362151139984 140362189787198 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10686560 CPUtime=380.41 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) R 2544 2548 2462 0 -1 4202560 972163 0 0 0 37860 181 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362150087384 140362189787028 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10686560 CPUtime=381.41 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) R 2544 2548 2462 0 -1 4202560 842242 0 0 0 37966 175 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361813776984 140362189787088 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10686560 CPUtime=378.87 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) R 2544 2548 2462 0 -1 4202560 1262823 0 0 0 37672 215 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361812723872 140362189786871 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10686560 CPUtime=16.83 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) S 2544 2548 2462 0 -1 1077944384 94724 0 0 0 1679 4 0 0 20 0 17 0 43877 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361768822208 140362204800725 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361767769696 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361766716800 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2573] ppid=2544 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/2548/task/2573/stat : 2573 (java) S 2544 2548 2462 0 -1 1077944384 14712 0 0 0 174 2 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361764612224 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2575] ppid=2544 vsize=10686560 CPUtime=1.44 cores=0,2,4,6
/proc/2548/task/2575/stat : 2575 (java) S 2544 2548 2462 0 -1 1077944384 8065 0 0 0 143 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361763559712 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2577] ppid=2544 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/2548/task/2577/stat : 2577 (java) S 2544 2548 2462 0 -1 1077944384 3974 0 0 0 44 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361762504368 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2579] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2579/stat : 2579 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361761454304 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2581] ppid=2544 vsize=10686560 CPUtime=0.14 cores=0,2,4,6
/proc/2548/task/2581/stat : 2581 (java) S 2544 2548 2462 0 -1 1077944384 291 0 0 0 9 5 0 0 20 0 17 0 43900 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361760402608 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2688] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2688/stat : 2688 (java) S 2544 2548 2462 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361757249648 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2689] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2689/stat : 2689 (java) S 2544 2548 2462 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361756197296 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
Current children cumulated CPU time (s) 1558.88
Current children cumulated vsize (KiB) 10686560

[startup+422.002 s]
/proc/loadavg: 5.94 5.24 2.61 6/192 2689
/proc/meminfo: memFree=23708600/32770624 swapFree=0/242152
[pid=2548] ppid=2544 vsize=10686560 CPUtime=1560.47 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 0 -1 1077944320 4148431 0 4 0 155232 815 0 0 20 0 17 0 43835 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2671640 2082818 3153 1 0 2661063 0
[pid=2548/tid=2554] ppid=2544 vsize=10686560 CPUtime=17.25 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2544 2548 2462 0 -1 1077944384 21478 0 2 0 1688 37 0 0 20 0 17 0 43861 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362209031200 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10686560 CPUtime=380.59 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) R 2544 2548 2462 0 -1 4202560 926225 0 0 0 37869 190 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362151140184 140362189787198 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10686560 CPUtime=380.81 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) R 2544 2548 2462 0 -1 4202560 972163 0 0 0 37900 181 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362150087384 140362186400128 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10686560 CPUtime=381.8 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) R 2544 2548 2462 0 -1 4202560 842242 0 0 0 38005 175 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361813776592 140362197418727 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10686560 CPUtime=379.27 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) R 2544 2548 2462 0 -1 4202560 1262823 0 0 0 37712 215 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361812723872 140362189786929 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10686560 CPUtime=16.83 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) S 2544 2548 2462 0 -1 1077944384 94724 0 0 0 1679 4 0 0 20 0 17 0 43877 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361768822208 140362204800725 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361767769696 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361766716800 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2573] ppid=2544 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/2548/task/2573/stat : 2573 (java) S 2544 2548 2462 0 -1 1077944384 14712 0 0 0 174 2 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361764612224 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2575] ppid=2544 vsize=10686560 CPUtime=1.44 cores=0,2,4,6
/proc/2548/task/2575/stat : 2575 (java) S 2544 2548 2462 0 -1 1077944384 8065 0 0 0 143 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361763559712 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2577] ppid=2544 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/2548/task/2577/stat : 2577 (java) S 2544 2548 2462 0 -1 1077944384 3974 0 0 0 44 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361762504368 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2579] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2579/stat : 2579 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361761454304 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2581] ppid=2544 vsize=10686560 CPUtime=0.14 cores=0,2,4,6
/proc/2548/task/2581/stat : 2581 (java) S 2544 2548 2462 0 -1 1077944384 291 0 0 0 9 5 0 0 20 0 17 0 43900 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361760402608 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2688] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2688/stat : 2688 (java) S 2544 2548 2462 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361757249648 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2689] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2689/stat : 2689 (java) S 2544 2548 2462 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361756197296 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
Current children cumulated CPU time (s) 1560.47
Current children cumulated vsize (KiB) 10686560

[startup+422.401 s]
/proc/loadavg: 5.79 5.22 2.62 2/192 2689
/proc/meminfo: memFree=23708592/32770624 swapFree=0/242156
[pid=2548] ppid=2544 vsize=10686560 CPUtime=1561.95 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2544 2548 2462 0 -1 1077944320 4148431 0 4 0 155380 815 0 0 20 0 17 0 43835 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140729300126528 140362204790519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 19 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
/proc/2548/statm: 2671640 2082818 3153 1 0 2661063 0
[pid=2548/tid=2554] ppid=2544 vsize=10686560 CPUtime=17.25 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2544 2548 2462 0 -1 1077944384 21478 0 2 0 1688 37 0 0 20 0 17 0 43861 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362209031200 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2556] ppid=2544 vsize=10686560 CPUtime=380.96 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2544 2548 2462 0 -1 1077944384 926225 0 0 0 37906 190 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362151139984 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2557] ppid=2544 vsize=10686560 CPUtime=381.17 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2544 2548 2462 0 -1 1077944384 972163 0 0 0 37936 181 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140362150087184 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2558] ppid=2544 vsize=10686560 CPUtime=382.16 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2544 2548 2462 0 -1 1077944384 842242 0 0 0 38041 175 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361813776784 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2560] ppid=2544 vsize=10686560 CPUtime=379.63 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2544 2548 2462 0 -1 1077944384 1262823 0 0 0 37748 215 0 0 20 0 17 0 43865 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361812723984 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2565] ppid=2544 vsize=10686560 CPUtime=16.87 cores=0,2,4,6
/proc/2548/task/2565/stat : 2565 (java) R 2544 2548 2462 0 -1 4202560 94724 0 0 0 1683 4 0 0 20 0 17 0 43877 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361768822208 140362183160699 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2567] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2567/stat : 2567 (java) S 2544 2548 2462 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361767769696 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2569] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2569/stat : 2569 (java) S 2544 2548 2462 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 17 0 43878 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361766716800 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2571] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2571/stat : 2571 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361765665104 140362204809115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2573] ppid=2544 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/2548/task/2573/stat : 2573 (java) S 2544 2548 2462 0 -1 1077944384 14712 0 0 0 174 2 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361764612224 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2575] ppid=2544 vsize=10686560 CPUtime=1.44 cores=0,2,4,6
/proc/2548/task/2575/stat : 2575 (java) S 2544 2548 2462 0 -1 1077944384 8065 0 0 0 143 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361763559712 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2577] ppid=2544 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/2548/task/2577/stat : 2577 (java) S 2544 2548 2462 0 -1 1077944384 3974 0 0 0 44 1 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361762504368 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2579] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2579/stat : 2579 (java) S 2544 2548 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361761454304 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2581] ppid=2544 vsize=10686560 CPUtime=0.14 cores=0,2,4,6
/proc/2548/task/2581/stat : 2581 (java) S 2544 2548 2462 0 -1 1077944384 291 0 0 0 9 5 0 0 20 0 17 0 43900 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361760402608 140362204801666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2688] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2688/stat : 2688 (java) S 2544 2548 2462 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361757249648 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
[pid=2548/tid=2689] ppid=2544 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2689/stat : 2689 (java) S 2544 2548 2462 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 83198 10943037440 2082818 18446744073709551615 4194304 4196468 140729300143984 140361756197296 140362204800725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37904384 140729300152760 140729300152913 140729300152913 140729300156367 0
Current children cumulated CPU time (s) 1561.95
Current children cumulated vsize (KiB) 10686560

[startup+422.507 s]
/proc/loadavg: 5.79 5.22 2.62 2/192 2689
/proc/meminfo: memFree=23708592/32770624 swapFree=0/242156
[pid=2548] ppid=2544 vsize=0 CPUtime=1562.05 cores=0,2,4,6
/proc/2548/stat : 2548 (java) Z 2544 2548 2462 0 -1 4227084 4148539 0 4 0 155381 824 0 0 20 0 2 0 43835 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 19 0 0 0 0 0 0 0 0 0 0
/proc/2548/statm: 0 0 0 0 0 0 0
[pid=2548/tid=2557] ppid=2544 vsize=0 CPUtime=381.27 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) R 2544 2548 2462 0 -1 4203588 972163 0 0 0 37936 191 0 0 20 0 2 0 43865 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1562.05
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 422.521
CPU time (s): 1562.08
CPU user time (s): 1553.82
CPU system time (s): 8.25977
CPU usage (%): 369.703
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1553.82
system time used= 8.25977
maximum resident set size= 8336424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4148539
page faults= 4
swaps= 0
block input operations= 41592
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35221
involuntary context switches= 31081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.03424 second user time and 2.42924 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-06 01:56:26
IDJOB=4243317
IDBENCH=115804
IDSOLVER=2623
FILE ID=node125/4243317-1501978228
RUNJOBID= node125-1501977385-2522
PBS_JOBID= 
Free space on /tmp= 61700 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243317-1501978228/watcher-4243317-1501978228 -o /tmp/evaluation-result-4243317-1501978228/solver-4243317-1501978228 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1501977385-2522 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243317-1501978228.xml

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=218864120

node125.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.07
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.07
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.07
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.07
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:        32102776 kB
MemAvailable:   32054344 kB
Buffers:           26972 kB
Cached:           236296 kB
SwapCached:            0 kB
Active:           114596 kB
Inactive:         205888 kB
Active(anon):      57516 kB
Inactive(anon):     8540 kB
Active(file):      57080 kB
Inactive(file):   197348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3160 kB
Writeback:             0 kB
AnonPages:         57480 kB
Mapped:            27768 kB
Shmem:              8872 kB
Slab:              48892 kB
SReclaimable:      25952 kB
SUnreclaim:        22940 kB
KernelStack:        3136 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61700 MiB
End job on node125 at 2017-08-06 02:03:28