Trace number 4291963

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? 747.689 216.667

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-08-opt_c18.xml
MD5SUMedb7fc8f5d274005fc89ddd50225e87c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2520.14
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":48},{"size":22,"count":36},{"size":24,"count":18},{"size":36,"count":122},{"size":42,"count":170},{"size":44,"count":286}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":46},{"degree":7,"count":68},{"degree":8,"count":77},{"degree":9,"count":85},{"degree":10,"count":54},{"degree":11,"count":33},{"degree":12,"count":37},{"degree":13,"count":21},{"degree":14,"count":8},{"degree":15,"count":1},{"degree":16,"count":35},{"degree":17,"count":26},{"degree":18,"count":63},{"degree":19,"count":54},{"degree":20,"count":32},{"degree":21,"count":12},{"degree":22,"count":7},{"degree":23,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints0
Number of intensional constraints3757
Distribution of constraint types[{"type":"intension","count":3757}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

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

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

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

solver pid=2258, runsolver pid=2255

[startup+0.100274 s]*
/proc/loadavg: 2.05 2.06 2.19 3/218 2273
/proc/meminfo: memFree=17638724/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10659012 memory=30664 CPUtime=0.12 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 6730 0 0 0 11 1 0 0 20 0 15 0 44032669 10914828288 7666 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2664753 7666 2817 1 0 2627263 0
[pid=2258/tid=2260] ppid=2255 vsize=10659012 memory=-7390251449858225344 CPUtime=0.09 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) R 2255 2258 1669 0 -1 4202560 4569 0 0 0 8 1 0 0 20 0 15 0 44032669 10914828288 7666 33554432000 4194304 4196468 140720982471648 139734415789632 139734395655518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10659012 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 7666 33554432000 4194304 4196468 140720982471648 139734348266384 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10659012 memory=140661716670080 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 7666 33554432000 4194304 4196468 140720982471648 139734347213584 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 7666 33554432000 4194304 4196468 140720982471648 139734346161296 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 7666 33554432000 4194304 4196468 140720982471648 139734015667216 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10659012 memory=140661716670080 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032671 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733903345776 139734411586178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44032672 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733902291744 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44032672 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733901239408 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) S 2255 2258 1669 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733899135600 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733898082800 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10659012 memory=140661716670080 CPUtime=0.02 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) S 2255 2258 1669 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 44032675 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733897030512 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10659012 memory=140661716670080 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 7666 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30664 KiB

[startup+0.210783 s]*
/proc/loadavg: 2.05 2.06 2.19 3/218 2273
/proc/meminfo: memFree=17628488/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10659012 memory=41872 CPUtime=0.33 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 8109 0 0 0 31 2 0 0 20 0 15 0 44032669 10914828288 10468 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2664753 10468 3006 1 0 2627263 0
[pid=2258/tid=2260] ppid=2255 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) R 2255 2258 1669 0 -1 4202560 5027 0 0 0 19 1 0 0 20 0 15 0 44032669 10914828288 10468 33554432000 4194304 4196468 140720982471648 139734415811312 139734411586966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 10468 33554432000 4194304 4196468 140720982471648 139734348266384 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10659012 memory=140661716693388 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 10468 33554432000 4194304 4196468 140720982471648 139734347213584 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 10468 33554432000 4194304 4196468 140720982471648 139734346161296 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914828288 10468 33554432000 4194304 4196468 140720982471648 139734015667216 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10659012 memory=140661716670080 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032671 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733903345776 139734411586178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44032672 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733902291744 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44032672 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733901239408 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) S 2255 2258 1669 0 -1 1077944384 784 0 0 0 2 0 0 0 20 0 15 0 44032675 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733899135600 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) S 2255 2258 1669 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 15 0 44032675 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733898082800 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10659012 memory=140661716670080 CPUtime=0.07 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) R 2255 2258 1669 0 -1 4202560 690 0 0 0 7 0 0 0 20 0 15 0 44032675 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733897030512 139734390702322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10659012 memory=140661716670080 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032675 10914828288 10468 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41872 KiB

[startup+0.312865 s]*
/proc/loadavg: 2.05 2.06 2.19 5/218 2273
/proc/meminfo: memFree=17616516/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10659088 memory=52744 CPUtime=0.58 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 9952 0 0 0 56 2 0 0 20 0 15 0 44032669 10914906112 13186 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2664772 13186 3064 1 0 2627263 0
[pid=2258/tid=2260] ppid=2255 vsize=10659088 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) R 2255 2258 1669 0 -1 4202560 5716 0 0 0 28 2 0 0 20 0 15 0 44032669 10914906112 13186 33554432000 4194304 4196468 140720982471648 139734415811424 139734395655518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10659088 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 13186 33554432000 4194304 4196468 140720982471648 139734348266384 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10659088 memory=140661716728096 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 13186 33554432000 4194304 4196468 140720982471648 139734347213584 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10659088 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 13186 33554432000 4194304 4196468 140720982471648 139734346161296 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10659088 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) S 2255 2258 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 13186 33554432000 4194304 4196468 140720982471648 139734015667216 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10659088 memory=140661716735008 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) S 2255 2258 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44032671 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733903345776 139734411586178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10659088 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44032672 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733902291744 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44032672 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733901239408 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10659088 memory=71876 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) R 2255 2258 1669 0 -1 4202560 1313 0 0 0 7 0 0 0 20 0 15 0 44032675 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733899115568 139734390813488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10659088 memory=140661588352975 CPUtime=0.07 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) R 2255 2258 1669 0 -1 4202560 565 0 0 0 7 0 0 0 20 0 15 0 44032675 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733898081984 139734394961590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10659088 memory=140661716672273 CPUtime=0.13 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) R 2255 2258 1669 0 -1 1077944384 997 0 0 0 13 0 0 0 20 0 15 0 44032675 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733897030512 139734411586178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10659088 memory=140661588352975 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10659088 memory=281323305036960 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032675 10914906112 13186 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52744 KiB

[startup+0.7044 s]
/proc/loadavg: 2.05 2.06 2.19 5/218 2273
/proc/meminfo: memFree=17581376/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10659088 memory=197968 CPUtime=1.93 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 14610 0 0 0 187 6 0 0 20 0 15 0 44032669 10914906112 49492 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2664772 49492 3126 1 0 2627263 0
[pid=2258/tid=2260] ppid=2255 vsize=10659088 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) R 2255 2258 1669 0 -1 4202560 6077 0 0 0 63 4 0 0 20 0 15 0 44032669 10914906112 49492 33554432000 4194304 4196468 140720982471648 139734415810144 139734030430654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) S 2255 2258 1669 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 49492 33554432000 4194304 4196468 140720982471648 139734348266384 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 49492 33554432000 4194304 4196468 140720982471648 139734347213584 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10659088 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) S 2255 2258 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 49492 33554432000 4194304 4196468 140720982471648 139734346161296 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10659088 memory=9872 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) S 2255 2258 1669 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 44032670 10914906112 49492 33554432000 4194304 4196468 140720982471648 139734015667216 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10659088 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) S 2255 2258 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44032671 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733903345776 139734411586178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44032672 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733902291744 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 44032672 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733901239408 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10659088 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) R 2255 2258 1669 0 -1 4202560 2796 0 0 0 43 0 0 0 20 0 15 0 44032675 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733899128624 139734411586966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10659088 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) R 2255 2258 1669 0 -1 4202560 2311 0 0 0 41 0 0 0 20 0 15 0 44032675 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733898074128 139734390820937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) R 2255 2258 1669 0 -1 1077944384 1930 0 0 0 37 0 0 0 20 0 15 0 44032675 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733897030640 139734411585237 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44032675 10914906112 49492 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 197968 KiB

[startup+1.50091 s]
/proc/loadavg: 2.05 2.06 2.19 6/218 2273
/proc/meminfo: memFree=17428872/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10661136 memory=492608 CPUtime=4.41 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 15789 0 0 0 413 28 0 0 20 0 15 0 44032669 10917003264 123152 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2665284 123152 3146 1 0 2627775 0
[pid=2258/tid=2260] ppid=2255 vsize=10661136 memory=734122169406535735 CPUtime=1.26 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) S 2255 2258 1669 0 -1 1077944384 6164 0 0 0 120 6 0 0 20 0 15 0 44032669 10917003264 123664 33554432000 4194304 4196468 140720982471648 139734415810032 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10661136 memory=215236 CPUtime=0.17 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) R 2255 2258 1669 0 -1 4202560 142 0 0 0 13 4 0 0 20 0 15 0 44032670 10917003264 123664 33554432000 4194304 4196468 140720982471648 139734348266272 139734396602914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10661136 memory=2241 CPUtime=0.18 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) R 2255 2258 1669 0 -1 4202560 145 0 0 0 14 4 0 0 20 0 15 0 44032670 10917003264 123664 33554432000 4194304 4196468 140720982471648 139734347213784 139734396602905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10661136 memory=1200 CPUtime=0.19 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) R 2255 2258 1669 0 -1 4202560 166 0 0 0 14 5 0 0 20 0 15 0 44032670 10917003264 123664 33554432000 4194304 4196468 140720982471648 139734346161496 139734396602905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10661136 memory=15872 CPUtime=0.19 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) R 2255 2258 1669 0 -1 4202560 161 0 0 0 14 5 0 0 20 0 15 0 44032670 10917003264 123664 33554432000 4194304 4196468 140720982471648 139734015667416 139734396602905 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10661136 memory=9872 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) S 2255 2258 1669 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 44032671 10917003264 123664 33554432000 4194304 4196468 140720982471648 139733903344288 139734411585237 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0

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

[pid=2258/tid=2272] ppid=2255 vsize=10661136 memory=640 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10661136 memory=1792 CPUtime=0.17 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 735 0 0 0 8 9 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 729.03 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8241584 KiB

[startup+214.401 s]
/proc/loadavg: 4.76 3.37 2.68 6/216 2276
/proc/meminfo: memFree=9410716/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10661136 memory=8241584 CPUtime=741.74 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 135387 0 0 0 73512 662 0 0 20 0 15 0 44032669 10917003264 2060396 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2665284 2060396 3184 1 0 2627775 0
[pid=2258/tid=2260] ppid=2255 vsize=10661136 memory=5859866381816393066 CPUtime=16.74 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) S 2255 2258 1669 0 -1 1077944384 14497 0 0 0 1663 11 0 0 20 0 15 0 44032669 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734415812720 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10661136 memory=97 CPUtime=174.59 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) R 2255 2258 1669 0 -1 4202560 13195 0 0 0 17303 156 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734348266584 139734396032651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10661136 memory=320318743362404647 CPUtime=174.33 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) R 2255 2258 1669 0 -1 4202560 10745 0 0 0 17269 164 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734347213784 139734396571435 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10661136 memory=13851858762466723 CPUtime=174.06 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) R 2255 2258 1669 0 -1 4202560 10614 0 0 0 17247 159 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734346161496 139734396573058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10661136 memory=8112282956445269571 CPUtime=173.95 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) R 2255 2258 1669 0 -1 4202560 13574 0 0 0 17233 162 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734015667104 139734404671424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10661136 memory=14884 CPUtime=21.78 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) S 2255 2258 1669 0 -1 1077944384 45879 0 0 0 2174 4 0 0 20 0 15 0 44032671 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733903344320 139734411585237 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10661136 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 44032672 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733902291808 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10661136 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 44032672 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733901239424 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10661136 memory=54 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10661136 memory=0 CPUtime=2.97 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) S 2255 2258 1669 0 -1 1077944384 12701 0 0 0 296 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733899135600 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10661136 memory=125 CPUtime=2.51 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) S 2255 2258 1669 0 -1 1077944384 9075 0 0 0 250 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733898082800 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10661136 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) S 2255 2258 1669 0 -1 1077944384 2975 0 0 0 57 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733897030512 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10661136 memory=8241508 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10661136 memory=7309167735419596644 CPUtime=0.18 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 744 0 0 0 9 9 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 741.74 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8241584 KiB

[startup+216.001 s]*
/proc/loadavg: 4.76 3.37 2.68 3/216 2276
/proc/meminfo: memFree=9410716/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10661136 memory=8241584 CPUtime=747.21 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 136481 0 0 0 74058 663 0 0 20 0 15 0 44032669 10917003264 2060396 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2665284 2060396 3184 1 0 2627775 0
[pid=2258/tid=2260] ppid=2255 vsize=10661136 memory=1399051139730258233 CPUtime=16.74 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) S 2255 2258 1669 0 -1 1077944384 14497 0 0 0 1663 11 0 0 20 0 15 0 44032669 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734415812720 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10661136 memory=4126316290023845779 CPUtime=175.88 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) S 2255 2258 1669 0 -1 1077944384 13341 0 0 0 17432 156 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734348266384 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10661136 memory=2844 CPUtime=175.6 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) S 2255 2258 1669 0 -1 1077944384 11259 0 0 0 17396 164 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734347213584 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10661136 memory=2860 CPUtime=175.35 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) S 2255 2258 1669 0 -1 1077944384 11024 0 0 0 17376 159 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734346161296 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10661136 memory=4108 CPUtime=175.24 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) S 2255 2258 1669 0 -1 1077944384 13597 0 0 0 17362 162 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734015667216 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10661136 memory=928 CPUtime=22.1 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) R 2255 2258 1669 0 -1 4202560 45879 0 0 0 2206 4 0 0 20 0 15 0 44032671 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733903344320 139734396032601 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10661136 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 44032672 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733902291808 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10661136 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 44032672 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733901239424 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10661136 memory=3316 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10661136 memory=288230574492221466 CPUtime=2.97 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) S 2255 2258 1669 0 -1 1077944384 12701 0 0 0 296 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733899135648 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10661136 memory=288230621803970871 CPUtime=2.51 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) S 2255 2258 1669 0 -1 1077944384 9076 0 0 0 250 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733898082560 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10661136 memory=15262553655740349 CPUtime=0.58 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) S 2255 2258 1669 0 -1 1077944384 2975 0 0 0 57 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733897030560 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10661136 memory=1399051139730258233 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10661136 memory=4126316290023845779 CPUtime=0.18 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 744 0 0 0 9 9 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 747.21 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8241584 KiB

[startup+216.401 s]
/proc/loadavg: 4.76 3.37 2.68 3/216 2276
/proc/meminfo: memFree=9410716/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10661136 memory=8241584 CPUtime=747.6 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 136481 0 0 0 74097 663 0 0 20 0 15 0 44032669 10917003264 2060396 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2665284 2060396 3184 1 0 2627775 0
[pid=2258/tid=2260] ppid=2255 vsize=10661136 memory=1240 CPUtime=16.74 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) S 2255 2258 1669 0 -1 1077944384 14497 0 0 0 1663 11 0 0 20 0 15 0 44032669 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734415812720 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10661136 memory=960 CPUtime=175.88 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) S 2255 2258 1669 0 -1 1077944384 13341 0 0 0 17432 156 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734348266384 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10661136 memory=8112282956445269571 CPUtime=175.6 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) S 2255 2258 1669 0 -1 1077944384 11259 0 0 0 17396 164 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734347213584 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10661136 memory=11956 CPUtime=175.35 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) S 2255 2258 1669 0 -1 1077944384 11024 0 0 0 17376 159 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734346161296 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10661136 memory=5520 CPUtime=175.24 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) S 2255 2258 1669 0 -1 1077944384 13597 0 0 0 17362 162 0 0 20 0 15 0 44032670 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139734015667216 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10661136 memory=792 CPUtime=22.49 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) R 2255 2258 1669 0 -1 4202560 45879 0 0 0 2245 4 0 0 20 0 15 0 44032671 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733903344320 139734390776083 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 44032672 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733902291808 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10661136 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 44032672 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733901239424 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10661136 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10661136 memory=4612 CPUtime=2.97 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) S 2255 2258 1669 0 -1 1077944384 12701 0 0 0 296 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733899135648 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10661136 memory=8384 CPUtime=2.51 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) S 2255 2258 1669 0 -1 1077944384 9076 0 0 0 250 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733898082560 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10661136 memory=1712 CPUtime=0.58 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) S 2255 2258 1669 0 -1 1077944384 2975 0 0 0 57 1 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733897030560 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10661136 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10661136 memory=15872 CPUtime=0.18 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 744 0 0 0 9 9 0 0 20 0 15 0 44032675 10917003264 2060396 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 747.6 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8241584 KiB

[startup+216.601 s]
/proc/loadavg: 4.76 3.37 2.68 3/216 2276
/proc/meminfo: memFree=9410716/32770624 swapFree=67108860/67108860
[pid=2258] ppid=2255 vsize=10794416 memory=8242400 CPUtime=747.64 cores=0,2,4,6
/proc/2258/stat : 2258 (java) S 2255 2258 1669 0 -1 1077944320 137083 0 0 0 74101 663 0 0 20 0 16 0 44032669 11053481984 2060600 33554432000 4194304 4196468 140720982471648 140720982454192 139734411575031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
/proc/2258/statm: 2698604 2060600 3227 1 0 2661057 0
[pid=2258/tid=2260] ppid=2255 vsize=10794416 memory=2969144 CPUtime=16.76 cores=0,2,4,6
/proc/2258/task/2260/stat : 2260 (java) S 2255 2258 1669 0 -1 1077944384 14823 0 0 0 1665 11 0 0 20 0 16 0 44032669 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139734415815712 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2261] ppid=2255 vsize=10794416 memory=2244 CPUtime=175.88 cores=0,2,4,6
/proc/2258/task/2261/stat : 2261 (java) S 2255 2258 1669 0 -1 1077944384 13341 0 0 0 17432 156 0 0 20 0 16 0 44032670 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139734348266384 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2262] ppid=2255 vsize=10794416 memory=4124 CPUtime=175.6 cores=0,2,4,6
/proc/2258/task/2262/stat : 2262 (java) S 2255 2258 1669 0 -1 1077944384 11259 0 0 0 17396 164 0 0 20 0 16 0 44032670 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139734347213584 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2263] ppid=2255 vsize=10794416 memory=1408 CPUtime=175.35 cores=0,2,4,6
/proc/2258/task/2263/stat : 2263 (java) S 2255 2258 1669 0 -1 1077944384 11024 0 0 0 17376 159 0 0 20 0 16 0 44032670 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139734346161296 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2264] ppid=2255 vsize=10794416 memory=3164 CPUtime=175.24 cores=0,2,4,6
/proc/2258/task/2264/stat : 2264 (java) S 2255 2258 1669 0 -1 1077944384 13597 0 0 0 17362 162 0 0 20 0 16 0 44032670 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139734015667216 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2265] ppid=2255 vsize=10794416 memory=8241508 CPUtime=22.49 cores=0,2,4,6
/proc/2258/task/2265/stat : 2265 (java) S 2255 2258 1669 0 -1 1077944384 45881 0 0 0 2245 4 0 0 20 0 16 0 44032671 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733903345776 139734411586178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2266] ppid=2255 vsize=10794416 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2266/stat : 2266 (java) S 2255 2258 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44032672 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733902291808 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2267] ppid=2255 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2267/stat : 2267 (java) S 2255 2258 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44032672 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733901239424 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2268] ppid=2255 vsize=10794416 memory=3054156605268465310 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2268/stat : 2268 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44032675 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733900187728 139734411593627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2269] ppid=2255 vsize=10794416 memory=-8707038579349950309 CPUtime=2.97 cores=0,2,4,6
/proc/2258/task/2269/stat : 2269 (java) S 2255 2258 1669 0 -1 1077944384 12701 0 0 0 296 1 0 0 20 0 16 0 44032675 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733899135600 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2270] ppid=2255 vsize=10794416 memory=-8412652177879177843 CPUtime=2.51 cores=0,2,4,6
/proc/2258/task/2270/stat : 2270 (java) S 2255 2258 1669 0 -1 1077944384 9210 0 0 0 250 1 0 0 20 0 16 0 44032675 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733898082800 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2271] ppid=2255 vsize=10794416 memory=-8341965534556230502 CPUtime=0.59 cores=0,2,4,6
/proc/2258/task/2271/stat : 2271 (java) S 2255 2258 1669 0 -1 1077944384 3064 0 0 0 58 1 0 0 20 0 16 0 44032675 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733897030512 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2272] ppid=2255 vsize=10794416 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/2258/task/2272/stat : 2272 (java) S 2255 2258 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44032675 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733895977952 139734411585237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
[pid=2258/tid=2273] ppid=2255 vsize=10794416 memory=8384 CPUtime=0.18 cores=0,2,4,6
/proc/2258/task/2273/stat : 2273 (java) S 2255 2258 1669 0 -1 1077944384 744 0 0 0 9 9 0 0 20 0 16 0 44032675 11053481984 2060600 33554432000 4194304 4196468 140720982471648 139733894924720 139734411586178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140720982475889 140720982476041 140720982476041 140720982478799 0
Current children cumulated CPU time: 747.64 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8242400 KiB

Child status: 0
Real time (s): 216.667
CPU time (s): 747.689
CPU user time (s): 741.021
CPU system time (s): 6.66814
CPU usage (%): 345.088
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8242400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 741.021
system time used= 6.66813
maximum resident set size= 8242740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137137
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9990
involuntary context switches= 6944


# summary of solver processes directly reported to runsolver:
#   pid: 2258
#   total CPU time (s): 747.689
#   total CPU user time (s): 741.021
#   total CPU system time (s): 6.66814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25442 second user time and 2.25911 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 15:04:55
IDJOB=4291963
IDBENCH=141210
IDSOLVER=2742
FILE ID=node151/4291963-1532264695
RUNJOBID= node151-1532259931-1700
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

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

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

MD5SUM BENCH= edb7fc8f5d274005fc89ddd50225e87c
RANDOM SEED=1644643729

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17655064 kB
MemAvailable:   28974724 kB
Buffers:          243728 kB
Cached:         11225464 kB
SwapCached:            0 kB
Active:          3956236 kB
Inactive:       10525148 kB
Active(anon):    3015360 kB
Inactive(anon):    16936 kB
Active(file):     940876 kB
Inactive(file): 10508212 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2540 kB
Writeback:             0 kB
AnonPages:       3161720 kB
Mapped:            47660 kB
Shmem:             17032 kB
Slab:             326516 kB
SReclaimable:     299032 kB
SUnreclaim:        27484 kB
KernelStack:        3840 kB
PageTables:        10728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4559756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2650112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 15:08:32