Trace number 4289851

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? 1322.49 363.152

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-04_c18.xml
MD5SUM15f73e55c1796ea716b22977fcdd958b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark8.17308
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size610
Distribution of domain sizes[{"size":1,"count":1},{"size":610,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":35},{"degree":5,"count":40},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":183},{"arity":27,"count":1},{"arity":29,"count":1},{"arity":31,"count":1},{"arity":33,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1212.82/333.67	Jul 22, 2018 2:42:40 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1212.82/333.67	INFO: Runtime exception
1212.82/333.67	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1212.82/333.67		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
1212.82/333.67		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:892)
1212.82/333.67		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:541)
1212.82/333.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:218)
1212.82/333.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1212.82/333.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1212.82/333.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1212.82/333.67		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1212.82/333.67		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1212.82/333.67		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1212.82/333.67		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1212.82/333.67		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1212.82/333.67		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1212.82/333.67		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 16 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 20 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 21 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 25 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 26 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 30 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 31 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 35 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 36 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 40 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 41 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 45 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 46 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 50 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 51 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		... 55 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		... 56 more
1212.82/333.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1212.82/333.67		... 60 more
1212.82/333.67	Caused by: java.lang.reflect.InvocationTargetException
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1212.82/333.67		... 60 more
1212.82/333.67	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1212.82/333.67		at org.sat4j.core.Vec.ensure(Vec.java:176)
1212.82/333.67		at org.sat4j.core.Vec.push(Vec.java:183)
1212.82/333.67		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1212.82/333.67		at org.sat4j.minisat.constraints.cnf.BinaryClause.register(BinaryClause.java:242)
1212.82/333.67		at org.sat4j.minisat.constraints.cnf.OriginalBinaryClause.brandNewClause(OriginalBinaryClause.java:73)
1212.82/333.67		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:54)
1212.82/333.67		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1212.82/333.67		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1212.82/333.67		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1212.82/333.67		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1212.82/333.67		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1212.82/333.67		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:538)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:327)
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1212.82/333.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1212.82/333.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1212.82/333.67		at java.lang.reflect.Method.invoke(Method.java:498)
1212.82/333.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1212.82/333.67	
1285.02/353.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1285.02/353.08	c This is free software under the dual EPL/GNU LGPL licenses.
1285.02/353.08	c See www.sat4j.org for details.
1285.02/353.08	c That software uses the Rhino library from the Mozilla project.
1285.02/353.08	c version 2.3.6-SNAPSHOT
1285.02/353.08	c java.runtime.name	Java(TM) SE Runtime Environment
1285.02/353.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1285.02/353.08	c java.vm.version	25.131-b11
1285.02/353.08	c java.vm.vendor	Oracle Corporation
1285.02/353.08	c sun.arch.data.model	64
1285.02/353.08	c java.version		1.8.0_131
1285.02/353.08	c os.name		Linux
1285.02/353.08	c os.version		3.10.0-514.16.1.el7.x86_64
1285.02/353.08	c os.arch		amd64
1285.02/353.08	c Free memory 		499604488
1285.02/353.08	c Max memory 		7247757312
1285.02/353.08	c Total memory 		504889344
1285.02/353.08	c Number of processors 	4
1285.02/353.08	c c --- Begin Solver configuration ---
1285.02/353.08	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1285.02/353.08	c Learn all clauses as in MiniSAT
1285.02/353.08	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1285.02/353.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1285.02/353.08	c No reason simplification
1285.02/353.08	c Glucose 2.1 dynamic restart strategy
1285.02/353.08	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
1285.02/353.08	c timeout=2147483s
1285.02/353.08	c DB Simplification allowed=false
1285.02/353.08	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1285.02/353.08	c --- End Solver configuration ---
1322.44/363.11	c starts		: 0
1322.44/363.11	c conflicts		: 0
1322.44/363.11	c decisions		: 0
1322.44/363.11	c propagations		: 0
1322.44/363.11	c inspects		: 0
1322.44/363.11	c shortcuts		: 0
1322.44/363.11	c learnt literals	: 0
1322.44/363.11	c learnt binary clauses	: 0
1322.44/363.11	c learnt ternary clauses	: 0
1322.44/363.11	c learnt constraints	: 0
1322.44/363.11	c ignored constraints	: 0
1322.44/363.11	c root simplifications	: 0
1322.44/363.11	c removed literals (reason simplification)	: 0
1322.44/363.11	c reason swapping (by a shorter reason)	: 0
1322.44/363.11	c Calls to reduceDB	: 0
1322.44/363.11	c Number of update (reduction) of LBD	: 0
1322.44/363.11	c Imported unit clauses	: 0
1322.44/363.11	c number of reductions to clauses (during analyze)	: 0
1322.44/363.11	c number of learned constraints concerned by reduction	: 0
1322.44/363.11	c number of learning phase by resolution	: 0
1322.44/363.11	c number of learning phase by cutting planes	: 0
1322.44/363.11	c number of rounding to 1 operations	: 0
1322.44/363.11	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1322.44/363.11	c number of reductions of the coefficients by power 2 	: 0
1322.44/363.11	c number of right shift for reduction by power 2 	: 0
1322.44/363.11	c number of reductions of the coefficients by GCD over coefficients 	: 0
1322.44/363.11	c number of ending skipping 	: 0
1322.44/363.11	c number of internal skipping 	: 0
1322.44/363.11	c number of derivation steps 	: 0
1322.44/363.11	c number of skipped derivation steps 	: 0
1322.44/363.11	c number of remaining unassigned 	: 0
1322.44/363.11	c number of remaining assigned 	: 0
1322.44/363.11	c speed (assignments/second)	: 0.0
1322.44/363.11	c non guided choices	: 0
1322.44/363.11	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 (8823 MiB free)
  memory of node 1: 16384 MiB (11607 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=27790, runsolver pid=27787


[startup+0.100072 s]*
/proc/loadavg: 1.98 2.01 2.18 3/216 27805
/proc/meminfo: memFree=20905764/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10659012 memory=30700 CPUtime=0.13 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 6737 0 0 0 11 2 0 0 20 0 15 0 39547001 10914828288 7675 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2664753 7675 2846 1 0 2627263 0
[pid=27790/tid=27792] ppid=27787 vsize=10659012 memory=-8773748148830115196 CPUtime=0.09 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) R 27787 27790 23392 0 -1 4202560 4576 0 0 0 8 1 0 0 20 0 15 0 39547001 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716960778176 140716942769857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716893247888 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10659012 memory=140000331695744 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716892195088 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716891142800 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716890090000 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10659012 memory=140000331695744 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547003 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716448434800 140716956568194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39547004 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716447380768 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39547004 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716446328432 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27787 27790 23392 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716444223600 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) R 27787 27790 23392 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716443170800 140716956568194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10659012 memory=140000331695744 CPUtime=0.01 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) R 27787 27790 23392 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 39547007 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716442118512 140716956568982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10659012 memory=140000331695744 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 7675 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30700 KiB

[startup+0.210393 s]*
/proc/loadavg: 1.98 2.01 2.18 4/216 27805
/proc/meminfo: memFree=20894964/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10659012 memory=41904 CPUtime=0.33 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 8091 0 0 0 30 3 0 0 20 0 15 0 39547001 10914828288 10476 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2664753 10476 3005 1 0 2627263 0
[pid=27790/tid=27792] ppid=27787 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) R 27787 27790 23392 0 -1 4202560 5032 0 0 0 18 2 0 0 20 0 15 0 39547001 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716960785488 140716940600677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716893247888 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10659012 memory=4049501915926365856 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716892195088 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716891142800 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547002 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716890090000 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10659012 memory=140000331695744 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547003 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716448434800 140716956568194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39547004 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716447380768 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39547004 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716446328432 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27787 27790 23392 0 -1 1077944384 533 0 0 0 2 0 0 0 20 0 15 0 39547007 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716444223600 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27787 27790 23392 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 15 0 39547007 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716443170800 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10659012 memory=140000331695744 CPUtime=0.07 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) R 27787 27790 23392 0 -1 4202560 696 0 0 0 7 0 0 0 20 0 15 0 39547007 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716442118512 140716938965057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10659012 memory=140000331695744 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547007 10914828288 10476 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41904 KiB

[startup+0.311228 s]*
/proc/loadavg: 1.98 2.01 2.18 3/216 27805
/proc/meminfo: memFree=20887396/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10659088 memory=47252 CPUtime=0.53 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 8890 0 0 0 50 3 0 0 20 0 15 0 39547001 10914906112 11813 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2664772 11813 3043 1 0 2627263 0
[pid=27790/tid=27792] ppid=27787 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) S 27787 27790 23392 0 -1 1077944384 5636 0 0 0 28 2 0 0 20 0 15 0 39547001 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716960792848 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547002 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716893247888 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10659088 memory=3977444321888437920 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547002 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716892195088 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547002 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716891142800 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547002 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716890090000 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10659088 memory=140000331695744 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27787 27790 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39547003 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716448434800 140716956568194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39547004 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716447380768 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39547004 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716446328432 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) R 27787 27790 23392 0 -1 4202560 559 0 0 0 5 0 0 0 20 0 15 0 39547007 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716444213712 140716935949728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) R 27787 27790 23392 0 -1 1077944384 544 0 0 0 3 0 0 0 20 0 15 0 39547007 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716443170800 140716956568194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10659088 memory=140000331695744 CPUtime=0.12 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) R 27787 27790 23392 0 -1 4202560 782 0 0 0 12 0 0 0 20 0 15 0 39547007 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716442118512 140716956568982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10659088 memory=140000331695744 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547007 10914906112 11813 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47252 KiB

[startup+0.700685 s]
/proc/loadavg: 1.98 2.01 2.18 5/216 27805
/proc/meminfo: memFree=20788412/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10659088 memory=208604 CPUtime=1.55 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 11659 0 0 0 147 8 0 0 20 0 15 0 39547001 10914906112 52151 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2664772 52151 3113 1 0 2627263 0
[pid=27790/tid=27792] ppid=27787 vsize=10659088 memory=259387436335092 CPUtime=0.64 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) R 27787 27790 23392 0 -1 4202560 6044 0 0 0 59 5 0 0 20 0 15 0 39547001 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716960788200 140716570287113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10659088 memory=120106 CPUtime=0.02 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27787 27790 23392 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 15 0 39547002 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716893247888 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27787 27790 23392 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 39547002 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716892195088 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27787 27790 23392 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 39547002 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716891142800 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10659088 memory=7809523229951467574 CPUtime=0.01 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27787 27790 23392 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 39547002 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716890090000 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27787 27790 23392 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39547003 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716448434800 140716956568194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39547004 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716447380768 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 39547004 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716446328432 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10659088 memory=6656426216303648864 CPUtime=0.28 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) R 27787 27790 23392 0 -1 4202560 1485 0 0 0 28 0 0 0 20 0 15 0 39547007 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716444210336 140716934152104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) R 27787 27790 23392 0 -1 4202560 1514 0 0 0 27 0 0 0 20 0 15 0 39547007 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716443156896 140716938080556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10659088 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27787 27790 23392 0 -1 1077944384 1091 0 0 0 24 0 0 0 20 0 15 0 39547007 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716442118512 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39547007 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10659088 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39547007 10914906112 52151 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 208604 KiB

[startup+1.50169 s]
/proc/loadavg: 1.98 2.01 2.18 3/216 27805
/proc/meminfo: memFree=20633460/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10659088 memory=590752 CPUtime=3.64 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 13785 0 0 0 324 40 0 0 20 0 15 0 39547001 10914906112 147688 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2664772 147688 3135 1 0 2627263 0
[pid=27790/tid=27792] ppid=27787 vsize=10659088 memory=10755 CPUtime=1.04 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) S 27787 27790 23392 0 -1 1077944384 6129 0 0 0 98 6 0 0 20 0 15 0 39547001 10914906112 147688 33554432000 4194304 4196468 140733847200000 140716960792224 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10659088 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) R 27787 27790 23392 0 -1 4202560 474 0 0 0 34 8 0 0 20 0 15 0 39547002 10914906112 147688 33554432000 4194304 4196468 140733847200000 140716893247888 140716949185255 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10659088 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) R 27787 27790 23392 0 -1 4202560 735 0 0 0 33 7 0 0 20 0 15 0 39547002 10914906112 147688 33554432000 4194304 4196468 140733847200000 140716892195288 140716941254799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10659088 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) R 27787 27790 23392 0 -1 4202560 397 0 0 0 33 7 0 0 20 0 15 0 39547002 10914906112 147688 33554432000 4194304 4196468 140733847200000 140716891142800 140716949185255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10659088 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) R 27787 27790 23392 0 -1 4202560 313 0 0 0 33 8 0 0 20 0 15 0 39547002 10914906112 147688 33554432000 4194304 4196468 140733847200000 140716890090200 140716941254657 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27787 27790 23392 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 39547003 10914906112 147688 33554432000 4194304 4196468 140733847200000 140716448433120 140716956567253 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0

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

[pid=27790/tid=27793] ppid=27787 vsize=10794416 memory=1696 CPUtime=320.37 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) R 27787 27790 23392 0 -1 4202560 22524 0 0 0 31872 165 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716893247696 140716949185255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10794416 memory=1232 CPUtime=319.76 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) R 27787 27790 23392 0 -1 4202560 28370 0 0 0 31817 159 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716892194896 140716949185255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10794416 memory=1948 CPUtime=320.94 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) R 27787 27790 23392 0 -1 4202560 29365 0 0 0 31918 176 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716891142920 140716949185255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10794416 memory=8096312 CPUtime=320.26 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) R 27787 27790 23392 0 -1 4202560 28955 0 0 0 31871 155 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716890089888 140716938166830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10794416 memory=8744 CPUtime=22.75 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27787 27790 23392 0 -1 1077944384 64655 0 0 0 2272 3 0 0 20 0 17 0 39547003 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716448433344 140716956567253 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10794416 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716447380832 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10794416 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716446328448 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10794416 memory=6791534058613427641 CPUtime=1.02 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27787 27790 23392 0 -1 1077944384 7470 0 0 0 101 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716444223648 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10794416 memory=6791534058613427641 CPUtime=0.78 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27787 27790 23392 0 -1 1077944384 5244 0 0 0 77 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716443170560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10794416 memory=956 CPUtime=0.41 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27787 27790 23392 0 -1 1077944384 4044 0 0 0 40 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716442118560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10794416 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10794416 memory=2340 CPUtime=0.14 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 222 0 0 0 10 4 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27896] ppid=27787 vsize=10794416 memory=8096312 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27896/stat : 27896 (java) S 27787 27790 23392 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716436860784 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27897] ppid=27787 vsize=10794416 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27897/stat : 27897 (java) S 27787 27790 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716435810736 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 1321.47 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8096312 KiB

[startup+362.802 s]
/proc/loadavg: 8.08 5.86 3.81 6/218 27898
/proc/meminfo: memFree=5850008/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10794416 memory=8096312 CPUtime=1322.13 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 208693 0 0 0 131537 676 0 0 20 0 17 0 39547001 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2698604 2024078 3217 1 0 2661057 0
[pid=27790/tid=27792] ppid=27787 vsize=10794416 memory=288230613214036277 CPUtime=14.98 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) S 27787 27790 23392 0 -1 1077944384 16351 0 0 0 1487 11 0 0 20 0 17 0 39547001 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716960797728 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10794416 memory=15535236834396114 CPUtime=320.45 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27787 27790 23392 0 -1 1077944384 22524 0 0 0 31880 165 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716893247888 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10794416 memory=3036 CPUtime=319.85 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27787 27790 23392 0 -1 1077944384 28370 0 0 0 31826 159 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716892195088 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10794416 memory=8149484 CPUtime=321.03 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27787 27790 23392 0 -1 1077944384 29365 0 0 0 31927 176 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716891142800 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10794416 memory=1696 CPUtime=320.35 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27787 27790 23392 0 -1 1077944384 28987 0 0 0 31880 155 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716890090000 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10794416 memory=6791534058613427641 CPUtime=23.06 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) R 27787 27790 23392 0 -1 4202560 64655 0 0 0 2303 3 0 0 20 0 17 0 39547003 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716448433232 140716941014638 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716447380832 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10794416 memory=3184 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716446328448 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10794416 memory=8096312 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10794416 memory=1408 CPUtime=1.02 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27787 27790 23392 0 -1 1077944384 7470 0 0 0 101 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716444223648 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10794416 memory=3100 CPUtime=0.78 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27787 27790 23392 0 -1 1077944384 5244 0 0 0 77 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716443170560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10794416 memory=8149484 CPUtime=0.41 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27787 27790 23392 0 -1 1077944384 4044 0 0 0 40 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716442118560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10794416 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10794416 memory=8096312 CPUtime=0.14 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 222 0 0 0 10 4 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27896] ppid=27787 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27896/stat : 27896 (java) S 27787 27790 23392 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716436860784 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27897] ppid=27787 vsize=10794416 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27897/stat : 27897 (java) S 27787 27790 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716435810736 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 1322.13 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8096312 KiB

[startup+363.002 s]*
/proc/loadavg: 8.08 5.86 3.81 6/218 27898
/proc/meminfo: memFree=5850008/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10794416 memory=8096312 CPUtime=1322.34 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 208693 0 0 0 131558 676 0 0 20 0 17 0 39547001 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2698604 2024078 3217 1 0 2661057 0
[pid=27790/tid=27792] ppid=27787 vsize=10794416 memory=6791534058613427641 CPUtime=14.98 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) S 27787 27790 23392 0 -1 1077944384 16351 0 0 0 1487 11 0 0 20 0 17 0 39547001 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716960797728 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10794416 memory=4126316290023845779 CPUtime=320.45 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27787 27790 23392 0 -1 1077944384 22524 0 0 0 31880 165 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716893247888 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10794416 memory=912 CPUtime=319.85 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27787 27790 23392 0 -1 1077944384 28370 0 0 0 31826 159 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716892195088 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10794416 memory=3852 CPUtime=321.03 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27787 27790 23392 0 -1 1077944384 29365 0 0 0 31927 176 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716891142800 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10794416 memory=4427205132082312746 CPUtime=320.35 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27787 27790 23392 0 -1 1077944384 28987 0 0 0 31880 155 0 0 20 0 17 0 39547002 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716890090000 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10794416 memory=-8486080722631693414 CPUtime=23.27 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) R 27787 27790 23392 0 -1 4202560 64655 0 0 0 2324 3 0 0 20 0 17 0 39547003 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716448433232 140716941014678 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10794416 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716447380832 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10794416 memory=-7023579799431922829 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716446328448 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10794416 memory=3047711553219693942 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10794416 memory=4426639978525455914 CPUtime=1.02 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27787 27790 23392 0 -1 1077944384 7470 0 0 0 101 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716444223648 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10794416 memory=4572164749098055210 CPUtime=0.78 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27787 27790 23392 0 -1 1077944384 5244 0 0 0 77 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716443170560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10794416 memory=8328453600958622283 CPUtime=0.41 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27787 27790 23392 0 -1 1077944384 4044 0 0 0 40 1 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716442118560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10794416 memory=-8412652160765825907 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10794416 memory=7100839878645619564 CPUtime=0.14 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 222 0 0 0 10 4 0 0 20 0 17 0 39547007 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27896] ppid=27787 vsize=10794416 memory=-8634980985311628903 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27896/stat : 27896 (java) S 27787 27790 23392 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716436860784 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27897] ppid=27787 vsize=10794416 memory=7897517683652307531 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27897/stat : 27897 (java) S 27787 27790 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024078 33554432000 4194304 4196468 140733847200000 140716435810736 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 1322.34 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8096312 KiB

[startup+363.11 s]
/proc/loadavg: 8.08 5.86 3.81 6/218 27898
/proc/meminfo: memFree=5850008/32770624 swapFree=67108860/67108860
[pid=27790] ppid=27787 vsize=10794416 memory=8096316 CPUtime=1322.44 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27787 27790 23392 0 -1 1077944320 209050 0 0 0 131568 676 0 0 20 0 17 0 39547001 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140733847182544 140716956557047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
/proc/27790/statm: 2698604 2024079 3217 1 0 2661057 0
[pid=27790/tid=27792] ppid=27787 vsize=10794416 memory=4140 CPUtime=14.98 cores=0,2,4,6
/proc/27790/task/27792/stat : 27792 (java) S 27787 27790 23392 0 -1 1077944384 16351 0 0 0 1487 11 0 0 20 0 17 0 39547001 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716960797728 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27793] ppid=27787 vsize=10794416 memory=8096272 CPUtime=320.45 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27787 27790 23392 0 -1 1077944384 22524 0 0 0 31880 165 0 0 20 0 17 0 39547002 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716893247888 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27794] ppid=27787 vsize=10794416 memory=8096296 CPUtime=319.85 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27787 27790 23392 0 -1 1077944384 28370 0 0 0 31826 159 0 0 20 0 17 0 39547002 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716892195088 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27795] ppid=27787 vsize=10794416 memory=8095324 CPUtime=321.03 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27787 27790 23392 0 -1 1077944384 29365 0 0 0 31927 176 0 0 20 0 17 0 39547002 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716891142800 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27796] ppid=27787 vsize=10794416 memory=8096312 CPUtime=320.35 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27787 27790 23392 0 -1 1077944384 28987 0 0 0 31880 155 0 0 20 0 17 0 39547002 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716890090000 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27797] ppid=27787 vsize=10794416 memory=8096312 CPUtime=23.37 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) R 27787 27790 23392 0 -1 4202560 65012 0 0 0 2334 3 0 0 20 0 17 0 39547003 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716448433232 140716934927227 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27798] ppid=27787 vsize=10794416 memory=8096312 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27787 27790 23392 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716447380832 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27799] ppid=27787 vsize=10794416 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27787 27790 23392 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 39547004 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716446328448 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27800] ppid=27787 vsize=10794416 memory=8096312 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716445276752 140716956575643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27801] ppid=27787 vsize=10794416 memory=8096296 CPUtime=1.02 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27787 27790 23392 0 -1 1077944384 7470 0 0 0 101 1 0 0 20 0 17 0 39547007 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716444223648 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27802] ppid=27787 vsize=10794416 memory=8096312 CPUtime=0.78 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27787 27790 23392 0 -1 1077944384 5244 0 0 0 77 1 0 0 20 0 17 0 39547007 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716443170560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27803] ppid=27787 vsize=10794416 memory=6944656592455359580 CPUtime=0.41 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27787 27790 23392 0 -1 1077944384 4044 0 0 0 40 1 0 0 20 0 17 0 39547007 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716442118560 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27804] ppid=27787 vsize=10794416 memory=8096308 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27787 27790 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39547007 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716441065952 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27805] ppid=27787 vsize=10794416 memory=8096304 CPUtime=0.14 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27787 27790 23392 0 -1 1077944384 222 0 0 0 10 4 0 0 20 0 17 0 39547007 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716440013744 140716956568194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27896] ppid=27787 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27896/stat : 27896 (java) S 27787 27790 23392 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716436860784 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
[pid=27790/tid=27897] ppid=27787 vsize=10794416 memory=13968 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27897/stat : 27897 (java) S 27787 27790 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39580369 11053481984 2024079 33554432000 4194304 4196468 140733847200000 140716435810736 140716956567253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6930432 140733847204977 140733847205129 140733847205129 140733847207887 0
Current children cumulated CPU time: 1322.44 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8096316 KiB

Child status: 0
Real time (s): 363.152
CPU time (s): 1322.49
CPU user time (s): 1315.69
CPU system time (s): 6.80342
CPU usage (%): 364.171
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8097008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1315.69
system time used= 6.80342
maximum resident set size= 8097008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22019
involuntary context switches= 28793


# summary of solver processes directly reported to runsolver:
#   pid: 27790
#   total CPU time (s): 1322.49
#   total CPU user time (s): 1315.69
#   total CPU system time (s): 6.80342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.13217 second user time and 3.58338 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 02:37:18
IDJOB=4289851
IDBENCH=141476
IDSOLVER=2742
FILE ID=node136/4289851-1532219838
RUNJOBID= node136-1532209747-25927
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-04_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289851-1532219838/watcher-4289851-1532219838 -o /tmp/evaluation-result-4289851-1532219838/solver-4289851-1532219838 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289851-1532219838.xml

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

MD5SUM BENCH= 15f73e55c1796ea716b22977fcdd958b
RANDOM SEED=2100117534

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:        20922444 kB
MemAvailable:   30759672 kB
Buffers:          226568 kB
Cached:          9819212 kB
SwapCached:            0 kB
Active:          2237992 kB
Inactive:        9040860 kB
Active(anon):    1235624 kB
Inactive(anon):    16920 kB
Active(file):    1002368 kB
Inactive(file):  9023940 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:       1168500 kB
Mapped:            46716 kB
Shmem:             17036 kB
Slab:             266080 kB
SReclaimable:     239380 kB
SUnreclaim:        26700 kB
KernelStack:        3840 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2304236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1054720 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 02:43:22