Trace number 4289860

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? 1563.29 431.831

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-01_c18.xml
MD5SUMb03d0b9ec095e61c141836330b15b8e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark5.48155
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size507
Distribution of domain sizes[{"size":1,"count":1},{"size":507,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":24},{"degree":5,"count":32},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289860-1532219684/watcher-4289860-1532219684 -o /tmp/evaluation-result-4289860-1532219684/solver-4289860-1532219684 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289860-1532219684.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=30265, runsolver pid=30262

[startup+0.103432 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 30280
/proc/meminfo: memFree=18865408/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10659012 memory=29960 CPUtime=0.13 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 6596 0 0 0 12 1 0 0 20 0 15 0 39531544 10914828288 7490 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2664753 7490 2815 1 0 2627263 0
[pid=30265/tid=30267] ppid=30262 vsize=10659012 memory=-8125511277465735034 CPUtime=0.1 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 26151 0 -1 4202560 4424 0 0 0 9 1 0 0 20 0 15 0 39531544 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621669723712 140621649849240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621272574992 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10659012 memory=140323684546176 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621271522448 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621270469392 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621269416848 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10659012 memory=140323684546176 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531547 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621158025456 140621665520258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39531547 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621156971680 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39531547 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621155918576 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) S 30262 30265 26151 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621153815280 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621152762736 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10659012 memory=140323684546176 CPUtime=0.02 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) S 30262 30265 26151 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 39531550 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621151709680 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10659012 memory=140323684546176 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 7490 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29960 KiB

[startup+0.210622 s]*
/proc/loadavg: 2.00 2.01 2.05 3/216 30280
/proc/meminfo: memFree=18857032/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10659012 memory=41960 CPUtime=0.33 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 8076 0 0 0 31 2 0 0 20 0 15 0 39531544 10914828288 10490 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2664753 10490 3003 1 0 2627263 0
[pid=30265/tid=30267] ppid=30262 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 26151 0 -1 4202560 4991 0 0 0 19 1 0 0 20 0 15 0 39531544 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621669740592 140621649552741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621272574992 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10659012 memory=140323684744875 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621271522448 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621270469392 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531545 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621269416848 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10659012 memory=140323684546176 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531547 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621158025456 140621665520258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39531547 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621156971680 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39531547 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621155918576 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) S 30262 30265 26151 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 15 0 39531550 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621153815280 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) S 30262 30265 26151 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 15 0 39531550 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621152762736 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10659012 memory=140323684546176 CPUtime=0.07 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) R 30262 30265 26151 0 -1 4202560 726 0 0 0 7 0 0 0 20 0 15 0 39531550 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621151709680 140621649589598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10659012 memory=140323684546176 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531550 10914828288 10490 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41960 KiB

[startup+0.310506 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 30280
/proc/meminfo: memFree=18849928/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10659088 memory=47316 CPUtime=0.53 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 8900 0 0 0 50 3 0 0 20 0 15 0 39531544 10914906112 11829 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2664772 11829 3035 1 0 2627263 0
[pid=30265/tid=30267] ppid=30262 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 26151 0 -1 4202560 5593 0 0 0 28 2 0 0 20 0 15 0 39531544 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621669745104 140621272611508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531545 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621272574992 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10659088 memory=140323684744872 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531545 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621271522448 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531545 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621270469392 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531545 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621269416848 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10659088 memory=140323684546176 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) S 30262 30265 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39531547 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621158025456 140621665520258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39531547 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621156971680 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39531547 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621155918576 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) S 30262 30265 26151 0 -1 1077944384 752 0 0 0 4 0 0 0 20 0 15 0 39531550 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621153815280 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) S 30262 30265 26151 0 -1 1077944384 374 0 0 0 4 0 0 0 20 0 15 0 39531550 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621152762736 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10659088 memory=140323684546176 CPUtime=0.12 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) R 30262 30265 26151 0 -1 4202560 813 0 0 0 12 0 0 0 20 0 15 0 39531550 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621151708864 140621665530458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10659088 memory=140323684546176 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531550 10914906112 11829 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47316 KiB

[startup+0.700706 s]
/proc/loadavg: 2.00 2.01 2.05 5/216 30280
/proc/meminfo: memFree=18789112/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10659088 memory=227252 CPUtime=1.62 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 11289 0 0 0 150 12 0 0 20 0 15 0 39531544 10914906112 56813 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2664772 56813 3115 1 0 2627263 0
[pid=30265/tid=30267] ppid=30262 vsize=10659088 memory=1836 CPUtime=0.61 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 26151 0 -1 4202560 5999 0 0 0 58 3 0 0 20 0 15 0 39531544 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621669742656 140621275643820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10659088 memory=12976 CPUtime=0.05 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) S 30262 30265 26151 0 -1 1077944384 40 0 0 0 4 1 0 0 20 0 15 0 39531545 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621272574992 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10659088 memory=792 CPUtime=0.05 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) S 30262 30265 26151 0 -1 1077944384 31 0 0 0 4 1 0 0 20 0 15 0 39531545 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621271522448 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10659088 memory=1952 CPUtime=0.04 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) S 30262 30265 26151 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 15 0 39531545 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621270469392 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10659088 memory=1232 CPUtime=0.04 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) S 30262 30265 26151 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 15 0 39531545 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621269416848 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10659088 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) S 30262 30265 26151 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39531547 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621158025456 140621665520258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10659088 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 39531547 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621156971680 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10659088 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39531547 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621155918576 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10659088 memory=6297835844906604903 CPUtime=0.25 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) R 30262 30265 26151 0 -1 4202560 1503 0 0 0 25 0 0 0 20 0 15 0 39531550 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621153815280 140621643103856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10659088 memory=7597685182856913236 CPUtime=0.26 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) R 30262 30265 26151 0 -1 4202560 1104 0 0 0 26 0 0 0 20 0 15 0 39531550 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621152749456 140621657746238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10659088 memory=6220433507312750672 CPUtime=0.23 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) S 30262 30265 26151 0 -1 1077944384 1136 0 0 0 23 0 0 0 20 0 15 0 39531550 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621151709680 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39531550 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39531550 10914906112 56813 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 227252 KiB

[startup+1.50119 s]
/proc/loadavg: 2.00 2.01 2.05 3/216 30280
/proc/meminfo: memFree=18562660/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10659088 memory=628836 CPUtime=3.48 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 12806 0 0 0 305 43 0 0 20 0 15 0 39531544 10914906112 157209 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2664772 157209 3130 1 0 2627263 0
[pid=30265/tid=30267] ppid=30262 vsize=10659088 memory=0 CPUtime=1.1 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) S 30262 30265 26151 0 -1 1077944384 6085 0 0 0 105 5 0 0 20 0 15 0 39531544 10914906112 157209 33554432000 4194304 4196468 140732966127152 140621669744352 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10659088 memory=-6951259422114956437 CPUtime=0.37 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) R 30262 30265 26151 0 -1 4202560 732 0 0 0 28 9 0 0 20 0 15 0 39531545 10914906112 157209 33554432000 4194304 4196468 140732966127152 140621272574376 140621650531232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10659088 memory=-6509546260019855295 CPUtime=0.37 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) R 30262 30265 26151 0 -1 4202560 218 0 0 0 28 9 0 0 20 0 15 0 39531545 10914906112 157209 33554432000 4194304 4196468 140732966127152 140621271522648 140621650531232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10659088 memory=-7390251449858225344 CPUtime=0.38 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) R 30262 30265 26151 0 -1 4202560 216 0 0 0 29 9 0 0 20 0 15 0 39531545 10914906112 157209 33554432000 4194304 4196468 140732966127152 140621270469592 140621650531232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10659088 memory=4134692831991786133 CPUtime=0.37 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) R 30262 30265 26151 0 -1 4202560 244 0 0 0 29 8 0 0 20 0 15 0 39531545 10914906112 157209 33554432000 4194304 4196468 140732966127152 140621269417048 140621650531232 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) S 30262 30265 26151 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39531547 10914906112 157209 33554432000 4194304 4196468 140732966127152 140621158023968 140621665519317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0

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

/proc/30265/task/30267/stat : 30267 (java) S 30262 30265 26151 0 -1 1077944384 17284 0 0 0 1513 8 0 0 20 0 16 0 39531544 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621669749792 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10794416 memory=8348696 CPUtime=375.14 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) R 30262 30265 26151 0 -1 4202560 91430 0 0 0 37283 231 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621272574800 140621658137319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10794416 memory=1408 CPUtime=377.47 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) R 30262 30265 26151 0 -1 4202560 100022 0 0 0 37539 208 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621271522568 140621658137319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10794416 memory=1296 CPUtime=376.05 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) R 30262 30265 26151 0 -1 4202560 36467 0 0 0 37391 214 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621270469200 140621658137319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10794416 memory=2400 CPUtime=376.78 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) R 30262 30265 26151 0 -1 4202560 196268 0 0 0 37457 221 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621269417048 140621650209755 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10794416 memory=1836 CPUtime=30.31 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) S 30262 30265 26151 0 -1 1077944384 71358 0 0 0 3028 3 0 0 20 0 16 0 39531547 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621158024000 140621665519317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10794416 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621156971744 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10794416 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621155918592 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10794416 memory=2400 CPUtime=0.76 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) S 30262 30265 26151 0 -1 1077944384 6328 0 0 0 75 1 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621153815328 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10794416 memory=1836 CPUtime=1.31 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) S 30262 30265 26151 0 -1 1077944384 9422 0 0 0 130 1 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621152753696 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10794416 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) S 30262 30265 26151 0 -1 1077944384 3407 0 0 0 39 1 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621151709440 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10794416 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10794416 memory=792 CPUtime=0.25 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 571 0 0 0 13 12 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30295] ppid=30262 vsize=10794416 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30295/stat : 30295 (java) S 30262 30265 26151 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 39571766 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621146452960 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 1553.76 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348700 KiB

[startup+430.401 s]
/proc/loadavg: 4.75 4.01 2.98 6/218 30297
/proc/meminfo: memFree=10510180/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10794416 memory=8348700 CPUtime=1559.95 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 534404 0 0 0 155099 896 0 0 20 0 16 0 39531544 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2698604 2087175 3220 1 0 2661057 0
[pid=30265/tid=30267] ppid=30262 vsize=10794416 memory=8348700 CPUtime=15.21 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) S 30262 30265 26151 0 -1 1077944384 17284 0 0 0 1513 8 0 0 20 0 16 0 39531544 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621669749792 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10794416 memory=4140 CPUtime=376.68 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) R 30262 30265 26151 0 -1 4202560 91430 0 0 0 37436 232 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621272575112 140621658137319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10794416 memory=13932 CPUtime=378.97 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) R 30262 30265 26151 0 -1 4202560 100022 0 0 0 37689 208 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621271522568 140621658137319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10794416 memory=1296 CPUtime=377.59 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) R 30262 30265 26151 0 -1 4202560 36467 0 0 0 37544 215 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621270469200 140621658137319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10794416 memory=6791534058613427641 CPUtime=378.38 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) R 30262 30265 26151 0 -1 4202560 196642 0 0 0 37617 221 0 0 20 0 16 0 39531545 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621269417048 140621647118899 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10794416 memory=2580 CPUtime=30.31 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) S 30262 30265 26151 0 -1 1077944384 71358 0 0 0 3028 3 0 0 20 0 16 0 39531547 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621158024000 140621665519317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10794416 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621156971744 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10794416 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621155918592 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10794416 memory=8348700 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10794416 memory=8348700 CPUtime=0.76 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) S 30262 30265 26151 0 -1 1077944384 6328 0 0 0 75 1 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621153815328 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10794416 memory=7288 CPUtime=1.31 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) S 30262 30265 26151 0 -1 1077944384 9422 0 0 0 130 1 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621152753696 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10794416 memory=840 CPUtime=0.4 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) S 30262 30265 26151 0 -1 1077944384 3407 0 0 0 39 1 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621151709440 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10794416 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10794416 memory=920 CPUtime=0.26 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 571 0 0 0 14 12 0 0 20 0 16 0 39531550 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30295] ppid=30262 vsize=10794416 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30295/stat : 30295 (java) S 30262 30265 26151 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 39571766 11053481984 2087175 33554432000 4194304 4196468 140732966127152 140621146452960 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 1559.95 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348700 KiB

[startup+431.201 s]
/proc/loadavg: 4.75 4.01 2.98 6/218 30297
/proc/meminfo: memFree=10510180/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10794416 memory=8348796 CPUtime=1562.66 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 536041 0 0 0 155369 897 0 0 20 0 16 0 39531544 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2698604 2087199 3220 1 0 2661057 0
[pid=30265/tid=30267] ppid=30262 vsize=10794416 memory=12976 CPUtime=15.21 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) S 30262 30265 26151 0 -1 1077944384 17284 0 0 0 1513 8 0 0 20 0 16 0 39531544 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621669749792 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10794416 memory=792 CPUtime=377.32 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) S 30262 30265 26151 0 -1 1077944384 91431 0 0 0 37500 232 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621272574992 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10794416 memory=1952 CPUtime=379.6 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) S 30262 30265 26151 0 -1 1077944384 100022 0 0 0 37752 208 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621271522448 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10794416 memory=1232 CPUtime=378.23 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) S 30262 30265 26151 0 -1 1077944384 36468 0 0 0 37608 215 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621270469392 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10794416 memory=8372 CPUtime=379.04 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) S 30262 30265 26151 0 -1 1077944384 196788 0 0 0 37683 221 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621269416848 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10794416 memory=-1 CPUtime=30.44 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) R 30262 30265 26151 0 -1 4202560 72847 0 0 0 3041 3 0 0 20 0 16 0 39531547 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621158023888 140621650505512 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10794416 memory=8414074075373934941 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621156971744 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10794416 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621155918592 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10794416 memory=6994781559841273980 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10794416 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) S 30262 30265 26151 0 -1 1077944384 6328 0 0 0 75 1 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621153815328 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10794416 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) S 30262 30265 26151 0 -1 1077944384 9422 0 0 0 130 1 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621152753696 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10794416 memory=1232 CPUtime=0.4 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) S 30262 30265 26151 0 -1 1077944384 3407 0 0 0 39 1 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621151709440 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10794416 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10794416 memory=1708 CPUtime=0.26 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 571 0 0 0 14 12 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30295] ppid=30262 vsize=10794416 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30295/stat : 30295 (java) S 30262 30265 26151 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 39571766 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621146452960 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 1562.66 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348796 KiB

[startup+431.601 s]
/proc/loadavg: 4.75 4.01 2.98 6/218 30297
/proc/meminfo: memFree=10510180/32770624 swapFree=67108860/67108860
[pid=30265] ppid=30262 vsize=10794416 memory=8348796 CPUtime=1563.06 cores=0,2,4,6
/proc/30265/stat : 30265 (java) S 30262 30265 26151 0 -1 1077944320 536068 0 0 0 155409 897 0 0 20 0 16 0 39531544 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140732966109696 140621665509111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
/proc/30265/statm: 2698604 2087199 3220 1 0 2661057 0
[pid=30265/tid=30267] ppid=30262 vsize=10794416 memory=1796 CPUtime=15.21 cores=0,2,4,6
/proc/30265/task/30267/stat : 30267 (java) S 30262 30265 26151 0 -1 1077944384 17284 0 0 0 1513 8 0 0 20 0 16 0 39531544 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621669749792 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30268] ppid=30262 vsize=10794416 memory=640 CPUtime=377.32 cores=0,2,4,6
/proc/30265/task/30268/stat : 30268 (java) S 30262 30265 26151 0 -1 1077944384 91431 0 0 0 37500 232 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621272574992 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30269] ppid=30262 vsize=10794416 memory=952 CPUtime=379.6 cores=0,2,4,6
/proc/30265/task/30269/stat : 30269 (java) S 30262 30265 26151 0 -1 1077944384 100022 0 0 0 37752 208 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621271522448 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30270] ppid=30262 vsize=10794416 memory=1236 CPUtime=378.23 cores=0,2,4,6
/proc/30265/task/30270/stat : 30270 (java) S 30262 30265 26151 0 -1 1077944384 36468 0 0 0 37608 215 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621270469392 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30271] ppid=30262 vsize=10794416 memory=2340 CPUtime=379.04 cores=0,2,4,6
/proc/30265/task/30271/stat : 30271 (java) S 30262 30265 26151 0 -1 1077944384 196788 0 0 0 37683 221 0 0 20 0 16 0 39531545 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621269416848 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30272] ppid=30262 vsize=10794416 memory=4140 CPUtime=30.84 cores=0,2,4,6
/proc/30265/task/30272/stat : 30272 (java) R 30262 30265 26151 0 -1 4202560 72874 0 0 0 3081 3 0 0 20 0 16 0 39531547 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621158023888 140621649966742 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30273] ppid=30262 vsize=10794416 memory=13932 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30273/stat : 30273 (java) S 30262 30265 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621156971744 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30274] ppid=30262 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30274/stat : 30274 (java) S 30262 30265 26151 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39531547 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621155918592 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30275] ppid=30262 vsize=10794416 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30275/stat : 30275 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621154867152 140621665527707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30276] ppid=30262 vsize=10794416 memory=1836 CPUtime=0.76 cores=0,2,4,6
/proc/30265/task/30276/stat : 30276 (java) S 30262 30265 26151 0 -1 1077944384 6328 0 0 0 75 1 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621153815328 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30277] ppid=30262 vsize=10794416 memory=12976 CPUtime=1.31 cores=0,2,4,6
/proc/30265/task/30277/stat : 30277 (java) S 30262 30265 26151 0 -1 1077944384 9422 0 0 0 130 1 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621152753696 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30278] ppid=30262 vsize=10794416 memory=792 CPUtime=0.4 cores=0,2,4,6
/proc/30265/task/30278/stat : 30278 (java) S 30262 30265 26151 0 -1 1077944384 3407 0 0 0 39 1 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621151709440 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30279] ppid=30262 vsize=10794416 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30279/stat : 30279 (java) S 30262 30265 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621150657376 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30280] ppid=30262 vsize=10794416 memory=1232 CPUtime=0.26 cores=0,2,4,6
/proc/30265/task/30280/stat : 30280 (java) S 30262 30265 26151 0 -1 1077944384 571 0 0 0 14 12 0 0 20 0 16 0 39531550 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621149604400 140621665520258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
[pid=30265/tid=30295] ppid=30262 vsize=10794416 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/30265/task/30295/stat : 30295 (java) S 30262 30265 26151 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 39571766 11053481984 2087199 33554432000 4194304 4196468 140732966127152 140621146452960 140621665519317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140732966130801 140732966130953 140732966130953 140732966133711 0
Current children cumulated CPU time: 1563.06 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348796 KiB

[startup+431.801 s]*
/proc/loadavg: 4.75 4.01 2.98 3/204 30297
/proc/meminfo: memFree=14926220/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 431.831
CPU time (s): 1563.29
CPU user time (s): 1554.26
CPU system time (s): 9.02519
CPU usage (%): 362.014
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8348796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1554.26
system time used= 9.02519
maximum resident set size= 8349008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32563
involuntary context switches= 18265


# summary of solver processes directly reported to runsolver:
#   pid: 30265
#   total CPU time (s): 1563.29
#   total CPU user time (s): 1554.26
#   total CPU system time (s): 9.02519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6296 second user time and 4.27765 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 02:34:44
IDJOB=4289860
IDBENCH=141468
IDSOLVER=2742
FILE ID=node107/4289860-1532219684
RUNJOBID= node107-1532208159-28446
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289860-1532219684/watcher-4289860-1532219684 -o /tmp/evaluation-result-4289860-1532219684/solver-4289860-1532219684 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289860-1532219684.xml

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

MD5SUM BENCH= b03d0b9ec095e61c141836330b15b8e7
RANDOM SEED=544443038

node107.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.40
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.40
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.40
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.40
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:        18885060 kB
MemAvailable:   30517276 kB
Buffers:          227852 kB
Cached:         11557176 kB
SwapCached:            0 kB
Active:          2854060 kB
Inactive:       10406608 kB
Active(anon):    1478152 kB
Inactive(anon):    16864 kB
Active(file):    1375908 kB
Inactive(file): 10389744 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2100 kB
Writeback:             0 kB
AnonPages:       1433188 kB
Mapped:            47072 kB
Shmem:             17036 kB
Slab:             321900 kB
SReclaimable:     295024 kB
SUnreclaim:        26876 kB
KernelStack:        3856 kB
PageTables:         7648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3181988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1177600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 02:41:56