Trace number 4289901

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1831.04 534.524

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko56_c18.xml
MD5SUM870d89fd5d4ada0d2442065415f88ba8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17822
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables3192
Number of constraints1541
Number of domains2
Minimum domain size8
Maximum domain size56
Distribution of domain sizes[{"size":8,"count":1540},{"size":56,"count":56}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1596},{"degree":2,"count":1540},{"degree":56,"count":56}]
Minimum constraint arity3
Maximum constraint arity56
Distribution of constraint arities[{"arity":3,"count":1540},{"arity":56,"count":1}]
Number of extensional constraints1540
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1540},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1690.22/496.64	Jul 22, 2018 1:15:48 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1690.22/496.64	INFO: Runtime exception
1690.22/496.64	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1690.22/496.64		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1690.22/496.64		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1690.22/496.64		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1690.22/496.64		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1690.22/496.64		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1690.22/496.64		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1690.22/496.64		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1690.22/496.64		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1690.22/496.64		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1690.22/496.64		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1690.22/496.64		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1690.22/496.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1690.22/496.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1690.22/496.64		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1690.22/496.64		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1690.22/496.64		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1690.22/496.64		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1690.22/496.64		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1690.22/496.64		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1690.22/496.64		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 22 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		... 26 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 27 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		... 31 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 32 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		... 36 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 37 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		... 41 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 42 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		... 46 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 47 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		... 51 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 52 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		... 56 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		... 57 more
1690.22/496.64	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1690.22/496.64		... 61 more
1690.22/496.64	Caused by: java.lang.reflect.InvocationTargetException
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1690.22/496.64		... 61 more
1690.22/496.64	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1690.22/496.64		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Lits.java:124)
1690.22/496.64		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:198)
1690.22/496.64		at org.sat4j.minisat.core.Solver.addClause(Solver.java:425)
1690.22/496.64		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1690.22/496.64		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1690.22/496.64		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorOr(TseitinBasedIntensionCtrEncoder.java:439)
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1690.22/496.64		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1690.22/496.64		at java.lang.reflect.Method.invoke(Method.java:498)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1690.22/496.64		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1690.22/496.64	
1830.91/534.48	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1830.91/534.48	c This is free software under the dual EPL/GNU LGPL licenses.
1830.91/534.48	c See www.sat4j.org for details.
1830.91/534.48	c That software uses the Rhino library from the Mozilla project.
1830.91/534.48	c version 2.3.6-SNAPSHOT
1830.91/534.48	c java.runtime.name	Java(TM) SE Runtime Environment
1830.91/534.48	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1830.91/534.48	c java.vm.version	25.131-b11
1830.91/534.48	c java.vm.vendor	Oracle Corporation
1830.91/534.48	c sun.arch.data.model	64
1830.91/534.48	c java.version		1.8.0_131
1830.91/534.48	c os.name		Linux
1830.91/534.48	c os.version		3.10.0-514.16.1.el7.x86_64
1830.91/534.48	c os.arch		amd64
1830.91/534.48	c Free memory 		499604488
1830.91/534.48	c Max memory 		7247757312
1830.91/534.48	c Total memory 		504889344
1830.91/534.48	c Number of processors 	4
1830.91/534.48	c c --- Begin Solver configuration ---
1830.91/534.48	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1830.91/534.48	c Learn all clauses as in MiniSAT
1830.91/534.48	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1830.91/534.48	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1830.91/534.48	c No reason simplification
1830.91/534.48	c Glucose 2.1 dynamic restart strategy
1830.91/534.48	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
1830.91/534.48	c timeout=2147483s
1830.91/534.48	c DB Simplification allowed=false
1830.91/534.48	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1830.91/534.48	c --- End Solver configuration ---
1830.91/534.48	c starts		: 0
1830.91/534.48	c conflicts		: 0
1830.91/534.48	c decisions		: 0
1830.91/534.48	c propagations		: 0
1830.91/534.48	c inspects		: 0
1830.91/534.48	c shortcuts		: 0
1830.91/534.48	c learnt literals	: 0
1830.91/534.48	c learnt binary clauses	: 0
1830.91/534.48	c learnt ternary clauses	: 0
1830.91/534.48	c learnt constraints	: 0
1830.91/534.48	c ignored constraints	: 0
1830.91/534.48	c root simplifications	: 0
1830.91/534.48	c removed literals (reason simplification)	: 0
1830.91/534.48	c reason swapping (by a shorter reason)	: 0
1830.91/534.48	c Calls to reduceDB	: 0
1830.91/534.48	c Number of update (reduction) of LBD	: 0
1830.91/534.48	c Imported unit clauses	: 0
1830.91/534.48	c number of reductions to clauses (during analyze)	: 0
1830.91/534.48	c number of learned constraints concerned by reduction	: 0
1830.91/534.48	c number of learning phase by resolution	: 0
1830.91/534.48	c number of learning phase by cutting planes	: 0
1830.91/534.48	c number of rounding to 1 operations	: 0
1830.91/534.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1830.91/534.48	c number of reductions of the coefficients by power 2 	: 0
1830.91/534.48	c number of right shift for reduction by power 2 	: 0
1830.91/534.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
1830.91/534.48	c number of ending skipping 	: 0
1830.91/534.48	c number of internal skipping 	: 0
1830.91/534.48	c number of derivation steps 	: 0
1830.91/534.48	c number of skipped derivation steps 	: 0
1830.91/534.48	c number of remaining unassigned 	: 0
1830.91/534.48	c number of remaining assigned 	: 0
1830.91/534.48	c speed (assignments/second)	: 0.0
1830.91/534.48	c non guided choices	: 0
1830.91/534.48	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4152 MiB free)
  memory of node 1: 16384 MiB (12765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289901-1532214460/watcher-4289901-1532214460 -o /tmp/evaluation-result-4289901-1532214460/solver-4289901-1532214460 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289901-1532214460.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26662, runsolver pid=26659
Current StackSize limit: 8192 KiB


[startup+0.100227 s]*
/proc/loadavg: 3.94 2.65 2.27 4/216 26677
/proc/meminfo: memFree=17306128/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10659012 memory=30084 CPUtime=0.13 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 6617 0 0 0 11 2 0 0 20 0 15 0 39009212 10914828288 7521 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2664753 7521 2843 1 0 2627263 0
[pid=26662/tid=26664] ppid=26659 vsize=10659012 memory=-8773748148830113155 CPUtime=0.09 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) R 26659 26662 23392 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 39009212 10914828288 7521 33554432000 4194304 4196468 140723944232464 140418139039680 140418134830486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 7521 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10659012 memory=139806357157504 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 7521 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 7521 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 7521 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10659012 memory=139806357157504 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009215 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417371699824 140418134829698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39009215 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417370645792 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009215 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417369593456 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) S 26659 26662 23392 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417367488624 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) R 26659 26662 23392 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417366435824 140418134829698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10659012 memory=139806357157504 CPUtime=0.02 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) S 26659 26662 23392 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 39009218 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417365383536 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10659012 memory=139806357157504 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 7521 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30084 KiB

[startup+0.210458 s]*
/proc/loadavg: 3.94 2.65 2.27 5/216 26677
/proc/meminfo: memFree=17294796/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10659012 memory=42036 CPUtime=0.34 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 8064 0 0 0 32 2 0 0 20 0 15 0 39009212 10914828288 10509 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2664753 10509 3007 1 0 2627263 0
[pid=26662/tid=26664] ppid=26659 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) R 26659 26662 23392 0 -1 4202560 5009 0 0 0 19 1 0 0 20 0 15 0 39009212 10914828288 10509 33554432000 4194304 4196468 140723944232464 140418139048032 140418112042704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 10509 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10659012 memory=3689772295079163552 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 10509 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 10509 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009213 10914828288 10509 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10659012 memory=139806357157504 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009215 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417371699824 140418134829698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39009215 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417370645792 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009215 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417369593456 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) S 26659 26662 23392 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 15 0 39009218 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417367488624 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) S 26659 26662 23392 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 15 0 39009218 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417366435824 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10659012 memory=139806357157504 CPUtime=0.07 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) R 26659 26662 23392 0 -1 4202560 731 0 0 0 7 0 0 0 20 0 15 0 39009218 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417365383536 140418114251600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10659012 memory=139806357157504 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009218 10914828288 10509 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42036 KiB

[startup+0.311871 s]*
/proc/loadavg: 3.94 2.65 2.27 5/216 26677
/proc/meminfo: memFree=17284064/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10659088 memory=51596 CPUtime=0.56 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 9471 0 0 0 54 2 0 0 20 0 15 0 39009212 10914906112 12899 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2664772 12899 3064 1 0 2627263 0
[pid=26662/tid=26664] ppid=26659 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) R 26659 26662 23392 0 -1 1077944384 5575 0 0 0 28 2 0 0 20 0 15 0 39009212 10914906112 12899 33554432000 4194304 4196468 140723944232464 140418139055664 140418134828757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 12899 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10659088 memory=3762391739558885024 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 12899 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 12899 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 12899 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10659088 memory=139806357157504 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) S 26659 26662 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39009215 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417371699824 140418134829698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39009215 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417370645792 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009215 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417369593456 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) R 26659 26662 23392 0 -1 4202560 1030 0 0 0 7 0 0 0 20 0 15 0 39009218 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417367469640 140418115520195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) R 26659 26662 23392 0 -1 4202560 553 0 0 0 4 0 0 0 20 0 15 0 39009218 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417366422608 140418127055678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10659088 memory=139806357157504 CPUtime=0.13 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) S 26659 26662 23392 0 -1 1077944384 941 0 0 0 13 0 0 0 20 0 15 0 39009218 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417365383536 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10659088 memory=139806357157504 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009218 10914906112 12899 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 51596 KiB

[startup+0.701135 s]
/proc/loadavg: 3.94 2.65 2.27 5/216 26677
/proc/meminfo: memFree=17245292/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10659088 memory=205696 CPUtime=1.87 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 14819 0 0 0 181 6 0 0 20 0 15 0 39009212 10914906112 51424 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2664772 51424 3123 1 0 2627263 0
[pid=26662/tid=26664] ppid=26659 vsize=10659088 memory=254348701498252 CPUtime=0.65 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) R 26659 26662 23392 0 -1 4202560 5804 0 0 0 61 4 0 0 20 0 15 0 39009212 10914906112 51424 33554432000 4194304 4196468 140723944232464 140418139054488 140417735320455 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10659088 memory=120106 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 51424 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 51424 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 39009213 10914906112 51424 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 51424 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) S 26659 26662 23392 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39009215 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417371699824 140418134829698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39009215 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417370645792 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009215 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417369593456 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10659088 memory=6656426216303648864 CPUtime=0.41 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) R 26659 26662 23392 0 -1 4202560 2250 0 0 0 41 0 0 0 20 0 15 0 39009218 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417367475472 140418112063397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10659088 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) R 26659 26662 23392 0 -1 4202560 2973 0 0 0 40 0 0 0 20 0 15 0 39009218 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417366423344 140418114480785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) S 26659 26662 23392 0 -1 1077944384 2289 0 0 0 34 0 0 0 20 0 15 0 39009218 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417365383536 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009218 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10659088 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009218 10914906112 51424 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 205696 KiB

[startup+1.50084 s]
/proc/loadavg: 4.02 2.69 2.29 6/216 26677
/proc/meminfo: memFree=17125896/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10659088 memory=294720 CPUtime=4.36 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 20544 0 0 0 428 8 0 0 20 0 15 0 39009212 10914906112 73680 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2664772 73680 3138 1 0 2627263 0
[pid=26662/tid=26664] ppid=26659 vsize=10659088 memory=10755 CPUtime=1.44 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) R 26659 26662 23392 0 -1 4202560 6163 0 0 0 139 5 0 0 20 0 15 0 39009212 10914906112 73680 33554432000 4194304 4196468 140723944232464 140418139040240 140418116766154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 73680 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 73680 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 39009213 10914906112 73680 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39009213 10914906112 73680 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) S 26659 26662 23392 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39009215 10914906112 73680 33554432000 4194304 4196468 140723944232464 140417371699824 140418134829698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0

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

[pid=26662/tid=26665] ppid=26659 vsize=10794416 memory=8313740 CPUtime=433.03 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) R 26659 26662 23392 0 -1 4202560 107796 0 0 0 43134 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418060892680 140418127446759 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10794416 memory=8313768 CPUtime=431.84 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) R 26659 26662 23392 0 -1 4202560 83753 0 0 0 43015 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418059839880 140418127446759 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10794416 memory=3852 CPUtime=432.48 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) R 26659 26662 23392 0 -1 4202560 113850 0 0 0 43087 161 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418058787360 140418119519195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10794416 memory=2580 CPUtime=432.63 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) R 26659 26662 23392 0 -1 4202560 133921 0 0 0 43099 164 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418057734480 140418127446759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10794416 memory=6791534058613427641 CPUtime=50.9 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) S 26659 26662 23392 0 -1 1077944384 99850 0 0 0 5085 5 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417371698368 140418134828757 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10794416 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417370645856 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10794416 memory=15535236834396114 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417369592576 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10794416 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10794416 memory=2200 CPUtime=1.82 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) S 26659 26662 23392 0 -1 1077944384 6387 0 0 0 181 1 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417367488384 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10794416 memory=7528 CPUtime=1.87 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) S 26659 26662 23392 0 -1 1077944384 5895 0 0 0 187 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417366435872 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10794416 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) S 26659 26662 23392 0 -1 1077944384 4892 0 0 0 48 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417365383584 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10794416 memory=13884 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10794416 memory=8313768 CPUtime=0.39 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 429 0 0 0 24 15 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26773] ppid=26659 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26773/stat : 26773 (java) S 26659 26662 23392 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417360125488 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26774] ppid=26659 vsize=10794416 memory=8364 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26774/stat : 26774 (java) S 26659 26662 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417359073968 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 1827.74 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313768 KiB

[startup+533.601 s]
/proc/loadavg: 4.79 4.20 3.19 6/218 26775
/proc/meminfo: memFree=11534996/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10794416 memory=8313768 CPUtime=1830.11 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 579905 0 0 0 182313 698 0 0 20 0 17 0 39009212 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2698604 2078442 3218 1 0 2661057 0
[pid=26662/tid=26664] ppid=26659 vsize=10794416 memory=2436 CPUtime=42.2 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) S 26659 26662 23392 0 -1 1077944384 21585 0 0 0 4199 21 0 0 20 0 17 0 39009212 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418139059232 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10794416 memory=4629771062077588875 CPUtime=433.56 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 107796 0 0 0 43187 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10794416 memory=-8961168018402230209 CPUtime=432.35 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 83753 0 0 0 43066 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10794416 memory=-8253362762722141311 CPUtime=433.03 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 113962 0 0 0 43142 161 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10794416 memory=6791534058613427641 CPUtime=433.16 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 133921 0 0 0 43152 164 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10794416 memory=1728 CPUtime=51.15 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) R 26659 26662 23392 0 -1 4202560 99850 0 0 0 5110 5 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417371698368 140418119815060 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10794416 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417370645856 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10794416 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417369592576 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10794416 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10794416 memory=1428 CPUtime=1.82 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) S 26659 26662 23392 0 -1 1077944384 6387 0 0 0 181 1 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417367488384 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10794416 memory=12976 CPUtime=1.87 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) S 26659 26662 23392 0 -1 1077944384 5895 0 0 0 187 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417366435872 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10794416 memory=1696 CPUtime=0.48 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) S 26659 26662 23392 0 -1 1077944384 4892 0 0 0 48 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417365383584 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10794416 memory=1948 CPUtime=0.39 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 429 0 0 0 24 15 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26773] ppid=26659 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26773/stat : 26773 (java) S 26659 26662 23392 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417360125488 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26774] ppid=26659 vsize=10794416 memory=8364 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26774/stat : 26774 (java) S 26659 26662 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417359073968 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 1830.11 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313768 KiB

[startup+534.001 s]*
/proc/loadavg: 4.79 4.20 3.19 3/218 26775
/proc/meminfo: memFree=11534996/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10794416 memory=8313768 CPUtime=1830.51 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 579905 0 0 0 182353 698 0 0 20 0 17 0 39009212 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2698604 2078442 3218 1 0 2661057 0
[pid=26662/tid=26664] ppid=26659 vsize=10794416 memory=1398720917958146503 CPUtime=42.2 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) S 26659 26662 23392 0 -1 1077944384 21585 0 0 0 4199 21 0 0 20 0 17 0 39009212 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418139059232 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10794416 memory=2340 CPUtime=433.56 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 107796 0 0 0 43187 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10794416 memory=1576 CPUtime=432.35 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 83753 0 0 0 43066 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10794416 memory=928 CPUtime=433.03 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 113962 0 0 0 43142 161 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10794416 memory=6791534058613427641 CPUtime=433.16 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 133921 0 0 0 43152 164 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10794416 memory=912 CPUtime=51.56 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) R 26659 26662 23392 0 -1 4202560 99850 0 0 0 5151 5 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417371698368 140418119814975 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10794416 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417370645856 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10794416 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417369592576 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10794416 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10794416 memory=1408 CPUtime=1.82 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) S 26659 26662 23392 0 -1 1077944384 6387 0 0 0 181 1 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417367488384 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10794416 memory=3168 CPUtime=1.87 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) S 26659 26662 23392 0 -1 1077944384 5895 0 0 0 187 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417366435872 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10794416 memory=8313768 CPUtime=0.48 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) S 26659 26662 23392 0 -1 1077944384 4892 0 0 0 48 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417365383584 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10794416 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10794416 memory=3136 CPUtime=0.39 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 429 0 0 0 24 15 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26773] ppid=26659 vsize=10794416 memory=2265032 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26773/stat : 26773 (java) S 26659 26662 23392 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417360125488 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26774] ppid=26659 vsize=10794416 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26774/stat : 26774 (java) S 26659 26662 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417359073968 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 1830.51 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313768 KiB

[startup+534.401 s]
/proc/loadavg: 4.79 4.20 3.19 3/218 26775
/proc/meminfo: memFree=11534996/32770624 swapFree=67108860/67108860
[pid=26662] ppid=26659 vsize=10794416 memory=8313768 CPUtime=1830.91 cores=1,3,5,7
/proc/26662/stat : 26662 (java) S 26659 26662 23392 0 -1 1077944320 579920 0 0 0 182393 698 0 0 20 0 17 0 39009212 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140723944215008 140418134818551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
/proc/26662/statm: 2698604 2078442 3218 1 0 2661057 0
[pid=26662/tid=26664] ppid=26659 vsize=10794416 memory=13884 CPUtime=42.2 cores=1,3,5,7
/proc/26662/task/26664/stat : 26664 (java) S 26659 26662 23392 0 -1 1077944384 21585 0 0 0 4199 21 0 0 20 0 17 0 39009212 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418139059232 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26665] ppid=26659 vsize=10794416 memory=2436 CPUtime=433.56 cores=1,3,5,7
/proc/26662/task/26665/stat : 26665 (java) S 26659 26662 23392 0 -1 1077944384 107796 0 0 0 43187 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418060892560 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26666] ppid=26659 vsize=10794416 memory=3136 CPUtime=432.35 cores=1,3,5,7
/proc/26662/task/26666/stat : 26666 (java) S 26659 26662 23392 0 -1 1077944384 83753 0 0 0 43066 169 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418059839760 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26667] ppid=26659 vsize=10794416 memory=2265032 CPUtime=433.03 cores=1,3,5,7
/proc/26662/task/26667/stat : 26667 (java) S 26659 26662 23392 0 -1 1077944384 113962 0 0 0 43142 161 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418058787472 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26668] ppid=26659 vsize=10794416 memory=4096 CPUtime=433.16 cores=1,3,5,7
/proc/26662/task/26668/stat : 26668 (java) S 26659 26662 23392 0 -1 1077944384 133921 0 0 0 43152 164 0 0 20 0 17 0 39009213 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140418057734672 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26669] ppid=26659 vsize=10794416 memory=8313768 CPUtime=51.95 cores=1,3,5,7
/proc/26662/task/26669/stat : 26669 (java) R 26659 26662 23392 0 -1 4202560 99865 0 0 0 5190 5 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417371698368 140418119814952 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26670] ppid=26659 vsize=10794416 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26670/stat : 26670 (java) S 26659 26662 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417370645856 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26671] ppid=26659 vsize=10794416 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26671/stat : 26671 (java) S 26659 26662 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39009215 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417369592576 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26672] ppid=26659 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26672/stat : 26672 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417368541776 140418134837147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26673] ppid=26659 vsize=10794416 memory=1696 CPUtime=1.82 cores=1,3,5,7
/proc/26662/task/26673/stat : 26673 (java) S 26659 26662 23392 0 -1 1077944384 6387 0 0 0 181 1 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417367488384 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26674] ppid=26659 vsize=10794416 memory=1232 CPUtime=1.87 cores=1,3,5,7
/proc/26662/task/26674/stat : 26674 (java) S 26659 26662 23392 0 -1 1077944384 5895 0 0 0 187 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417366435872 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26675] ppid=26659 vsize=10794416 memory=1948 CPUtime=0.48 cores=1,3,5,7
/proc/26662/task/26675/stat : 26675 (java) S 26659 26662 23392 0 -1 1077944384 4892 0 0 0 48 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417365383584 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26676] ppid=26659 vsize=10794416 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26676/stat : 26676 (java) S 26659 26662 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417364330976 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26677] ppid=26659 vsize=10794416 memory=68 CPUtime=0.39 cores=1,3,5,7
/proc/26662/task/26677/stat : 26677 (java) S 26659 26662 23392 0 -1 1077944384 429 0 0 0 24 15 0 0 20 0 17 0 39009218 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417363278768 140418134829698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26773] ppid=26659 vsize=10794416 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26773/stat : 26773 (java) S 26659 26662 23392 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417360125488 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
[pid=26662/tid=26774] ppid=26659 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26662/task/26774/stat : 26774 (java) S 26659 26662 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39058877 11053481984 2078442 33554432000 4194304 4196468 140723944232464 140417359073968 140418134828757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18542592 140723944240241 140723944240393 140723944240393 140723944243151 0
Current children cumulated CPU time: 1830.91 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313768 KiB

Child status: 0
Real time (s): 534.524
CPU time (s): 1831.04
CPU user time (s): 1824.01
CPU system time (s): 7.02932
CPU usage (%): 342.556
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8313768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1824.01
system time used= 7.02932
maximum resident set size= 8314052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 580782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33478
involuntary context switches= 17870


# summary of solver processes directly reported to runsolver:
#   pid: 26662
#   total CPU time (s): 1831.04
#   total CPU user time (s): 1824.01
#   total CPU system time (s): 7.02932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.24206 second user time and 5.39076 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:07:40
IDJOB=4289901
IDBENCH=141242
IDSOLVER=2742
FILE ID=node136/4289901-1532214460
RUNJOBID= node136-1532209747-25928
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko56_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289901-1532214460/watcher-4289901-1532214460 -o /tmp/evaluation-result-4289901-1532214460/solver-4289901-1532214460 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289901-1532214460.xml

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

MD5SUM BENCH= 870d89fd5d4ada0d2442065415f88ba8
RANDOM SEED=399340932

node136.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.50
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.50
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.50
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.50
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:        17323656 kB
MemAvailable:   27155140 kB
Buffers:          224700 kB
Cached:          9815632 kB
SwapCached:            0 kB
Active:          5832160 kB
Inactive:        9039684 kB
Active(anon):    4834068 kB
Inactive(anon):    16920 kB
Active(file):     998092 kB
Inactive(file):  9022764 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2092 kB
Writeback:             0 kB
AnonPages:       5020272 kB
Mapped:            47172 kB
Shmem:             17036 kB
Slab:             265496 kB
SReclaimable:     239088 kB
SUnreclaim:        26408 kB
KernelStack:        3840 kB
PageTables:        15024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6011808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4859904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57112 MiB
End job on node136 at 2018-07-22 01:16:35