Trace number 4291873

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? 1020.69 292.364

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-11-opt_c18.xml
MD5SUM7994f0224337b533c2c19d764e718377
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark2519.96
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":26},{"degree":5,"count":13},{"degree":6,"count":86},{"degree":7,"count":20},{"degree":8,"count":89},{"degree":9,"count":12},{"degree":10,"count":87},{"degree":11,"count":28},{"degree":12,"count":42},{"degree":13,"count":25},{"degree":14,"count":40},{"degree":15,"count":14},{"degree":16,"count":40},{"degree":17,"count":8},{"degree":18,"count":29},{"degree":19,"count":6},{"degree":20,"count":18},{"degree":21,"count":13},{"degree":22,"count":11},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":8},{"degree":26,"count":8},{"degree":28,"count":9},{"degree":29,"count":8},{"degree":30,"count":2},{"degree":31,"count":6},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291873-1532262445/watcher-4291873-1532262445 -o /tmp/evaluation-result-4291873-1532262445/solver-4291873-1532262445 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291873-1532262445.xml 

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

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

solver pid=2584, runsolver pid=2581

[startup+0.100148 s]*
/proc/loadavg: 2.02 2.06 1.98 3/216 2599
/proc/meminfo: memFree=19578420/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10659012 memory=30684 CPUtime=0.12 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 6735 0 0 0 11 1 0 0 20 0 15 0 43807644 10914828288 7671 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2664753 7671 2845 1 0 2627263 0
[pid=2584/tid=2586] ppid=2581 vsize=10659012 memory=-8391715158700684480 CPUtime=0.08 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) R 2581 2584 1778 0 -1 4202560 4575 0 0 0 8 0 0 0 20 0 15 0 43807644 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204577679888 140204573466006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10659012 memory=140612466611840 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10659012 memory=140612466611840 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807647 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204066109808 140204573465218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43807647 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204065055776 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43807647 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204064002928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) S 2581 2584 1778 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204061899632 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) S 2581 2584 1778 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204060846832 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10659012 memory=140612466611840 CPUtime=0.02 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) S 2581 2584 1778 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 43807650 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204059794032 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10659012 memory=140612466611840 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 7671 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30684 KiB

[startup+0.210473 s]*
/proc/loadavg: 2.02 2.06 1.98 4/216 2599
/proc/meminfo: memFree=19568296/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10659012 memory=41892 CPUtime=0.33 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 8089 0 0 0 31 2 0 0 20 0 15 0 43807644 10914828288 10473 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2664753 10473 3005 1 0 2627263 0
[pid=2584/tid=2586] ppid=2581 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) R 2581 2584 1778 0 -1 4202560 5042 0 0 0 19 1 0 0 20 0 15 0 43807644 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204577690352 140204573466006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10659012 memory=4122117570199525024 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807645 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10659012 memory=140612466611840 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807647 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204066109808 140204573465218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43807647 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204065055776 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43807647 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204064002928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) S 2581 2584 1778 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 43807650 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204061899632 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) S 2581 2584 1778 0 -1 1077944384 428 0 0 0 2 0 0 0 20 0 15 0 43807650 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204060846832 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10659012 memory=140612466611840 CPUtime=0.07 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) R 2581 2584 1778 0 -1 4202560 705 0 0 0 7 0 0 0 20 0 15 0 43807650 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204059794032 140204551991879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10659012 memory=140612466611840 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807650 10914828288 10473 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41892 KiB

[startup+0.316539 s]*
/proc/loadavg: 2.02 2.06 1.98 5/216 2599
/proc/meminfo: memFree=19555200/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10659088 memory=53032 CPUtime=0.61 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 10061 0 0 0 59 2 0 0 20 0 15 0 43807644 10914906112 13258 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2664772 13258 3061 1 0 2627263 0
[pid=2584/tid=2586] ppid=2581 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) R 2581 2584 1778 0 -1 4202560 5736 0 0 0 29 1 0 0 20 0 15 0 43807644 10914906112 13322 33554432000 4194304 4196468 140723112116240 140204577690464 140204557534558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10658832 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807645 10914643968 13324 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10659088 memory=3617712212910773920 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807645 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807645 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43807645 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10659088 memory=140612466611840 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43807647 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204066109808 140204573465218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43807647 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204065055776 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43807647 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204064002928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) R 2581 2584 1778 0 -1 4202560 919 0 0 0 7 0 0 0 20 0 15 0 43807650 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204061880928 140204557853828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10659088 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) R 2581 2584 1778 0 -1 4202560 959 0 0 0 8 0 0 0 20 0 15 0 43807650 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204060827848 140204556657293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10659088 memory=140612466611840 CPUtime=0.13 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) R 2581 2584 1778 0 -1 1077944384 1087 0 0 0 13 0 0 0 20 0 15 0 43807650 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204059794032 140204573465218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10659088 memory=140612466611840 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807650 10914906112 13324 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53032 KiB

[startup+0.704916 s]
/proc/loadavg: 2.02 2.06 1.98 6/216 2599
/proc/meminfo: memFree=19525296/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10659088 memory=192920 CPUtime=1.91 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 13344 0 0 0 185 6 0 0 20 0 15 0 43807644 10914906112 48230 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2664772 48230 3132 1 0 2627263 0
[pid=2584/tid=2586] ppid=2581 vsize=10659088 memory=16436 CPUtime=0.66 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) R 2581 2584 1778 0 -1 4202560 6071 0 0 0 63 3 0 0 20 0 15 0 43807644 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204577684784 140204195138144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10659088 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 43807645 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10659088 memory=640 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 43807645 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10659088 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 43807645 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10659088 memory=960 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 43807645 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 43807647 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204066109808 140204573465218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10659088 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43807647 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204065055776 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 43807647 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204064002928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10659088 memory=7086240636213090146 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10659088 memory=6153433744107398758 CPUtime=0.4 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) R 2581 2584 1778 0 -1 4202560 2387 0 0 0 40 0 0 0 20 0 15 0 43807650 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204061891088 140204553622974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10659088 memory=7379271574585699178 CPUtime=0.42 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) R 2581 2584 1778 0 -1 4202560 1726 0 0 0 42 0 0 0 20 0 15 0 43807650 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204060846832 140204553171207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10659088 memory=5787213844244489303 CPUtime=0.35 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) S 2581 2584 1778 0 -1 1077944384 1655 0 0 0 35 0 0 0 20 0 15 0 43807650 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204059794032 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10659088 memory=5866898815254554472 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43807650 10914906112 48230 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 192920 KiB

[startup+1.50158 s]
/proc/loadavg: 2.02 2.06 1.98 4/216 2599
/proc/meminfo: memFree=19377536/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10661136 memory=477512 CPUtime=4.33 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 15195 0 0 0 405 28 0 0 20 0 15 0 43807644 10917003264 119378 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2665284 119378 3154 1 0 2627775 0
[pid=2584/tid=2586] ppid=2581 vsize=10661136 memory=339380 CPUtime=1.25 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) R 2581 2584 1778 0 -1 4202560 6168 0 0 0 120 5 0 0 20 0 15 0 43807644 10917003264 119378 33554432000 4194304 4196468 140723112116240 140204577689032 140204196129080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10661136 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 163 0 0 0 15 5 0 0 20 0 15 0 43807645 10917003264 119378 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10661136 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 159 0 0 0 15 5 0 0 20 0 15 0 43807645 10917003264 119378 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10661136 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 156 0 0 0 14 4 0 0 20 0 15 0 43807645 10917003264 119378 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10661136 memory=6943526294502006880 CPUtime=0.2 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 165 0 0 0 16 4 0 0 20 0 15 0 43807645 10917003264 119378 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 43807647 10917003264 119378 33554432000 4194304 4196468 140723112116240 140204066109808 140204573465218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0

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

[pid=2584/tid=2598] ppid=2581 vsize=10661136 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10661136 memory=1012 CPUtime=0.2 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 955 0 0 0 11 9 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 1012.92 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8258832 KiB

[startup+291.202 s]
/proc/loadavg: 4.60 3.34 2.52 7/216 2612
/proc/meminfo: memFree=11334164/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10661136 memory=8258832 CPUtime=1019.29 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 174444 0 0 0 101249 680 0 0 20 0 15 0 43807644 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2665284 2064708 3185 1 0 2627775 0
[pid=2584/tid=2586] ppid=2581 vsize=10661136 memory=8258828 CPUtime=16.37 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) S 2581 2584 1778 0 -1 1077944384 16464 0 0 0 1626 11 0 0 20 0 15 0 43807644 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204577693152 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10661136 memory=640 CPUtime=242.16 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) R 2581 2584 1778 0 -1 4202560 18935 0 0 0 24047 169 0 0 20 0 15 0 43807645 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204180368528 140204555063916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10661136 memory=1792 CPUtime=241.86 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) R 2581 2584 1778 0 -1 4202560 20105 0 0 0 24024 162 0 0 20 0 15 0 43807645 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204179315928 140204558443618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10661136 memory=8258824 CPUtime=241.9 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) R 2581 2584 1778 0 -1 4202560 18347 0 0 0 24019 171 0 0 20 0 15 0 43807645 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204178262816 140204558450495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10661136 memory=281224660648176 CPUtime=241.46 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) R 2581 2584 1778 0 -1 4202560 19162 0 0 0 23991 155 0 0 20 0 15 0 43807645 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204177210328 140204558450495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10661136 memory=281224660648176 CPUtime=29.9 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 57150 0 0 0 2987 3 0 0 20 0 15 0 43807647 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204066108352 140204573464277 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 43807647 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204065055840 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10661136 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 43807647 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204064002944 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10661136 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10661136 memory=8258832 CPUtime=2.4 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) S 2581 2584 1778 0 -1 1077944384 10021 0 0 0 238 2 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204061899392 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10661136 memory=792 CPUtime=2.41 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) S 2581 2584 1778 0 -1 1077944384 8065 0 0 0 240 1 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204060846880 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10661136 memory=1960 CPUtime=0.56 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) S 2581 2584 1778 0 -1 1077944384 3840 0 0 0 55 1 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204059792928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10661136 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10661136 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 955 0 0 0 11 9 0 0 20 0 15 0 43807650 10917003264 2064708 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 1019.29 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8258832 KiB

[startup+292.001 s]*
/proc/loadavg: 4.63 3.36 2.53 3/216 2612
/proc/meminfo: memFree=11334164/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10661136 memory=8258836 CPUtime=1020.5 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 174584 0 0 0 101370 680 0 0 20 0 15 0 43807644 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2665284 2064709 3185 1 0 2627775 0
[pid=2584/tid=2586] ppid=2581 vsize=10661136 memory=8112282956445269571 CPUtime=16.37 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) S 2581 2584 1778 0 -1 1077944384 16464 0 0 0 1626 11 0 0 20 0 15 0 43807644 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204577693152 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10661136 memory=4126316290023845779 CPUtime=242.29 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 18938 0 0 0 24060 169 0 0 20 0 15 0 43807645 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10661136 memory=792 CPUtime=241.99 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 20110 0 0 0 24037 162 0 0 20 0 15 0 43807645 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10661136 memory=1960 CPUtime=242.03 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 18348 0 0 0 24032 171 0 0 20 0 15 0 43807645 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10661136 memory=5380 CPUtime=241.59 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 19165 0 0 0 24004 155 0 0 20 0 15 0 43807645 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10661136 memory=4616 CPUtime=30.57 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) R 2581 2584 1778 0 -1 4202560 57278 0 0 0 3054 3 0 0 20 0 15 0 43807647 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204066108240 140204558450472 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10661136 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 43807647 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204065055840 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10661136 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 43807647 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204064002944 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10661136 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10661136 memory=844 CPUtime=2.4 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) S 2581 2584 1778 0 -1 1077944384 10021 0 0 0 238 2 0 0 20 0 15 0 43807650 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204061899392 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10661136 memory=1408 CPUtime=2.41 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) S 2581 2584 1778 0 -1 1077944384 8065 0 0 0 240 1 0 0 20 0 15 0 43807650 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204060846880 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10661136 memory=3244 CPUtime=0.56 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) S 2581 2584 1778 0 -1 1077944384 3840 0 0 0 55 1 0 0 20 0 15 0 43807650 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204059792928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10661136 memory=1891384 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43807650 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10661136 memory=1408 CPUtime=0.21 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 955 0 0 0 12 9 0 0 20 0 15 0 43807650 10917003264 2064709 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 1020.5 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8258836 KiB

[startup+292.201 s]
/proc/loadavg: 4.63 3.36 2.53 3/216 2612
/proc/meminfo: memFree=11334164/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10794416 memory=8259700 CPUtime=1020.64 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 176071 0 0 0 101384 680 0 0 20 0 16 0 43807644 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2698604 2064925 3229 1 0 2661057 0
[pid=2584/tid=2586] ppid=2581 vsize=10794416 memory=8258832 CPUtime=16.4 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) S 2581 2584 1778 0 -1 1077944384 16885 0 0 0 1629 11 0 0 20 0 16 0 43807644 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204577694752 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10794416 memory=8112282956445269571 CPUtime=242.29 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 18938 0 0 0 24060 169 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10794416 memory=1236 CPUtime=241.99 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 20110 0 0 0 24037 162 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10794416 memory=2340 CPUtime=242.03 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 18348 0 0 0 24032 171 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10794416 memory=1692 CPUtime=241.59 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 19165 0 0 0 24004 155 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10794416 memory=288230574492221466 CPUtime=30.65 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 57278 0 0 0 3062 3 0 0 20 0 16 0 43807647 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204066109808 140204573465218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10794416 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 43807647 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204065055840 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10794416 memory=15823308880873509 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 43807647 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204064002944 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10794416 memory=640 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10794416 memory=1792 CPUtime=2.4 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) S 2581 2584 1778 0 -1 1077944384 10095 0 0 0 238 2 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204061899632 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10794416 memory=960 CPUtime=2.43 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) S 2581 2584 1778 0 -1 1077944384 8748 0 0 0 242 1 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204060846832 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10794416 memory=1236 CPUtime=0.57 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) S 2581 2584 1778 0 -1 1077944384 4100 0 0 0 56 1 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204059794032 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10794416 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10794416 memory=1692 CPUtime=0.21 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 955 0 0 0 12 9 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 1020.64 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8259700 KiB

[startup+292.301 s]
/proc/loadavg: 4.63 3.36 2.53 3/216 2612
/proc/meminfo: memFree=11334164/32770624 swapFree=67108860/67108860
[pid=2584] ppid=2581 vsize=10794416 memory=8259700 CPUtime=1020.64 cores=1,3,5,7
/proc/2584/stat : 2584 (java) S 2581 2584 1778 0 -1 1077944320 176071 0 0 0 101384 680 0 0 20 0 16 0 43807644 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140723112098784 140204573454071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
/proc/2584/statm: 2698604 2064925 3229 1 0 2661057 0
[pid=2584/tid=2586] ppid=2581 vsize=10794416 memory=8258804 CPUtime=16.4 cores=1,3,5,7
/proc/2584/task/2586/stat : 2586 (java) S 2581 2584 1778 0 -1 1077944384 16885 0 0 0 1629 11 0 0 20 0 16 0 43807644 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204577694752 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2587] ppid=2581 vsize=10794416 memory=8258824 CPUtime=242.29 cores=1,3,5,7
/proc/2584/task/2587/stat : 2587 (java) S 2581 2584 1778 0 -1 1077944384 18938 0 0 0 24060 169 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204180368528 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2588] ppid=2581 vsize=10794416 memory=8258828 CPUtime=241.99 cores=1,3,5,7
/proc/2584/task/2588/stat : 2588 (java) S 2581 2584 1778 0 -1 1077944384 20110 0 0 0 24037 162 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204179315728 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2589] ppid=2581 vsize=10794416 memory=8258832 CPUtime=242.03 cores=1,3,5,7
/proc/2584/task/2589/stat : 2589 (java) S 2581 2584 1778 0 -1 1077944384 18348 0 0 0 24032 171 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204178262928 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2590] ppid=2581 vsize=10794416 memory=8258832 CPUtime=241.59 cores=1,3,5,7
/proc/2584/task/2590/stat : 2590 (java) S 2581 2584 1778 0 -1 1077944384 19165 0 0 0 24004 155 0 0 20 0 16 0 43807645 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204177210128 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2591] ppid=2581 vsize=10794416 memory=8258836 CPUtime=30.65 cores=1,3,5,7
/proc/2584/task/2591/stat : 2591 (java) S 2581 2584 1778 0 -1 1077944384 57278 0 0 0 3062 3 0 0 20 0 16 0 43807647 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204066109808 140204573465218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2592] ppid=2581 vsize=10794416 memory=164 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2592/stat : 2592 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 43807647 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204065055840 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2593] ppid=2581 vsize=10794416 memory=8259420 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2593/stat : 2593 (java) S 2581 2584 1778 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 43807647 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204064002944 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2594] ppid=2581 vsize=10794416 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2594/stat : 2594 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204062951248 140204573472667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2595] ppid=2581 vsize=10794416 memory=281224660710560 CPUtime=2.4 cores=1,3,5,7
/proc/2584/task/2595/stat : 2595 (java) S 2581 2584 1778 0 -1 1077944384 10095 0 0 0 238 2 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204061899632 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2596] ppid=2581 vsize=10794416 memory=8258832 CPUtime=2.43 cores=1,3,5,7
/proc/2584/task/2596/stat : 2596 (java) S 2581 2584 1778 0 -1 1077944384 8748 0 0 0 242 1 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204060846832 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2597] ppid=2581 vsize=10794416 memory=8258836 CPUtime=0.57 cores=1,3,5,7
/proc/2584/task/2597/stat : 2597 (java) S 2581 2584 1778 0 -1 1077944384 4100 0 0 0 56 1 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204059794032 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2598] ppid=2581 vsize=10794416 memory=8258836 CPUtime=0 cores=1,3,5,7
/proc/2584/task/2598/stat : 2598 (java) S 2581 2584 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204058741472 140204573464277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
[pid=2584/tid=2599] ppid=2581 vsize=10794416 memory=8258832 CPUtime=0.21 cores=1,3,5,7
/proc/2584/task/2599/stat : 2599 (java) S 2581 2584 1778 0 -1 1077944384 955 0 0 0 12 9 0 0 20 0 16 0 43807650 11053481984 2064925 33554432000 4194304 4196468 140723112116240 140204057688752 140204573465218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31617024 140723112121457 140723112121609 140723112121609 140723112124367 0
Current children cumulated CPU time: 1020.64 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8259700 KiB

Child status: 0
Real time (s): 292.364
CPU time (s): 1020.69
CPU user time (s): 1013.84
CPU system time (s): 6.84326
CPU usage (%): 349.116
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8259700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1013.84
system time used= 6.84326
maximum resident set size= 8259944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16107
involuntary context switches= 10081


# summary of solver processes directly reported to runsolver:
#   pid: 2584
#   total CPU time (s): 1020.69
#   total CPU user time (s): 1013.84
#   total CPU system time (s): 6.84326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7734 second user time and 2.94953 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 14:27:25
IDJOB=4291873
IDBENCH=141192
IDSOLVER=2742
FILE ID=node104/4291873-1532262445
RUNJOBID= node104-1532259870-1810
PBS_JOBID= 21018962
Free space on /tmp= 57240 MiB

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

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

MD5SUM BENCH= 7994f0224337b533c2c19d764e718377
RANDOM SEED=2007547696

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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	: 5333.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	: 5333.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	: 5333.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:        19596924 kB
MemAvailable:   30058256 kB
Buffers:          237324 kB
Cached:         10432844 kB
SwapCached:            0 kB
Active:          3694420 kB
Inactive:        8908304 kB
Active(anon):    1935456 kB
Inactive(anon):    17088 kB
Active(file):    1758964 kB
Inactive(file):  8891216 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:       1772140 kB
Mapped:            47652 kB
Shmem:             17036 kB
Slab:             267732 kB
SReclaimable:     239612 kB
SUnreclaim:        28120 kB
KernelStack:        3808 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4161376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 14:32:17