Trace number 4244122

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? 1350.85 373.51801

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-35-35.xml
MD5SUM8013d5ca2692908d001f725061313983
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark3312.9099
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints354026
Number of domains1
Minimum domain size1225
Maximum domain size1225
Distribution of domain sizes[{"size":1225,"count":1225}]
Minimum variable degree1158
Maximum variable degree1158
Distribution of variable degrees[{"degree":1158,"count":1225}]
Minimum constraint arity4
Maximum constraint arity1225
Distribution of constraint arities[{"arity":4,"count":354025},{"arity":1225,"count":1}]
Number of extensional constraints0
Number of intensional constraints354025
Distribution of constraint types[{"type":"intension","count":354025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=20802
running on 4 cores: 1,3,5,7

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: 5.06 4.66 4.33 6/199 20805
/proc/meminfo: memFree=23244420/32770624 swapFree=0/345008
[pid=20805] ppid=20802 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/20805/stat : 20805 (runsolver) D 20802 20805 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47568386 24240128 106 18446744073709551615 4194304 4338465 140737328937664 140737328935304 139909412397783 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 11374592 140737328943239 140737328943689 140737328943689 140737328947146 0
/proc/20805/statm: 5918 106 53 36 0 2156 0

[startup+0.100126 s]
/proc/loadavg: 5.06 4.66 4.33 6/199 20805
/proc/meminfo: memFree=23244420/32770624 swapFree=0/345008
[pid=20805] ppid=20802 vsize=10018544 CPUtime=0.01 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 3553 0 0 0 1 0 0 0 20 0 7 0 47568386 10258989056 4763 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2504636 4763 2005 1 0 2494133 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10018544

[startup+0.204138 s]
/proc/loadavg: 5.06 4.66 4.33 6/199 20805
/proc/meminfo: memFree=23244420/32770624 swapFree=0/345008
[pid=20805] ppid=20802 vsize=10551156 CPUtime=0.09 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 4897 0 0 0 8 1 0 0 20 0 15 0 47568386 10804383744 6818 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637789 6818 2702 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.300272 s]
/proc/loadavg: 5.06 4.66 4.33 6/199 20805
/proc/meminfo: memFree=23244420/32770624 swapFree=0/345008
[pid=20805] ppid=20802 vsize=10551156 CPUtime=0.24 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 7954 0 0 0 21 3 0 0 20 0 15 0 47568386 10804383744 9202 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637789 9202 2849 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700215 s]
/proc/loadavg: 5.06 4.66 4.33 6/199 20805
/proc/meminfo: memFree=23244420/32770624 swapFree=0/345008
[pid=20805] ppid=20802 vsize=10551156 CPUtime=1.2 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 11005 0 0 0 111 9 0 0 20 0 15 0 47568386 10804383744 51523 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637789 51523 3006 1 0 2627261 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10551156

[startup+1.50121 s]
/proc/loadavg: 5.06 4.66 4.33 6/214 20820
/proc/meminfo: memFree=22956944/32770624 swapFree=0/345020
[pid=20805] ppid=20802 vsize=10551232 CPUtime=3.54 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 13928 0 0 0 313 41 0 0 20 0 15 0 47568386 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637808 119127 3079 1 0 2627261 0
[pid=20805/tid=20807] ppid=20802 vsize=10551232 CPUtime=0.91 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 12906 0 -1 1077944384 6868 0 0 0 87 4 0 0 20 0 15 0 47568394 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662948262448 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) R 20802 20805 12906 0 -1 4202560 327 0 0 0 35 8 0 0 20 0 15 0 47568395 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662874446352 140662928726172 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) R 20802 20805 12906 0 -1 4202560 205 0 0 0 36 8 0 0 20 0 15 0 47568395 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662873393928 140662928727016 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) R 20802 20805 12906 0 -1 4202560 501 0 0 0 35 8 0 0 20 0 15 0 47568395 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662928727369 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) R 20802 20805 12906 0 -1 4202560 399 0 0 0 35 8 0 0 20 0 15 0 47568395 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662871288208 140662928727055 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 12906 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662439617856 140662944036565 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662438565536 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47568397 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662437512432 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20816] ppid=20802 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 12906 0 -1 1077944384 1243 0 0 0 28 0 0 0 20 0 15 0 47568399 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662435393104 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20817] ppid=20802 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 12906 0 -1 1077944384 1513 0 0 0 30 0 0 0 20 0 15 0 47568399 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662434355568 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20818] ppid=20802 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 1420 0 0 0 22 0 0 0 20 0 15 0 47568399 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662433297952 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47568404 10804461568 119127 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 10551232

[startup+3.10065 s]
/proc/loadavg: 5.30 4.72 4.35 6/214 20820
/proc/meminfo: memFree=22662040/32770624 swapFree=0/345020
[pid=20805] ppid=20802 vsize=10551232 CPUtime=6.78 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 16665 0 0 0 620 58 0 0 20 0 15 0 47568386 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637808 205704 3108 1 0 2627261 0
[pid=20805/tid=20807] ppid=20802 vsize=10551232 CPUtime=2.22 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) R 20802 20805 12906 0 -1 4202560 7613 0 0 0 214 8 0 0 20 0 15 0 47568394 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662948263824 140662547669666 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10551232 CPUtime=0.67 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 12906 0 -1 1077944384 541 0 0 0 56 11 0 0 20 0 15 0 47568395 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662874446352 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10551232 CPUtime=0.68 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 12906 0 -1 1077944384 443 0 0 0 57 11 0 0 20 0 15 0 47568395 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662873393808 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10551232 CPUtime=0.69 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 12906 0 -1 1077944384 661 0 0 0 57 12 0 0 20 0 15 0 47568395 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10551232 CPUtime=0.68 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 12906 0 -1 1077944384 583 0 0 0 56 12 0 0 20 0 15 0 47568395 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662871288208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10551232 CPUtime=0.04 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 12906 0 -1 1077944384 635 0 0 0 4 0 0 0 20 0 15 0 47568396 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662439619312 140662944037506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662438565600 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47568397 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662437512432 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20816] ppid=20802 vsize=10551232 CPUtime=0.75 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 12906 0 -1 1077944384 1780 0 0 0 75 0 0 0 20 0 15 0 47568399 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662435408112 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20817] ppid=20802 vsize=10551232 CPUtime=0.71 cores=1,3,5,7
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 12906 0 -1 1077944384 1573 0 0 0 71 0 0 0 20 0 15 0 47568399 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662434355568 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20818] ppid=20802 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 1479 0 0 0 25 0 0 0 20 0 15 0 47568399 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662433302512 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47568404 10804461568 205704 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 10551232

[startup+6.30125 s]
/proc/loadavg: 5.30 4.72 4.35 6/214 20820
/proc/meminfo: memFree=21528328/32770624 swapFree=0/345016
[pid=20805] ppid=20802 vsize=10551232 CPUtime=13.71 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 25628 0 0 0 1170 201 0 0 20 0 15 0 47568386 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637808 527470 3118 1 0 2627261 0
[pid=20805/tid=20807] ppid=20802 vsize=10551232 CPUtime=4.36 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) R 20802 20805 12906 0 -1 4202560 8224 0 0 0 426 10 0 0 20 0 15 0 47568394 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662948263552 140662930094478 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10551232 CPUtime=1.7 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 12906 0 -1 1077944384 1668 0 0 0 124 46 0 0 20 0 15 0 47568395 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662874446352 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10551232 CPUtime=1.71 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 12906 0 -1 1077944384 1832 0 0 0 125 46 0 0 20 0 15 0 47568395 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662873393808 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10551232 CPUtime=1.72 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 12906 0 -1 1077944384 1625 0 0 0 127 45 0 0 20 0 15 0 47568395 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10551232 CPUtime=1.71 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 12906 0 -1 1077944384 1522 0 0 0 125 46 0 0 20 0 15 0 47568395 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662871288208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 12906 0 -1 1077944384 1425 0 0 0 5 0 0 0 20 0 15 0 47568396 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662439619312 140662944037506 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662438565600 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 47568397 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662437512432 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20816] ppid=20802 vsize=10551232 CPUtime=1.03 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 12906 0 -1 1077944384 3001 0 0 0 102 1 0 0 20 0 15 0 47568399 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662435408112 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20817] ppid=20802 vsize=10551232 CPUtime=1 cores=1,3,5,7
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 12906 0 -1 1077944384 2943 0 0 0 100 0 0 0 20 0 15 0 47568399 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662434355568 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20818] ppid=20802 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 1891 0 0 0 33 0 0 0 20 0 15 0 47568399 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662433302512 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 47568404 10804461568 527470 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 13.71
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 5.08 4.70 4.35 3/197 20854
/proc/meminfo: memFree=28433864/32770624 swapFree=0/345024
[pid=20805] ppid=20802 vsize=10551232 CPUtime=26.73 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 42645 0 0 0 2374 299 0 0 20 0 15 0 47568386 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637808 782325 3126 1 0 2627261 0
[pid=20805/tid=20807] ppid=20802 vsize=10551232 CPUtime=8.17 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) R 20802 20805 12906 0 -1 4202560 13269 0 0 0 804 13 0 0 20 0 15 0 47568394 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662948249968 140662549440615 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10551232 CPUtime=3.78 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 12906 0 -1 1077944384 4078 0 0 0 309 69 0 0 20 0 15 0 47568395 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662874446352 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10551232 CPUtime=3.78 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 12906 0 -1 1077944384 2813 0 0 0 309 69 0 0 20 0 15 0 47568395 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662873393808 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10551232 CPUtime=3.8 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 12906 0 -1 1077944384 2924 0 0 0 310 70 0 0 20 0 15 0 47568395 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10551232 CPUtime=3.8 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 12906 0 -1 1077944384 3075 0 0 0 309 71 0 0 20 0 15 0 47568395 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662871288208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10551232 CPUtime=0.55 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 12906 0 -1 1077944384 4544 0 0 0 55 0 0 0 20 0 15 0 47568396 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662439619312 140662944037506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662438565600 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 47568397 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662437512432 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 782325 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0

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

[pid=20805/tid=20818] ppid=20802 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 4333 0 0 0 38 1 0 0 20 0 15 0 47568399 10804461568 2073259 18446744073709551615 4194304 4196468 140736495362480 140662433298096 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 2073259 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10551232 CPUtime=0.14 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 430 0 0 0 6 8 0 0 20 0 15 0 47568404 10804461568 2073259 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 1332.32
Current children cumulated vsize (KiB) 10551232

[startup+371.201 s]
/proc/loadavg: 7.64 6.54 5.24 8/214 20909
/proc/meminfo: memFree=14918028/32770624 swapFree=0/345164
[pid=20805] ppid=20802 vsize=10551232 CPUtime=1345.02 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 2719992 0 0 0 133605 897 0 0 20 0 15 0 47568386 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637808 2073263 3127 1 0 2627261 0
[pid=20805/tid=20807] ppid=20802 vsize=10551232 CPUtime=16.73 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 12906 0 -1 1077944384 26467 0 0 0 1659 14 0 0 20 0 15 0 47568394 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662948262960 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10551232 CPUtime=325.6 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) R 20802 20805 12906 0 -1 4202560 721417 0 0 0 32346 214 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662874446552 140662928727034 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10551232 CPUtime=324.54 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) R 20802 20805 12906 0 -1 4202560 684576 0 0 0 32238 216 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662873394008 140662929016008 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10551232 CPUtime=323.66 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) R 20802 20805 12906 0 -1 4202560 592005 0 0 0 32142 224 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662928727047 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10551232 CPUtime=325.49 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) R 20802 20805 12906 0 -1 4202560 575826 0 0 0 32334 215 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662871288096 140662929022766 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10551232 CPUtime=25.93 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 12906 0 -1 1077944384 103651 0 0 0 2587 6 0 0 20 0 15 0 47568396 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662439617856 140662944036565 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662438565600 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 47568397 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662437512448 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20816] ppid=20802 vsize=10551232 CPUtime=1.23 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 12906 0 -1 1077944384 5145 0 0 0 122 1 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662435407872 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20817] ppid=20802 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 12906 0 -1 1077944384 4624 0 0 0 122 0 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662434355568 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20818] ppid=20802 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 4333 0 0 0 38 1 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662433298096 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10551232 CPUtime=0.14 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 430 0 0 0 6 8 0 0 20 0 15 0 47568404 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 1345.02
Current children cumulated vsize (KiB) 10551232

[startup+372.801 s]
/proc/loadavg: 7.67 6.56 5.25 9/214 20909
/proc/meminfo: memFree=14918028/32770624 swapFree=0/345164
[pid=20805] ppid=20802 vsize=10551232 CPUtime=1350.32 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 2720081 0 0 0 134134 898 0 0 20 0 15 0 47568386 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637808 2073263 3127 1 0 2627261 0
[pid=20805/tid=20807] ppid=20802 vsize=10551232 CPUtime=16.73 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 12906 0 -1 1077944384 26467 0 0 0 1659 14 0 0 20 0 15 0 47568394 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662948262960 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10551232 CPUtime=326.84 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 12906 0 -1 1077944384 721436 0 0 0 32470 214 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662874446352 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10551232 CPUtime=325.76 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 12906 0 -1 1077944384 684599 0 0 0 32360 216 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662873393808 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10551232 CPUtime=324.89 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 12906 0 -1 1077944384 592026 0 0 0 32265 224 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10551232 CPUtime=326.72 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 12906 0 -1 1077944384 575852 0 0 0 32457 215 0 0 20 0 15 0 47568395 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662871288208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10551232 CPUtime=26.29 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) R 20802 20805 12906 0 -1 4202560 103651 0 0 0 2623 6 0 0 20 0 15 0 47568396 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662439617856 140662929022704 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662438565600 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 47568397 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662437512448 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20816] ppid=20802 vsize=10551232 CPUtime=1.23 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 12906 0 -1 1077944384 5145 0 0 0 122 1 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662435407872 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20817] ppid=20802 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 12906 0 -1 1077944384 4624 0 0 0 122 0 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662434355616 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20818] ppid=20802 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 4333 0 0 0 38 1 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662433298096 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10551232 CPUtime=0.15 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 430 0 0 0 6 9 0 0 20 0 15 0 47568404 10804461568 2073263 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 1350.32
Current children cumulated vsize (KiB) 10551232

[startup+373.201 s]
/proc/loadavg: 7.67 6.56 5.25 6/214 20909
/proc/meminfo: memFree=14918028/32770624 swapFree=0/345164
[pid=20805] ppid=20802 vsize=10551232 CPUtime=1350.72 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 2720177 0 0 0 134174 898 0 0 20 0 15 0 47568386 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2637808 2073270 3128 1 0 2627261 0
[pid=20805/tid=20807] ppid=20802 vsize=10551232 CPUtime=16.73 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 12906 0 -1 1077944384 26467 0 0 0 1659 14 0 0 20 0 15 0 47568394 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662948262960 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10551232 CPUtime=326.84 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 12906 0 -1 1077944384 721436 0 0 0 32470 214 0 0 20 0 15 0 47568395 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662874446352 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10551232 CPUtime=325.76 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 12906 0 -1 1077944384 684599 0 0 0 32360 216 0 0 20 0 15 0 47568395 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662873393808 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10551232 CPUtime=324.89 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 12906 0 -1 1077944384 592026 0 0 0 32265 224 0 0 20 0 15 0 47568395 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10551232 CPUtime=326.72 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 12906 0 -1 1077944384 575852 0 0 0 32457 215 0 0 20 0 15 0 47568395 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662871288208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10551232 CPUtime=26.69 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) R 20802 20805 12906 0 -1 4202560 103747 0 0 0 2663 6 0 0 20 0 15 0 47568396 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662439617856 140662922396534 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 47568396 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662438565600 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 47568397 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662437512448 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20816] ppid=20802 vsize=10551232 CPUtime=1.23 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 12906 0 -1 1077944384 5145 0 0 0 122 1 0 0 20 0 15 0 47568399 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662435407872 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20817] ppid=20802 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 12906 0 -1 1077944384 4624 0 0 0 122 0 0 0 20 0 15 0 47568399 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662434355616 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20818] ppid=20802 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 4333 0 0 0 38 1 0 0 20 0 15 0 47568399 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662433298096 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47568399 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10551232 CPUtime=0.15 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 430 0 0 0 6 9 0 0 20 0 15 0 47568404 10804461568 2073270 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 1350.72
Current children cumulated vsize (KiB) 10551232

[startup+373.401 s]
/proc/loadavg: 7.67 6.56 5.25 6/214 20909
/proc/meminfo: memFree=14918028/32770624 swapFree=0/345164
[pid=20805] ppid=20802 vsize=10686560 CPUtime=1350.76 cores=1,3,5,7
/proc/20805/stat : 20805 (java) S 20802 20805 12906 0 -1 1077944320 2720959 0 0 0 134178 898 0 0 20 0 16 0 47568386 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140736495345024 140662944026359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
/proc/20805/statm: 2671640 2073466 3171 1 0 2661055 0
[pid=20805/tid=20807] ppid=20802 vsize=10686560 CPUtime=16.75 cores=1,3,5,7
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 12906 0 -1 1077944384 26861 0 0 0 1661 14 0 0 20 0 16 0 47568394 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662948267040 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20808] ppid=20802 vsize=10686560 CPUtime=326.84 cores=1,3,5,7
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 12906 0 -1 1077944384 721436 0 0 0 32470 214 0 0 20 0 16 0 47568395 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662874446352 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20809] ppid=20802 vsize=10686560 CPUtime=325.76 cores=1,3,5,7
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 12906 0 -1 1077944384 684599 0 0 0 32360 216 0 0 20 0 16 0 47568395 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662873393808 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20810] ppid=20802 vsize=10686560 CPUtime=324.89 cores=1,3,5,7
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 12906 0 -1 1077944384 592026 0 0 0 32265 224 0 0 20 0 16 0 47568395 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662872340752 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20811] ppid=20802 vsize=10686560 CPUtime=326.72 cores=1,3,5,7
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 12906 0 -1 1077944384 575852 0 0 0 32457 215 0 0 20 0 16 0 47568395 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662871288208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20812] ppid=20802 vsize=10686560 CPUtime=26.7 cores=1,3,5,7
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 12906 0 -1 1077944384 103748 0 0 0 2664 6 0 0 20 0 16 0 47568396 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662439619312 140662944037506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20813] ppid=20802 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 47568396 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662438565600 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20814] ppid=20802 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 12906 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 47568397 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662437512448 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20815] ppid=20802 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47568399 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662436461008 140662944044955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20816] ppid=20802 vsize=10686560 CPUtime=1.23 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 12906 0 -1 1077944384 5145 0 0 0 122 1 0 0 20 0 16 0 47568399 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662435408112 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20817] ppid=20802 vsize=10686560 CPUtime=1.23 cores=1,3,5,7
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 12906 0 -1 1077944384 4787 0 0 0 123 0 0 0 20 0 16 0 47568399 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662434355568 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20818] ppid=20802 vsize=10686560 CPUtime=0.4 cores=1,3,5,7
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 12906 0 -1 1077944384 4509 0 0 0 39 1 0 0 20 0 16 0 47568399 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662433302512 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20819] ppid=20802 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47568399 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662432250208 140662944036565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
[pid=20805/tid=20820] ppid=20802 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 12906 0 -1 1077944384 430 0 0 0 6 9 0 0 20 0 16 0 47568404 10943037440 2073466 18446744073709551615 4194304 4196468 140736495362480 140662431198256 140662944037506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33107968 140736495370677 140736495370830 140736495370830 140736495374287 0
Current children cumulated CPU time (s) 1350.76
Current children cumulated vsize (KiB) 10686560

[startup+373.501 s]
/proc/loadavg: 7.67 6.56 5.25 6/214 20909
/proc/meminfo: memFree=14918028/32770624 swapFree=0/345164
[pid=20805] ppid=20802 vsize=0 CPUtime=1350.83 cores=1,3,5,7
/proc/20805/stat : 20805 (java) Z 20802 20805 12906 0 -1 4227084 2721005 0 0 0 134178 905 0 0 20 0 2 0 47568386 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/20805/statm: 0 0 0 0 0 0 0
[pid=20805/tid=20816] ppid=20802 vsize=0 CPUtime=1.3 cores=1,3,5,7
/proc/20805/task/20816/stat : 20816 (java) R 20802 20805 12906 0 -1 4203588 5145 0 0 0 122 8 0 0 20 0 2 0 47568399 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1350.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 373.518
CPU time (s): 1350.85
CPU user time (s): 1341.78
CPU system time (s): 9.0698
CPU usage (%): 361.657
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1341.78
system time used= 9.0698
maximum resident set size= 8293968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2721005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24014
involuntary context switches= 29602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.78941 second user time and 2.4065 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:42:17
IDJOB=4244122
IDBENCH=139738
IDSOLVER=2623
FILE ID=node135/4244122-1502056575
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-35-35.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244122-1502056575/watcher-4244122-1502056575 -o /tmp/evaluation-result-4244122-1502056575/solver-4244122-1502056575 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244122-1502056575.xml

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

MD5SUM BENCH= 8013d5ca2692908d001f725061313983
RANDOM SEED=283380658

node135.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.21
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.21
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.21
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.21
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:        23244804 kB
MemAvailable:   23684212 kB
Buffers:          205932 kB
Cached:           522328 kB
SwapCached:            0 kB
Active:          8715348 kB
Inactive:         369980 kB
Active(anon):    8357424 kB
Inactive(anon):    24972 kB
Active(file):     357924 kB
Inactive(file):   345008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21900 kB
Writeback:             0 kB
AnonPages:       8357156 kB
Mapped:            50308 kB
Shmem:             25344 kB
Slab:             131296 kB
SReclaimable:     104620 kB
SUnreclaim:        26676 kB
KernelStack:        3520 kB
PageTables:        21140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8617888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7747584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61972 MiB
End job on node135 at 2017-08-06 23:48:31