Trace number 4291948

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? 756.812 224.75

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-02-opt_c18.xml
MD5SUMf46e6f53d96372a3a8925b0c81d3424e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2245
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":56},{"size":22,"count":4},{"size":36,"count":66},{"size":42,"count":116},{"size":44,"count":158}]
Minimum variable degree4
Maximum variable degree32
Distribution of variable degrees[{"degree":4,"count":2},{"degree":6,"count":12},{"degree":7,"count":21},{"degree":8,"count":38},{"degree":9,"count":42},{"degree":10,"count":44},{"degree":11,"count":45},{"degree":12,"count":27},{"degree":13,"count":16},{"degree":14,"count":27},{"degree":15,"count":21},{"degree":16,"count":44},{"degree":17,"count":30},{"degree":18,"count":17},{"degree":19,"count":7},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":32,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2245}]
Number of extensional constraints0
Number of intensional constraints2245
Distribution of constraint types[{"type":"intension","count":2245}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7300 MiB free)
  memory of node 1: 16384 MiB (9373 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100263 s]*
/proc/loadavg: 5.08 4.63 3.64 2/216 4646
/proc/meminfo: memFree=17057256/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10659012 memory=30088 CPUtime=0.13 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 6605 0 0 0 11 2 0 0 20 0 15 0 44004212 10914828288 7522 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2664753 7522 2842 1 0 2627263 0
[pid=4631/tid=4633] ppid=4628 vsize=10659012 memory=-8823785845021308096 CPUtime=0.09 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) R 4628 4631 3751 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 44004212 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578824842208 140578820649562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10659012 memory=140294638122624 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10659012 memory=140294638122624 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) S 4628 4631 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44004214 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578396187120 140578820639362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44004215 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578395133344 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44004215 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578394080752 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) S 4628 4631 3751 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 44004217 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578391975920 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) S 4628 4631 3751 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 44004217 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578390923376 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10659012 memory=140294638122624 CPUtime=0.02 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) R 4628 4631 3751 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 44004217 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578389870832 140578820649562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10659012 memory=140294638122624 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004218 10914828288 7522 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210482 s]*
/proc/loadavg: 5.08 4.63 3.64 4/216 4646
/proc/meminfo: memFree=17046764/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10659012 memory=41820 CPUtime=0.33 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 8117 0 0 0 31 2 0 0 20 0 15 0 44004212 10914828288 10455 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2664753 10455 3003 1 0 2627263 0
[pid=4631/tid=4633] ppid=4628 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) R 4628 4631 3751 0 -1 4202560 5017 0 0 0 19 1 0 0 20 0 15 0 44004212 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578824864496 140578820650141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10659012 memory=140294638146207 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10659012 memory=140294638122624 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) S 4628 4631 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44004214 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578396187120 140578820639362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44004215 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578395133344 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44004215 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578394080752 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) S 4628 4631 3751 0 -1 1077944384 638 0 0 0 2 0 0 0 20 0 15 0 44004217 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578391975920 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) S 4628 4631 3751 0 -1 1077944384 377 0 0 0 2 0 0 0 20 0 15 0 44004217 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578390923376 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10659012 memory=140294638122624 CPUtime=0.07 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) S 4628 4631 3751 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 15 0 44004217 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578389870832 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10659012 memory=140294638122624 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004218 10914828288 10455 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41820 KiB

[startup+0.310423 s]*
/proc/loadavg: 5.08 4.63 3.64 6/216 4646
/proc/meminfo: memFree=17035688/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10659088 memory=51440 CPUtime=0.56 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 9450 0 0 0 54 2 0 0 20 0 15 0 44004212 10914906112 12860 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2664772 12860 3060 1 0 2627263 0
[pid=4631/tid=4633] ppid=4628 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) R 4628 4631 3751 0 -1 4202560 5577 0 0 0 28 1 0 0 20 0 15 0 44004212 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578824864144 140578457261316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10659088 memory=140294638206713 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10659088 memory=140294638122624 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) S 4628 4631 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44004214 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578396187120 140578820639362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44004215 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578395133344 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44004215 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578394080752 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) R 4628 4631 3751 0 -1 4202560 803 0 0 0 5 0 0 0 20 0 15 0 44004217 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578391975920 140578801328512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10659088 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) R 4628 4631 3751 0 -1 4202560 857 0 0 0 7 0 0 0 20 0 15 0 44004217 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578390916008 140578804531305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10659088 memory=140294638122624 CPUtime=0.12 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) R 4628 4631 3751 0 -1 1077944384 878 0 0 0 12 0 0 0 20 0 15 0 44004217 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578389870832 140578820639362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10659088 memory=140294638122624 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004218 10914906112 12926 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 51440 KiB

[startup+0.700656 s]
/proc/loadavg: 5.08 4.63 3.64 6/216 4646
/proc/meminfo: memFree=17010900/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10659088 memory=154292 CPUtime=1.86 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 12693 0 0 0 181 5 0 0 20 0 15 0 44004212 10914906112 38573 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2664772 38573 3106 1 0 2627263 0
[pid=4631/tid=4633] ppid=4628 vsize=10659088 memory=18460 CPUtime=0.67 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) R 4628 4631 3751 0 -1 4202560 5904 0 0 0 64 3 0 0 20 0 15 0 44004212 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578824859936 140578461006514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10659088 memory=10084 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004213 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) S 4628 4631 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44004214 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578396187120 140578820639362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44004215 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578395133344 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44004215 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578394080752 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10659088 memory=6081105704601809001 CPUtime=0.38 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) R 4628 4631 3751 0 -1 4202560 1755 0 0 0 38 0 0 0 20 0 15 0 44004217 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578391965392 140578805736383 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10659088 memory=5860705283049084265 CPUtime=0.4 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) R 4628 4631 3751 0 -1 4202560 1787 0 0 0 40 0 0 0 20 0 15 0 44004217 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578390910272 140578801329859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) S 4628 4631 3751 0 -1 1077944384 1876 0 0 0 37 0 0 0 20 0 15 0 44004217 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578389870832 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44004218 10914906112 38573 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 154292 KiB

[startup+1.50076 s]
/proc/loadavg: 5.31 4.69 3.67 5/216 4646
/proc/meminfo: memFree=16613636/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10661136 memory=315140 CPUtime=4.45 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 15670 0 0 0 429 16 0 0 20 0 15 0 44004212 10917003264 78785 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2665284 78785 3135 1 0 2627775 0
[pid=4631/tid=4633] ppid=4628 vsize=10661136 memory=300728 CPUtime=1.34 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) R 4628 4631 3751 0 -1 4202560 5931 0 0 0 130 4 0 0 20 0 15 0 44004212 10917003264 78785 33554432000 4194304 4196468 140732814065984 140578824863280 140578820640150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10661136 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 54 0 0 0 6 1 0 0 20 0 15 0 44004213 10917003264 78785 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10661136 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 133 0 0 0 8 2 0 0 20 0 15 0 44004213 10917003264 78785 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10661136 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 133 0 0 0 7 2 0 0 20 0 15 0 44004213 10917003264 78785 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10661136 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 146 0 0 0 9 2 0 0 20 0 15 0 44004213 10917003264 78785 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) S 4628 4631 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44004214 10917003264 78785 33554432000 4194304 4196468 140732814065984 140578396187120 140578820639362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0

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


[startup+222.401 s]
/proc/loadavg: 7.69 5.85 4.31 9/216 4671
/proc/meminfo: memFree=1746756/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10661136 memory=8331428 CPUtime=750.77 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 559444 0 0 0 74280 797 0 0 20 0 15 0 44004212 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2665284 2082857 3173 1 0 2627775 0
[pid=4631/tid=4633] ppid=4628 vsize=10661136 memory=8331416 CPUtime=18.04 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) S 4628 4631 3751 0 -1 1077944384 16284 0 0 0 1786 18 0 0 20 0 15 0 44004212 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578824867584 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10661136 memory=8112282956445269571 CPUtime=175.23 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) R 4628 4631 3751 0 -1 4202560 124622 0 0 0 17333 190 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578777180632 140578802237830 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10661136 memory=1236 CPUtime=175.26 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) R 4628 4631 3751 0 -1 4202560 136194 0 0 0 17335 191 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578426640672 140578805624619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10661136 memory=2340 CPUtime=176.21 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) R 4628 4631 3751 0 -1 4202560 123702 0 0 0 17431 190 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578425588440 140578805624724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10661136 memory=2408 CPUtime=175.23 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) R 4628 4631 3751 0 -1 4202560 90512 0 0 0 17326 197 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578424535896 140578802238003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10661136 memory=1724 CPUtime=26.3 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) S 4628 4631 3751 0 -1 1077944384 52430 0 0 0 2627 3 0 0 20 0 15 0 44004214 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578396185664 140578820638421 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10661136 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 44004215 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578395133408 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10661136 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 44004215 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578394080768 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10661136 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10661136 memory=14004 CPUtime=1.88 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) S 4628 4631 3751 0 -1 1077944384 4570 0 0 0 188 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578391975920 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10661136 memory=1204 CPUtime=1.87 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) S 4628 4631 3751 0 -1 1077944384 5252 0 0 0 187 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578390923376 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10661136 memory=15872 CPUtime=0.54 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) S 4628 4631 3751 0 -1 1077944384 3300 0 0 0 54 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578389870832 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10661136 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10661136 memory=18460 CPUtime=0.08 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1163 0 0 0 6 2 0 0 20 0 15 0 44004218 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 750.77 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8331428 KiB

[startup+224.001 s]*
/proc/loadavg: 7.69 5.85 4.31 6/216 4671
/proc/meminfo: memFree=1746756/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10661136 memory=8331428 CPUtime=756.24 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 559547 0 0 0 74827 797 0 0 20 0 15 0 44004212 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2665284 2082857 3173 1 0 2627775 0
[pid=4631/tid=4633] ppid=4628 vsize=10661136 memory=8112282956445269571 CPUtime=18.04 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) S 4628 4631 3751 0 -1 1077944384 16284 0 0 0 1786 18 0 0 20 0 15 0 44004212 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578824867584 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10661136 memory=4126316290023845779 CPUtime=176.51 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 124644 0 0 0 17461 190 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10661136 memory=2240 CPUtime=176.56 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 136226 0 0 0 17465 191 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10661136 memory=4124 CPUtime=177.5 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 123722 0 0 0 17560 190 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10661136 memory=2200 CPUtime=176.53 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 90540 0 0 0 17456 197 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10661136 memory=7284 CPUtime=26.61 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) R 4628 4631 3751 0 -1 4202560 52430 0 0 0 2658 3 0 0 20 0 15 0 44004214 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578396185664 140578805085785 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10661136 memory=840 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 44004215 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578395133408 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10661136 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 44004215 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578394080768 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10661136 memory=916 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10661136 memory=8112282956445269571 CPUtime=1.88 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) S 4628 4631 3751 0 -1 1077944384 4570 0 0 0 188 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578391975968 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10661136 memory=8112282956445269571 CPUtime=1.87 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) S 4628 4631 3751 0 -1 1077944384 5253 0 0 0 187 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578390923136 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10661136 memory=4126316290023845779 CPUtime=0.54 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) S 4628 4631 3751 0 -1 1077944384 3300 0 0 0 54 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578389870880 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10661136 memory=3124 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10661136 memory=8331416 CPUtime=0.08 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1163 0 0 0 6 2 0 0 20 0 15 0 44004218 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 756.24 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8331428 KiB

[startup+224.401 s]
/proc/loadavg: 7.69 5.85 4.31 6/216 4671
/proc/meminfo: memFree=1746756/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10661136 memory=8331428 CPUtime=756.63 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 559623 0 0 0 74866 797 0 0 20 0 15 0 44004212 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2665284 2082857 3173 1 0 2627775 0
[pid=4631/tid=4633] ppid=4628 vsize=10661136 memory=8388 CPUtime=18.04 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) S 4628 4631 3751 0 -1 1077944384 16284 0 0 0 1786 18 0 0 20 0 15 0 44004212 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578824867584 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10661136 memory=1444 CPUtime=176.51 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 124644 0 0 0 17461 190 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10661136 memory=5520 CPUtime=176.56 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 136226 0 0 0 17465 191 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10661136 memory=4616 CPUtime=177.5 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 123722 0 0 0 17560 190 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10661136 memory=14004 CPUtime=176.53 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 90540 0 0 0 17456 197 0 0 20 0 15 0 44004213 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10661136 memory=1204 CPUtime=27.01 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) R 4628 4631 3751 0 -1 4202560 52506 0 0 0 2698 3 0 0 20 0 15 0 44004214 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578396185664 140578805624560 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10661136 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 44004215 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578395133408 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10661136 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 44004215 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578394080768 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10661136 memory=18460 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10661136 memory=10096 CPUtime=1.88 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) S 4628 4631 3751 0 -1 1077944384 4570 0 0 0 188 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578391975968 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10661136 memory=1788 CPUtime=1.87 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) S 4628 4631 3751 0 -1 1077944384 5253 0 0 0 187 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578390923136 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10661136 memory=644 CPUtime=0.54 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) S 4628 4631 3751 0 -1 1077944384 3300 0 0 0 54 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578389870880 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10661136 memory=952 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44004217 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10661136 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1163 0 0 0 6 2 0 0 20 0 15 0 44004218 10917003264 2082857 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 756.63 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8331428 KiB

[startup+224.601 s]
/proc/loadavg: 7.69 5.85 4.31 6/216 4671
/proc/meminfo: memFree=1746756/32770624 swapFree=67108860/67108860
[pid=4631] ppid=4628 vsize=10794416 memory=8332316 CPUtime=756.75 cores=0,2,4,6
/proc/4631/stat : 4631 (java) S 4628 4631 3751 0 -1 1077944320 560692 0 0 0 74878 797 0 0 20 0 16 0 44004212 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140732814048528 140578820628215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
/proc/4631/statm: 2698604 2083079 3218 1 0 2661057 0
[pid=4631/tid=4633] ppid=4628 vsize=10794416 memory=5520 CPUtime=18.08 cores=0,2,4,6
/proc/4631/task/4633/stat : 4633 (java) S 4628 4631 3751 0 -1 1077944384 16704 0 0 0 1789 19 0 0 20 0 16 0 44004212 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578824868896 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4634] ppid=4628 vsize=10794416 memory=4616 CPUtime=176.51 cores=0,2,4,6
/proc/4631/task/4634/stat : 4634 (java) S 4628 4631 3751 0 -1 1077944384 124644 0 0 0 17461 190 0 0 20 0 16 0 44004213 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578777180432 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4635] ppid=4628 vsize=10794416 memory=14004 CPUtime=176.56 cores=0,2,4,6
/proc/4631/task/4635/stat : 4635 (java) S 4628 4631 3751 0 -1 1077944384 136226 0 0 0 17465 191 0 0 20 0 16 0 44004213 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578426640784 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4636] ppid=4628 vsize=10794416 memory=1204 CPUtime=177.5 cores=0,2,4,6
/proc/4631/task/4636/stat : 4636 (java) S 4628 4631 3751 0 -1 1077944384 123722 0 0 0 17560 190 0 0 20 0 16 0 44004213 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578425588240 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4637] ppid=4628 vsize=10794416 memory=15872 CPUtime=176.53 cores=0,2,4,6
/proc/4631/task/4637/stat : 4637 (java) S 4628 4631 3751 0 -1 1077944384 90540 0 0 0 17456 197 0 0 20 0 16 0 44004213 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578424535696 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4638] ppid=4628 vsize=10794416 memory=4008 CPUtime=27.07 cores=0,2,4,6
/proc/4631/task/4638/stat : 4638 (java) S 4628 4631 3751 0 -1 1077944384 52506 0 0 0 2704 3 0 0 20 0 16 0 44004214 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578396187120 140578820639362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4639] ppid=4628 vsize=10794416 memory=18460 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4639/stat : 4639 (java) S 4628 4631 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44004215 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578395133408 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4640] ppid=4628 vsize=10794416 memory=31076 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4640/stat : 4640 (java) S 4628 4631 3751 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 44004215 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578394080768 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4641] ppid=4628 vsize=10794416 memory=8331428 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4641/stat : 4641 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44004217 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578393029328 140578820646811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4642] ppid=4628 vsize=10794416 memory=4616 CPUtime=1.88 cores=0,2,4,6
/proc/4631/task/4642/stat : 4642 (java) S 4628 4631 3751 0 -1 1077944384 4672 0 0 0 188 0 0 0 20 0 16 0 44004217 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578391975920 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4643] ppid=4628 vsize=10794416 memory=14004 CPUtime=1.88 cores=0,2,4,6
/proc/4631/task/4643/stat : 4643 (java) S 4628 4631 3751 0 -1 1077944384 5351 0 0 0 188 0 0 0 20 0 16 0 44004217 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578390923376 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4644] ppid=4628 vsize=10794416 memory=1204 CPUtime=0.56 cores=0,2,4,6
/proc/4631/task/4644/stat : 4644 (java) S 4628 4631 3751 0 -1 1077944384 3698 0 0 0 55 1 0 0 20 0 16 0 44004217 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578389870832 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4645] ppid=4628 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4631/task/4645/stat : 4645 (java) S 4628 4631 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44004217 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578388818528 140578820638421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
[pid=4631/tid=4646] ppid=4628 vsize=10794416 memory=4008 CPUtime=0.08 cores=0,2,4,6
/proc/4631/task/4646/stat : 4646 (java) S 4628 4631 3751 0 -1 1077944384 1163 0 0 0 6 2 0 0 20 0 16 0 44004218 11053481984 2083079 33554432000 4194304 4196468 140732814065984 140578387766064 140578820639362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34357248 140732814070897 140732814071049 140732814071049 140732814073807 0
Current children cumulated CPU time: 756.75 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8332316 KiB

[startup+224.707 s]*
/proc/loadavg: 7.69 5.85 4.31 6/203 4673
/proc/meminfo: memFree=3543048/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): 224.75
CPU time (s): 756.812
CPU user time (s): 748.784
CPU system time (s): 8.02843
CPU usage (%): 336.735
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8332316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 748.784
system time used= 8.02843
maximum resident set size= 8332552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560726
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14118
involuntary context switches= 17560


# summary of solver processes directly reported to runsolver:
#   pid: 4631
#   total CPU time (s): 756.812
#   total CPU user time (s): 748.784
#   total CPU system time (s): 8.02843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28917 second user time and 2.22831 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 15:00:13
IDJOB=4291948
IDBENCH=141207
IDSOLVER=2742
FILE ID=node106/4291948-1532264413
RUNJOBID= node106-1532261164-3782
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

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

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

MD5SUM BENCH= f46e6f53d96372a3a8925b0c81d3424e
RANDOM SEED=1412010762

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17073872 kB
MemAvailable:   30791140 kB
Buffers:          243504 kB
Cached:         13563588 kB
SwapCached:            0 kB
Active:          2411196 kB
Inactive:       12598600 kB
Active(anon):    1204944 kB
Inactive(anon):    17096 kB
Active(file):    1206252 kB
Inactive(file): 12581504 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2652 kB
Writeback:             0 kB
AnonPages:       1212920 kB
Mapped:            47580 kB
Shmem:             17036 kB
Slab:             385548 kB
SReclaimable:     357972 kB
SUnreclaim:        27576 kB
KernelStack:        3776 kB
PageTables:         7900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3073996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1097728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 15:03:58