Trace number 4291938

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? 1299.82 358.247

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-03-opt_c18.xml
MD5SUM631d96c8d55ed895f005166b86b2772f
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.06
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Number of domains4
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":8},{"size":36,"count":182},{"size":44,"count":208}]
Minimum variable degree4
Maximum variable degree62
Distribution of variable degrees[{"degree":4,"count":16},{"degree":5,"count":11},{"degree":6,"count":28},{"degree":7,"count":18},{"degree":8,"count":30},{"degree":9,"count":5},{"degree":10,"count":40},{"degree":11,"count":25},{"degree":12,"count":20},{"degree":13,"count":11},{"degree":14,"count":23},{"degree":15,"count":16},{"degree":16,"count":20},{"degree":17,"count":7},{"degree":18,"count":26},{"degree":19,"count":7},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":5},{"degree":26,"count":9},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":4},{"degree":30,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":37,"count":1},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2760}]
Number of extensional constraints0
Number of intensional constraints2760
Distribution of constraint types[{"type":"intension","count":2760}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291938-1532264055/watcher-4291938-1532264055 -o /tmp/evaluation-result-4291938-1532264055/solver-4291938-1532264055 -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-4291938-1532264055.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=4461, runsolver pid=4458


[startup+0.100556 s]*
/proc/loadavg: 4.72 4.45 3.20 2/216 4476
/proc/meminfo: memFree=16066780/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10659012 memory=30080 CPUtime=0.12 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 6587 0 0 0 11 1 0 0 20 0 15 0 43968327 10914828288 7520 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2664753 7520 2843 1 0 2627263 0
[pid=4461/tid=4463] ppid=4458 vsize=10659012 memory=-8968182508073874624 CPUtime=0.08 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) R 4458 4461 3751 0 -1 4202560 4417 0 0 0 8 0 0 0 20 0 15 0 43968327 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651926641216 139651903814653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10659012 memory=140390676964992 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10659012 memory=140390676964992 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43968330 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651481955056 139651922430594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43968330 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651480901280 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43968330 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651479848176 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) S 4458 4461 3751 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651477743856 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) S 4458 4461 3751 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651476691312 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10659012 memory=140390676964992 CPUtime=0.02 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) R 4458 4461 3751 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 43968333 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651475638256 139651922440794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10659012 memory=140390676964992 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 7520 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30080 KiB

[startup+0.210406 s]*
/proc/loadavg: 4.72 4.45 3.20 3/216 4476
/proc/meminfo: memFree=16056544/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10659012 memory=42036 CPUtime=0.32 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 8102 0 0 0 31 1 0 0 20 0 15 0 43968327 10914828288 10509 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2664753 10509 3007 1 0 2627263 0
[pid=4461/tid=4463] ppid=4458 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) R 4458 4461 3751 0 -1 4202560 4991 0 0 0 19 1 0 0 20 0 15 0 43968327 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651926654824 139651906463077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10659012 memory=140390677128082 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43968328 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10659012 memory=140390676964992 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43968330 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651481955056 139651922430594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43968330 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651480901280 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43968330 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651479848176 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) S 4458 4461 3751 0 -1 1077944384 618 0 0 0 2 0 0 0 20 0 15 0 43968333 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651477743856 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) S 4458 4461 3751 0 -1 1077944384 409 0 0 0 2 0 0 0 20 0 15 0 43968333 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651476691312 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10659012 memory=140390676964992 CPUtime=0.07 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) R 4458 4461 3751 0 -1 4202560 725 0 0 0 7 0 0 0 20 0 15 0 43968333 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651475638256 139651906499934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10659012 memory=140390676964992 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968333 10914828288 10509 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42036 KiB

[startup+0.310726 s]*
/proc/loadavg: 4.72 4.45 3.20 4/216 4476
/proc/meminfo: memFree=16044964/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10659088 memory=52100 CPUtime=0.57 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 9765 0 0 0 55 2 0 0 20 0 15 0 43968327 10914906112 13025 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2664772 13025 3058 1 0 2627263 0
[pid=4461/tid=4463] ppid=4458 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) R 4458 4461 3751 0 -1 4202560 5687 0 0 0 28 1 0 0 20 0 15 0 43968327 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651926651136 139651906499934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10659088 memory=140390677115105 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10659088 memory=140390676964992 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43968330 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651481955056 139651922430594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43968330 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651480901280 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43968330 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651479848176 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) S 4458 4461 3751 0 -1 1077944384 860 0 0 0 6 0 0 0 20 0 15 0 43968333 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651477743856 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10659088 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) R 4458 4461 3751 0 -1 4202560 904 0 0 0 7 0 0 0 20 0 15 0 43968333 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651476672328 139651903121111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10659088 memory=140390676964992 CPUtime=0.13 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) S 4458 4461 3751 0 -1 1077944384 968 0 0 0 13 0 0 0 20 0 15 0 43968333 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651475638256 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10659088 memory=140390676964992 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968333 10914906112 13025 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52100 KiB

[startup+0.700754 s]
/proc/loadavg: 4.72 4.45 3.20 7/216 4476
/proc/meminfo: memFree=16012992/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10659088 memory=166696 CPUtime=1.85 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 14931 0 0 0 180 5 0 0 20 0 15 0 43968327 10914906112 41674 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2664772 41674 3106 1 0 2627263 0
[pid=4461/tid=4463] ppid=4458 vsize=10659088 memory=18460 CPUtime=0.66 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) R 4458 4461 3751 0 -1 4202560 6044 0 0 0 64 2 0 0 20 0 15 0 43968327 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651926655152 139651553380360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10659088 memory=10080 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43968328 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43968330 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651481955056 139651922430594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43968330 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651480901280 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43968330 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651479848176 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10659088 memory=6081105704601809001 CPUtime=0.37 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) R 4458 4461 3751 0 -1 4202560 3527 0 0 0 37 0 0 0 20 0 15 0 43968333 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651477724872 139651900436459 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10659088 memory=5788647689011156329 CPUtime=0.41 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) R 4458 4461 3751 0 -1 4202560 1907 0 0 0 41 0 0 0 20 0 15 0 43968333 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651476690496 139651907545882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) S 4458 4461 3751 0 -1 1077944384 2083 0 0 0 36 1 0 0 20 0 15 0 43968333 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651475638256 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43968333 10914906112 41674 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 166696 KiB

[startup+1.50071 s]
/proc/loadavg: 4.72 4.45 3.20 6/216 4476
/proc/meminfo: memFree=15858116/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10661136 memory=355872 CPUtime=4.39 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 23422 0 0 0 422 17 0 0 20 0 15 0 43968327 10917003264 88968 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2665284 88968 3137 1 0 2627775 0
[pid=4461/tid=4463] ppid=4458 vsize=10661136 memory=320440 CPUtime=1.34 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) R 4458 4461 3751 0 -1 4202560 6078 0 0 0 131 3 0 0 20 0 15 0 43968327 10917003264 88968 33554432000 4194304 4196468 140726986364336 139651926654248 139651553498000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10661136 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 53 0 0 0 7 2 0 0 20 0 15 0 43968328 10917003264 88968 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10661136 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 185 0 0 0 7 2 0 0 20 0 15 0 43968328 10917003264 88968 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10661136 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 62 0 0 0 8 2 0 0 20 0 15 0 43968328 10917003264 88968 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10661136 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 161 0 0 0 5 2 0 0 20 0 15 0 43968328 10917003264 88968 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 43968330 10917003264 88968 33554432000 4194304 4196468 140726986364336 139651481955056 139651922430594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0

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

Current children cumulated CPU time: 1291.06 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 7994524 KiB

[startup+356.803 s]
/proc/loadavg: 5.08 4.63 3.64 6/216 4569
/proc/meminfo: memFree=9576880/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10661136 memory=7994524 CPUtime=1297.4 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 191312 0 0 0 128994 746 0 0 20 0 15 0 43968327 10917003264 1998631 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2665284 1998631 3177 1 0 2627775 0
[pid=4461/tid=4463] ppid=4458 vsize=10661136 memory=288230574492221466 CPUtime=15.91 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) S 4458 4461 3751 0 -1 1077944384 13610 0 0 0 1583 8 0 0 20 0 15 0 43968327 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651926650128 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10661136 memory=288230621803970871 CPUtime=312.38 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) R 4458 4461 3751 0 -1 4202560 19859 0 0 0 31052 186 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651875039960 139651904029252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10661136 memory=13567115315644826 CPUtime=311.73 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) R 4458 4461 3751 0 -1 4202560 17645 0 0 0 30987 186 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651873987416 139651907409063 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10661136 memory=288230574492221466 CPUtime=312.7 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) R 4458 4461 3751 0 -1 4202560 20260 0 0 0 31093 177 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651872934360 139651907409149 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10661136 memory=288230621803970871 CPUtime=312.72 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) R 4458 4461 3751 0 -1 4202560 20416 0 0 0 31095 177 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651871881504 139651907119312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10661136 memory=13567115315644826 CPUtime=25.47 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 72192 0 0 0 2543 4 0 0 20 0 15 0 43968330 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651481953600 139651922429653 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 43968330 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651480901344 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10661136 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 43968330 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651479848192 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10661136 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10661136 memory=4008 CPUtime=2.87 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) S 4458 4461 3751 0 -1 1077944384 12759 0 0 0 286 1 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651477743616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10661136 memory=952 CPUtime=2.67 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) S 4458 4461 3751 0 -1 1077944384 7882 0 0 0 267 0 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651476691360 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10661136 memory=7994524 CPUtime=0.58 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) S 4458 4461 3751 0 -1 1077944384 4380 0 0 0 57 1 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651475638304 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10661136 memory=644 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10661136 memory=952 CPUtime=0.27 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 921 0 0 0 20 7 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 1297.4 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 7994524 KiB

[startup+357.601 s]
/proc/loadavg: 5.08 4.63 3.64 6/216 4569
/proc/meminfo: memFree=9352764/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10661136 memory=7994524 CPUtime=1299.35 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 191340 0 0 0 129189 746 0 0 20 0 15 0 43968327 10917003264 1998631 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2665284 1998631 3177 1 0 2627775 0
[pid=4461/tid=4463] ppid=4458 vsize=10661136 memory=1296 CPUtime=15.91 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) S 4458 4461 3751 0 -1 1077944384 13610 0 0 0 1583 8 0 0 20 0 15 0 43968327 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651926650128 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10661136 memory=2408 CPUtime=312.77 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 19867 0 0 0 31091 186 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10661136 memory=8112282956445269571 CPUtime=312.1 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 17654 0 0 0 31024 186 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10661136 memory=7994524 CPUtime=313.08 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 20266 0 0 0 31131 177 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10661136 memory=1952 CPUtime=313.11 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 20421 0 0 0 31134 177 0 0 20 0 15 0 43968328 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10661136 memory=1704 CPUtime=25.88 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) R 4458 4461 3751 0 -1 4202560 72192 0 0 0 2584 4 0 0 20 0 15 0 43968330 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651481953488 139651907415851 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10661136 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 43968330 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651480901344 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10661136 memory=7994524 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 43968330 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651479848192 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10661136 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10661136 memory=1952 CPUtime=2.87 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) S 4458 4461 3751 0 -1 1077944384 12759 0 0 0 286 1 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651477743616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10661136 memory=1704 CPUtime=2.67 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) S 4458 4461 3751 0 -1 1077944384 7882 0 0 0 267 0 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651476691360 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10661136 memory=792 CPUtime=0.58 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) S 4458 4461 3751 0 -1 1077944384 4380 0 0 0 57 1 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651475638304 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10661136 memory=8388 CPUtime=0.27 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 921 0 0 0 20 7 0 0 20 0 15 0 43968333 10917003264 1998631 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 1299.35 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 7994524 KiB

[startup+358.001 s]*
/proc/loadavg: 5.08 4.63 3.64 7/216 4569
/proc/meminfo: memFree=9072192/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10661288 memory=7995212 CPUtime=1299.77 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 192008 0 0 0 129231 746 0 0 20 0 15 0 43968327 10917158912 1998803 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2665322 1998803 3218 1 0 2627775 0
[pid=4461/tid=4463] ppid=4458 vsize=10794416 memory=8112282956445269571 CPUtime=15.93 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) S 4458 4461 3751 0 -1 1077944384 13916 0 0 0 1585 8 0 0 20 0 17 0 43968327 11053481984 1998812 33554432000 4194304 4196468 140726986364336 139651926660128 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10794416 memory=4126316290023845779 CPUtime=312.77 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 19867 0 0 0 31091 186 0 0 20 0 17 0 43968328 11053481984 1998812 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10794416 memory=0 CPUtime=312.1 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 17654 0 0 0 31024 186 0 0 20 0 17 0 43968328 11053481984 1998812 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10794416 memory=0 CPUtime=313.08 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 20266 0 0 0 31131 177 0 0 20 0 17 0 43968328 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10794416 memory=0 CPUtime=313.11 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 20421 0 0 0 31134 177 0 0 20 0 16 0 43968328 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10794416 memory=0 CPUtime=26.27 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 72283 0 0 0 2623 4 0 0 20 0 16 0 43968330 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651481955056 139651922430594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 43968330 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651480901344 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 43968330 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651479848192 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10794416 memory=0 CPUtime=2.87 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) S 4458 4461 3751 0 -1 1077944384 12860 0 0 0 286 1 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651477743856 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10794416 memory=0 CPUtime=2.67 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) S 4458 4461 3751 0 -1 1077944384 7937 0 0 0 267 0 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651476691312 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10794416 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) S 4458 4461 3751 0 -1 1077944384 4502 0 0 0 58 1 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651475638256 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10794416 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 921 0 0 0 20 7 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4570] ppid=4458 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4570/stat : 4570 (java) S 4458 4461 3751 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44004128 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651470382864 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 1299.77 s
Current children cumulated vsize: 10661288 KiB
Current children cumulated memory: 7995212 KiB

[startup+358.201 s]
/proc/loadavg: 5.08 4.63 3.64 7/216 4569
/proc/meminfo: memFree=9072192/32770624 swapFree=67108860/67108860
[pid=4461] ppid=4458 vsize=10794416 memory=7995268 CPUtime=1299.77 cores=0,2,4,6
/proc/4461/stat : 4461 (java) S 4458 4461 3751 0 -1 1077944320 192067 0 0 0 129231 746 0 0 20 0 16 0 43968327 11053481984 1998817 33554432000 4194304 4196468 140726986364336 140726986346880 139651922419447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
/proc/4461/statm: 2698604 1998817 3220 1 0 2661057 0
[pid=4461/tid=4463] ppid=4458 vsize=10794416 memory=13567115315644826 CPUtime=15.93 cores=0,2,4,6
/proc/4461/task/4463/stat : 4463 (java) S 4458 4461 3751 0 -1 1077944384 13916 0 0 0 1585 8 0 0 20 0 16 0 43968327 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651926660128 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4464] ppid=4458 vsize=10794416 memory=10084 CPUtime=312.77 cores=0,2,4,6
/proc/4461/task/4464/stat : 4464 (java) S 4458 4461 3751 0 -1 1077944384 19867 0 0 0 31091 186 0 0 20 0 16 0 43968328 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651875039760 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4465] ppid=4458 vsize=10794416 memory=1788 CPUtime=312.1 cores=0,2,4,6
/proc/4461/task/4465/stat : 4465 (java) S 4458 4461 3751 0 -1 1077944384 17654 0 0 0 31024 186 0 0 20 0 16 0 43968328 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651873987216 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4466] ppid=4458 vsize=10794416 memory=644 CPUtime=313.08 cores=0,2,4,6
/proc/4461/task/4466/stat : 4466 (java) S 4458 4461 3751 0 -1 1077944384 20266 0 0 0 31131 177 0 0 20 0 16 0 43968328 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651872934160 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4467] ppid=4458 vsize=10794416 memory=952 CPUtime=313.11 cores=0,2,4,6
/proc/4461/task/4467/stat : 4467 (java) S 4458 4461 3751 0 -1 1077944384 20421 0 0 0 31134 177 0 0 20 0 16 0 43968328 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651871881616 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4468] ppid=4458 vsize=10794416 memory=1236 CPUtime=26.27 cores=0,2,4,6
/proc/4461/task/4468/stat : 4468 (java) S 4458 4461 3751 0 -1 1077944384 72283 0 0 0 2623 4 0 0 20 0 16 0 43968330 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651481955056 139651922430594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4469] ppid=4458 vsize=10794416 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4469/stat : 4469 (java) S 4458 4461 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 43968330 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651480901344 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4470] ppid=4458 vsize=10794416 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4470/stat : 4470 (java) S 4458 4461 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 43968330 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651479848192 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4471] ppid=4458 vsize=10794416 memory=928 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4471/stat : 4471 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651478796752 139651922438043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4472] ppid=4458 vsize=10794416 memory=2240 CPUtime=2.87 cores=0,2,4,6
/proc/4461/task/4472/stat : 4472 (java) S 4458 4461 3751 0 -1 1077944384 12860 0 0 0 286 1 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651477743856 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4473] ppid=4458 vsize=10794416 memory=4124 CPUtime=2.67 cores=0,2,4,6
/proc/4461/task/4473/stat : 4473 (java) S 4458 4461 3751 0 -1 1077944384 7937 0 0 0 267 0 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651476691312 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4474] ppid=4458 vsize=10794416 memory=2200 CPUtime=0.59 cores=0,2,4,6
/proc/4461/task/4474/stat : 4474 (java) S 4458 4461 3751 0 -1 1077944384 4502 0 0 0 58 1 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651475638256 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4475] ppid=4458 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4475/stat : 4475 (java) S 4458 4461 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651474585952 139651922429653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4476] ppid=4458 vsize=10794416 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/4461/task/4476/stat : 4476 (java) S 4458 4461 3751 0 -1 1077944384 921 0 0 0 20 7 0 0 20 0 16 0 43968333 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651473534000 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
[pid=4461/tid=4570] ppid=4458 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4461/task/4570/stat : 4570 (java) S 4458 4461 3751 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44004128 11053481984 1998817 33554432000 4194304 4196468 140726986364336 139651470382864 139651922430594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18255872 140726986372209 140726986372361 140726986372361 140726986375119 0
Current children cumulated CPU time: 1299.77 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7995268 KiB

Child status: 0
Real time (s): 358.247
CPU time (s): 1299.82
CPU user time (s): 1292.32
CPU system time (s): 7.50506
CPU usage (%): 362.828
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 7995268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1292.32
system time used= 7.50507
maximum resident set size= 7995600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39843
involuntary context switches= 11981


# summary of solver processes directly reported to runsolver:
#   pid: 4461
#   total CPU time (s): 1299.82
#   total CPU user time (s): 1292.32
#   total CPU system time (s): 7.50506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30665 second user time and 3.31857 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 14:54:15
IDJOB=4291938
IDBENCH=141205
IDSOLVER=2742
FILE ID=node106/4291938-1532264055
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-scen-03-opt_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291938-1532264055/watcher-4291938-1532264055 -o /tmp/evaluation-result-4291938-1532264055/solver-4291938-1532264055 -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-4291938-1532264055.xml

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

MD5SUM BENCH= 631d96c8d55ed895f005166b86b2772f
RANDOM SEED=929197087

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:        16083496 kB
MemAvailable:   29800284 kB
Buffers:          243316 kB
Cached:         13563852 kB
SwapCached:            0 kB
Active:          3399012 kB
Inactive:       12598168 kB
Active(anon):    2192748 kB
Inactive(anon):    17096 kB
Active(file):    1206264 kB
Inactive(file): 12581072 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:       2196764 kB
Mapped:            47580 kB
Shmem:             17036 kB
Slab:             385180 kB
SReclaimable:     357912 kB
SUnreclaim:        27268 kB
KernelStack:        3568 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3341784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2076672 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:00:13