Trace number 4291928

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? 1882.84 505.773

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-09-opt_c18.xml
MD5SUM2788969af340f57bdb68eae00f77e52f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":2},{"size":36,"count":408},{"size":42,"count":306},{"size":44,"count":188}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":10},{"degree":4,"count":22},{"degree":5,"count":38},{"degree":6,"count":81},{"degree":7,"count":93},{"degree":8,"count":105},{"degree":9,"count":86},{"degree":10,"count":68},{"degree":11,"count":42},{"degree":12,"count":24},{"degree":13,"count":14},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":10},{"degree":17,"count":3},{"degree":18,"count":32},{"degree":19,"count":53},{"degree":20,"count":77},{"degree":21,"count":81},{"degree":22,"count":42},{"degree":23,"count":14},{"degree":24,"count":9},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":38,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5246}]
Number of extensional constraints0
Number of intensional constraints5246
Distribution of constraint types[{"type":"intension","count":5246}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

1882.74/505.52	Jul 22, 2018 2:54:14 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1882.74/505.52	INFO: Runtime exception
1882.74/505.52	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeObj(TseitinBasedIntensionCtrEncoder.java:67)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildExprObjToMinimize(ObjBuilder.java:228)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildExprObjToMinimize(ObjBuilder.java:224)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:154)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:135)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:248)
1882.74/505.52		at org.sat4j.reader.XMLCSP3Reader.buildObjToMinimize(XMLCSP3Reader.java:531)
1882.74/505.52		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:584)
1882.74/505.52		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:553)
1882.74/505.52		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1882.74/505.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1882.74/505.52		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:553)
1882.74/505.52		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:346)
1882.74/505.52		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1882.74/505.52		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1882.74/505.52		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1882.74/505.52		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1882.74/505.52		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1882.74/505.52		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1882.74/505.52	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		... 19 more
1882.74/505.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.52		... 23 more
1882.74/505.52	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		... 24 more
1882.74/505.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.52		... 28 more
1882.74/505.52	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		... 29 more
1882.74/505.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.52	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeObj(TseitinBasedIntensionCtrEncoder.java:67)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildExprObjToMinimize(ObjBuilder.java:228)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildExprObjToMinimize(ObjBuilder.java:224)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:154)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:135)
1882.74/505.52		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:248)
1882.74/505.52		at org.sat4j.reader.XMLCSP3Reader.buildObjToMinimize(XMLCSP3Reader.java:531)
1882.74/505.52		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:584)
1882.74/505.52		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:553)
1882.74/505.52		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1882.74/505.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1882.74/505.52		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:553)
1882.74/505.52		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:346)
1882.74/505.52		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1882.74/505.52		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1882.74/505.52		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1882.74/505.52		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1882.74/505.52		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1882.74/505.52		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1882.74/505.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.52		... 38 more
1882.74/505.52	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.52		... 39 more
1882.74/505.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.52		... 43 more
1882.74/505.52	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.52		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 44 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 48 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 49 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 53 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 54 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 58 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 59 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 63 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 64 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 68 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 69 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 73 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeObj(TseitinBasedIntensionCtrEncoder.java:67)
1882.74/505.53		at org.sat4j.csp.constraints3.ObjBuilder.buildExprObjToMinimize(ObjBuilder.java:228)
1882.74/505.53		at org.sat4j.csp.constraints3.ObjBuilder.buildExprObjToMinimize(ObjBuilder.java:224)
1882.74/505.53		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:154)
1882.74/505.53		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:135)
1882.74/505.53		at org.sat4j.csp.constraints3.ObjBuilder.buildObjToMinimize(ObjBuilder.java:248)
1882.74/505.53		at org.sat4j.reader.XMLCSP3Reader.buildObjToMinimize(XMLCSP3Reader.java:531)
1882.74/505.53		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:584)
1882.74/505.53		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:553)
1882.74/505.53		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1882.74/505.53		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1882.74/505.53		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:553)
1882.74/505.53		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:346)
1882.74/505.53		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1882.74/505.53		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1882.74/505.53		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1882.74/505.53		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1882.74/505.53		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1882.74/505.53		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 79 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 83 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 84 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 88 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 89 more
1882.74/505.53	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		... 93 more
1882.74/505.53	Caused by: java.lang.reflect.InvocationTargetException
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		... 94 more
1882.74/505.53	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1882.74/505.53		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1882.74/505.53		at java.lang.reflect.Method.invoke(Method.java:498)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1882.74/505.53		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1882.74/505.53	
1882.78/505.73	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1882.78/505.73	c This is free software under the dual EPL/GNU LGPL licenses.
1882.78/505.73	c See www.sat4j.org for details.
1882.78/505.73	c That software uses the Rhino library from the Mozilla project.
1882.78/505.73	c version 2.3.6-SNAPSHOT
1882.78/505.73	c java.runtime.name	Java(TM) SE Runtime Environment
1882.78/505.73	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1882.78/505.73	c java.vm.version	25.131-b11
1882.78/505.73	c java.vm.vendor	Oracle Corporation
1882.78/505.73	c sun.arch.data.model	64
1882.78/505.73	c java.version		1.8.0_131
1882.78/505.73	c os.name		Linux
1882.78/505.73	c os.version		3.10.0-514.16.1.el7.x86_64
1882.78/505.73	c os.arch		amd64
1882.78/505.73	c Free memory 		499604488
1882.78/505.73	c Max memory 		7247757312
1882.78/505.73	c Total memory 		504889344
1882.78/505.73	c Number of processors 	4
1882.78/505.73	c c --- Begin Solver configuration ---
1882.78/505.73	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1882.78/505.73	c Learn all clauses as in MiniSAT
1882.78/505.73	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1882.78/505.73	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1882.78/505.73	c No reason simplification
1882.78/505.73	c Glucose 2.1 dynamic restart strategy
1882.78/505.73	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
1882.78/505.73	c timeout=2147483s
1882.78/505.73	c DB Simplification allowed=false
1882.78/505.73	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1882.78/505.73	c --- End Solver configuration ---
1882.78/505.73	c starts		: 0
1882.78/505.73	c conflicts		: 0
1882.78/505.73	c decisions		: 0
1882.78/505.73	c propagations		: 0
1882.78/505.73	c inspects		: 0
1882.78/505.73	c shortcuts		: 0
1882.78/505.73	c learnt literals	: 0
1882.78/505.73	c learnt binary clauses	: 0
1882.78/505.73	c learnt ternary clauses	: 0
1882.78/505.73	c learnt constraints	: 0
1882.78/505.73	c ignored constraints	: 0
1882.78/505.73	c root simplifications	: 0
1882.78/505.73	c removed literals (reason simplification)	: 0
1882.78/505.73	c reason swapping (by a shorter reason)	: 0
1882.78/505.73	c Calls to reduceDB	: 0
1882.78/505.73	c Number of update (reduction) of LBD	: 0
1882.78/505.73	c Imported unit clauses	: 0
1882.78/505.73	c number of reductions to clauses (during analyze)	: 0
1882.78/505.73	c number of learned constraints concerned by reduction	: 0
1882.78/505.73	c number of learning phase by resolution	: 0
1882.78/505.73	c number of learning phase by cutting planes	: 0
1882.78/505.73	c number of rounding to 1 operations	: 0
1882.78/505.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1882.78/505.73	c number of reductions of the coefficients by power 2 	: 0
1882.78/505.73	c number of right shift for reduction by power 2 	: 0
1882.78/505.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
1882.78/505.73	c number of ending skipping 	: 0
1882.78/505.73	c number of internal skipping 	: 0
1882.78/505.73	c number of derivation steps 	: 0
1882.78/505.73	c number of skipped derivation steps 	: 0
1882.78/505.73	c number of remaining unassigned 	: 0
1882.78/505.73	c number of remaining assigned 	: 0
1882.78/505.73	c speed (assignments/second)	: 0.0
1882.78/505.73	c non guided choices	: 0
1882.78/505.73	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 (7300 MiB free)
  memory of node 1: 16384 MiB (8465 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291928-1532263548/watcher-4291928-1532263548 -o /tmp/evaluation-result-4291928-1532263548/solver-4291928-1532263548 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291928-1532263548.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=4369, runsolver pid=4366


[startup+0.101559 s]*
/proc/loadavg: 2.00 2.02 1.95 2/216 4384
/proc/meminfo: memFree=16127644/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10659012 memory=30872 CPUtime=0.13 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 6787 0 0 0 11 2 0 0 20 0 15 0 43917687 10914828288 7718 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2664753 7718 2845 1 0 2627263 0
[pid=4369/tid=4371] ppid=4366 vsize=10659012 memory=-8536109622729995456 CPUtime=0.09 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) R 4366 4369 3751 0 -1 4202560 4622 0 0 0 8 1 0 0 20 0 15 0 43917687 10914828288 7718 33554432000 4194304 4196468 140734285144400 140029287270976 140029266240609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 7718 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10659012 memory=139860293723776 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 7718 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 7718 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10659012 memory=139860293723776 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917690 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028842801392 140029283060354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43917690 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028841747616 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) S 4366 4369 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43917690 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028840694512 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) S 4366 4369 3751 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028838591216 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) S 4366 4369 3751 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028837538672 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10659012 memory=139860293723776 CPUtime=0.02 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) S 4366 4369 3751 0 -1 1077944384 339 0 0 0 2 0 0 0 20 0 15 0 43917693 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028836485616 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10659012 memory=139860293723776 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 7718 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30872 KiB

[startup+0.210358 s]*
/proc/loadavg: 2.00 2.02 1.95 4/216 4384
/proc/meminfo: memFree=16118180/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10659012 memory=41876 CPUtime=0.33 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 8079 0 0 0 30 3 0 0 20 0 15 0 43917687 10914828288 10469 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2664753 10469 3007 1 0 2627263 0
[pid=4369/tid=4371] ppid=4366 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) R 4366 4369 3751 0 -1 4202560 5029 0 0 0 18 2 0 0 20 0 15 0 43917687 10914828288 10469 33554432000 4194304 4196468 140734285144400 140029287284480 140029267129694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 10469 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10659012 memory=139860293886866 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 10469 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 10469 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10659012 memory=139860293723776 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917690 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028842801392 140029283060354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43917690 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028841747616 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) S 4366 4369 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43917690 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028840694512 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) R 4366 4369 3751 0 -1 1077944384 502 0 0 0 2 0 0 0 20 0 15 0 43917693 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028838591216 140029283060354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) S 4366 4369 3751 0 -1 1077944384 473 0 0 0 2 0 0 0 20 0 15 0 43917693 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028837538672 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10659012 memory=139860293723776 CPUtime=0.07 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) R 4366 4369 3751 0 -1 4202560 708 0 0 0 7 0 0 0 20 0 15 0 43917693 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028836485616 140029261852527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10659012 memory=139860293723776 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43917693 10914828288 10469 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41876 KiB

[startup+0.320067 s]*
/proc/loadavg: 2.00 2.02 1.95 5/216 4384
/proc/meminfo: memFree=16105528/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10659088 memory=53024 CPUtime=0.62 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 10026 0 0 0 59 3 0 0 20 0 15 0 43917687 10914906112 13256 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2664772 13256 3072 1 0 2627263 0
[pid=4369/tid=4371] ppid=4366 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) R 4366 4369 3751 0 -1 4202560 5712 0 0 0 28 2 0 0 20 0 15 0 43917687 10914906112 13256 33554432000 4194304 4196468 140734285144400 140029287285600 140029283071133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 13256 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10659088 memory=139860293873889 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 13256 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 13256 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10659088 memory=139860293723776 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) S 4366 4369 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43917690 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028842801392 140029283060354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43917690 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028841747616 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) S 4366 4369 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43917690 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028840694512 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) S 4366 4369 3751 0 -1 1077944384 836 0 0 0 8 0 0 0 20 0 15 0 43917693 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028838591216 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10659088 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) R 4366 4369 3751 0 -1 4202560 1065 0 0 0 8 0 0 0 20 0 15 0 43917693 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028837525216 140029262301132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10659088 memory=139860293723776 CPUtime=0.13 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) R 4366 4369 3751 0 -1 1077944384 1046 0 0 0 13 0 0 0 20 0 15 0 43917693 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028836485616 140029283060354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10659088 memory=139860293723776 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43917693 10914906112 13256 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53024 KiB

[startup+0.706224 s]
/proc/loadavg: 2.00 2.02 1.95 5/216 4384
/proc/meminfo: memFree=16072032/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10659088 memory=197624 CPUtime=1.94 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 14534 0 0 0 187 7 0 0 20 0 15 0 43917687 10914906112 49406 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2664772 49406 3119 1 0 2627263 0
[pid=4369/tid=4371] ppid=4366 vsize=10659088 memory=18460 CPUtime=0.67 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) R 4366 4369 3751 0 -1 4202560 5986 0 0 0 63 4 0 0 20 0 15 0 43917687 10914906112 49406 33554432000 4194304 4196468 140734285144400 140029287284320 140028906581311 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10659088 memory=10072 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 49406 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 49406 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 49406 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 43917688 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) S 4366 4369 3751 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 43917690 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028842801392 140029283060354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43917690 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028841747616 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) R 4366 4369 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43917690 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028840694512 140029283059413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10659088 memory=6081105704601809001 CPUtime=0.43 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) R 4366 4369 3751 0 -1 1077944384 2482 0 0 0 43 0 0 0 20 0 15 0 43917693 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028838584240 140029283059413 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10659088 memory=5788647689011156329 CPUtime=0.44 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) R 4366 4369 3751 0 -1 4202560 2365 0 0 0 44 0 0 0 20 0 15 0 43917693 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028837518224 140029283061142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10659088 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) R 4366 4369 3751 0 -1 4202560 2197 0 0 0 33 0 0 0 20 0 15 0 43917693 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028836479696 140029275286334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43917693 10914906112 49406 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 197624 KiB

[startup+1.50111 s]
/proc/loadavg: 2.16 2.05 1.97 5/216 4384
/proc/meminfo: memFree=15941572/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10661136 memory=428968 CPUtime=4.42 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 16251 0 0 0 420 22 0 0 20 0 15 0 43917687 10917003264 107242 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2665284 107242 3148 1 0 2627775 0
[pid=4369/tid=4371] ppid=4366 vsize=10661136 memory=407416 CPUtime=1.35 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) R 4366 4369 3751 0 -1 4202560 6159 0 0 0 129 6 0 0 20 0 15 0 43917687 10917003264 107242 33554432000 4194304 4196468 140734285144400 140029287284496 140028907788913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10661136 memory=8112282956445269571 CPUtime=0.11 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 72 0 0 0 8 3 0 0 20 0 15 0 43917688 10917003264 107242 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10661136 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 59 0 0 0 8 3 0 0 20 0 15 0 43917688 10917003264 107242 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10661136 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 67 0 0 0 8 3 0 0 20 0 15 0 43917688 10917003264 107242 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10661136 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 68 0 0 0 9 3 0 0 20 0 15 0 43917688 10917003264 107242 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) S 4366 4369 3751 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 43917690 10917003264 107242 33554432000 4194304 4196468 140734285144400 140028842801392 140029283060354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0

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

[pid=4369/tid=4383] ppid=4366 vsize=10661136 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10661136 memory=2588 CPUtime=0.43 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 486 0 0 0 24 19 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 1878.97 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8328172 KiB

[startup+504.801 s]
/proc/loadavg: 4.87 4.47 3.20 7/216 4399
/proc/meminfo: memFree=7752488/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10661136 memory=8328172 CPUtime=1882.04 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 512378 0 0 0 187425 779 0 0 20 0 15 0 43917687 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2665284 2082043 3187 1 0 2627775 0
[pid=4369/tid=4371] ppid=4366 vsize=10661136 memory=1444 CPUtime=18.27 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) S 4366 4369 3751 0 -1 1077944384 17641 0 0 0 1812 15 0 0 20 0 15 0 43917687 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029287288688 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10661136 memory=5520 CPUtime=459.66 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 117933 0 0 0 45783 183 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10661136 memory=4616 CPUtime=458.32 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 89496 0 0 0 45636 196 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10661136 memory=8112282956445269571 CPUtime=457.65 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 71496 0 0 0 45575 190 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10661136 memory=1296 CPUtime=457.8 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 92578 0 0 0 45598 182 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10661136 memory=2408 CPUtime=23.72 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) R 4366 4369 3751 0 -1 4202560 99065 0 0 0 2368 4 0 0 20 0 15 0 43917690 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028842799936 140029268045716 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10661136 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 43917690 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028841747680 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10661136 memory=10080 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) S 4366 4369 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 43917690 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028840694528 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10661136 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10661136 memory=644 CPUtime=3.14 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) S 4366 4369 3751 0 -1 1077944384 10637 0 0 0 313 1 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028838591264 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10661136 memory=952 CPUtime=2.36 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) S 4366 4369 3751 0 -1 1077944384 7832 0 0 0 235 1 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028837538432 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10661136 memory=1236 CPUtime=0.62 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) S 4366 4369 3751 0 -1 1077944384 3828 0 0 0 60 2 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028836483264 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10661136 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10661136 memory=1576 CPUtime=0.43 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 486 0 0 0 24 19 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 1882.04 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8328172 KiB

[startup+505.201 s]
/proc/loadavg: 4.87 4.47 3.20 3/216 4399
/proc/meminfo: memFree=7752488/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10661136 memory=8328172 CPUtime=1882.44 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 512378 0 0 0 187465 779 0 0 20 0 15 0 43917687 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2665284 2082043 3187 1 0 2627775 0
[pid=4369/tid=4371] ppid=4366 vsize=10661136 memory=13567115315644826 CPUtime=18.27 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) S 4366 4369 3751 0 -1 1077944384 17641 0 0 0 1812 15 0 0 20 0 15 0 43917687 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029287288688 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10661136 memory=2408 CPUtime=459.66 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 117933 0 0 0 45783 183 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10661136 memory=1724 CPUtime=458.32 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 89496 0 0 0 45636 196 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10661136 memory=1004 CPUtime=457.65 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 71496 0 0 0 45575 190 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10661136 memory=1952 CPUtime=457.8 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 92578 0 0 0 45598 182 0 0 20 0 15 0 43917688 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10661136 memory=1704 CPUtime=24.12 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) R 4366 4369 3751 0 -1 4202560 99065 0 0 0 2408 4 0 0 20 0 15 0 43917690 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028842799824 140029268045588 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10661136 memory=792 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 43917690 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028841747680 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) S 4366 4369 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 43917690 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028840694528 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10661136 memory=8388 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10661136 memory=1444 CPUtime=3.14 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) S 4366 4369 3751 0 -1 1077944384 10637 0 0 0 313 1 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028838591264 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10661136 memory=5520 CPUtime=2.36 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) S 4366 4369 3751 0 -1 1077944384 7832 0 0 0 235 1 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028837538432 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10661136 memory=4616 CPUtime=0.62 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) S 4366 4369 3751 0 -1 1077944384 3828 0 0 0 60 2 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028836483264 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10661136 memory=928 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10661136 memory=2240 CPUtime=0.43 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 486 0 0 0 24 19 0 0 20 0 15 0 43917693 10917003264 2082043 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 1882.44 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8328172 KiB

[startup+505.601 s]
/proc/loadavg: 4.87 4.47 3.20 3/216 4399
/proc/meminfo: memFree=7752488/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10794416 memory=8329032 CPUtime=1882.78 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 513209 0 0 0 187499 779 0 0 20 0 16 0 43917687 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2698604 2082258 3231 1 0 2661057 0
[pid=4369/tid=4371] ppid=4366 vsize=10794416 memory=1444 CPUtime=18.3 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) S 4366 4369 3751 0 -1 1077944384 18056 0 0 0 1814 16 0 0 20 0 16 0 43917687 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029287289888 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10794416 memory=5520 CPUtime=459.66 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 117933 0 0 0 45783 183 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10794416 memory=8328172 CPUtime=458.32 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 89496 0 0 0 45636 196 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10794416 memory=792 CPUtime=457.65 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 71496 0 0 0 45575 190 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10794416 memory=8328172 CPUtime=457.8 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 92578 0 0 0 45598 182 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10794416 memory=8388 CPUtime=24.42 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) S 4366 4369 3751 0 -1 1077944384 99094 0 0 0 2438 4 0 0 20 0 16 0 43917690 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028842801392 140029283060354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10794416 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 43917690 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028841747680 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10794416 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) S 4366 4369 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 43917690 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028840694528 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10794416 memory=8328172 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10794416 memory=8328172 CPUtime=3.14 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) S 4366 4369 3751 0 -1 1077944384 10750 0 0 0 313 1 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028838591216 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10794416 memory=4616 CPUtime=2.37 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) S 4366 4369 3751 0 -1 1077944384 7903 0 0 0 236 1 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028837538672 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10794416 memory=14004 CPUtime=0.62 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) S 4366 4369 3751 0 -1 1077944384 3981 0 0 0 60 2 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028836485616 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10794416 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10794416 memory=15872 CPUtime=0.43 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 486 0 0 0 24 19 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 1882.78 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8329032 KiB

[startup+505.701 s]
/proc/loadavg: 4.87 4.47 3.20 3/216 4399
/proc/meminfo: memFree=7752488/32770624 swapFree=67108860/67108860
[pid=4369] ppid=4366 vsize=10794416 memory=8329032 CPUtime=1882.78 cores=0,2,4,6
/proc/4369/stat : 4369 (java) S 4366 4369 3751 0 -1 1077944320 513209 0 0 0 187499 779 0 0 20 0 16 0 43917687 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140734285126944 140029283049207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
/proc/4369/statm: 2698604 2082258 3231 1 0 2661057 0
[pid=4369/tid=4371] ppid=4366 vsize=10794416 memory=8328172 CPUtime=18.3 cores=0,2,4,6
/proc/4369/task/4371/stat : 4371 (java) S 4366 4369 3751 0 -1 1077944384 18056 0 0 0 1814 16 0 0 20 0 16 0 43917687 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029287289888 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4372] ppid=4366 vsize=10794416 memory=8328172 CPUtime=459.66 cores=0,2,4,6
/proc/4369/task/4372/stat : 4372 (java) S 4366 4369 3751 0 -1 1077944384 117933 0 0 0 45783 183 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029225053200 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4373] ppid=4366 vsize=10794416 memory=8328172 CPUtime=458.32 cores=0,2,4,6
/proc/4369/task/4373/stat : 4373 (java) S 4366 4369 3751 0 -1 1077944384 89496 0 0 0 45636 196 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029224000656 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4374] ppid=4366 vsize=10794416 memory=8328172 CPUtime=457.65 cores=0,2,4,6
/proc/4369/task/4374/stat : 4374 (java) S 4366 4369 3751 0 -1 1077944384 71496 0 0 0 45575 190 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140029222947600 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4375] ppid=4366 vsize=10794416 memory=8328172 CPUtime=457.8 cores=0,2,4,6
/proc/4369/task/4375/stat : 4375 (java) S 4366 4369 3751 0 -1 1077944384 92578 0 0 0 45598 182 0 0 20 0 16 0 43917688 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028886702992 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4376] ppid=4366 vsize=10794416 memory=8328196 CPUtime=24.42 cores=0,2,4,6
/proc/4369/task/4376/stat : 4376 (java) S 4366 4369 3751 0 -1 1077944384 99094 0 0 0 2438 4 0 0 20 0 16 0 43917690 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028842801392 140029283060354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4377] ppid=4366 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4377/stat : 4377 (java) S 4366 4369 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 43917690 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028841747680 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4378] ppid=4366 vsize=10794416 memory=8328172 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4378/stat : 4378 (java) S 4366 4369 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 43917690 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028840694528 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4379] ppid=4366 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4379/stat : 4379 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028839643088 140029283067803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4380] ppid=4366 vsize=10794416 memory=2408 CPUtime=3.14 cores=0,2,4,6
/proc/4369/task/4380/stat : 4380 (java) S 4366 4369 3751 0 -1 1077944384 10750 0 0 0 313 1 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028838591216 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4381] ppid=4366 vsize=10794416 memory=8328172 CPUtime=2.37 cores=0,2,4,6
/proc/4369/task/4381/stat : 4381 (java) S 4366 4369 3751 0 -1 1077944384 7903 0 0 0 236 1 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028837538672 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4382] ppid=4366 vsize=10794416 memory=8328172 CPUtime=0.62 cores=0,2,4,6
/proc/4369/task/4382/stat : 4382 (java) S 4366 4369 3751 0 -1 1077944384 3981 0 0 0 60 2 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028836485616 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4383] ppid=4366 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/4369/task/4383/stat : 4383 (java) S 4366 4369 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028835433312 140029283059413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
[pid=4369/tid=4384] ppid=4366 vsize=10794416 memory=14872 CPUtime=0.43 cores=0,2,4,6
/proc/4369/task/4384/stat : 4384 (java) S 4366 4369 3751 0 -1 1077944384 486 0 0 0 24 19 0 0 20 0 16 0 43917693 11053481984 2082258 33554432000 4194304 4196468 140734285144400 140028834380336 140029283060354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8024064 140734285149297 140734285149449 140734285149449 140734285152207 0
Current children cumulated CPU time: 1882.78 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8329032 KiB

Child status: 0
Real time (s): 505.773
CPU time (s): 1882.84
CPU user time (s): 1875
CPU system time (s): 7.83709
CPU usage (%): 372.269
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8329032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1875
system time used= 7.83709
maximum resident set size= 8329272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23334
involuntary context switches= 16979


# summary of solver processes directly reported to runsolver:
#   pid: 4369
#   total CPU time (s): 1882.84
#   total CPU user time (s): 1875
#   total CPU system time (s): 7.83709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.9331 second user time and 4.98737 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 14:45:48
IDJOB=4291928
IDBENCH=141203
IDSOLVER=2742
FILE ID=node106/4291928-1532263548
RUNJOBID= node106-1532261164-3782
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-09-opt_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291928-1532263548/watcher-4291928-1532263548 -o /tmp/evaluation-result-4291928-1532263548/solver-4291928-1532263548 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291928-1532263548.xml

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

MD5SUM BENCH= 2788969af340f57bdb68eae00f77e52f
RANDOM SEED=2086409907

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        16145320 kB
MemAvailable:   29861640 kB
Buffers:          243140 kB
Cached:         13563556 kB
SwapCached:            0 kB
Active:          3337896 kB
Inactive:       12598124 kB
Active(anon):    2132056 kB
Inactive(anon):    17096 kB
Active(file):    1205840 kB
Inactive(file): 12581028 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2304 kB
Writeback:             0 kB
AnonPages:       2136092 kB
Mapped:            47576 kB
Shmem:             17036 kB
Slab:             385028 kB
SReclaimable:     357912 kB
SUnreclaim:        27116 kB
KernelStack:        3584 kB
PageTables:         9084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3215584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2013184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53024 MiB
End job on node106 at 2018-07-22 14:54:14