Trace number 4291863

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? 1766.94 474.122

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-01-opt_c18.xml
MD5SUM2ee48e6c5f3b799813662dbb853aaebc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":12},{"degree":3,"count":2},{"degree":4,"count":38},{"degree":5,"count":25},{"degree":6,"count":95},{"degree":7,"count":25},{"degree":8,"count":106},{"degree":9,"count":20},{"degree":10,"count":111},{"degree":11,"count":39},{"degree":12,"count":56},{"degree":13,"count":41},{"degree":14,"count":47},{"degree":15,"count":30},{"degree":16,"count":41},{"degree":17,"count":19},{"degree":18,"count":32},{"degree":19,"count":15},{"degree":20,"count":27},{"degree":21,"count":21},{"degree":22,"count":8},{"degree":23,"count":11},{"degree":24,"count":18},{"degree":25,"count":13},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":7},{"degree":31,"count":6},{"degree":32,"count":4},{"degree":33,"count":2},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":3},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints0
Number of intensional constraints5548
Distribution of constraint types[{"type":"intension","count":5548}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291863-1532262316/watcher-4291863-1532262316 -o /tmp/evaluation-result-4291863-1532262316/solver-4291863-1532262316 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291863-1532262316.xml 

running on 4 cores: 1,3,5,7

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

solver pid=2000, runsolver pid=1997

[startup+0.100081 s]*
/proc/loadavg: 1.92 1.97 1.91 6/215 2015
/proc/meminfo: memFree=18278052/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10659012 memory=30656 CPUtime=0.13 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 6732 0 0 0 11 2 0 0 20 0 15 0 43794834 10914828288 7664 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2664753 7664 2843 1 0 2627263 0
[pid=2000/tid=2002] ppid=1997 vsize=10659012 memory=-8412652160986683251 CPUtime=0.09 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) R 1997 2000 1669 0 -1 4202560 4574 0 0 0 8 1 0 0 20 0 15 0 43794834 10914828288 7664 33554432000 4194304 4196468 140735501136752 139969034558432 139969014388069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10659012 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968967036048 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10659012 memory=140680078026368 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968965983248 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968964930448 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) S 1997 2000 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968963877648 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10659012 memory=140680078026368 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43794836 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968521197936 139969030355586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43794837 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968520143904 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43794837 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968519091056 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794839 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) S 1997 2000 1669 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 43794839 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968516987760 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) S 1997 2000 1669 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 43794839 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968515934960 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10659012 memory=140680078026368 CPUtime=0.02 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) S 1997 2000 1669 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 43794839 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968514882160 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794840 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10659012 memory=140680078026368 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794840 10914828288 7664 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30656 KiB

[startup+0.210704 s]*
/proc/loadavg: 1.92 1.97 1.91 7/215 2015
/proc/meminfo: memFree=18181180/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10659012 memory=41080 CPUtime=0.33 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 7846 0 0 0 31 2 0 0 20 0 15 0 43794834 10914828288 10270 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2664753 10270 2981 1 0 2627263 0
[pid=2000/tid=2002] ppid=1997 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) R 1997 2000 1669 0 -1 4202560 5048 0 0 0 19 1 0 0 20 0 15 0 43794834 10914828288 10270 33554432000 4194304 4196468 140735501136752 139969034580720 139969014424926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10659012 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968967036048 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10659012 memory=3473595988639737504 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968965983248 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968964930448 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) S 1997 2000 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43794835 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968963877648 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43794836 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968521197936 139969030355586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43794837 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968520143904 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10659012 memory=140680078026368 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43794837 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968519091056 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794839 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) S 1997 2000 1669 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 43794839 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968516987760 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) S 1997 2000 1669 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 43794839 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968515934960 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) S 1997 2000 1669 0 -1 1077944384 669 0 0 0 7 0 0 0 20 0 15 0 43794839 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968514882160 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794840 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794840 10914828288 10270 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41080 KiB

[startup+0.310918 s]*
/proc/loadavg: 1.92 1.97 1.91 11/215 2015
/proc/meminfo: memFree=18087476/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10659088 memory=53492 CPUtime=0.59 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 10073 0 0 0 56 3 0 0 20 0 15 0 43794834 10914906112 13373 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2664772 13373 3058 1 0 2627263 0
[pid=2000/tid=2002] ppid=1997 vsize=10659088 memory=1399051139730258233 CPUtime=0.3 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) S 1997 2000 1669 0 -1 1077944384 5663 0 0 0 28 2 0 0 20 0 15 0 43794834 10914906112 13450 33554432000 4194304 4196468 140735501136752 139969034580832 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968967036048 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10659088 memory=140680078075168 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968965983248 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10659088 memory=281360054178128 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968964930448 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10659088 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) S 1997 2000 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968963877648 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10659088 memory=55780 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43794836 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968521197936 139969030355586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43794837 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968520143904 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10659088 memory=140680078086688 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43794837 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968519091056 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794839 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) R 1997 2000 1669 0 -1 4202560 1136 0 0 0 7 0 0 0 20 0 15 0 43794839 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968516968776 139969009998976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10659088 memory=140679976195727 CPUtime=0.08 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) R 1997 2000 1669 0 -1 4202560 858 0 0 0 8 0 0 0 20 0 15 0 43794839 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968515915976 139969011866332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10659088 memory=140679976172146 CPUtime=0.13 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) R 1997 2000 1669 0 -1 4202560 1069 0 0 0 13 0 0 0 20 0 15 0 43794839 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968514882160 139969014424926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10659088 memory=140679976174556 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794840 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10659088 memory=281359952391344 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794840 10914906112 13450 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53492 KiB

[startup+0.700775 s]
/proc/loadavg: 1.92 1.97 1.91 8/215 2015
/proc/meminfo: memFree=17835624/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10659088 memory=193348 CPUtime=1.89 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 13439 0 0 0 183 6 0 0 20 0 15 0 43794834 10914906112 48337 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2664772 48337 3122 1 0 2627263 0
[pid=2000/tid=2002] ppid=1997 vsize=10659088 memory=281359952358544 CPUtime=0.66 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) R 1997 2000 1669 0 -1 4202560 5983 0 0 0 62 4 0 0 20 0 15 0 43794834 10914906112 48337 33554432000 4194304 4196468 140735501136752 139969034580768 139969030356374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) S 1997 2000 1669 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968967036048 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) S 1997 2000 1669 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968965983248 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10659088 memory=662363397872623672 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968964930448 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) S 1997 2000 1669 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 43794835 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968963877648 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10659088 memory=-4695052241013923951 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 43794836 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968521197936 139969030355586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10659088 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43794837 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968520143904 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43794837 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968519091056 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794839 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10659088 memory=8384 CPUtime=0.43 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) R 1997 2000 1669 0 -1 4202560 2142 0 0 0 43 0 0 0 20 0 15 0 43794839 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968516979712 139969009600863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10659088 memory=1712 CPUtime=0.43 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) R 1997 2000 1669 0 -1 4202560 2108 0 0 0 43 0 0 0 20 0 15 0 43794839 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968515934960 139969030365786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10659088 memory=2241 CPUtime=0.32 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) S 1997 2000 1669 0 -1 1077944384 1707 0 0 0 32 0 0 0 20 0 15 0 43794839 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968514882160 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794840 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10659088 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43794840 10914906112 48337 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 193348 KiB

[startup+1.50096 s]
/proc/loadavg: 1.92 1.97 1.91 8/215 2015
/proc/meminfo: memFree=17381488/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10661136 memory=427356 CPUtime=4.42 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 15312 0 0 0 423 19 0 0 20 0 15 0 43794834 10917003264 106839 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2665284 106839 3149 1 0 2627775 0
[pid=2000/tid=2002] ppid=1997 vsize=10661136 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) R 1997 2000 1669 0 -1 4202560 6159 0 0 0 128 5 0 0 20 0 15 0 43794834 10917003264 106839 33554432000 4194304 4196468 140735501136752 139969034579800 139968644820440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10661136 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) S 1997 2000 1669 0 -1 1077944384 67 0 0 0 8 2 0 0 20 0 15 0 43794835 10917003264 106839 33554432000 4194304 4196468 140735501136752 139968967036048 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10661136 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) S 1997 2000 1669 0 -1 1077944384 69 0 0 0 8 3 0 0 20 0 15 0 43794835 10917003264 106839 33554432000 4194304 4196468 140735501136752 139968965983248 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10661136 memory=58 CPUtime=0.08 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) S 1997 2000 1669 0 -1 1077944384 50 0 0 0 6 2 0 0 20 0 15 0 43794835 10917003264 106839 33554432000 4194304 4196468 140735501136752 139968964930448 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10661136 memory=60 CPUtime=0.11 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) S 1997 2000 1669 0 -1 1077944384 70 0 0 0 8 3 0 0 20 0 15 0 43794835 10917003264 106839 33554432000 4194304 4196468 140735501136752 139968963877648 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10661136 memory=40 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 43794836 10917003264 106839 33554432000 4194304 4196468 140735501136752 139968521197936 139969030355586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0

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

/proc/loadavg: 4.91 4.18 3.01 6/217 2033
/proc/meminfo: memFree=9255288/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10661136 memory=8316080 CPUtime=1761.6 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 229214 0 0 0 175480 680 0 0 20 0 15 0 43794834 10917003264 2079020 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2665284 2079020 3185 1 0 2627775 0
[pid=2000/tid=2002] ppid=1997 vsize=10661136 memory=1399051139730258233 CPUtime=17.44 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) S 1997 2000 1669 0 -1 1077944384 14297 0 0 0 1734 10 0 0 20 0 15 0 43794834 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139969034583200 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10661136 memory=4126316290023845779 CPUtime=429.68 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) R 1997 2000 1669 0 -1 4202560 29899 0 0 0 42818 150 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968967036248 139969015044252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10661136 memory=1408 CPUtime=428.97 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) R 1997 2000 1669 0 -1 4202560 18235 0 0 0 42741 156 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968965983136 139969015044317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10661136 memory=3096 CPUtime=428.81 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) R 1997 2000 1669 0 -1 4202560 20515 0 0 0 42696 185 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968964930648 139969023448091 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10661136 memory=8316080 CPUtime=429.29 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) R 1997 2000 1669 0 -1 4202560 24484 0 0 0 42762 167 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968963877848 139969015340836 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10661136 memory=4108 CPUtime=21.35 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 97276 0 0 0 2130 5 0 0 20 0 15 0 43794836 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968521196480 139969030354645 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10661136 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 43794837 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968520143968 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10661136 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 43794837 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968519091072 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10661136 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10661136 memory=4124 CPUtime=2.27 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) S 1997 2000 1669 0 -1 1077944384 10339 0 0 0 227 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968516987760 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10661136 memory=2200 CPUtime=2.66 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) S 1997 2000 1669 0 -1 1077944384 8814 0 0 0 266 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968515934960 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10661136 memory=8148 CPUtime=0.61 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) S 1997 2000 1669 0 -1 1077944384 3212 0 0 0 60 1 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968514879360 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10661136 memory=848 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794840 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10661136 memory=1399051139730258233 CPUtime=0.41 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 747 0 0 0 23 18 0 0 20 0 15 0 43794840 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 1761.6 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8316080 KiB

[startup+472.801 s]
/proc/loadavg: 4.91 4.18 3.01 6/217 2033
/proc/meminfo: memFree=9255288/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10661136 memory=8316080 CPUtime=1764.74 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 229268 0 0 0 175794 680 0 0 20 0 15 0 43794834 10917003264 2079020 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2665284 2079020 3185 1 0 2627775 0
[pid=2000/tid=2002] ppid=1997 vsize=10661136 memory=3852 CPUtime=17.44 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) S 1997 2000 1669 0 -1 1077944384 14297 0 0 0 1734 10 0 0 20 0 15 0 43794834 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139969034583200 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10661136 memory=2660 CPUtime=430.47 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) R 1997 2000 1669 0 -1 4202560 29900 0 0 0 42897 150 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968967036248 139969011954158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10661136 memory=2664 CPUtime=429.76 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) R 1997 2000 1669 0 -1 4202560 18239 0 0 0 42820 156 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968965983136 139969015334103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10661136 memory=9848 CPUtime=429.59 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) R 1997 2000 1669 0 -1 4202560 20516 0 0 0 42774 185 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968964930648 139969015340849 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10661136 memory=4052 CPUtime=430.08 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) R 1997 2000 1669 0 -1 4202560 24531 0 0 0 42841 167 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968963877848 139969023447425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10661136 memory=18444 CPUtime=21.35 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 97276 0 0 0 2130 5 0 0 20 0 15 0 43794836 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968521196480 139969030354645 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10661136 memory=640 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 43794837 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968520143968 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10661136 memory=8316080 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 43794837 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968519091072 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10661136 memory=8316080 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10661136 memory=4028 CPUtime=2.27 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) S 1997 2000 1669 0 -1 1077944384 10340 0 0 0 227 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968516987520 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10661136 memory=14844 CPUtime=2.66 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) S 1997 2000 1669 0 -1 1077944384 8814 0 0 0 266 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968515935008 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10661136 memory=1296 CPUtime=0.61 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) S 1997 2000 1669 0 -1 1077944384 3212 0 0 0 60 1 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968514879360 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10661136 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794840 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10661136 memory=1728 CPUtime=0.41 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 747 0 0 0 23 18 0 0 20 0 15 0 43794840 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 1764.74 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8316080 KiB

[startup+473.601 s]
/proc/loadavg: 4.91 4.18 3.01 6/217 2033
/proc/meminfo: memFree=9255288/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10661136 memory=8316080 CPUtime=1766.57 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 229323 0 0 0 175977 680 0 0 20 0 15 0 43794834 10917003264 2079020 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2665284 2079020 3185 1 0 2627775 0
[pid=2000/tid=2002] ppid=1997 vsize=10661136 memory=8316080 CPUtime=17.44 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) S 1997 2000 1669 0 -1 1077944384 14297 0 0 0 1734 10 0 0 20 0 15 0 43794834 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139969034583200 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10661136 memory=8316076 CPUtime=430.82 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) S 1997 2000 1669 0 -1 1077944384 29913 0 0 0 42932 150 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968967036048 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10661136 memory=4028 CPUtime=430.11 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) S 1997 2000 1669 0 -1 1077944384 18250 0 0 0 42855 156 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968965983248 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10661136 memory=14844 CPUtime=429.92 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) S 1997 2000 1669 0 -1 1077944384 20527 0 0 0 42807 185 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968964930448 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10661136 memory=8316080 CPUtime=430.43 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) S 1997 2000 1669 0 -1 1077944384 24551 0 0 0 42876 167 0 0 20 0 15 0 43794835 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968963877648 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10661136 memory=14844 CPUtime=21.8 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) R 1997 2000 1669 0 -1 4202560 97276 0 0 0 2175 5 0 0 20 0 15 0 43794836 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968521196480 139969014802009 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10661136 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 43794837 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968520143968 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10661136 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 43794837 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968519091072 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10661136 memory=1228 CPUtime=2.27 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) S 1997 2000 1669 0 -1 1077944384 10340 0 0 0 227 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968516987520 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10661136 memory=15872 CPUtime=2.66 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) S 1997 2000 1669 0 -1 1077944384 8814 0 0 0 266 0 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968515935008 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10661136 memory=9848 CPUtime=0.61 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) S 1997 2000 1669 0 -1 1077944384 3212 0 0 0 60 1 0 0 20 0 15 0 43794839 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968514879360 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10661136 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43794840 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10661136 memory=8316076 CPUtime=0.41 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 747 0 0 0 23 18 0 0 20 0 15 0 43794840 10917003264 2079020 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 1766.57 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8316080 KiB

[startup+474.001 s]*
/proc/loadavg: 4.91 4.18 3.01 2/218 2035
/proc/meminfo: memFree=9254660/32770624 swapFree=67108860/67108860
[pid=2000] ppid=1997 vsize=10794416 memory=8316932 CPUtime=1766.89 cores=1,3,5,7
/proc/2000/stat : 2000 (java) S 1997 2000 1669 0 -1 1077944320 230619 0 0 0 176008 681 0 0 20 0 16 0 43794834 11053481984 2079233 33554432000 4194304 4196468 140735501136752 140735501119296 139969030344439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
/proc/2000/statm: 2698604 2079233 3229 1 0 2661057 0
[pid=2000/tid=2002] ppid=1997 vsize=10794416 memory=928 CPUtime=17.48 cores=1,3,5,7
/proc/2000/task/2002/stat : 2002 (java) S 1997 2000 1669 0 -1 1077944384 14736 0 0 0 1737 11 0 0 20 0 16 0 43794834 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139969034585120 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2003] ppid=1997 vsize=10794416 memory=1572 CPUtime=430.82 cores=1,3,5,7
/proc/2000/task/2003/stat : 2003 (java) S 1997 2000 1669 0 -1 1077944384 29913 0 0 0 42932 150 0 0 20 0 16 0 43794835 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968967036048 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2004] ppid=1997 vsize=10794416 memory=2244 CPUtime=430.11 cores=1,3,5,7
/proc/2000/task/2004/stat : 2004 (java) S 1997 2000 1669 0 -1 1077944384 18250 0 0 0 42855 156 0 0 20 0 16 0 43794835 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968965983248 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2005] ppid=1997 vsize=10794416 memory=4126316290023845779 CPUtime=429.92 cores=1,3,5,7
/proc/2000/task/2005/stat : 2005 (java) S 1997 2000 1669 0 -1 1077944384 20527 0 0 0 42807 185 0 0 20 0 16 0 43794835 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968964930448 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2006] ppid=1997 vsize=10794416 memory=2200 CPUtime=430.43 cores=1,3,5,7
/proc/2000/task/2006/stat : 2006 (java) S 1997 2000 1669 0 -1 1077944384 24551 0 0 0 42876 167 0 0 20 0 16 0 43794835 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968963877648 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2007] ppid=1997 vsize=10794416 memory=8148 CPUtime=22.05 cores=1,3,5,7
/proc/2000/task/2007/stat : 2007 (java) S 1997 2000 1669 0 -1 1077944384 97276 0 0 0 2200 5 0 0 20 0 16 0 43794836 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968521197936 139969030355586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2008] ppid=1997 vsize=10794416 memory=3472328279047820225 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2008/stat : 2008 (java) S 1997 2000 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 43794837 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968520143968 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2009] ppid=1997 vsize=10794416 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2009/stat : 2009 (java) S 1997 2000 1669 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 43794837 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968519091072 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2010] ppid=1997 vsize=10794416 memory=7598824234097836114 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2010/stat : 2010 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43794839 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968518039376 139969030363035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2011] ppid=1997 vsize=10794416 memory=14643 CPUtime=2.28 cores=1,3,5,7
/proc/2000/task/2011/stat : 2011 (java) S 1997 2000 1669 0 -1 1077944384 10398 0 0 0 228 0 0 0 20 0 16 0 43794839 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968516987760 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2012] ppid=1997 vsize=10794416 memory=4124 CPUtime=2.68 cores=1,3,5,7
/proc/2000/task/2012/stat : 2012 (java) S 1997 2000 1669 0 -1 1077944384 9294 0 0 0 268 0 0 0 20 0 16 0 43794839 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968515934960 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2013] ppid=1997 vsize=10794416 memory=2200 CPUtime=0.62 cores=1,3,5,7
/proc/2000/task/2013/stat : 2013 (java) S 1997 2000 1669 0 -1 1077944384 3481 0 0 0 61 1 0 0 20 0 16 0 43794839 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968514882160 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2014] ppid=1997 vsize=10794416 memory=8148 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2014/stat : 2014 (java) S 1997 2000 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43794840 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968513829600 139969030354645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2015] ppid=1997 vsize=10794416 memory=848 CPUtime=0.41 cores=1,3,5,7
/proc/2000/task/2015/stat : 2015 (java) S 1997 2000 1669 0 -1 1077944384 747 0 0 0 23 18 0 0 20 0 16 0 43794840 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968512776880 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
[pid=2000/tid=2034] ppid=1997 vsize=10794416 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2000/task/2034/stat : 2034 (java) S 1997 2000 1669 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 43842222 11053481984 2079233 33554432000 4194304 4196468 140735501136752 139968509625488 139969030355586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25501696 140735501141105 140735501141257 140735501141257 140735501144015 0
Current children cumulated CPU time: 1766.89 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8316932 KiB

[startup+474.11 s]*
/proc/loadavg: 4.91 4.18 3.01 3/204 2035
/proc/meminfo: memFree=16941276/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 474.122
CPU time (s): 1766.94
CPU user time (s): 1760.08
CPU system time (s): 6.85173
CPU usage (%): 372.676
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8316932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.08
system time used= 6.85173
maximum resident set size= 8317212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21136
involuntary context switches= 15444


# summary of solver processes directly reported to runsolver:
#   pid: 2000
#   total CPU time (s): 1766.94
#   total CPU user time (s): 1760.08
#   total CPU system time (s): 6.85173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.79639 second user time and 4.98159 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 14:25:16
IDJOB=4291863
IDBENCH=141190
IDSOLVER=2742
FILE ID=node151/4291863-1532262316
RUNJOBID= node151-1532259931-1701
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-01-opt_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291863-1532262316/watcher-4291863-1532262316 -o /tmp/evaluation-result-4291863-1532262316/solver-4291863-1532262316 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291863-1532262316.xml

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

MD5SUM BENCH= 2ee48e6c5f3b799813662dbb853aaebc
RANDOM SEED=1389074512

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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:        18395568 kB
MemAvailable:   29713636 kB
Buffers:          242888 kB
Cached:         11223728 kB
SwapCached:            0 kB
Active:          3213448 kB
Inactive:       10524452 kB
Active(anon):    2273516 kB
Inactive(anon):    16936 kB
Active(file):     939932 kB
Inactive(file): 10507516 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2516 kB
Writeback:             0 kB
AnonPages:       2190736 kB
Mapped:            47500 kB
Shmem:             17032 kB
Slab:             326336 kB
SReclaimable:     299080 kB
SUnreclaim:        27256 kB
KernelStack:        3792 kB
PageTables:         9444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3118652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2078720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 14:33:11