Trace number 4244001

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? 1467.76 407.237

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-44.xml
MD5SUM0962135a9df7191e1203c0b83ceb0052
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints13244
Number of domains1
Minimum domain size946
Maximum domain size946
Distribution of domain sizes[{"size":946,"count":946}]
Minimum variable degree0
Maximum variable degree43
Distribution of variable degrees[{"degree":0,"count":990},{"degree":43,"count":946}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":13244}]
Number of extensional constraints0
Number of intensional constraints13244
Distribution of constraint types[{"type":"intension","count":13244}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=29306
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: 6.80 5.12 4.44 6/199 29309
/proc/meminfo: memFree=23242632/32770624 swapFree=0/363984
[pid=29309] ppid=29306 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29309/stat : 29309 (runsolver) D 29306 29309 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51550717 24240128 107 18446744073709551615 4194304 4338465 140728584380800 140728584378440 139744564417239 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 22568960 140728584384647 140728584385097 140728584385097 140728584388554 0
/proc/29309/statm: 5918 107 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 6.80 5.12 4.44 6/199 29309
/proc/meminfo: memFree=23242632/32770624 swapFree=0/363984
[pid=29309] ppid=29306 vsize=10151672 CPUtime=0.02 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 3865 0 0 0 2 0 0 0 20 0 9 0 51550717 10395312128 5017 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2537918 5017 2109 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200277 s]
/proc/loadavg: 6.80 5.12 4.44 6/199 29309
/proc/meminfo: memFree=23242632/32770624 swapFree=0/363984
[pid=29309] ppid=29306 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 4606 0 0 0 4 1 0 0 20 0 14 0 51550717 10736119808 5652 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2621123 5652 2576 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300268 s]
/proc/loadavg: 6.80 5.12 4.44 6/199 29309
/proc/meminfo: memFree=23242632/32770624 swapFree=0/363984
[pid=29309] ppid=29306 vsize=10551156 CPUtime=0.2 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 8116 0 0 0 18 2 0 0 20 0 15 0 51550717 10804383744 8286 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2637789 8286 2850 1 0 2627261 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.700736 s]
/proc/loadavg: 6.80 5.12 4.44 6/199 29309
/proc/meminfo: memFree=23242632/32770624 swapFree=0/363984
[pid=29309] ppid=29306 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 12951 0 0 0 135 5 0 0 20 0 15 0 51550717 10804461568 24354 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2637808 24354 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10551232

[startup+1.50069 s]
/proc/loadavg: 6.73 5.13 4.45 9/214 29324
/proc/meminfo: memFree=22900088/32770624 swapFree=0/364016
[pid=29309] ppid=29306 vsize=10551232 CPUtime=3.44 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 15486 0 0 0 311 33 0 0 20 0 15 0 51550717 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2637808 179375 3096 1 0 2627261 0
[pid=29309/tid=29311] ppid=29306 vsize=10551232 CPUtime=1.13 cores=1,3,5,7
/proc/29309/task/29311/stat : 29311 (java) R 29306 29309 12906 0 -1 4202560 7854 0 0 0 103 10 0 0 20 0 15 0 51550723 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987995628992 139987977460096 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10551232 CPUtime=0.19 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) S 29306 29309 12906 0 -1 1077944384 386 0 0 0 14 5 0 0 20 0 15 0 51550724 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987952290320 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) S 29306 29309 12906 0 -1 1077944384 295 0 0 0 14 4 0 0 20 0 15 0 51550724 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987951237776 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) S 29306 29309 12906 0 -1 1077944384 344 0 0 0 13 5 0 0 20 0 15 0 51550724 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987600202000 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) S 29306 29309 12906 0 -1 1077944384 179 0 0 0 14 4 0 0 20 0 15 0 51550724 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987599149456 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) S 29306 29309 12906 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987555572464 139987991403138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987553465600 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51550729 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29320] ppid=29306 vsize=10551232 CPUtime=0.58 cores=1,3,5,7
/proc/29309/task/29320/stat : 29320 (java) S 29306 29309 12906 0 -1 1077944384 1669 0 0 0 58 0 0 0 20 0 15 0 51550729 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987551361264 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29321] ppid=29306 vsize=10551232 CPUtime=0.61 cores=1,3,5,7
/proc/29309/task/29321/stat : 29321 (java) S 29306 29309 12906 0 -1 1077944384 1229 0 0 0 61 0 0 0 20 0 15 0 51550729 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987550308720 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29322] ppid=29306 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/29309/task/29322/stat : 29322 (java) S 29306 29309 12906 0 -1 1077944384 1678 0 0 0 30 0 0 0 20 0 15 0 51550729 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987549255664 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29323] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29323/stat : 29323 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51550729 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987548203360 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29324] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29324/stat : 29324 (java) S 29306 29309 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51550737 10804461568 179375 18446744073709551615 4194304 4196468 140721151119376 139987479686192 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 10551232

[startup+3.10066 s]
/proc/loadavg: 6.73 5.13 4.45 6/214 29324
/proc/meminfo: memFree=21854564/32770624 swapFree=0/364016
[pid=29309] ppid=29306 vsize=10551232 CPUtime=6.06 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 18299 0 0 0 531 75 0 0 20 0 15 0 51550717 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2637808 595193 3097 1 0 2627261 0
[pid=29309/tid=29311] ppid=29306 vsize=10551232 CPUtime=2.52 cores=1,3,5,7
/proc/29309/task/29311/stat : 29311 (java) R 29306 29309 12906 0 -1 4202560 8956 0 0 0 222 30 0 0 20 0 15 0 51550723 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987995622448 139987634963746 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) S 29306 29309 12906 0 -1 1077944384 799 0 0 0 29 10 0 0 20 0 15 0 51550724 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987952290320 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) S 29306 29309 12906 0 -1 1077944384 384 0 0 0 29 10 0 0 20 0 15 0 51550724 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987951237776 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) S 29306 29309 12906 0 -1 1077944384 600 0 0 0 28 10 0 0 20 0 15 0 51550724 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987600202000 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) S 29306 29309 12906 0 -1 1077944384 296 0 0 0 29 10 0 0 20 0 15 0 51550724 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987599149456 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) S 29306 29309 12906 0 -1 1077944384 1235 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987555572464 139987991403138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987553465600 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51550729 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29320] ppid=29306 vsize=10551232 CPUtime=0.76 cores=1,3,5,7
/proc/29309/task/29320/stat : 29320 (java) S 29306 29309 12906 0 -1 1077944384 1698 0 0 0 76 0 0 0 20 0 15 0 51550729 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987551361264 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29321] ppid=29306 vsize=10551232 CPUtime=0.82 cores=1,3,5,7
/proc/29309/task/29321/stat : 29321 (java) S 29306 29309 12906 0 -1 1077944384 1257 0 0 0 82 0 0 0 20 0 15 0 51550729 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987550308720 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29322] ppid=29306 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/29309/task/29322/stat : 29322 (java) S 29306 29309 12906 0 -1 1077944384 1719 0 0 0 32 0 0 0 20 0 15 0 51550729 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987549255664 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29323] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29323/stat : 29323 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51550729 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987548203360 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29324] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29324/stat : 29324 (java) S 29306 29309 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51550737 10804461568 595193 18446744073709551615 4194304 4196468 140721151119376 139987479686192 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 10551232

[startup+6.30078 s]
/proc/loadavg: 6.73 5.13 4.45 7/214 29324
/proc/meminfo: memFree=20238300/32770624 swapFree=0/364020
[pid=29309] ppid=29306 vsize=10551232 CPUtime=16.49 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 81574 0 0 0 1518 131 0 0 20 0 15 0 51550717 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2637808 752701 3113 1 0 2627261 0
[pid=29309/tid=29311] ppid=29306 vsize=10551232 CPUtime=3.25 cores=1,3,5,7
/proc/29309/task/29311/stat : 29311 (java) S 29306 29309 12906 0 -1 1077944384 8982 0 0 0 295 30 0 0 20 0 15 0 51550723 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987995620848 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10551232 CPUtime=2.78 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) S 29306 29309 12906 0 -1 1077944384 13845 0 0 0 255 23 0 0 20 0 15 0 51550724 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987952290320 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10551232 CPUtime=2.78 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) S 29306 29309 12906 0 -1 1077944384 15330 0 0 0 254 24 0 0 20 0 15 0 51550724 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987951237776 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10551232 CPUtime=2.78 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) S 29306 29309 12906 0 -1 1077944384 16138 0 0 0 254 24 0 0 20 0 15 0 51550724 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987600202000 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10551232 CPUtime=2.77 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) S 29306 29309 12906 0 -1 1077944384 16424 0 0 0 252 25 0 0 20 0 15 0 51550724 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987599149456 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) R 29306 29309 12906 0 -1 4202560 4451 0 0 0 5 0 0 0 20 0 15 0 51550726 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987555570896 139987976092576 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987553465600 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51550729 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29320] ppid=29306 vsize=10551232 CPUtime=0.8 cores=1,3,5,7
/proc/29309/task/29320/stat : 29320 (java) S 29306 29309 12906 0 -1 1077944384 1701 0 0 0 80 0 0 0 20 0 15 0 51550729 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987551361264 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29321] ppid=29306 vsize=10551232 CPUtime=0.86 cores=1,3,5,7
/proc/29309/task/29321/stat : 29321 (java) S 29306 29309 12906 0 -1 1077944384 1265 0 0 0 86 0 0 0 20 0 15 0 51550729 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987550308720 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29322] ppid=29306 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/29309/task/29322/stat : 29322 (java) S 29306 29309 12906 0 -1 1077944384 1723 0 0 0 32 0 0 0 20 0 15 0 51550729 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987549255664 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29323] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29323/stat : 29323 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51550729 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987548203360 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29324] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29324/stat : 29324 (java) S 29306 29309 12906 0 -1 1077944384 361 0 0 0 0 0 0 0 20 0 15 0 51550737 10804461568 752701 18446744073709551615 4194304 4196468 140721151119376 139987479686192 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
Current children cumulated CPU time (s) 16.49
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 6.71 5.18 4.47 9/214 29324
/proc/meminfo: memFree=19127392/32770624 swapFree=0/364012
[pid=29309] ppid=29306 vsize=10551232 CPUtime=32.44 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 248183 0 0 0 3013 231 0 0 20 0 15 0 51550717 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2637808 1030896 3117 1 0 2627261 0
[pid=29309/tid=29311] ppid=29306 vsize=10551232 CPUtime=5.45 cores=1,3,5,7
/proc/29309/task/29311/stat : 29311 (java) S 29306 29309 12906 0 -1 1077944384 11258 0 0 0 515 30 0 0 20 0 15 0 51550723 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987995628528 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10551232 CPUtime=5.95 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) R 29306 29309 12906 0 -1 4202560 60383 0 0 0 547 48 0 0 20 0 15 0 51550724 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987952290320 139987976092609 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10551232 CPUtime=5.97 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) R 29306 29309 12906 0 -1 4202560 44161 0 0 0 549 48 0 0 20 0 15 0 51550724 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987951237664 139987976092415 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10551232 CPUtime=5.95 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) R 29306 29309 12906 0 -1 4202560 62748 0 0 0 545 50 0 0 20 0 15 0 51550724 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987600202200 139987976092687 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10551232 CPUtime=5.95 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) R 29306 29309 12906 0 -1 4202560 56666 0 0 0 545 50 0 0 20 0 15 0 51550724 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987599149656 139987976092609 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10551232 CPUtime=1.04 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) S 29306 29309 12906 0 -1 1077944384 5689 0 0 0 104 0 0 0 20 0 15 0 51550726 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987555571008 139987991402197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 51550726 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987553465600 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51550729 10804461568 1030896 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0

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

/proc/29309/task/29311/stat : 29311 (java) S 29306 29309 12906 0 -1 1077944384 27019 0 0 0 1459 32 0 0 20 0 17 0 51550723 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987995632672 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10686560 CPUtime=350.57 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) R 29306 29309 12906 0 -1 4202560 573035 0 0 0 34869 188 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987952290128 139987984020199 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10686560 CPUtime=351.28 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) R 29306 29309 12906 0 -1 4202560 521549 0 0 0 34960 168 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987951237584 139987984020199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10686560 CPUtime=351.35 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) R 29306 29309 12906 0 -1 4202560 492656 0 0 0 34961 174 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987600202200 139987976091903 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10686560 CPUtime=350.73 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) R 29306 29309 12906 0 -1 4202560 446360 0 0 0 34897 176 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987599149576 139987984020199 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10686560 CPUtime=33.5 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) S 29306 29309 12906 0 -1 1077944384 105518 0 0 0 3343 7 0 0 20 0 17 0 51550726 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987555571008 139987991402197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987553464704 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29320] ppid=29306 vsize=10686560 CPUtime=0.88 cores=1,3,5,7
/proc/29309/task/29320/stat : 29320 (java) S 29306 29309 12906 0 -1 1077944384 3162 0 0 0 88 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987551361024 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29321] ppid=29306 vsize=10686560 CPUtime=0.94 cores=1,3,5,7
/proc/29309/task/29321/stat : 29321 (java) S 29306 29309 12906 0 -1 1077944384 2582 0 0 0 94 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987550308816 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29322] ppid=29306 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29309/task/29322/stat : 29322 (java) S 29306 29309 12906 0 -1 1077944384 3370 0 0 0 37 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987549251536 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29323] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29323/stat : 29323 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987548203360 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29324] ppid=29306 vsize=10686560 CPUtime=0.17 cores=1,3,5,7
/proc/29309/task/29324/stat : 29324 (java) S 29306 29309 12906 0 -1 1077944384 791 0 0 0 7 10 0 0 20 0 17 0 51550737 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987479686192 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29430] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29430/stat : 29430 (java) S 29306 29309 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987476533168 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29431] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29431/stat : 29431 (java) S 29306 29309 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987475480880 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
Current children cumulated CPU time (s) 1454.78
Current children cumulated vsize (KiB) 10686560

[startup+404.801 s]
/proc/loadavg: 6.01 6.46 5.38 9/218 29433
/proc/meminfo: memFree=14947452/32770624 swapFree=0/364124
[pid=29309] ppid=29306 vsize=10686560 CPUtime=1461.01 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 2177497 0 0 0 145348 753 0 0 20 0 17 0 51550717 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2671640 2075260 3163 1 0 2661055 0
[pid=29309/tid=29311] ppid=29306 vsize=10686560 CPUtime=14.91 cores=1,3,5,7
/proc/29309/task/29311/stat : 29311 (java) S 29306 29309 12906 0 -1 1077944384 27019 0 0 0 1459 32 0 0 20 0 17 0 51550723 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987995632672 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10686560 CPUtime=352.12 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) R 29306 29309 12906 0 -1 4202560 573035 0 0 0 35023 189 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987952290128 139987984020199 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10686560 CPUtime=352.83 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) R 29306 29309 12906 0 -1 4202560 521549 0 0 0 35115 168 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987951237896 139987984020199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10686560 CPUtime=352.95 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) R 29306 29309 12906 0 -1 4202560 492660 0 0 0 35121 174 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987600202200 139987976091822 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10686560 CPUtime=352.25 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) R 29306 29309 12906 0 -1 4202560 446360 0 0 0 35049 176 0 0 20 0 17 0 51550724 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987599149576 139987984020199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10686560 CPUtime=33.5 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) S 29306 29309 12906 0 -1 1077944384 105518 0 0 0 3343 7 0 0 20 0 17 0 51550726 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987555571008 139987991402197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987553464704 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29320] ppid=29306 vsize=10686560 CPUtime=0.88 cores=1,3,5,7
/proc/29309/task/29320/stat : 29320 (java) S 29306 29309 12906 0 -1 1077944384 3162 0 0 0 88 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987551361024 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29321] ppid=29306 vsize=10686560 CPUtime=0.94 cores=1,3,5,7
/proc/29309/task/29321/stat : 29321 (java) S 29306 29309 12906 0 -1 1077944384 2582 0 0 0 94 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987550308816 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29322] ppid=29306 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29309/task/29322/stat : 29322 (java) S 29306 29309 12906 0 -1 1077944384 3370 0 0 0 37 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987549251536 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29323] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29323/stat : 29323 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987548203360 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29324] ppid=29306 vsize=10686560 CPUtime=0.17 cores=1,3,5,7
/proc/29309/task/29324/stat : 29324 (java) S 29306 29309 12906 0 -1 1077944384 791 0 0 0 7 10 0 0 20 0 17 0 51550737 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987479686192 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29430] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29430/stat : 29430 (java) S 29306 29309 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987476533168 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29431] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29431/stat : 29431 (java) S 29306 29309 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075260 18446744073709551615 4194304 4196468 140721151119376 139987475480880 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
Current children cumulated CPU time (s) 1461.01
Current children cumulated vsize (KiB) 10686560

[startup+406.401 s]
/proc/loadavg: 6.01 6.46 5.38 9/218 29433
/proc/meminfo: memFree=14947452/32770624 swapFree=0/364124
[pid=29309] ppid=29306 vsize=10686560 CPUtime=1466.91 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 2181634 0 0 0 145937 754 0 0 20 0 17 0 51550717 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2671640 2075261 3163 1 0 2661055 0
[pid=29309/tid=29311] ppid=29306 vsize=10686560 CPUtime=14.91 cores=1,3,5,7
/proc/29309/task/29311/stat : 29311 (java) S 29306 29309 12906 0 -1 1077944384 27019 0 0 0 1459 32 0 0 20 0 17 0 51550723 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987995632672 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10686560 CPUtime=353.56 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) S 29306 29309 12906 0 -1 1077944384 573035 0 0 0 35166 190 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987952290320 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10686560 CPUtime=354.27 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) S 29306 29309 12906 0 -1 1077944384 521549 0 0 0 35259 168 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987951237776 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10686560 CPUtime=354.45 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) S 29306 29309 12906 0 -1 1077944384 492660 0 0 0 35271 174 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987600202000 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10686560 CPUtime=353.68 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) S 29306 29309 12906 0 -1 1077944384 446360 0 0 0 35191 177 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987599149456 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10686560 CPUtime=33.59 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) R 29306 29309 12906 0 -1 4202560 109655 0 0 0 3352 7 0 0 20 0 17 0 51550726 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987555571008 139987975849582 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987553464704 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29320] ppid=29306 vsize=10686560 CPUtime=0.88 cores=1,3,5,7
/proc/29309/task/29320/stat : 29320 (java) S 29306 29309 12906 0 -1 1077944384 3162 0 0 0 88 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987551361024 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29321] ppid=29306 vsize=10686560 CPUtime=0.94 cores=1,3,5,7
/proc/29309/task/29321/stat : 29321 (java) S 29306 29309 12906 0 -1 1077944384 2582 0 0 0 94 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987550308816 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29322] ppid=29306 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29309/task/29322/stat : 29322 (java) S 29306 29309 12906 0 -1 1077944384 3370 0 0 0 37 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987549251536 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29323] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29323/stat : 29323 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987548203360 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29324] ppid=29306 vsize=10686560 CPUtime=0.17 cores=1,3,5,7
/proc/29309/task/29324/stat : 29324 (java) S 29306 29309 12906 0 -1 1077944384 791 0 0 0 7 10 0 0 20 0 17 0 51550737 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987479686192 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29430] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29430/stat : 29430 (java) S 29306 29309 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987476533168 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29431] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29431/stat : 29431 (java) S 29306 29309 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987475480880 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
Current children cumulated CPU time (s) 1466.91
Current children cumulated vsize (KiB) 10686560

[startup+406.801 s]
/proc/loadavg: 6.01 6.46 5.38 9/218 29433
/proc/meminfo: memFree=14947452/32770624 swapFree=0/364124
[pid=29309] ppid=29306 vsize=10686560 CPUtime=1467.31 cores=1,3,5,7
/proc/29309/stat : 29309 (java) S 29306 29309 12906 0 -1 1077944320 2181634 0 0 0 145977 754 0 0 20 0 17 0 51550717 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 140721151101920 139987991391991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
/proc/29309/statm: 2671640 2075261 3163 1 0 2661055 0
[pid=29309/tid=29311] ppid=29306 vsize=10686560 CPUtime=14.91 cores=1,3,5,7
/proc/29309/task/29311/stat : 29311 (java) S 29306 29309 12906 0 -1 1077944384 27019 0 0 0 1459 32 0 0 20 0 17 0 51550723 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987995632672 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29312] ppid=29306 vsize=10686560 CPUtime=353.56 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) S 29306 29309 12906 0 -1 1077944384 573035 0 0 0 35166 190 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987952290320 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29313] ppid=29306 vsize=10686560 CPUtime=354.27 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (java) S 29306 29309 12906 0 -1 1077944384 521549 0 0 0 35259 168 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987951237776 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29314] ppid=29306 vsize=10686560 CPUtime=354.45 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (java) S 29306 29309 12906 0 -1 1077944384 492660 0 0 0 35271 174 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987600202000 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29315] ppid=29306 vsize=10686560 CPUtime=353.68 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (java) S 29306 29309 12906 0 -1 1077944384 446360 0 0 0 35191 177 0 0 20 0 17 0 51550724 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987599149456 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29316] ppid=29306 vsize=10686560 CPUtime=33.99 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (java) R 29306 29309 12906 0 -1 4202560 109655 0 0 0 3392 7 0 0 20 0 17 0 51550726 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987555571008 139987976388395 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29317] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (java) S 29306 29309 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987554518752 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29318] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (java) S 29306 29309 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51550726 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987553464704 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29319] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29319/stat : 29319 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987552414160 139987991410587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29320] ppid=29306 vsize=10686560 CPUtime=0.88 cores=1,3,5,7
/proc/29309/task/29320/stat : 29320 (java) S 29306 29309 12906 0 -1 1077944384 3162 0 0 0 88 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987551361024 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29321] ppid=29306 vsize=10686560 CPUtime=0.94 cores=1,3,5,7
/proc/29309/task/29321/stat : 29321 (java) S 29306 29309 12906 0 -1 1077944384 2582 0 0 0 94 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987550308816 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29322] ppid=29306 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29309/task/29322/stat : 29322 (java) S 29306 29309 12906 0 -1 1077944384 3370 0 0 0 37 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987549251536 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29323] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29323/stat : 29323 (java) S 29306 29309 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51550729 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987548203360 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29324] ppid=29306 vsize=10686560 CPUtime=0.17 cores=1,3,5,7
/proc/29309/task/29324/stat : 29324 (java) S 29306 29309 12906 0 -1 1077944384 791 0 0 0 7 10 0 0 20 0 17 0 51550737 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987479686192 139987991403138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29430] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29430/stat : 29430 (java) S 29306 29309 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987476533168 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
[pid=29309/tid=29431] ppid=29306 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29309/task/29431/stat : 29431 (java) S 29306 29309 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51589097 10943037440 2075261 18446744073709551615 4194304 4196468 140721151119376 139987475480880 139987991402197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38199296 140721151123893 140721151124046 140721151124046 140721151127503 0
Current children cumulated CPU time (s) 1467.31
Current children cumulated vsize (KiB) 10686560

[startup+407.201 s]
/proc/loadavg: 6.17 6.49 5.40 6/218 29433
/proc/meminfo: memFree=14947452/32770624 swapFree=0/364124
[pid=29309] ppid=29306 vsize=0 CPUtime=1467.71 cores=1,3,5,7
/proc/29309/stat : 29309 (java) Z 29306 29309 12906 0 -1 4227084 2184580 0 0 0 146013 758 0 0 20 0 2 0 51550717 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/29309/statm: 0 0 0 0 0 0 0
[pid=29309/tid=29312] ppid=29306 vsize=0 CPUtime=353.59 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (java) R 29306 29309 12906 0 -1 4203588 573035 0 0 0 35166 193 0 0 20 0 2 0 51550724 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) 1467.71
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 407.237
CPU time (s): 1467.76
CPU user time (s): 1460.14
CPU system time (s): 7.62248
CPU usage (%): 360.419
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1460.14
system time used= 7.62247
maximum resident set size= 8301248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2184580
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23579
involuntary context switches= 33052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58028 second user time and 3.01923 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:46:00
IDJOB=4244001
IDBENCH=140589
IDSOLVER=2623
FILE ID=node135/4244001-1502096398
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-44.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244001-1502096398/watcher-4244001-1502096398 -o /tmp/evaluation-result-4244001-1502096398/solver-4244001-1502096398 -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-4244001-1502096398.xml

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

MD5SUM BENCH= 0962135a9df7191e1203c0b83ceb0052
RANDOM SEED=616984468

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:        23243648 kB
MemAvailable:   23692612 kB
Buffers:          223876 kB
Cached:           513756 kB
SwapCached:            0 kB
Active:          8695764 kB
Inactive:         388956 kB
Active(anon):    8347712 kB
Inactive(anon):    24972 kB
Active(file):     348052 kB
Inactive(file):   363984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2448 kB
Writeback:             4 kB
AnonPages:       8347260 kB
Mapped:            51404 kB
Shmem:             25344 kB
Slab:             132532 kB
SReclaimable:     105528 kB
SUnreclaim:        27004 kB
KernelStack:        3520 kB
PageTables:        21128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8616944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7573504 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= 62028 MiB
End job on node135 at 2017-08-07 10:52:48