Trace number 4292003

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? 1903.84 537.079

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-02-0250_c18.xml
MD5SUM9ab3e648243ddfeac66c66819bd63413
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark40498440
Best CPU time to get the best result obtained on this benchmark2520.15
Satisfiable
(Un)Satisfiability was proved
Number of variables4758
Number of constraints3055
Number of domains59
Minimum domain size1
Maximum domain size105
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1667},{"size":11,"count":1419},{"size":12,"count":1},{"size":21,"count":41},{"size":23,"count":11},{"size":32,"count":14},{"size":39,"count":42},{"size":41,"count":3},{"size":42,"count":5},{"size":47,"count":7},{"size":48,"count":8},{"size":49,"count":5},{"size":51,"count":12},{"size":53,"count":32},{"size":54,"count":10},{"size":55,"count":22},{"size":56,"count":8},{"size":57,"count":35},{"size":58,"count":37},{"size":59,"count":5},{"size":60,"count":10},{"size":61,"count":1},{"size":62,"count":14},{"size":63,"count":56},{"size":64,"count":19},{"size":65,"count":18},{"size":67,"count":34},{"size":69,"count":56},{"size":70,"count":15},{"size":71,"count":22},{"size":73,"count":14},{"size":76,"count":3},{"size":77,"count":19},{"size":82,"count":34},{"size":83,"count":32},{"size":84,"count":22},{"size":89,"count":29},{"size":90,"count":74},{"size":92,"count":126},{"size":95,"count":73},{"size":96,"count":86},{"size":97,"count":47},{"size":99,"count":20},{"size":102,"count":70},{"size":105,"count":478}]
Minimum variable degree2
Maximum variable degree1420
Distribution of variable degrees[{"degree":2,"count":4257},{"degree":3,"count":3},{"degree":4,"count":4},{"degree":5,"count":7},{"degree":6,"count":19},{"degree":7,"count":25},{"degree":8,"count":23},{"degree":9,"count":30},{"degree":10,"count":39},{"degree":11,"count":41},{"degree":12,"count":49},{"degree":13,"count":55},{"degree":14,"count":52},{"degree":15,"count":51},{"degree":16,"count":64},{"degree":17,"count":38},{"degree":1420,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":217},{"arity":3,"count":1419},{"arity":6,"count":1419}]
Number of extensional constraints1419
Number of intensional constraints1636
Distribution of constraint types[{"type":"extension","count":1419},{"type":"intension","count":1636}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1874.12/528.77	Jul 22, 2018 3:21:46 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1874.12/528.77	INFO: Runtime exception
1874.12/528.77	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1874.12/528.77		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1874.12/528.77		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1874.12/528.77		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1874.12/528.77		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1874.12/528.77		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1874.12/528.77		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1874.12/528.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1874.12/528.77		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1874.12/528.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1874.12/528.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1874.12/528.77		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1874.12/528.77		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1874.12/528.77		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1874.12/528.77		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1874.12/528.77		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1874.12/528.77		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1874.12/528.77		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 19 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 23 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 24 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 28 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 29 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 33 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 34 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 38 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 39 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 43 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 44 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 48 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 49 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 53 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 54 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 58 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 59 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 63 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 64 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 68 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 69 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 73 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 74 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 78 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 79 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 83 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 84 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		... 88 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		... 89 more
1874.12/528.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1874.12/528.77		... 93 more
1874.12/528.77	Caused by: java.lang.reflect.InvocationTargetException
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1874.12/528.77		... 93 more
1874.12/528.77	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1874.12/528.77		at org.sat4j.minisat.constraints.cnf.OriginalBinaryClause.brandNewClause(OriginalBinaryClause.java:72)
1874.12/528.77		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:54)
1874.12/528.77		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1874.12/528.77		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1874.12/528.77		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1874.12/528.77		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1874.12/528.77		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1874.12/528.77		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:538)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1874.12/528.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1874.12/528.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1874.12/528.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1874.12/528.77		at java.lang.reflect.Method.invoke(Method.java:498)
1874.12/528.77	
1903.76/537.01	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1903.76/537.01	c This is free software under the dual EPL/GNU LGPL licenses.
1903.76/537.01	c See www.sat4j.org for details.
1903.76/537.01	c That software uses the Rhino library from the Mozilla project.
1903.76/537.01	c version 2.3.6-SNAPSHOT
1903.76/537.01	c java.runtime.name	Java(TM) SE Runtime Environment
1903.76/537.01	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1903.76/537.01	c java.vm.version	25.131-b11
1903.76/537.01	c java.vm.vendor	Oracle Corporation
1903.76/537.01	c sun.arch.data.model	64
1903.76/537.01	c java.version		1.8.0_131
1903.76/537.01	c os.name		Linux
1903.76/537.01	c os.version		3.10.0-514.16.1.el7.x86_64
1903.76/537.01	c os.arch		amd64
1903.76/537.01	c Free memory 		499604488
1903.76/537.01	c Max memory 		7247757312
1903.76/537.01	c Total memory 		504889344
1903.76/537.01	c Number of processors 	4
1903.76/537.01	c c --- Begin Solver configuration ---
1903.76/537.01	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1903.76/537.01	c Learn all clauses as in MiniSAT
1903.76/537.01	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1903.76/537.01	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1903.76/537.01	c No reason simplification
1903.76/537.01	c Glucose 2.1 dynamic restart strategy
1903.76/537.01	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
1903.76/537.01	c timeout=2147483s
1903.76/537.01	c DB Simplification allowed=false
1903.76/537.01	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1903.76/537.01	c --- End Solver configuration ---
1903.76/537.01	c starts		: 0
1903.76/537.01	c conflicts		: 0
1903.76/537.01	c decisions		: 0
1903.76/537.01	c propagations		: 0
1903.76/537.01	c inspects		: 0
1903.76/537.01	c shortcuts		: 0
1903.76/537.01	c learnt literals	: 0
1903.76/537.01	c learnt binary clauses	: 0
1903.76/537.01	c learnt ternary clauses	: 0
1903.76/537.01	c learnt constraints	: 0
1903.76/537.01	c ignored constraints	: 0
1903.76/537.01	c root simplifications	: 0
1903.76/537.01	c removed literals (reason simplification)	: 0
1903.76/537.01	c reason swapping (by a shorter reason)	: 0
1903.76/537.01	c Calls to reduceDB	: 0
1903.76/537.01	c Number of update (reduction) of LBD	: 0
1903.76/537.01	c Imported unit clauses	: 0
1903.76/537.01	c number of reductions to clauses (during analyze)	: 0
1903.76/537.01	c number of learned constraints concerned by reduction	: 0
1903.76/537.01	c number of learning phase by resolution	: 0
1903.76/537.01	c number of learning phase by cutting planes	: 0
1903.76/537.01	c number of rounding to 1 operations	: 0
1903.76/537.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1903.76/537.01	c number of reductions of the coefficients by power 2 	: 0
1903.76/537.01	c number of right shift for reduction by power 2 	: 0
1903.76/537.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
1903.76/537.01	c number of ending skipping 	: 0
1903.76/537.01	c number of internal skipping 	: 0
1903.76/537.01	c number of derivation steps 	: 0
1903.76/537.01	c number of skipped derivation steps 	: 0
1903.76/537.01	c number of remaining unassigned 	: 0
1903.76/537.01	c number of remaining assigned 	: 0
1903.76/537.01	c speed (assignments/second)	: 0.0
1903.76/537.01	c non guided choices	: 0
1903.76/537.01	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 (2821 MiB free)
  memory of node 1: 16384 MiB (9106 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=2431, runsolver pid=2428

[startup+0.10008 s]*
/proc/loadavg: 5.19 4.12 3.13 8/216 2446
/proc/meminfo: memFree=12197236/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10660004 memory=29676 CPUtime=0.11 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 5268 0 0 0 10 1 0 0 20 0 15 0 44080867 10915844096 7353 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2665001 7419 2842 1 0 2627511 0
[pid=2431/tid=2433] ppid=2428 vsize=10659044 memory=-8536111783115322560 CPUtime=0.08 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 1669 0 -1 4202560 3590 0 0 0 7 1 0 0 20 0 15 0 44080869 10914861056 7235 33554432000 4194304 4196468 140726843184032 139844017678192 139844006153245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10659044 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914861056 7235 33554432000 4194304 4196468 140726843184032 139843939547408 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10659044 memory=139802099902080 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914861056 7235 33554432000 4194304 4196468 140726843184032 139843938494864 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914861056 7235 33554432000 4194304 4196468 140726843184032 139843937442320 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44080869 10914861056 7300 33554432000 4194304 4196468 140726843184032 139843936389776 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10659044 memory=139802099902080 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44080871 10914861056 7300 33554432000 4194304 4196468 140726843184032 139843505056240 139844013484674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44080871 10914861056 7300 33554432000 4194304 4196468 140726843184032 139843504002464 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44080871 10914861056 7366 33554432000 4194304 4196468 140726843184032 139843502949872 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914861056 7366 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 1669 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 44080874 10914861056 7366 33554432000 4194304 4196468 140726843184032 139843500845040 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 1669 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 44080874 10914861056 7366 33554432000 4194304 4196468 140726843184032 139843499792496 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10659044 memory=139802099902080 CPUtime=0.01 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 1669 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 44080874 10914861056 7432 33554432000 4194304 4196468 140726843184032 139843498739952 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914861056 7432 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10659044 memory=139802099902080 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080874 10914861056 7432 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10660004 KiB
Current children cumulated memory: 29676 KiB

[startup+0.21427 s]*
/proc/loadavg: 5.19 4.12 3.13 8/216 2446
/proc/meminfo: memFree=12185700/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10659012 memory=41980 CPUtime=0.32 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 7583 0 0 0 29 3 0 0 20 0 15 0 44080867 10914828288 10495 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2664753 10495 2985 1 0 2627263 0
[pid=2431/tid=2433] ppid=2428 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 1669 0 -1 4202560 4592 0 0 0 18 2 0 0 20 0 15 0 44080869 10914828288 10495 33554432000 4194304 4196468 140726843184032 139844017696704 139843997517157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843939547408 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10659012 memory=139802099925388 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843938494864 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843937442320 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843936389776 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10659012 memory=139802099902080 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44080871 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843505056240 139844013484674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44080871 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843504002464 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44080871 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843502949872 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 1669 0 -1 1077944384 635 0 0 0 2 0 0 0 20 0 15 0 44080874 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843500845040 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 1669 0 -1 1077944384 316 0 0 0 1 0 0 0 20 0 15 0 44080874 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843499792496 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10659012 memory=139802099902080 CPUtime=0.07 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) R 2428 2431 1669 0 -1 4202560 680 0 0 0 7 0 0 0 20 0 15 0 44080874 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843498739952 139843992129432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10659012 memory=139802099902080 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080874 10914828288 10495 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41980 KiB

[startup+0.310637 s]*
/proc/loadavg: 5.19 4.12 3.13 9/216 2446
/proc/meminfo: memFree=12175208/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10659012 memory=51460 CPUtime=0.56 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 8966 0 0 0 52 4 0 0 20 0 15 0 44080867 10914828288 12865 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2664753 12865 3046 1 0 2627263 0
[pid=2431/tid=2433] ppid=2428 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 1669 0 -1 4202560 4888 0 0 0 27 2 0 0 20 0 15 0 44080869 10914828288 12865 33554432000 4194304 4196468 140726843184032 139844017704368 139844013495453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10659012 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843939547408 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10659012 memory=139802099923955 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843938494864 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843937442320 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44080869 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843936389776 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10659012 memory=139802099902080 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44080871 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843505056240 139844013484674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44080871 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843504002464 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44080871 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843502949872 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10659012 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) R 2428 2431 1669 0 -1 4202560 1105 0 0 0 6 0 0 0 20 0 15 0 44080874 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843500837672 139843999537747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10659012 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) R 2428 2431 1669 0 -1 4202560 748 0 0 0 6 0 0 0 20 0 15 0 44080874 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843499788864 139843998599614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10659012 memory=139802099902080 CPUtime=0.12 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 1669 0 -1 1077944384 857 0 0 0 12 0 0 0 20 0 15 0 44080874 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843498739952 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10659012 memory=139802099902080 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080874 10914828288 12865 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 51460 KiB

[startup+0.700866 s]
/proc/loadavg: 5.19 4.12 3.13 10/216 2446
/proc/meminfo: memFree=12005548/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10659088 memory=300508 CPUtime=1.77 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 12741 0 0 0 156 21 0 0 20 0 15 0 44080867 10914906112 75127 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2664772 75127 3116 1 0 2627263 0
[pid=2431/tid=2433] ppid=2428 vsize=10659088 memory=1728 CPUtime=0.6 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 1669 0 -1 4202560 5328 0 0 0 54 6 0 0 20 0 15 0 44080869 10914906112 75127 33554432000 4194304 4196468 140726843184032 139844017711488 139843618100620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10659088 memory=1004 CPUtime=0.04 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 1669 0 -1 1077944384 57 0 0 0 2 2 0 0 20 0 15 0 44080869 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843939547408 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10659088 memory=11956 CPUtime=0.05 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 1669 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 15 0 44080869 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843938494864 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10659088 memory=5520 CPUtime=0.03 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 1669 0 -1 1077944384 38 0 0 0 1 2 0 0 20 0 15 0 44080869 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843937442320 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10659088 memory=792 CPUtime=0.05 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 1669 0 -1 1077944384 69 0 0 0 2 3 0 0 20 0 15 0 44080869 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843936389776 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 1669 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44080871 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843505056240 139844013484674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44080871 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843504002464 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44080871 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843502949872 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10659088 memory=7523641866607553108 CPUtime=0.39 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) R 2428 2431 1669 0 -1 4202560 2467 0 0 0 39 0 0 0 20 0 15 0 44080874 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843500836688 139843992828863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10659088 memory=5789189752906409301 CPUtime=0.31 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) R 2428 2431 1669 0 -1 1077944384 1642 0 0 0 31 0 0 0 20 0 15 0 44080874 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843499776048 139844013483733 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 1669 0 -1 1077944384 1639 0 0 0 22 0 0 0 20 0 15 0 44080874 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843498739952 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44080874 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44080874 10914906112 75127 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 300508 KiB

[startup+1.50072 s]
/proc/loadavg: 5.19 4.12 3.13 8/216 2446
/proc/meminfo: memFree=11912540/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10659088 memory=416284 CPUtime=4.16 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 19220 0 0 0 388 28 0 0 20 0 15 0 44080867 10914906112 104071 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2664772 104071 3137 1 0 2627263 0
[pid=2431/tid=2433] ppid=2428 vsize=10659088 memory=8112282956445269571 CPUtime=1.37 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 1669 0 -1 4202560 5441 0 0 0 130 7 0 0 20 0 15 0 44080869 10914906112 104071 33554432000 4194304 4196468 140726843184032 139844017710352 139843618872495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10659088 memory=-7533522213388100735 CPUtime=0.06 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 1669 0 -1 1077944384 138 0 0 0 3 3 0 0 20 0 15 0 44080869 10914906112 104071 33554432000 4194304 4196468 140726843184032 139843939547408 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10659088 memory=1404222122299264374 CPUtime=0.08 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 1669 0 -1 1077944384 148 0 0 0 3 5 0 0 20 0 15 0 44080869 10914906112 104071 33554432000 4194304 4196468 140726843184032 139843938494864 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10659088 memory=8514726395714820750 CPUtime=0.06 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 1669 0 -1 1077944384 175 0 0 0 2 4 0 0 20 0 15 0 44080869 10914906112 104071 33554432000 4194304 4196468 140726843184032 139843937442320 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10659088 memory=-1391509512798375272 CPUtime=0.08 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 1669 0 -1 1077944384 169 0 0 0 4 4 0 0 20 0 15 0 44080869 10914906112 104071 33554432000 4194304 4196468 140726843184032 139843936389776 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10659088 memory=-2752621353146282308 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44080871 10914906112 104071 33554432000 4194304 4196468 140726843184032 139843505056240 139844013484674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0

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

[startup+534.402 s]
/proc/loadavg: 7.86 6.90 4.95 9/217 2541
/proc/meminfo: memFree=3817016/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10794416 memory=8271176 CPUtime=1895.56 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 2166974 0 0 0 188669 887 0 0 20 0 16 0 44080867 11053481984 2067794 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2698604 2067794 3231 1 0 2661057 0
[pid=2431/tid=2433] ppid=2428 vsize=10794416 memory=2428 CPUtime=44.5 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) S 2428 2431 1669 0 -1 1077944384 24326 0 0 0 4416 34 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139844017714208 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10794416 memory=1004 CPUtime=454.98 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) R 2428 2431 1669 0 -1 4202560 538645 0 0 0 45288 210 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843939547608 139843998174112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10794416 memory=11956 CPUtime=452.99 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) R 2428 2431 1669 0 -1 4202560 538646 0 0 0 45093 206 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843938494864 139843995083315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10794416 memory=5520 CPUtime=452.99 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) R 2428 2431 1669 0 -1 4202560 606610 0 0 0 45077 222 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843937442520 139843998463078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10794416 memory=1296 CPUtime=454.37 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) R 2428 2431 1669 0 -1 4202560 308957 0 0 0 45241 196 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843936389976 139844006573187 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10794416 memory=2428 CPUtime=27.23 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 1669 0 -1 1077944384 109862 0 0 0 2717 6 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843505054784 139844013483733 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10794416 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843504002528 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843502949888 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10794416 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10794416 memory=5520 CPUtime=3.43 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 1669 0 -1 1077944384 14291 0 0 0 341 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843500845088 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10794416 memory=792 CPUtime=4.03 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 1669 0 -1 1077944384 15782 0 0 0 401 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843499792256 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10794416 memory=1228 CPUtime=0.74 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 1669 0 -1 1077944384 6433 0 0 0 73 1 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843498740000 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10794416 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10794416 memory=8271176 CPUtime=0.21 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1956 0 0 0 10 11 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2540] ppid=2428 vsize=10794416 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2540/stat : 2540 (java) S 2428 2431 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44133745 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843493482160 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 1895.56 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8271176 KiB

[startup+536.002 s]*
/proc/loadavg: 7.87 6.92 4.96 9/217 2541
/proc/meminfo: memFree=3817016/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10794416 memory=8271176 CPUtime=1901.97 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 2167278 0 0 0 189310 887 0 0 20 0 16 0 44080867 11053481984 2067794 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2698604 2067794 3231 1 0 2661057 0
[pid=2431/tid=2433] ppid=2428 vsize=10794416 memory=8112282956445269571 CPUtime=44.5 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) S 2428 2431 1669 0 -1 1077944384 24326 0 0 0 4416 34 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139844017714208 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10794416 memory=4126316290023845779 CPUtime=456.59 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) R 2428 2431 1669 0 -1 4202560 538651 0 0 0 45449 210 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843939547608 139843998173965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10794416 memory=-7098067184738182688 CPUtime=454.6 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) R 2428 2431 1669 0 -1 4202560 538646 0 0 0 45254 206 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843938494752 139843998174202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10794416 memory=288285567387713104 CPUtime=454.6 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) R 2428 2431 1669 0 -1 4202560 606620 0 0 0 45238 222 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843937442520 139843998173344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10794416 memory=7380106142448642414 CPUtime=455.95 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) R 2428 2431 1669 0 -1 4202560 309245 0 0 0 45399 196 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843936389976 139843990698336 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10794416 memory=13275743914299 CPUtime=27.23 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 1669 0 -1 1077944384 109862 0 0 0 2717 6 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843505054784 139844013483733 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10794416 memory=302585828469899288 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843504002528 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10794416 memory=-9174445032661854264 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843502949888 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10794416 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10794416 memory=320881684725891365 CPUtime=3.43 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 1669 0 -1 1077944384 14291 0 0 0 341 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843500845088 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10794416 memory=15821084087813537 CPUtime=4.03 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 1669 0 -1 1077944384 15782 0 0 0 401 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843499792256 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10794416 memory=-2893623298589923098 CPUtime=0.74 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 1669 0 -1 1077944384 6433 0 0 0 73 1 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843498740000 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10794416 memory=-3253322038155611931 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10794416 memory=4028 CPUtime=0.21 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1956 0 0 0 10 11 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2540] ppid=2428 vsize=10794416 memory=14900 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2540/stat : 2540 (java) S 2428 2431 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44133745 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843493482160 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 1901.97 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8271176 KiB

[startup+536.802 s]
/proc/loadavg: 7.87 6.92 4.96 9/217 2541
/proc/meminfo: memFree=3817016/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10794416 memory=8271176 CPUtime=1903.55 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 2167427 0 0 0 189468 887 0 0 20 0 16 0 44080867 11053481984 2067794 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2698604 2067794 3231 1 0 2661057 0
[pid=2431/tid=2433] ppid=2428 vsize=10794416 memory=2340 CPUtime=44.5 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) S 2428 2431 1669 0 -1 1077944384 24326 0 0 0 4416 34 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139844017714208 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10794416 memory=8112282956445269571 CPUtime=456.85 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 1669 0 -1 1077944384 538655 0 0 0 45475 210 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843939547408 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10794416 memory=8384 CPUtime=454.86 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 1669 0 -1 1077944384 538650 0 0 0 45280 206 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843938494864 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10794416 memory=1712 CPUtime=454.86 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 1669 0 -1 1077944384 606628 0 0 0 45264 222 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843937442320 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10794416 memory=1200 CPUtime=456.21 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 1669 0 -1 1077944384 309249 0 0 0 45425 196 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843936389776 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10794416 memory=8112282956445269571 CPUtime=27.75 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) R 2428 2431 1669 0 -1 4202560 109991 0 0 0 2769 6 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843505054672 139843998469894 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10794416 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843504002528 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10794416 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843502949888 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10794416 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10794416 memory=792 CPUtime=3.43 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 1669 0 -1 1077944384 14291 0 0 0 341 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843500845088 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10794416 memory=8271176 CPUtime=4.03 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 1669 0 -1 1077944384 15782 0 0 0 401 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843499792256 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10794416 memory=14900 CPUtime=0.74 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 1669 0 -1 1077944384 6433 0 0 0 73 1 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843498740000 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10794416 memory=2428 CPUtime=0.21 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1956 0 0 0 10 11 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2540] ppid=2428 vsize=10794416 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2540/stat : 2540 (java) S 2428 2431 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44133745 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843493482160 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 1903.55 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8271176 KiB

[startup+537.001 s]*
/proc/loadavg: 7.87 6.92 4.96 6/217 2541
/proc/meminfo: memFree=3817016/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=10794416 memory=8271176 CPUtime=1903.76 cores=1,3,5,7
/proc/2431/stat : 2431 (java) S 2428 2431 1669 0 -1 1077944320 2167427 0 0 0 189489 887 0 0 20 0 16 0 44080867 11053481984 2067794 33554432000 4194304 4196468 140726843184032 140726843166576 139844013473527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
/proc/2431/statm: 2698604 2067794 3231 1 0 2661057 0
[pid=2431/tid=2433] ppid=2428 vsize=10794416 memory=8112282956445269571 CPUtime=44.5 cores=1,3,5,7
/proc/2431/task/2433/stat : 2433 (java) S 2428 2431 1669 0 -1 1077944384 24326 0 0 0 4416 34 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139844017714208 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2434] ppid=2428 vsize=10794416 memory=4126316290023845779 CPUtime=456.85 cores=1,3,5,7
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 1669 0 -1 1077944384 538655 0 0 0 45475 210 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843939547408 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2435] ppid=2428 vsize=10794416 memory=1696 CPUtime=454.86 cores=1,3,5,7
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 1669 0 -1 1077944384 538650 0 0 0 45280 206 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843938494864 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2436] ppid=2428 vsize=10794416 memory=920 CPUtime=454.86 cores=1,3,5,7
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 1669 0 -1 1077944384 606628 0 0 0 45264 222 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843937442320 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2437] ppid=2428 vsize=10794416 memory=3852 CPUtime=456.21 cores=1,3,5,7
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 1669 0 -1 1077944384 309249 0 0 0 45425 196 0 0 20 0 16 0 44080869 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843936389776 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2438] ppid=2428 vsize=10794416 memory=0 CPUtime=27.96 cores=1,3,5,7
/proc/2431/task/2438/stat : 2438 (java) R 2428 2431 1669 0 -1 4202560 109991 0 0 0 2790 6 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843505054672 139843991843688 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2439] ppid=2428 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 1669 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843504002528 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2440] ppid=2428 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 44080871 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843502949888 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2441] ppid=2428 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843501898448 139844013492123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2442] ppid=2428 vsize=10794416 memory=0 CPUtime=3.43 cores=1,3,5,7
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 1669 0 -1 1077944384 14291 0 0 0 341 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843500845088 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2443] ppid=2428 vsize=10794416 memory=0 CPUtime=4.03 cores=1,3,5,7
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 1669 0 -1 1077944384 15782 0 0 0 401 2 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843499792256 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2444] ppid=2428 vsize=10794416 memory=139801991873516 CPUtime=0.74 cores=1,3,5,7
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 1669 0 -1 1077944384 6433 0 0 0 73 1 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843498740000 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2445] ppid=2428 vsize=10794416 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843497687648 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2446] ppid=2428 vsize=10794416 memory=8148 CPUtime=0.21 cores=1,3,5,7
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 1669 0 -1 1077944384 1956 0 0 0 10 11 0 0 20 0 16 0 44080874 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843496635184 139844013484674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
[pid=2431/tid=2540] ppid=2428 vsize=10794416 memory=848 CPUtime=0 cores=1,3,5,7
/proc/2431/task/2540/stat : 2540 (java) S 2428 2431 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44133745 11053481984 2067794 33554432000 4194304 4196468 140726843184032 139843493482160 139844013483733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140726843188337 140726843188489 140726843188489 140726843191247 0
Current children cumulated CPU time: 1903.76 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8271176 KiB

Child status: 0
Real time (s): 537.079
CPU time (s): 1903.84
CPU user time (s): 1894.9
CPU system time (s): 8.94057
CPU usage (%): 354.48
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8271176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1894.9
system time used= 8.94057
maximum resident set size= 8271388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2167516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41430
involuntary context switches= 56037


# summary of solver processes directly reported to runsolver:
#   pid: 2431
#   total CPU time (s): 1903.84
#   total CPU user time (s): 1894.9
#   total CPU system time (s): 8.94057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11293 second user time and 5.41943 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 15:12:57
IDJOB=4292003
IDBENCH=141264
IDSOLVER=2742
FILE ID=node151/4292003-1532265176
RUNJOBID= node151-1532259931-1701
PBS_JOBID= 21018964
Free space on /tmp= 55004 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-02-0250_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292003-1532265176/watcher-4292003-1532265176 -o /tmp/evaluation-result-4292003-1532265176/solver-4292003-1532265176 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292003-1532265176.xml

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

MD5SUM BENCH= 9ab3e648243ddfeac66c66819bd63413
RANDOM SEED=2065424203

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12215000 kB
MemAvailable:   23603576 kB
Buffers:          243956 kB
Cached:         11292732 kB
SwapCached:            0 kB
Active:          9387032 kB
Inactive:       10525520 kB
Active(anon):    8378392 kB
Inactive(anon):    16936 kB
Active(file):    1008640 kB
Inactive(file): 10508584 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             70400 kB
Writeback:             0 kB
AnonPages:       8326324 kB
Mapped:            47596 kB
Shmem:             17032 kB
Slab:             326992 kB
SReclaimable:     299812 kB
SUnreclaim:        27180 kB
KernelStack:        3808 kB
PageTables:        21460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8648120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7819264 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= 54880 MiB
End job on node151 at 2018-07-22 15:21:54