Trace number 4291968

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? 1814.55 489.132

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-14-opt_c18.xml
MD5SUM06e1d56807384f8426568c6f8eb09a57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":4},{"size":24,"count":2},{"size":36,"count":426},{"size":42,"count":26},{"size":44,"count":458}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":8,"count":62},{"degree":9,"count":41},{"degree":10,"count":352},{"degree":11,"count":180},{"degree":12,"count":118},{"degree":13,"count":63},{"degree":14,"count":34},{"degree":15,"count":20},{"degree":16,"count":22},{"degree":17,"count":6},{"degree":19,"count":4},{"degree":21,"count":6},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":27,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4638}]
Number of extensional constraints0
Number of intensional constraints4638
Distribution of constraint types[{"type":"intension","count":4638}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

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

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

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

solver pid=2339, runsolver pid=2336

[startup+0.100065 s]*
/proc/loadavg: 4.54 3.35 2.67 3/216 2356
/proc/meminfo: memFree=17636836/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10659012 memory=31512 CPUtime=0.13 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 6432 0 0 0 11 2 0 0 20 0 15 0 44054397 10914828288 7878 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2664753 7878 2845 1 0 2627263 0
[pid=2339/tid=2341] ppid=2336 vsize=10659012 memory=-7390251449858225344 CPUtime=0.09 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2336 2339 1669 0 -1 4202560 4271 0 0 0 8 1 0 0 20 0 15 0 44054398 10914828288 7878 33554432000 4194304 4196468 140731332907632 139861472738880 139861468536214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10659012 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 7878 33554432000 4194304 4196468 140731332907632 139861394598672 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10659012 memory=140264526276224 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 7878 33554432000 4194304 4196468 140731332907632 139861393546128 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 7878 33554432000 4194304 4196468 140731332907632 139861392493584 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2336 2339 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 7878 33554432000 4194304 4196468 140731332907632 139861391441040 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10659012 memory=140264526276224 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44054400 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860959508464 139861468535426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44054400 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860958454688 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44054400 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860957402096 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2336 2339 1669 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860955298288 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2336 2339 1669 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860954245744 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10659012 memory=140264526276224 CPUtime=0.01 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) S 2336 2339 1669 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 44054403 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860953193200 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10659012 memory=140264526276224 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 7878 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31512 KiB

[startup+0.21052 s]*
/proc/loadavg: 4.54 3.35 2.67 4/216 2356
/proc/meminfo: memFree=17627408/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10659012 memory=41976 CPUtime=0.33 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 7610 0 0 0 30 3 0 0 20 0 15 0 44054397 10914828288 10494 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2664753 10494 3005 1 0 2627263 0
[pid=2339/tid=2341] ppid=2336 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2336 2339 1669 0 -1 4202560 4612 0 0 0 18 2 0 0 20 0 15 0 44054398 10914828288 10494 33554432000 4194304 4196468 140731332907632 139861472760544 139861450098435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 10494 33554432000 4194304 4196468 140731332907632 139861394598672 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10659012 memory=140264526454438 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 10494 33554432000 4194304 4196468 140731332907632 139861393546128 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 10494 33554432000 4194304 4196468 140731332907632 139861392493584 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2336 2339 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44054398 10914828288 10494 33554432000 4194304 4196468 140731332907632 139861391441040 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10659012 memory=140264526276224 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44054400 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860959508464 139861468535426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44054400 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860958454688 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44054400 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860957402096 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2336 2339 1669 0 -1 1077944384 482 0 0 0 2 0 0 0 20 0 15 0 44054403 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860955298288 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2336 2339 1669 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 44054403 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860954245744 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10659012 memory=140264526276224 CPUtime=0.07 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) R 2336 2339 1669 0 -1 4202560 656 0 0 0 7 0 0 0 20 0 15 0 44054403 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860953193200 139861447650891 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10659012 memory=140264526276224 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054403 10914828288 10494 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41976 KiB

[startup+0.311955 s]*
/proc/loadavg: 4.54 3.35 2.67 6/216 2356
/proc/meminfo: memFree=17616304/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10659088 memory=53072 CPUtime=0.59 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 9424 0 0 0 56 3 0 0 20 0 15 0 44054397 10914906112 13268 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2664772 13268 3068 1 0 2627263 0
[pid=2339/tid=2341] ppid=2336 vsize=10659088 memory=140264370963376 CPUtime=0.3 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2336 2339 1669 0 -1 4202560 5178 0 0 0 28 2 0 0 20 0 15 0 44054398 10914906112 13278 33554432000 4194304 4196468 140731332907632 139861472760672 139861452604766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 13278 33554432000 4194304 4196468 140731332907632 139861394598672 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10659088 memory=280528897251616 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 13278 33554432000 4194304 4196468 140731332907632 139861393546128 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10659088 memory=2110614978107300 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 13278 33554432000 4194304 4196468 140731332907632 139861392493584 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10659088 memory=140264370973119 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2336 2339 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 13278 33554432000 4194304 4196468 140731332907632 139861391441040 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10659088 memory=280528897249312 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 44054400 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860959508464 139861468535426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10659088 memory=140264370968503 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44054400 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860958454688 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10659088 memory=280528741955428 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44054400 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860957402096 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10659088 memory=280528741867272 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) R 2336 2339 1669 0 -1 4202560 1029 0 0 0 7 0 0 0 20 0 15 0 44054403 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860955279304 139861449224576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10659088 memory=67 CPUtime=0.07 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) R 2336 2339 1669 0 -1 4202560 863 0 0 0 7 0 0 0 20 0 15 0 44054403 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860954232288 139861453650123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10659088 memory=140264526276224 CPUtime=0.13 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) R 2336 2339 1669 0 -1 1077944384 1011 0 0 0 13 0 0 0 20 0 15 0 44054403 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860953193200 139861468535426 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10659088 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10659088 memory=140264526276224 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054403 10914906112 13278 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53072 KiB

[startup+0.700697 s]
/proc/loadavg: 4.54 3.35 2.67 5/216 2356
/proc/meminfo: memFree=17582188/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10659088 memory=199436 CPUtime=1.91 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 14438 0 0 0 183 8 0 0 20 0 15 0 44054397 10914906112 49859 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2664772 49859 3120 1 0 2627263 0
[pid=2339/tid=2341] ppid=2336 vsize=10659088 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2336 2339 1669 0 -1 4202560 5495 0 0 0 62 5 0 0 20 0 15 0 44054398 10914906112 49859 33554432000 4194304 4196468 140731332907632 139861472760792 139861067055704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) S 2336 2339 1669 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 49859 33554432000 4194304 4196468 140731332907632 139861394598672 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10659088 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2336 2339 1669 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 49859 33554432000 4194304 4196468 140731332907632 139861393546128 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10659088 memory=9872 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) S 2336 2339 1669 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 49859 33554432000 4194304 4196468 140731332907632 139861392493584 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10659088 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2336 2339 1669 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 44054398 10914906112 49859 33554432000 4194304 4196468 140731332907632 139861391441040 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44054400 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860959508464 139861468535426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44054400 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860958454688 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44054400 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860957402096 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10659088 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) R 2336 2339 1669 0 -1 4202560 2599 0 0 0 43 0 0 0 20 0 15 0 44054403 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860955283280 139861453443333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10659088 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) R 2336 2339 1669 0 -1 4202560 2785 0 0 0 43 0 0 0 20 0 15 0 44054403 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860954232560 139861452494138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) R 2336 2339 1669 0 -1 1077944384 2063 0 0 0 32 0 0 0 20 0 15 0 44054403 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860953193200 139861468535426 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44054403 10914906112 49859 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 199436 KiB

[startup+1.50115 s]
/proc/loadavg: 4.54 3.35 2.67 5/216 2356
/proc/meminfo: memFree=17448116/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10661136 memory=426288 CPUtime=4.34 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 15614 0 0 0 411 23 0 0 20 0 15 0 44054397 10917003264 106572 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2665284 106572 3136 1 0 2627775 0
[pid=2339/tid=2341] ppid=2336 vsize=10661136 memory=279604 CPUtime=1.34 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2336 2339 1669 0 -1 4202560 5668 0 0 0 128 6 0 0 20 0 15 0 44054398 10917003264 106572 33554432000 4194304 4196468 140731332907632 139861472759360 139861068456587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10661136 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) S 2336 2339 1669 0 -1 1077944384 61 0 0 0 7 3 0 0 20 0 15 0 44054398 10917003264 106572 33554432000 4194304 4196468 140731332907632 139861394598672 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10661136 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2336 2339 1669 0 -1 1077944384 68 0 0 0 8 3 0 0 20 0 15 0 44054398 10917003264 106572 33554432000 4194304 4196468 140731332907632 139861393546128 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10661136 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) S 2336 2339 1669 0 -1 1077944384 68 0 0 0 8 3 0 0 20 0 15 0 44054398 10917003264 106572 33554432000 4194304 4196468 140731332907632 139861392493584 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10661136 memory=1200 CPUtime=0.1 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2336 2339 1669 0 -1 1077944384 64 0 0 0 7 3 0 0 20 0 15 0 44054398 10917003264 106572 33554432000 4194304 4196468 140731332907632 139861391441040 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10661136 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 44054400 10917003264 106572 33554432000 4194304 4196468 140731332907632 139860959508464 139861468535426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0

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

/proc/loadavg: 7.52 5.62 3.93 9/215 2449
/proc/meminfo: memFree=3935260/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10661136 memory=8333036 CPUtime=1806.77 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 1174153 0 0 0 179859 818 0 0 20 0 15 0 44054397 10917003264 2083259 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2665284 2083259 3179 1 0 2627775 0
[pid=2339/tid=2341] ppid=2336 vsize=10661136 memory=1728 CPUtime=20.4 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) S 2336 2339 1669 0 -1 1077944384 16054 0 0 0 2024 16 0 0 20 0 15 0 44054398 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139861472763664 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10661136 memory=4705 CPUtime=441.15 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) R 2336 2339 1669 0 -1 4202560 370363 0 0 0 43924 191 0 0 20 0 15 0 44054398 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139861394598872 139861453475288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10661136 memory=0 CPUtime=438.67 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) R 2336 2339 1669 0 -1 4202560 164894 0 0 0 43673 194 0 0 20 0 15 0 44054398 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139861393545712 139861461152487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10661136 memory=8333032 CPUtime=439.3 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) R 2336 2339 1669 0 -1 4202560 265424 0 0 0 43725 205 0 0 20 0 15 0 44054398 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139861392493480 139861461152487 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10661136 memory=792 CPUtime=439.65 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) R 2336 2339 1669 0 -1 4202560 237544 0 0 0 43767 198 0 0 20 0 15 0 44054398 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139861391440624 139861461152487 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10661136 memory=1228 CPUtime=21.87 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 94832 0 0 0 2182 5 0 0 20 0 15 0 44054400 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860959506784 139861468534485 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10661136 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 44054400 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860958454752 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10661136 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 44054400 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860957402112 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10661136 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10661136 memory=640 CPUtime=2.47 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2336 2339 1669 0 -1 1077944384 11623 0 0 0 246 1 0 0 20 0 15 0 44054403 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860955298288 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10661136 memory=1792 CPUtime=2.25 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2336 2339 1669 0 -1 1077944384 7953 0 0 0 224 1 0 0 20 0 15 0 44054403 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860954245744 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10661136 memory=1240 CPUtime=0.6 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) S 2336 2339 1669 0 -1 1077944384 3405 0 0 0 59 1 0 0 20 0 15 0 44054403 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860953190848 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10661136 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10661136 memory=4612 CPUtime=0.32 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 674 0 0 0 20 12 0 0 20 0 15 0 44054403 10917003264 2083259 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 1806.77 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8333036 KiB

[startup+488.001 s]*
/proc/loadavg: 7.52 5.62 3.93 9/215 2449
/proc/meminfo: memFree=3935136/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10661136 memory=8333104 CPUtime=1813.15 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 1174906 0 0 0 180497 818 0 0 20 0 15 0 44054397 10917003264 2083276 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2665284 2083276 3179 1 0 2627775 0
[pid=2339/tid=2341] ppid=2336 vsize=10661136 memory=8112282956445269571 CPUtime=20.4 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) S 2336 2339 1669 0 -1 1077944384 16054 0 0 0 2024 16 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861472763664 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10661136 memory=4126316290023845779 CPUtime=442.75 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) R 2336 2339 1669 0 -1 4202560 370671 0 0 0 44084 191 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861394598872 139861461627931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10661136 memory=8112282956445269571 CPUtime=440.24 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) R 2336 2339 1669 0 -1 4202560 165154 0 0 0 43830 194 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861393546328 139861453520832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10661136 memory=4126316290023845779 CPUtime=440.9 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) R 2336 2339 1669 0 -1 4202560 265578 0 0 0 43885 205 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861392493472 139861461623951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10661136 memory=8333032 CPUtime=441.25 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) R 2336 2339 1669 0 -1 4202560 237562 0 0 0 43927 198 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861391441240 139861450134034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10661136 memory=1228 CPUtime=21.88 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 94845 0 0 0 2183 5 0 0 20 0 15 0 44054400 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860959507008 139861468534485 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10661136 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 44054400 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860958454752 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 44054400 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860957402112 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10661136 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10661136 memory=1296 CPUtime=2.47 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2336 2339 1669 0 -1 1077944384 11623 0 0 0 246 1 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860955298048 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10661136 memory=1296 CPUtime=2.25 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2336 2339 1669 0 -1 1077944384 7953 0 0 0 224 1 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860954245792 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10661136 memory=2428 CPUtime=0.6 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) S 2336 2339 1669 0 -1 1077944384 3405 0 0 0 59 1 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860953190848 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10661136 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10661136 memory=1004 CPUtime=0.32 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 674 0 0 0 20 12 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 1813.15 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8333104 KiB

[startup+488.801 s]
/proc/loadavg: 7.52 5.62 3.93 9/215 2449
/proc/meminfo: memFree=3935136/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10661136 memory=8333104 CPUtime=1814.39 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 1174906 0 0 0 180621 818 0 0 20 0 15 0 44054397 10917003264 2083276 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2665284 2083276 3179 1 0 2627775 0
[pid=2339/tid=2341] ppid=2336 vsize=10661136 memory=8333104 CPUtime=20.4 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) S 2336 2339 1669 0 -1 1077944384 16054 0 0 0 2024 16 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861472763664 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10661136 memory=1296 CPUtime=442.89 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) S 2336 2339 1669 0 -1 1077944384 370671 0 0 0 44098 191 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861394598672 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10661136 memory=8112282956445269571 CPUtime=440.39 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2336 2339 1669 0 -1 1077944384 165154 0 0 0 43845 194 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861393546128 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10661136 memory=1296 CPUtime=441.04 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) S 2336 2339 1669 0 -1 1077944384 265578 0 0 0 43899 205 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861392493584 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10661136 memory=2428 CPUtime=441.4 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2336 2339 1669 0 -1 1077944384 237562 0 0 0 43942 198 0 0 20 0 15 0 44054398 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139861391441040 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10661136 memory=1728 CPUtime=22.52 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) R 2336 2339 1669 0 -1 4202560 94845 0 0 0 2247 5 0 0 20 0 15 0 44054400 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860959507008 139861453520683 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10661136 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 44054400 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860958454752 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10661136 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 44054400 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860957402112 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10661136 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10661136 memory=792 CPUtime=2.47 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2336 2339 1669 0 -1 1077944384 11623 0 0 0 246 1 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860955298048 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10661136 memory=1228 CPUtime=2.25 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2336 2339 1669 0 -1 1077944384 7953 0 0 0 224 1 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860954245792 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10661136 memory=1944 CPUtime=0.6 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) S 2336 2339 1669 0 -1 1077944384 3405 0 0 0 59 1 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860953190848 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10661136 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10661136 memory=4612 CPUtime=0.32 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 674 0 0 0 20 12 0 0 20 0 15 0 44054403 10917003264 2083276 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 1814.39 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8333104 KiB

[startup+489.001 s]*
/proc/loadavg: 7.52 5.62 3.93 5/216 2451
/proc/meminfo: memFree=3934640/32770624 swapFree=67108860/67108860
[pid=2339] ppid=2336 vsize=10794416 memory=8334120 CPUtime=1814.49 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2336 2339 1669 0 -1 1077944320 1175713 0 0 0 180631 818 0 0 20 0 16 0 44054397 11053481984 2083530 33554432000 4194304 4196468 140731332907632 140731332890176 139861468524279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
/proc/2339/statm: 2698604 2083530 3223 1 0 2661057 0
[pid=2339/tid=2341] ppid=2336 vsize=10794416 memory=8112282956445269571 CPUtime=20.43 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) S 2336 2339 1669 0 -1 1077944384 16474 0 0 0 2027 16 0 0 20 0 16 0 44054398 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139861472764960 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2342] ppid=2336 vsize=10794416 memory=4126316290023845779 CPUtime=442.89 cores=0,2,4,6
/proc/2339/task/2342/stat : 2342 (java) S 2336 2339 1669 0 -1 1077944384 370671 0 0 0 44098 191 0 0 20 0 16 0 44054398 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139861394598672 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2344] ppid=2336 vsize=10794416 memory=15262553655740349 CPUtime=440.39 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2336 2339 1669 0 -1 1077944384 165154 0 0 0 43845 194 0 0 20 0 16 0 44054398 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139861393546128 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2345] ppid=2336 vsize=10794416 memory=3852 CPUtime=441.04 cores=0,2,4,6
/proc/2339/task/2345/stat : 2345 (java) S 2336 2339 1669 0 -1 1077944384 265578 0 0 0 43899 205 0 0 20 0 16 0 44054398 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139861392493584 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2346] ppid=2336 vsize=10794416 memory=8332964 CPUtime=441.4 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2336 2339 1669 0 -1 1077944384 237562 0 0 0 43942 198 0 0 20 0 16 0 44054398 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139861391441040 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2347] ppid=2336 vsize=10794416 memory=4126316290023845779 CPUtime=22.57 cores=0,2,4,6
/proc/2339/task/2347/stat : 2347 (java) S 2336 2339 1669 0 -1 1077944384 94878 0 0 0 2252 5 0 0 20 0 16 0 44054400 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860959508464 139861468535426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2348] ppid=2336 vsize=10794416 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2336 2339 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44054400 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860958454752 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2349] ppid=2336 vsize=10794416 memory=9872 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2349/stat : 2349 (java) S 2336 2339 1669 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44054400 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860957402112 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2350] ppid=2336 vsize=10794416 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44054403 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860956350672 139861468542875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2352] ppid=2336 vsize=10794416 memory=20169166426710 CPUtime=2.49 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2336 2339 1669 0 -1 1077944384 11782 0 0 0 247 2 0 0 20 0 16 0 44054403 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860955298288 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2353] ppid=2336 vsize=10794416 memory=4715433313220523562 CPUtime=2.25 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2336 2339 1669 0 -1 1077944384 7953 0 0 0 224 1 0 0 20 0 16 0 44054403 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860954245744 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2354] ppid=2336 vsize=10794416 memory=-6520471753822164382 CPUtime=0.61 cores=0,2,4,6
/proc/2339/task/2354/stat : 2354 (java) S 2336 2339 1669 0 -1 1077944384 3551 0 0 0 60 1 0 0 20 0 16 0 44054403 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860953193200 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2355] ppid=2336 vsize=10794416 memory=7451599678567245888 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2336 2339 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44054403 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860952140896 139861468534485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2356] ppid=2336 vsize=10794416 memory=7883949618678230629 CPUtime=0.32 cores=0,2,4,6
/proc/2339/task/2356/stat : 2356 (java) S 2336 2339 1669 0 -1 1077944384 674 0 0 0 20 12 0 0 20 0 16 0 44054403 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860951087408 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
[pid=2339/tid=2450] ppid=2336 vsize=10794416 memory=7380671270066611310 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2450/stat : 2450 (java) S 2336 2339 1669 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 44103285 11053481984 2083530 33554432000 4194304 4196468 140731332907632 139860947936272 139861468535426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7696384 140731332912241 140731332912393 140731332912393 140731332915151 0
Current children cumulated CPU time: 1814.49 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8334120 KiB

[startup+489.11 s]*
/proc/loadavg: 7.52 5.62 3.93 6/202 2451
/proc/meminfo: memFree=7970712/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): 489.132
CPU time (s): 1814.55
CPU user time (s): 1806.31
CPU system time (s): 8.24032
CPU usage (%): 370.974
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8334120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1806.31
system time used= 8.24032
maximum resident set size= 8334388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1175746
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24252
involuntary context switches= 22946


# summary of solver processes directly reported to runsolver:
#   pid: 2339
#   total CPU time (s): 1814.55
#   total CPU user time (s): 1806.31
#   total CPU system time (s): 8.24032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.9524 second user time and 4.83829 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 15:08:32
IDJOB=4291968
IDBENCH=141211
IDSOLVER=2742
FILE ID=node151/4291968-1532264912
RUNJOBID= node151-1532259931-1700
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

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

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

MD5SUM BENCH= 06e1d56807384f8426568c6f8eb09a57
RANDOM SEED=2065424203

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:        17654844 kB
MemAvailable:   28974736 kB
Buffers:          243812 kB
Cached:         11225288 kB
SwapCached:            0 kB
Active:          3957072 kB
Inactive:       10524940 kB
Active(anon):    3015756 kB
Inactive(anon):    16936 kB
Active(file):     941316 kB
Inactive(file): 10508004 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       2993728 kB
Mapped:            47476 kB
Shmem:             17032 kB
Slab:             326492 kB
SReclaimable:     299032 kB
SUnreclaim:        27460 kB
KernelStack:        3824 kB
PageTables:        10960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4560020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2500608 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= 55000 MiB
End job on node151 at 2018-07-22 15:16:41