Trace number 4291988

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? 1864.21 515.013

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-04-0300_c18.xml
MD5SUMd2f9cd7b3c3026f57264f10c0685d9a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26739930
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints1561
Number of intensional constraints1799
Distribution of constraint types[{"type":"extension","count":1561},{"type":"intension","count":1799}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291988-1532265051/watcher-4291988-1532265051 -o /tmp/evaluation-result-4291988-1532265051/solver-4291988-1532265051 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291988-1532265051.xml 

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

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


[startup+0.100363 s]*
/proc/loadavg: 1.92 2.02 2.05 3/216 812
/proc/meminfo: memFree=21367160/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10659012 memory=30488 CPUtime=0.12 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 6672 0 0 0 11 1 0 0 20 0 15 0 44068347 10914828288 7622 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2664753 7622 2809 1 0 2627263 0
[pid=797/tid=799] ppid=794 vsize=10659012 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) R 794 797 32641 0 -1 4202560 4525 0 0 0 9 0 0 0 20 0 15 0 44068347 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672696653680 139672692470941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) S 794 797 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672618523152 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10659012 memory=140272876152176 CPUtime=0 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672617470608 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672616417552 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672615365008 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10659012 memory=140272876123776 CPUtime=0 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672184515312 139672692460162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672183461536 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672182408432 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) S 794 797 32641 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672180304112 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672179251568 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10659012 memory=140272876123776 CPUtime=0.02 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) R 794 797 32641 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 44068353 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672178198512 139672692460950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10659012 memory=140272876123776 CPUtime=0 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 7622 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210555 s]*
/proc/loadavg: 1.92 2.02 2.05 3/216 812
/proc/meminfo: memFree=21356152/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10659012 memory=41852 CPUtime=0.32 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 8059 0 0 0 31 1 0 0 20 0 15 0 44068347 10914828288 10463 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2664753 10463 3004 1 0 2627263 0
[pid=797/tid=799] ppid=794 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) R 794 797 32641 0 -1 4202560 5018 0 0 0 19 1 0 0 20 0 15 0 44068347 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672696685296 139672676492645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) S 794 797 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672618523152 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10659012 memory=140272876152176 CPUtime=0 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672617470608 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672616417552 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672615365008 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10659012 memory=140272876123776 CPUtime=0 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672184515312 139672692460162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672183461536 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672182408432 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) S 794 797 32641 0 -1 1077944384 765 0 0 0 2 0 0 0 20 0 15 0 44068353 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672180304208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) S 794 797 32641 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 44068353 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672179251568 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10659012 memory=140272876123776 CPUtime=0.07 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) R 794 797 32641 0 -1 4202560 719 0 0 0 7 0 0 0 20 0 15 0 44068353 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672178198512 139672692460950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10659012 memory=140272876123776 CPUtime=0 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 10463 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41852 KiB

[startup+0.316212 s]*
/proc/loadavg: 1.92 2.02 2.05 5/216 812
/proc/meminfo: memFree=21344004/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10659012 memory=53904 CPUtime=0.59 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 9572 0 0 0 58 1 0 0 20 0 15 0 44068347 10914828288 13476 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2664753 13476 3053 1 0 2627263 0
[pid=797/tid=799] ppid=794 vsize=10659012 memory=6935054825532540783 CPUtime=0.31 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) R 794 797 32641 0 -1 4202560 5370 0 0 0 30 1 0 0 20 0 15 0 44068347 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672696685104 139672692470941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10659012 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) S 794 797 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672618523152 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10659012 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672617470608 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10659012 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672616417552 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10659012 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068348 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672615365008 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10659012 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672184515312 139672692460162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10659012 memory=800 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672183461536 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10659012 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44068350 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672182408432 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10659012 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) R 794 797 32641 0 -1 4202560 1111 0 0 0 8 0 0 0 20 0 15 0 44068353 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672180290656 139672670474889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) R 794 797 32641 0 -1 4202560 764 0 0 0 7 0 0 0 20 0 15 0 44068353 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672179231632 139672675945533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10659012 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) R 794 797 32641 0 -1 1077944384 1002 0 0 0 13 0 0 0 20 0 15 0 44068353 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672178198512 139672692460162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068353 10914828288 13542 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 53904 KiB

[startup+0.710213 s]
/proc/loadavg: 1.92 2.02 2.05 6/216 812
/proc/meminfo: memFree=21160868/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10659088 memory=298084 CPUtime=1.68 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 12705 0 0 0 148 20 0 0 20 0 15 0 44068347 10914906112 74521 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2664772 74521 3097 1 0 2627263 0
[pid=797/tid=799] ppid=794 vsize=10659088 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) R 794 797 32641 0 -1 4202560 5811 0 0 0 56 6 0 0 20 0 15 0 44068347 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672696686736 139672286273401 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10659088 memory=5931336810572699984 CPUtime=0.04 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) S 794 797 32641 0 -1 1077944384 55 0 0 0 2 2 0 0 20 0 15 0 44068348 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672618523152 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10659088 memory=7447090482527627088 CPUtime=0.05 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) S 794 797 32641 0 -1 1077944384 66 0 0 0 3 2 0 0 20 0 15 0 44068348 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672617470608 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10659088 memory=7085680916056926290 CPUtime=0.04 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) S 794 797 32641 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 15 0 44068348 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672616417552 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10659088 memory=1296 CPUtime=0.05 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) S 794 797 32641 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 15 0 44068348 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672615365008 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10659088 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44068350 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672184515312 139672692460162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10659088 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44068350 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672183461536 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44068350 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672182408432 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10659088 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10659088 memory=4616 CPUtime=0.36 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) R 794 797 32641 0 -1 4202560 2725 0 0 0 36 0 0 0 20 0 15 0 44068353 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672180289576 139672678489579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10659088 memory=1428 CPUtime=0.26 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) R 794 797 32641 0 -1 4202560 1225 0 0 0 26 0 0 0 20 0 15 0 44068353 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672179237664 139672673993203 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10659088 memory=12976 CPUtime=0.17 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) R 794 797 32641 0 -1 4202560 1265 0 0 0 17 0 0 0 20 0 15 0 44068353 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672178194456 139672671387065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10659088 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068353 10914906112 74521 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 298084 KiB

[startup+1.50077 s]
/proc/loadavg: 1.92 2.02 2.05 5/216 812
/proc/meminfo: memFree=20971100/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10661056 memory=463128 CPUtime=4.23 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 21397 0 0 0 386 37 0 0 20 0 15 0 44068347 10916921344 115782 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2665264 115782 3128 1 0 2627755 0
[pid=797/tid=799] ppid=794 vsize=10661056 memory=288230613214036277 CPUtime=1.33 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) R 794 797 32641 0 -1 4202560 5939 0 0 0 127 6 0 0 20 0 15 0 44068347 10916921344 115782 33554432000 4194304 4196468 140733058819888 139672696686680 139672289831301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10661056 memory=15257030327797065 CPUtime=0.11 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) S 794 797 32641 0 -1 1077944384 182 0 0 0 5 6 0 0 20 0 15 0 44068348 10916921344 115782 33554432000 4194304 4196468 140733058819888 139672618523152 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10661056 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) S 794 797 32641 0 -1 1077944384 177 0 0 0 6 6 0 0 20 0 15 0 44068348 10916921344 115782 33554432000 4194304 4196468 140733058819888 139672617470608 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10661056 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) S 794 797 32641 0 -1 1077944384 186 0 0 0 5 6 0 0 20 0 15 0 44068348 10916921344 115782 33554432000 4194304 4196468 140733058819888 139672616417552 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10661056 memory=7679927811743456362 CPUtime=0.12 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) S 794 797 32641 0 -1 1077944384 178 0 0 0 5 7 0 0 20 0 15 0 44068348 10916921344 115782 33554432000 4194304 4196468 140733058819888 139672615365008 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10661056 memory=-7740096080597194087 CPUtime=0 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44068350 10916921344 115782 33554432000 4194304 4196468 140733058819888 139672184515312 139672692460162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0

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


[startup+512.001 s]*
/proc/loadavg: 4.91 4.23 3.14 6/216 820
/proc/meminfo: memFree=10872260/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10661136 memory=8318248 CPUtime=1855.22 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 2901986 0 0 0 184608 914 0 0 20 0 15 0 44068347 10917003264 2079562 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2665284 2079562 3188 1 0 2627775 0
[pid=797/tid=799] ppid=794 vsize=10661136 memory=1428 CPUtime=33.83 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) S 794 797 32641 0 -1 1077944384 23743 0 0 0 3356 27 0 0 20 0 15 0 44068347 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672696688096 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10661136 memory=6935054825532540783 CPUtime=447.32 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) R 794 797 32641 0 -1 4202560 567034 0 0 0 44515 217 0 0 20 0 15 0 44068348 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672618523040 139672685552672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10661136 memory=8318244 CPUtime=447.22 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) R 794 797 32641 0 -1 4202560 679641 0 0 0 44513 209 0 0 20 0 15 0 44068348 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672617470608 139672677438489 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10661136 memory=8318248 CPUtime=446 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) R 794 797 32641 0 -1 4202560 635606 0 0 0 44368 232 0 0 20 0 15 0 44068348 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672616417552 139672677148835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10661136 memory=8318248 CPUtime=447.26 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) R 794 797 32641 0 -1 4202560 846766 0 0 0 44515 211 0 0 20 0 15 0 44068348 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672615365208 139672677148898 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10661136 memory=8318244 CPUtime=24.11 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 99461 0 0 0 2406 5 0 0 20 0 15 0 44068350 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672184513856 139672692459221 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10661136 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 44068350 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672183461600 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 44068350 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672182408448 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10661136 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10661136 memory=6944656575208382560 CPUtime=4.66 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) S 794 797 32641 0 -1 1077944384 23660 0 0 0 464 2 0 0 20 0 15 0 44068353 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672180304160 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10661136 memory=7811868905552833122 CPUtime=3.67 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) S 794 797 32641 0 -1 1077944384 17706 0 0 0 364 3 0 0 20 0 15 0 44068353 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672179251664 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10661136 memory=7451876751201100646 CPUtime=0.73 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) S 794 797 32641 0 -1 1077944384 5131 0 0 0 71 2 0 0 20 0 15 0 44068353 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672178198272 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10661136 memory=660 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10661136 memory=280545520401216 CPUtime=0.36 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1809 0 0 0 24 12 0 0 20 0 15 0 44068353 10917003264 2079562 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 1855.22 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8318248 KiB

[startup+513.601 s]
/proc/loadavg: 4.91 4.23 3.14 6/216 820
/proc/meminfo: memFree=10868164/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10661136 memory=8322348 CPUtime=1861.57 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 2903321 0 0 0 185242 915 0 0 20 0 15 0 44068347 10917003264 2080587 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2665284 2080587 3188 1 0 2627775 0
[pid=797/tid=799] ppid=794 vsize=10661136 memory=14880 CPUtime=33.83 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) S 794 797 32641 0 -1 1077944384 23743 0 0 0 3356 27 0 0 20 0 15 0 44068347 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672696688096 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10661136 memory=6947385649911455296 CPUtime=448.9 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) R 794 797 32641 0 -1 4202560 567314 0 0 0 44673 217 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672618523040 139672677438658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10661136 memory=44669 CPUtime=448.81 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) R 794 797 32641 0 -1 4202560 680020 0 0 0 44672 209 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672617470808 139672677438658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10661136 memory=2410 CPUtime=447.59 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) R 794 797 32641 0 -1 4202560 635919 0 0 0 44527 232 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672616417752 139672685553698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10661136 memory=0 CPUtime=448.84 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) R 794 797 32641 0 -1 4202560 847108 0 0 0 44672 212 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672615365208 139672677445419 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10661136 memory=6947385649911455296 CPUtime=24.11 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 99461 0 0 0 2406 5 0 0 20 0 15 0 44068350 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672184513856 139672692459221 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10661136 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 44068350 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672183461600 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10661136 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 44068350 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672182408448 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10661136 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10661136 memory=1428 CPUtime=4.66 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) S 794 797 32641 0 -1 1077944384 23660 0 0 0 464 2 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672180304160 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10661136 memory=8318248 CPUtime=3.67 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) S 794 797 32641 0 -1 1077944384 17706 0 0 0 364 3 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672179251664 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10661136 memory=1408 CPUtime=0.73 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) S 794 797 32641 0 -1 1077944384 5131 0 0 0 71 2 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672178198272 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10661136 memory=3092 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10661136 memory=2734060 CPUtime=0.36 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1830 0 0 0 24 12 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 1861.57 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8322348 KiB

[startup+514.401 s]
/proc/loadavg: 4.91 4.23 3.14 7/216 820
/proc/meminfo: memFree=10868164/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10661136 memory=8322348 CPUtime=1863.75 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 2904201 0 0 0 185460 915 0 0 20 0 15 0 44068347 10917003264 2080587 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2665284 2080587 3188 1 0 2627775 0
[pid=797/tid=799] ppid=794 vsize=10661136 memory=8170769317116537448 CPUtime=33.83 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) S 794 797 32641 0 -1 1077944384 23743 0 0 0 3356 27 0 0 20 0 15 0 44068347 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672696688096 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10661136 memory=8322348 CPUtime=449.38 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) S 794 797 32641 0 -1 1077944384 567441 0 0 0 44720 218 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672618523152 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10661136 memory=1696 CPUtime=449.28 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) S 794 797 32641 0 -1 1077944384 680150 0 0 0 44719 209 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672617470608 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10661136 memory=1232 CPUtime=448.05 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) S 794 797 32641 0 -1 1077944384 636071 0 0 0 44573 232 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672616417552 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10661136 memory=6947385649911455296 CPUtime=449.29 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) S 794 797 32641 0 -1 1077944384 847227 0 0 0 44717 212 0 0 20 0 15 0 44068348 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672615365008 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10661136 memory=6944656592455359580 CPUtime=24.44 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) R 794 797 32641 0 -1 4202560 99809 0 0 0 2439 5 0 0 20 0 15 0 44068350 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672184513744 139672676906618 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10661136 memory=-2748367524519556131 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 44068350 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672183461600 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 44068350 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672182408448 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10661136 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10661136 memory=644 CPUtime=4.66 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) S 794 797 32641 0 -1 1077944384 23660 0 0 0 464 2 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672180304160 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10661136 memory=956 CPUtime=3.67 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) S 794 797 32641 0 -1 1077944384 17706 0 0 0 364 3 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672179251664 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10661136 memory=1240 CPUtime=0.73 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) S 794 797 32641 0 -1 1077944384 5131 0 0 0 71 2 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672178198272 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10661136 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10661136 memory=1576 CPUtime=0.36 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1834 0 0 0 24 12 0 0 20 0 15 0 44068353 10917003264 2080587 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 1863.75 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8322348 KiB

[startup+514.801 s]
/proc/loadavg: 4.91 4.23 3.14 7/216 820
/proc/meminfo: memFree=10868164/32770624 swapFree=67108860/67108860
[pid=797] ppid=794 vsize=10794416 memory=8323276 CPUtime=1864.13 cores=0,2,4,6
/proc/797/stat : 797 (java) S 794 797 32641 0 -1 1077944320 2911009 0 0 0 185497 916 0 0 20 0 16 0 44068347 11053481984 2080819 33554432000 4194304 4196468 140733058819888 140733058802432 139672692449015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
/proc/797/statm: 2698604 2080819 3231 1 0 2661057 0
[pid=797/tid=799] ppid=794 vsize=10794416 memory=1240 CPUtime=33.86 cores=0,2,4,6
/proc/797/task/799/stat : 799 (java) S 794 797 32641 0 -1 1077944384 25131 0 0 0 3359 27 0 0 20 0 16 0 44068347 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672696689696 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=800] ppid=794 vsize=10794416 memory=2340 CPUtime=449.38 cores=0,2,4,6
/proc/797/task/800/stat : 800 (java) S 794 797 32641 0 -1 1077944384 567441 0 0 0 44720 218 0 0 20 0 16 0 44068348 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672618523152 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=801] ppid=794 vsize=10794416 memory=1576 CPUtime=449.28 cores=0,2,4,6
/proc/797/task/801/stat : 801 (java) S 794 797 32641 0 -1 1077944384 680150 0 0 0 44719 209 0 0 20 0 16 0 44068348 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672617470608 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=802] ppid=794 vsize=10794416 memory=928 CPUtime=448.05 cores=0,2,4,6
/proc/797/task/802/stat : 802 (java) S 794 797 32641 0 -1 1077944384 636071 0 0 0 44573 232 0 0 20 0 16 0 44068348 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672616417552 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=803] ppid=794 vsize=10794416 memory=2240 CPUtime=449.29 cores=0,2,4,6
/proc/797/task/803/stat : 803 (java) S 794 797 32641 0 -1 1077944384 847227 0 0 0 44717 212 0 0 20 0 16 0 44068348 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672615365008 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=804] ppid=794 vsize=10794416 memory=4124 CPUtime=24.74 cores=0,2,4,6
/proc/797/task/804/stat : 804 (java) S 794 797 32641 0 -1 1077944384 102571 0 0 0 2469 5 0 0 20 0 16 0 44068350 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672184515312 139672692460162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=805] ppid=794 vsize=10794416 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/797/task/805/stat : 805 (java) S 794 797 32641 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 44068350 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672183461600 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=806] ppid=794 vsize=10794416 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/797/task/806/stat : 806 (java) S 794 797 32641 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 44068350 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672182408448 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=807] ppid=794 vsize=10794416 memory=840 CPUtime=0 cores=0,2,4,6
/proc/797/task/807/stat : 807 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068353 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672181357008 139672692467611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=808] ppid=794 vsize=10794416 memory=1800 CPUtime=4.67 cores=0,2,4,6
/proc/797/task/808/stat : 808 (java) S 794 797 32641 0 -1 1077944384 24113 0 0 0 465 2 0 0 20 0 16 0 44068353 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672180304112 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=809] ppid=794 vsize=10794416 memory=916 CPUtime=3.67 cores=0,2,4,6
/proc/797/task/809/stat : 809 (java) S 794 797 32641 0 -1 1077944384 18169 0 0 0 364 3 0 0 20 0 16 0 44068353 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672179251568 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=810] ppid=794 vsize=10794416 memory=1948 CPUtime=0.74 cores=0,2,4,6
/proc/797/task/810/stat : 810 (java) S 794 797 32641 0 -1 1077944384 6810 0 0 0 72 2 0 0 20 0 16 0 44068353 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672178198512 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=811] ppid=794 vsize=10794416 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/797/task/811/stat : 811 (java) S 794 797 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068353 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672177146208 139672692459221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
[pid=797/tid=812] ppid=794 vsize=10794416 memory=6947385649911455296 CPUtime=0.36 cores=0,2,4,6
/proc/797/task/812/stat : 812 (java) S 794 797 32641 0 -1 1077944384 1834 0 0 0 24 12 0 0 20 0 16 0 44068353 11053481984 2080819 33554432000 4194304 4196468 140733058819888 139672176094256 139672692460162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21938176 140733058823281 140733058823433 140733058823433 140733058826191 0
Current children cumulated CPU time: 1864.13 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8323276 KiB

[startup+515.001 s]*
/proc/loadavg: 4.59 4.18 3.12 3/203 822
/proc/meminfo: memFree=17589532/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 515.013
CPU time (s): 1864.21
CPU user time (s): 1854.97
CPU system time (s): 9.24025
CPU usage (%): 361.974
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8323276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1854.97
system time used= 9.24025
maximum resident set size= 8323468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2911093
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= 36624
involuntary context switches= 22097


# summary of solver processes directly reported to runsolver:
#   pid: 797
#   total CPU time (s): 1864.21
#   total CPU user time (s): 1854.97
#   total CPU system time (s): 9.24025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.41635 second user time and 4.7875 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 15:10:52
IDJOB=4291988
IDBENCH=141261
IDSOLVER=2742
FILE ID=node136/4291988-1532265051
RUNJOBID= node136-1532260283-32672
PBS_JOBID= 21018966
Free space on /tmp= 57008 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-04-0300_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291988-1532265051/watcher-4291988-1532265051 -o /tmp/evaluation-result-4291988-1532265051/solver-4291988-1532265051 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291988-1532265051.xml

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

MD5SUM BENCH= d2f9cd7b3c3026f57264f10c0685d9a6
RANDOM SEED=1707920087

node136.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.50
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.50
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.50
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.50
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:        21383248 kB
MemAvailable:   31400496 kB
Buffers:          242584 kB
Cached:          9979480 kB
SwapCached:            0 kB
Active:          1764156 kB
Inactive:        9050864 kB
Active(anon):     595748 kB
Inactive(anon):    16916 kB
Active(file):    1168408 kB
Inactive(file):  9033948 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            107528 kB
Writeback:             0 kB
AnonPages:        678144 kB
Mapped:            47744 kB
Shmem:             17036 kB
Slab:             270252 kB
SReclaimable:     243352 kB
SUnreclaim:        26900 kB
KernelStack:        3888 kB
PageTables:         7020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1561012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57004 MiB
End job on node136 at 2018-07-22 15:19:27