Trace number 4244123

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? 1340.15 365.427

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-20-20.xml
MD5SUM5e484cb090e237f4c9c5d38433c43cc4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2400.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36101
Number of domains1
Minimum domain size400
Maximum domain size400
Distribution of domain sizes[{"size":400,"count":400}]
Minimum variable degree363
Maximum variable degree363
Distribution of variable degrees[{"degree":363,"count":400}]
Minimum constraint arity4
Maximum constraint arity400
Distribution of constraint arities[{"arity":4,"count":36100},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints36100
Distribution of constraint types[{"type":"intension","count":36100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 4.37 4.59 4.09 3/203 20609
/proc/meminfo: memFree=29692868/32770624 swapFree=0/344636
[pid=20609] ppid=20606 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20609/stat : 20609 (runsolver) D 20606 20609 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47494758 24240128 107 18446744073709551615 4194304 4338465 140726345876352 140726345873992 140710223930071 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 23130112 140726345883783 140726345884233 140726345884233 140726345887690 0
/proc/20609/statm: 5918 107 54 36 0 2156 0

[startup+0.100132 s]
/proc/loadavg: 4.37 4.59 4.09 3/203 20609
/proc/meminfo: memFree=29692868/32770624 swapFree=0/344636
[pid=20609] ppid=20606 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20609/stat : 20609 (runsolver) D 20606 20609 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47494758 24240128 107 18446744073709551615 4194304 4338465 140726345876352 140726345873992 140710223930071 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 23130112 140726345883783 140726345884233 140726345884233 140726345887690 0
/proc/20609/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200332 s]
/proc/loadavg: 4.37 4.59 4.09 3/203 20609
/proc/meminfo: memFree=29692868/32770624 swapFree=0/344636
[pid=20609] ppid=20606 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 5028 0 0 0 4 1 0 0 20 0 14 0 47494758 10736119808 6077 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2621123 6077 2581 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300319 s]
/proc/loadavg: 4.37 4.59 4.09 3/203 20609
/proc/meminfo: memFree=29692868/32770624 swapFree=0/344636
[pid=20609] ppid=20606 vsize=10551156 CPUtime=0.18 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 8269 0 0 0 16 2 0 0 20 0 15 0 47494758 10804383744 7949 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2637789 7949 2851 1 0 2627261 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10551156

[startup+0.71011 s]
/proc/loadavg: 4.37 4.59 4.09 3/203 20609
/proc/meminfo: memFree=29692868/32770624 swapFree=0/344636
[pid=20609] ppid=20606 vsize=10551232 CPUtime=1.37 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 12947 0 0 0 133 4 0 0 20 0 15 0 47494758 10804461568 21772 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2637808 21772 3047 1 0 2627261 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10551232

[startup+1.51211 s]
/proc/loadavg: 4.37 4.59 4.09 4/219 20625
/proc/meminfo: memFree=29471500/32770624 swapFree=0/344624
[pid=20609] ppid=20606 vsize=10551232 CPUtime=3.9 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 15030 0 0 0 371 19 0 0 20 0 15 0 47494758 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2637808 103274 3108 1 0 2627261 0
[pid=20609/tid=20612] ppid=20606 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) R 20606 20609 12906 0 -1 4202560 7614 0 0 0 114 6 0 0 20 0 15 0 47494769 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932956570832 139932596843987 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) S 20606 20609 12906 0 -1 1077944384 255 0 0 0 6 2 0 0 20 0 15 0 47494770 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932922047504 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10551232 CPUtime=0.1 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) S 20606 20609 12906 0 -1 1077944384 168 0 0 0 8 2 0 0 20 0 15 0 47494770 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932562119824 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) S 20606 20609 12906 0 -1 1077944384 252 0 0 0 6 2 0 0 20 0 15 0 47494770 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932561066768 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10551232 CPUtime=0.09 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) S 20606 20609 12906 0 -1 1077944384 146 0 0 0 7 2 0 0 20 0 15 0 47494770 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932560014224 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) S 20606 20609 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932059289840 139932952345218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494775 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20621] ppid=20606 vsize=10551232 CPUtime=0.95 cores=0,2,4,6
/proc/20609/task/20621/stat : 20621 (java) R 20606 20609 12906 0 -1 4202560 1689 0 0 0 95 0 0 0 20 0 15 0 47494775 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932055059216 139932933878702 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20622] ppid=20606 vsize=10551232 CPUtime=0.99 cores=0,2,4,6
/proc/20609/task/20622/stat : 20622 (java) R 20606 20609 12906 0 -1 4202560 1714 0 0 0 99 0 0 0 20 0 15 0 47494775 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932054013144 139932930081560 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20623] ppid=20606 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/20609/task/20623/stat : 20623 (java) S 20606 20609 12906 0 -1 1077944384 1626 0 0 0 32 0 0 0 20 0 15 0 47494775 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932052974064 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20624] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20624/stat : 20624 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494775 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932051921760 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20625] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20625/stat : 20625 (java) S 20606 20609 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47494779 10804461568 103274 18446744073709551615 4194304 4196468 140728501753728 139932050868784 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 10551232

[startup+3.10115 s]
/proc/loadavg: 4.37 4.59 4.09 6/219 20625
/proc/meminfo: memFree=28908472/32770624 swapFree=0/344656
[pid=20609] ppid=20606 vsize=10551232 CPUtime=8.24 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 16825 0 0 0 776 48 0 0 20 0 15 0 47494758 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2637808 215177 3120 1 0 2627261 0
[pid=20609/tid=20612] ppid=20606 vsize=10551232 CPUtime=1.78 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) R 20606 20609 12906 0 -1 4202560 8039 0 0 0 168 10 0 0 20 0 15 0 47494769 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932956567416 139932597467416 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10551232 CPUtime=0.78 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) S 20606 20609 12906 0 -1 1077944384 384 0 0 0 70 8 0 0 20 0 15 0 47494770 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932922047504 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10551232 CPUtime=0.8 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) S 20606 20609 12906 0 -1 1077944384 329 0 0 0 71 9 0 0 20 0 15 0 47494770 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932562119824 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10551232 CPUtime=0.79 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) S 20606 20609 12906 0 -1 1077944384 403 0 0 0 70 9 0 0 20 0 15 0 47494770 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932561066768 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10551232 CPUtime=0.8 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) S 20606 20609 12906 0 -1 1077944384 312 0 0 0 72 8 0 0 20 0 15 0 47494770 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932560014224 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) S 20606 20609 12906 0 -1 1077944384 837 0 0 0 31 0 0 0 20 0 15 0 47494772 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932059289840 139932952345218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494775 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20621] ppid=20606 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/20609/task/20621/stat : 20621 (java) S 20606 20609 12906 0 -1 1077944384 1729 0 0 0 125 0 0 0 20 0 15 0 47494775 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932055079664 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20622] ppid=20606 vsize=10551232 CPUtime=1.3 cores=0,2,4,6
/proc/20609/task/20622/stat : 20622 (java) S 20606 20609 12906 0 -1 1077944384 1748 0 0 0 130 0 0 0 20 0 15 0 47494775 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932054027120 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20623] ppid=20606 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/20609/task/20623/stat : 20623 (java) S 20606 20609 12906 0 -1 1077944384 1688 0 0 0 35 0 0 0 20 0 15 0 47494775 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932052974064 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20624] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20624/stat : 20624 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494775 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932051921760 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20625] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20625/stat : 20625 (java) S 20606 20609 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47494779 10804461568 215177 18446744073709551615 4194304 4196468 140728501753728 139932050868784 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 10551232

[startup+6.30115 s]
/proc/loadavg: 4.42 4.59 4.09 6/219 20625
/proc/meminfo: memFree=27707724/32770624 swapFree=0/344660
[pid=20609] ppid=20606 vsize=10551232 CPUtime=17.09 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 45075 0 0 0 1556 153 0 0 20 0 15 0 47494758 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2637808 496197 3123 1 0 2627261 0
[pid=20609/tid=20612] ppid=20606 vsize=10551232 CPUtime=3.09 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) S 20606 20609 12906 0 -1 1077944384 8434 0 0 0 296 13 0 0 20 0 15 0 47494769 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932956569168 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10551232 CPUtime=2.65 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) R 20606 20609 12906 0 -1 4202560 4438 0 0 0 233 32 0 0 20 0 15 0 47494770 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932922047504 139932936791708 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10551232 CPUtime=2.67 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) R 20606 20609 12906 0 -1 4202560 8775 0 0 0 231 36 0 0 20 0 15 0 47494770 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932562119824 139932937034787 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10551232 CPUtime=2.66 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) R 20606 20609 12906 0 -1 4202560 9143 0 0 0 232 34 0 0 20 0 15 0 47494770 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932561066968 139932937330581 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10551232 CPUtime=2.67 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) R 20606 20609 12906 0 -1 4202560 6503 0 0 0 234 33 0 0 20 0 15 0 47494770 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932560014112 139932937034702 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) S 20606 20609 12906 0 -1 1077944384 1225 0 0 0 32 0 0 0 20 0 15 0 47494772 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932059288384 139932952344277 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494775 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20621] ppid=20606 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/20609/task/20621/stat : 20621 (java) S 20606 20609 12906 0 -1 1077944384 1736 0 0 0 125 0 0 0 20 0 15 0 47494775 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932055079664 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20622] ppid=20606 vsize=10551232 CPUtime=1.32 cores=0,2,4,6
/proc/20609/task/20622/stat : 20622 (java) S 20606 20609 12906 0 -1 1077944384 1753 0 0 0 132 0 0 0 20 0 15 0 47494775 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932054027120 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20623] ppid=20606 vsize=10551232 CPUtime=0.37 cores=0,2,4,6
/proc/20609/task/20623/stat : 20623 (java) S 20606 20609 12906 0 -1 1077944384 1710 0 0 0 37 0 0 0 20 0 15 0 47494775 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932052974064 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20624] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20624/stat : 20624 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494775 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932051921760 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20625] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20625/stat : 20625 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494779 10804461568 496197 18446744073709551615 4194304 4196468 140728501753728 139932050868784 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
Current children cumulated CPU time (s) 17.09
Current children cumulated vsize (KiB) 10551232

[startup+12.7011 s]
/proc/loadavg: 4.23 4.55 4.08 6/219 20625
/proc/meminfo: memFree=26473368/32770624 swapFree=0/344648
[pid=20609] ppid=20606 vsize=10551232 CPUtime=32.53 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 60527 0 0 0 2942 311 0 0 20 0 15 0 47494758 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2637808 865459 3123 1 0 2627261 0
[pid=20609/tid=20612] ppid=20606 vsize=10551232 CPUtime=5.08 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) S 20606 20609 12906 0 -1 1077944384 10587 0 0 0 495 13 0 0 20 0 15 0 47494769 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932956569344 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10551232 CPUtime=5.67 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) R 20606 20609 12906 0 -1 4202560 6917 0 0 0 494 73 0 0 20 0 15 0 47494770 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932922047312 139932944962279 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10551232 CPUtime=5.65 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) R 20606 20609 12906 0 -1 4202560 10979 0 0 0 493 72 0 0 20 0 15 0 47494770 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932562120024 139932936782211 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10551232 CPUtime=5.67 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) R 20606 20609 12906 0 -1 4202560 12293 0 0 0 491 76 0 0 20 0 15 0 47494770 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932561066576 139932944962279 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10551232 CPUtime=5.67 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) R 20606 20609 12906 0 -1 4202560 8910 0 0 0 494 73 0 0 20 0 15 0 47494770 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932560014032 139932944962279 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10551232 CPUtime=1.7 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) S 20606 20609 12906 0 -1 1077944384 2925 0 0 0 170 0 0 0 20 0 15 0 47494772 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932059288352 139932952344277 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47494772 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47494775 10804461568 865459 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0

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


[startup+361.601 s]
/proc/loadavg: 4.73 4.64 4.25 6/217 20640
/proc/meminfo: memFree=20401540/32770624 swapFree=0/344752
[pid=20609] ppid=20606 vsize=10686560 CPUtime=1327.57 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 664643 0 0 0 132079 678 0 0 20 0 16 0 47494758 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2671640 2070559 3170 1 0 2661055 0
[pid=20609/tid=20612] ppid=20606 vsize=10686560 CPUtime=14.7 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) S 20606 20609 12906 0 -1 1077944384 26090 0 0 0 1455 15 0 0 20 0 16 0 47494769 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932956574752 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10686560 CPUtime=322.32 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) R 20606 20609 12906 0 -1 4202560 98192 0 0 0 32067 165 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932922047704 139932933943772 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10686560 CPUtime=322 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) R 20606 20609 12906 0 -1 4202560 183721 0 0 0 32045 155 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932562119944 139932944962279 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10686560 CPUtime=321.35 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) R 20606 20609 12906 0 -1 4202560 171431 0 0 0 31965 170 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932561066576 139932944962279 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10686560 CPUtime=321.48 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) R 20606 20609 12906 0 -1 4202560 94716 0 0 0 31986 162 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932560014344 139932944962279 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10686560 CPUtime=22.14 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) S 20606 20609 12906 0 -1 1077944384 77019 0 0 0 2209 5 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932059288384 139932952344277 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20621] ppid=20606 vsize=10686560 CPUtime=1.32 cores=0,2,4,6
/proc/20609/task/20621/stat : 20621 (java) S 20606 20609 12906 0 -1 1077944384 3021 0 0 0 132 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932055079424 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20622] ppid=20606 vsize=10686560 CPUtime=1.41 cores=0,2,4,6
/proc/20609/task/20622/stat : 20622 (java) S 20606 20609 12906 0 -1 1077944384 3183 0 0 0 141 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932054027168 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20623] ppid=20606 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20609/task/20623/stat : 20623 (java) S 20606 20609 12906 0 -1 1077944384 5521 0 0 0 46 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932052974112 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20624] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20624/stat : 20624 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932051921760 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20625] ppid=20606 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20609/task/20625/stat : 20625 (java) S 20606 20609 12906 0 -1 1077944384 335 0 0 0 16 13 0 0 20 0 16 0 47494779 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932050868784 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20638] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20638/stat : 20638 (java) S 20606 20609 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 47529954 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932049812912 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
Current children cumulated CPU time (s) 1327.57
Current children cumulated vsize (KiB) 10686560

[startup+363.201 s]
/proc/loadavg: 4.76 4.65 4.25 6/216 20640
/proc/meminfo: memFree=20401800/32770624 swapFree=0/344760
[pid=20609] ppid=20606 vsize=10686560 CPUtime=1333.78 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 664645 0 0 0 132699 679 0 0 20 0 16 0 47494758 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2671640 2070559 3170 1 0 2661055 0
[pid=20609/tid=20612] ppid=20606 vsize=10686560 CPUtime=14.7 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) S 20606 20609 12906 0 -1 1077944384 26090 0 0 0 1455 15 0 0 20 0 16 0 47494769 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932956574752 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10686560 CPUtime=323.92 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) R 20606 20609 12906 0 -1 4202560 98192 0 0 0 32227 165 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932922047704 139932937033954 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10686560 CPUtime=323.55 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) R 20606 20609 12906 0 -1 4202560 183721 0 0 0 32199 156 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932562119944 139932944962279 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10686560 CPUtime=322.89 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) S 20606 20609 12906 0 -1 1077944384 171431 0 0 0 32119 170 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932561066576 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10686560 CPUtime=323.01 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) R 20606 20609 12906 0 -1 4202560 94716 0 0 0 32138 163 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932560014344 139932944962279 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10686560 CPUtime=22.14 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) S 20606 20609 12906 0 -1 1077944384 77019 0 0 0 2209 5 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932059288384 139932952344277 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20621] ppid=20606 vsize=10686560 CPUtime=1.32 cores=0,2,4,6
/proc/20609/task/20621/stat : 20621 (java) S 20606 20609 12906 0 -1 1077944384 3021 0 0 0 132 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932055079424 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20622] ppid=20606 vsize=10686560 CPUtime=1.41 cores=0,2,4,6
/proc/20609/task/20622/stat : 20622 (java) S 20606 20609 12906 0 -1 1077944384 3183 0 0 0 141 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932054027168 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20623] ppid=20606 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20609/task/20623/stat : 20623 (java) S 20606 20609 12906 0 -1 1077944384 5521 0 0 0 46 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932052974112 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20624] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20624/stat : 20624 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932051921760 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20625] ppid=20606 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20609/task/20625/stat : 20625 (java) S 20606 20609 12906 0 -1 1077944384 337 0 0 0 16 13 0 0 20 0 16 0 47494779 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932050868784 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20638] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20638/stat : 20638 (java) S 20606 20609 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 47529954 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932049812912 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
Current children cumulated CPU time (s) 1333.78
Current children cumulated vsize (KiB) 10686560

[startup+364.801 s]
/proc/loadavg: 4.76 4.65 4.25 5/216 20640
/proc/meminfo: memFree=20401800/32770624 swapFree=0/344760
[pid=20609] ppid=20606 vsize=10686560 CPUtime=1339.51 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 664958 0 0 0 133271 680 0 0 20 0 16 0 47494758 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2671640 2070559 3170 1 0 2661055 0
[pid=20609/tid=20612] ppid=20606 vsize=10686560 CPUtime=14.7 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) S 20606 20609 12906 0 -1 1077944384 26090 0 0 0 1455 15 0 0 20 0 16 0 47494769 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932956574752 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10686560 CPUtime=325.35 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) S 20606 20609 12906 0 -1 1077944384 98505 0 0 0 32370 165 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932922047504 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10686560 CPUtime=324.93 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) S 20606 20609 12906 0 -1 1077944384 183721 0 0 0 32337 156 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932562119824 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10686560 CPUtime=324.28 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) S 20606 20609 12906 0 -1 1077944384 171431 0 0 0 32258 170 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932561066768 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10686560 CPUtime=324.37 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) S 20606 20609 12906 0 -1 1077944384 94716 0 0 0 32274 163 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932560014224 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10686560 CPUtime=22.3 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) R 20606 20609 12906 0 -1 4202560 77019 0 0 0 2225 5 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932059288272 139932936791704 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20621] ppid=20606 vsize=10686560 CPUtime=1.32 cores=0,2,4,6
/proc/20609/task/20621/stat : 20621 (java) S 20606 20609 12906 0 -1 1077944384 3021 0 0 0 132 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932055079424 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20622] ppid=20606 vsize=10686560 CPUtime=1.41 cores=0,2,4,6
/proc/20609/task/20622/stat : 20622 (java) S 20606 20609 12906 0 -1 1077944384 3183 0 0 0 141 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932054027168 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20623] ppid=20606 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20609/task/20623/stat : 20623 (java) S 20606 20609 12906 0 -1 1077944384 5521 0 0 0 46 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932052974112 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20624] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20624/stat : 20624 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932051921760 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20625] ppid=20606 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20609/task/20625/stat : 20625 (java) S 20606 20609 12906 0 -1 1077944384 337 0 0 0 16 13 0 0 20 0 16 0 47494779 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932050868784 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20638] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20638/stat : 20638 (java) S 20606 20609 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 47529954 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932049812912 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
Current children cumulated CPU time (s) 1339.51
Current children cumulated vsize (KiB) 10686560

[startup+365.201 s]
/proc/loadavg: 4.76 4.65 4.25 3/216 20640
/proc/meminfo: memFree=20401800/32770624 swapFree=0/344760
[pid=20609] ppid=20606 vsize=10686560 CPUtime=1339.92 cores=0,2,4,6
/proc/20609/stat : 20609 (java) S 20606 20609 12906 0 -1 1077944320 664958 0 0 0 133312 680 0 0 20 0 16 0 47494758 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 140728501736272 139932952334071 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
/proc/20609/statm: 2671640 2070559 3170 1 0 2661055 0
[pid=20609/tid=20612] ppid=20606 vsize=10686560 CPUtime=14.7 cores=0,2,4,6
/proc/20609/task/20612/stat : 20612 (java) S 20606 20609 12906 0 -1 1077944384 26090 0 0 0 1455 15 0 0 20 0 16 0 47494769 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932956574752 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20613] ppid=20606 vsize=10686560 CPUtime=325.35 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) S 20606 20609 12906 0 -1 1077944384 98505 0 0 0 32370 165 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932922047504 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20614] ppid=20606 vsize=10686560 CPUtime=324.93 cores=0,2,4,6
/proc/20609/task/20614/stat : 20614 (java) S 20606 20609 12906 0 -1 1077944384 183721 0 0 0 32337 156 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932562119824 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20615] ppid=20606 vsize=10686560 CPUtime=324.28 cores=0,2,4,6
/proc/20609/task/20615/stat : 20615 (java) S 20606 20609 12906 0 -1 1077944384 171431 0 0 0 32258 170 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932561066768 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20616] ppid=20606 vsize=10686560 CPUtime=324.37 cores=0,2,4,6
/proc/20609/task/20616/stat : 20616 (java) S 20606 20609 12906 0 -1 1077944384 94716 0 0 0 32274 163 0 0 20 0 16 0 47494770 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932560014224 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20617] ppid=20606 vsize=10686560 CPUtime=22.7 cores=0,2,4,6
/proc/20609/task/20617/stat : 20617 (java) R 20606 20609 12906 0 -1 4202560 77019 0 0 0 2265 5 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932059288272 139932937330564 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20618] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20618/stat : 20618 (java) S 20606 20609 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932058236128 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20619] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20619/stat : 20619 (java) S 20606 20609 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 47494772 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932057182976 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20620] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20620/stat : 20620 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932056131536 139932952352667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20621] ppid=20606 vsize=10686560 CPUtime=1.32 cores=0,2,4,6
/proc/20609/task/20621/stat : 20621 (java) S 20606 20609 12906 0 -1 1077944384 3021 0 0 0 132 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932055079424 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20622] ppid=20606 vsize=10686560 CPUtime=1.41 cores=0,2,4,6
/proc/20609/task/20622/stat : 20622 (java) S 20606 20609 12906 0 -1 1077944384 3183 0 0 0 141 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932054027168 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20623] ppid=20606 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/20609/task/20623/stat : 20623 (java) S 20606 20609 12906 0 -1 1077944384 5521 0 0 0 46 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932052974112 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20624] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20624/stat : 20624 (java) S 20606 20609 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47494775 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932051921760 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20625] ppid=20606 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20609/task/20625/stat : 20625 (java) S 20606 20609 12906 0 -1 1077944384 337 0 0 0 16 13 0 0 20 0 16 0 47494779 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932050868784 139932952345218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
[pid=20609/tid=20638] ppid=20606 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20609/task/20638/stat : 20638 (java) S 20606 20609 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 47529954 10943037440 2070559 18446744073709551615 4194304 4196468 140728501753728 139932049812912 139932952344277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10547200 140728501756341 140728501756494 140728501756494 140728501759951 0
Current children cumulated CPU time (s) 1339.92
Current children cumulated vsize (KiB) 10686560

[startup+365.401 s]
/proc/loadavg: 4.76 4.65 4.25 3/216 20640
/proc/meminfo: memFree=20401800/32770624 swapFree=0/344760
[pid=20609] ppid=20606 vsize=0 CPUtime=1340.12 cores=0,2,4,6
/proc/20609/stat : 20609 (java) Z 20606 20609 12906 0 -1 4227084 665254 0 0 0 133330 682 0 0 20 0 2 0 47494758 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 0 0 0 0 0 0 0 0
/proc/20609/statm: 0 0 0 0 0 0 0
[pid=20609/tid=20613] ppid=20606 vsize=0 CPUtime=325.37 cores=0,2,4,6
/proc/20609/task/20613/stat : 20613 (java) R 20606 20609 12906 0 -1 4203588 98505 0 0 0 32370 167 0 0 20 0 2 0 47494770 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1340.12
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 365.427
CPU time (s): 1340.15
CPU user time (s): 1333.3
CPU system time (s): 6.85365
CPU usage (%): 366.737
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1333.3
system time used= 6.85365
maximum resident set size= 8282572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665254
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17572
involuntary context switches= 11928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7459 second user time and 2.40172 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:30:01
IDJOB=4244123
IDBENCH=139735
IDSOLVER=2623
FILE ID=node135/4244123-1502055838
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 5e484cb090e237f4c9c5d38433c43cc4
RANDOM SEED=768941836

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:        29692628 kB
MemAvailable:   30108388 kB
Buffers:          205584 kB
Cached:           498980 kB
SwapCached:            0 kB
Active:          2276240 kB
Inactive:         369608 kB
Active(anon):    1941544 kB
Inactive(anon):    24972 kB
Active(file):     334696 kB
Inactive(file):   344636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3556 kB
Writeback:             0 kB
AnonPages:       1926472 kB
Mapped:            50808 kB
Shmem:             25344 kB
Slab:             131548 kB
SReclaimable:     104528 kB
SUnreclaim:        27020 kB
KernelStack:        3792 kB
PageTables:         9556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3464536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1810432 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= 62024 MiB
End job on node135 at 2017-08-06 23:36:06