Trace number 4291993

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? 1622.25 452.55

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-16-0260_c18.xml
MD5SUM3d35ef38e8714b8368aba06bbd25b59a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark372103316
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables6038
Number of constraints3927
Number of domains31
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2094},{"size":11,"count":1839},{"size":12,"count":1},{"size":21,"count":98},{"size":23,"count":52},{"size":33,"count":21},{"size":35,"count":35},{"size":39,"count":50},{"size":41,"count":27},{"size":43,"count":72},{"size":45,"count":55},{"size":59,"count":83},{"size":65,"count":46},{"size":67,"count":53},{"size":83,"count":41},{"size":99,"count":155},{"size":111,"count":164},{"size":114,"count":81},{"size":126,"count":165},{"size":146,"count":205},{"size":151,"count":696}]
Minimum variable degree2
Maximum variable degree1840
Distribution of variable degrees[{"degree":2,"count":5517},{"degree":4,"count":3},{"degree":5,"count":4},{"degree":6,"count":4},{"degree":7,"count":11},{"degree":8,"count":11},{"degree":9,"count":17},{"degree":10,"count":28},{"degree":11,"count":24},{"degree":12,"count":23},{"degree":13,"count":37},{"degree":14,"count":44},{"degree":15,"count":45},{"degree":16,"count":38},{"degree":17,"count":46},{"degree":18,"count":63},{"degree":19,"count":76},{"degree":20,"count":46},{"degree":1840,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":249},{"arity":3,"count":1839},{"arity":6,"count":1839}]
Number of extensional constraints1839
Number of intensional constraints2088
Distribution of constraint types[{"type":"extension","count":1839},{"type":"intension","count":2088}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291993-1532265054/watcher-4291993-1532265054 -o /tmp/evaluation-result-4291993-1532265054/solver-4291993-1532265054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291993-1532265054.xml 

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

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

solver pid=4823, runsolver pid=4820

[startup+0.100066 s]*
/proc/loadavg: 5.05 5.23 4.57 3/217 4838
/proc/meminfo: memFree=17229716/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10659012 memory=29492 CPUtime=0.13 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 6991 0 0 0 12 1 0 0 20 0 15 0 44068282 10914828288 7373 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2664753 7373 2817 1 0 2627263 0
[pid=4823/tid=4825] ppid=4820 vsize=10659012 memory=-8535551032185156800 CPUtime=0.08 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) R 4820 4823 3751 0 -1 4202560 4787 0 0 0 8 0 0 0 20 0 15 0 44068282 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421912811376 140421908618646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421515110672 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421514058128 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421513005584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) S 4820 4823 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421511953040 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) S 4820 4823 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068284 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421213571568 140421908617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44068285 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421212517792 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44068285 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421211465200 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068287 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) S 4820 4823 3751 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 44068287 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421209360368 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) S 4820 4823 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068288 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421208307824 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0.02 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) R 4820 4823 3751 0 -1 4202560 392 0 0 0 2 0 0 0 20 0 15 0 44068288 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421207255280 140421887237504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068288 10914828288 7373 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068288 10914828288 7373 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29492 KiB

[startup+0.210593 s]*
/proc/loadavg: 5.05 5.23 4.57 4/217 4838
/proc/meminfo: memFree=17219172/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10659012 memory=39996 CPUtime=0.33 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 8120 0 0 0 32 1 0 0 20 0 15 0 44068282 10914828288 9999 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2664753 9999 2987 1 0 2627263 0
[pid=4823/tid=4825] ppid=4820 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) R 4820 4823 3751 0 -1 4202560 5130 0 0 0 19 1 0 0 20 0 15 0 44068282 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421912842992 140421892650341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421515110672 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10659012 memory=139820939043487 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421514058128 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421513005584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) S 4820 4823 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421511953040 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) S 4820 4823 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068284 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421213571568 140421908617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44068285 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421212517792 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44068285 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421211465200 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068287 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) S 4820 4823 3751 0 -1 1077944384 695 0 0 0 2 0 0 0 20 0 15 0 44068287 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421209360368 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) S 4820 4823 3751 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 15 0 44068288 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421208307824 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0.08 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) S 4820 4823 3751 0 -1 1077944384 817 0 0 0 8 0 0 0 20 0 15 0 44068288 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421207255280 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068288 10914828288 9999 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068288 10914828288 9999 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39996 KiB

[startup+0.310474 s]*
/proc/loadavg: 5.05 5.22 4.57 5/217 4838
/proc/meminfo: memFree=17203664/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10659012 memory=57464 CPUtime=0.59 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 9854 0 0 0 57 2 0 0 20 0 15 0 44068282 10914828288 14366 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2664753 14366 3049 1 0 2627263 0
[pid=4823/tid=4825] ppid=4820 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) R 4820 4823 3751 0 -1 4202560 5484 0 0 0 28 1 0 0 20 0 15 0 44068282 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421912842496 140421908628637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10659012 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421515110672 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10659012 memory=139820939103993 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421514058128 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421513005584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) S 4820 4823 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068283 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421511953040 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) S 4820 4823 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44068284 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421213571568 140421908617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44068285 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421212517792 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44068285 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421211465200 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068287 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) R 4820 4823 3751 0 -1 4202560 1319 0 0 0 7 0 0 0 20 0 15 0 44068287 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421209350904 140421889308375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) R 4820 4823 3751 0 -1 4202560 512 0 0 0 7 0 0 0 20 0 15 0 44068288 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421208307952 140421900843838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0.13 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) R 4820 4823 3751 0 -1 1077944384 1254 0 0 0 13 0 0 0 20 0 15 0 44068288 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421207255280 140421908617858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068288 10914828288 14366 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10659012 memory=139820939019904 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068288 10914828288 14366 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 57464 KiB

[startup+0.701384 s]
/proc/loadavg: 5.05 5.22 4.57 6/217 4838
/proc/meminfo: memFree=16990864/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10659088 memory=295048 CPUtime=1.7 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 12447 0 0 0 148 22 0 0 20 0 15 0 44068282 10914906112 73762 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2664772 73762 3109 1 0 2627263 0
[pid=4823/tid=4825] ppid=4820 vsize=10659088 memory=18460 CPUtime=0.61 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) R 4820 4823 3751 0 -1 1077944384 5948 0 0 0 56 5 0 0 20 0 15 0 44068282 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421912844656 140421908616917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10659088 memory=10096 CPUtime=0.05 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) S 4820 4823 3751 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 44068283 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421515110672 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10659088 memory=1788 CPUtime=0.06 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) S 4820 4823 3751 0 -1 1077944384 65 0 0 0 2 4 0 0 20 0 15 0 44068283 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421514058128 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10659088 memory=644 CPUtime=0.05 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) S 4820 4823 3751 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 15 0 44068283 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421513005584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10659088 memory=952 CPUtime=0.05 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) S 4820 4823 3751 0 -1 1077944384 55 0 0 0 2 3 0 0 20 0 15 0 44068283 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421511953040 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) S 4820 4823 3751 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44068284 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421213571568 140421908617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44068285 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421212517792 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 44068285 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421211465200 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068287 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10659088 memory=6081105704601809001 CPUtime=0.32 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) R 4820 4823 3751 0 -1 4202560 2106 0 0 0 32 0 0 0 20 0 15 0 44068287 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421209359552 140421888103671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10659088 memory=6076878065162868073 CPUtime=0.28 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) R 4820 4823 3751 0 -1 4202560 1134 0 0 0 28 0 0 0 20 0 15 0 44068288 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421208307824 140421889307008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10659088 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) R 4820 4823 3751 0 -1 4202560 1584 0 0 0 21 0 0 0 20 0 15 0 44068288 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421207251232 140421908618646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44068288 10914906112 73762 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44068288 10914906112 73762 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 295048 KiB

[startup+1.50111 s]
/proc/loadavg: 5.05 5.22 4.57 5/217 4838
/proc/meminfo: memFree=16945020/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10659088 memory=419772 CPUtime=4.24 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 18968 0 0 0 390 34 0 0 20 0 15 0 44068282 10914906112 104943 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2664772 104943 3134 1 0 2627263 0
[pid=4823/tid=4825] ppid=4820 vsize=10659088 memory=411876 CPUtime=1.34 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) R 4820 4823 3751 0 -1 4202560 6073 0 0 0 129 5 0 0 20 0 15 0 44068282 10914906112 104943 33554432000 4194304 4196468 140727864275776 140421912843928 140421549540863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10659088 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) S 4820 4823 3751 0 -1 1077944384 202 0 0 0 4 7 0 0 20 0 15 0 44068283 10914906112 104943 33554432000 4194304 4196468 140727864275776 140421515110672 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10659088 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) S 4820 4823 3751 0 -1 1077944384 194 0 0 0 4 7 0 0 20 0 15 0 44068283 10914906112 104943 33554432000 4194304 4196468 140727864275776 140421514058128 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) S 4820 4823 3751 0 -1 1077944384 169 0 0 0 2 5 0 0 20 0 15 0 44068283 10914906112 104943 33554432000 4194304 4196468 140727864275776 140421513005584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) S 4820 4823 3751 0 -1 1077944384 85 0 0 0 3 4 0 0 20 0 15 0 44068283 10914906112 104943 33554432000 4194304 4196468 140727864275776 140421511953040 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) S 4820 4823 3751 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44068284 10914906112 104943 33554432000 4194304 4196468 140727864275776 140421213571568 140421908617858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0

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

/proc/4823/task/4825/stat : 4825 (java) S 4820 4823 3751 0 -1 1077944384 23583 0 0 0 3328 34 0 0 20 0 16 0 44068282 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421912847392 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10794416 memory=8112282956445269571 CPUtime=387.57 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) R 4820 4823 3751 0 -1 4202560 398559 0 0 0 38577 180 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421515110560 140421893307402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10794416 memory=8361204 CPUtime=386.68 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) R 4820 4823 3751 0 -1 4202560 337305 0 0 0 38490 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421514058128 140421893603078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10794416 memory=2408 CPUtime=386.01 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) R 4820 4823 3751 0 -1 4202560 313707 0 0 0 38414 187 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421513005584 140421893307399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10794416 memory=1724 CPUtime=386.32 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) R 4820 4823 3751 0 -1 4202560 256993 0 0 0 38454 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421511953240 140421890216487 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10794416 memory=8112282956445269571 CPUtime=22.94 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) S 4820 4823 3751 0 -1 1077944384 111099 0 0 0 2289 5 0 0 20 0 16 0 44068284 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421213570112 140421908616917 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10794416 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421212517856 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10794416 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421211465216 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10794416 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10794416 memory=1204 CPUtime=4.29 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) S 4820 4823 3751 0 -1 1077944384 25215 0 0 0 426 3 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421209360416 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10794416 memory=8361204 CPUtime=4.02 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) S 4820 4823 3751 0 -1 1077944384 16785 0 0 0 400 2 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421208307584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10794416 memory=8361204 CPUtime=0.73 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) S 4820 4823 3751 0 -1 1077944384 5862 0 0 0 72 1 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421207255328 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10794416 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10794416 memory=916 CPUtime=0.32 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1823 0 0 0 18 14 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4846] ppid=4820 vsize=10794416 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4846/stat : 4846 (java) S 4820 4823 3751 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44112707 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420558175920 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 1612.59 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8361208 KiB

[startup+451.201 s]
/proc/loadavg: 4.99 4.78 4.54 6/217 4847
/proc/meminfo: memFree=8512472/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10794416 memory=8361208 CPUtime=1618.96 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 1492575 0 0 0 161121 775 0 0 20 0 16 0 44068282 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2698604 2090302 3235 1 0 2661057 0
[pid=4823/tid=4825] ppid=4820 vsize=10794416 memory=8361204 CPUtime=33.62 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) S 4820 4823 3751 0 -1 1077944384 23583 0 0 0 3328 34 0 0 20 0 16 0 44068282 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421912847392 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10794416 memory=8361204 CPUtime=389.17 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) R 4820 4823 3751 0 -1 4202560 398587 0 0 0 38737 180 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421515110560 140421893306576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10794416 memory=8361208 CPUtime=388.28 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) R 4820 4823 3751 0 -1 4202560 337346 0 0 0 38650 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421514058328 140421893603220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10794416 memory=1408 CPUtime=387.61 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) R 4820 4823 3751 0 -1 4202560 313738 0 0 0 38574 187 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421513005584 140421893603135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10794416 memory=3268 CPUtime=387.89 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) R 4820 4823 3751 0 -1 4202560 257034 0 0 0 38611 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421511953240 140421901706392 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10794416 memory=8361204 CPUtime=22.94 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) S 4820 4823 3751 0 -1 1077944384 111099 0 0 0 2289 5 0 0 20 0 16 0 44068284 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421213570112 140421908616917 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10794416 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421212517856 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10794416 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421211465216 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10794416 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10794416 memory=8112282956445269571 CPUtime=4.29 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) S 4820 4823 3751 0 -1 1077944384 25215 0 0 0 426 3 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421209360416 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10794416 memory=14896 CPUtime=4.02 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) S 4820 4823 3751 0 -1 1077944384 16785 0 0 0 400 2 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421208307584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10794416 memory=1296 CPUtime=0.73 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) S 4820 4823 3751 0 -1 1077944384 5862 0 0 0 72 1 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421207255328 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10794416 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10794416 memory=8112282956445269571 CPUtime=0.32 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1823 0 0 0 18 14 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4846] ppid=4820 vsize=10794416 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4846/stat : 4846 (java) S 4820 4823 3751 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44112707 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420558175920 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 1618.96 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8361208 KiB

[startup+452.001 s]*
/proc/loadavg: 4.99 4.78 4.54 3/217 4847
/proc/meminfo: memFree=8512472/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10794416 memory=8361208 CPUtime=1621.7 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 1492660 0 0 0 161395 775 0 0 20 0 16 0 44068282 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2698604 2090302 3235 1 0 2661057 0
[pid=4823/tid=4825] ppid=4820 vsize=10794416 memory=15872 CPUtime=33.62 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) S 4820 4823 3751 0 -1 1077944384 23583 0 0 0 3328 34 0 0 20 0 16 0 44068282 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421912847392 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10794416 memory=4126316290023845779 CPUtime=389.82 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) S 4820 4823 3751 0 -1 1077944384 398609 0 0 0 38802 180 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421515110672 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10794416 memory=7284 CPUtime=388.92 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) S 4820 4823 3751 0 -1 1077944384 337367 0 0 0 38714 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421514058128 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10794416 memory=840 CPUtime=388.25 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) S 4820 4823 3751 0 -1 1077944384 313766 0 0 0 38638 187 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421513005584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10794416 memory=1800 CPUtime=388.53 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) S 4820 4823 3751 0 -1 1077944384 257048 0 0 0 38675 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421511953040 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10794416 memory=916 CPUtime=23.11 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) R 4820 4823 3751 0 -1 4202560 111099 0 0 0 2306 5 0 0 20 0 16 0 44068284 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421213570112 140421893603115 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10794416 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421212517856 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10794416 memory=2872 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421211465216 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10794416 memory=2864 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10794416 memory=4100 CPUtime=4.29 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) S 4820 4823 3751 0 -1 1077944384 25215 0 0 0 426 3 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421209360416 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10794416 memory=1408 CPUtime=4.02 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) S 4820 4823 3751 0 -1 1077944384 16785 0 0 0 400 2 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421208307584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10794416 memory=3268 CPUtime=0.73 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) S 4820 4823 3751 0 -1 1077944384 5862 0 0 0 72 1 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421207255328 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10794416 memory=1257372 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10794416 memory=1404 CPUtime=0.32 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1823 0 0 0 18 14 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4846] ppid=4820 vsize=10794416 memory=3204 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4846/stat : 4846 (java) S 4820 4823 3751 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44112707 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420558175920 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 1621.7 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8361208 KiB

[startup+452.401 s]
/proc/loadavg: 4.99 4.78 4.54 3/217 4847
/proc/meminfo: memFree=8512472/32770624 swapFree=67108860/67108860
[pid=4823] ppid=4820 vsize=10794416 memory=8361208 CPUtime=1622.09 cores=1,3,5,7
/proc/4823/stat : 4823 (java) S 4820 4823 3751 0 -1 1077944320 1492702 0 0 0 161434 775 0 0 20 0 16 0 44068282 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140727864258320 140421908606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
/proc/4823/statm: 2698604 2090302 3235 1 0 2661057 0
[pid=4823/tid=4825] ppid=4820 vsize=10794416 memory=15872 CPUtime=33.62 cores=1,3,5,7
/proc/4823/task/4825/stat : 4825 (java) S 4820 4823 3751 0 -1 1077944384 23583 0 0 0 3328 34 0 0 20 0 16 0 44068282 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421912847392 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4826] ppid=4820 vsize=10794416 memory=4008 CPUtime=389.82 cores=1,3,5,7
/proc/4823/task/4826/stat : 4826 (java) S 4820 4823 3751 0 -1 1077944384 398609 0 0 0 38802 180 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421515110672 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4827] ppid=4820 vsize=10794416 memory=18460 CPUtime=388.92 cores=1,3,5,7
/proc/4823/task/4827/stat : 4827 (java) S 4820 4823 3751 0 -1 1077944384 337367 0 0 0 38714 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421514058128 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4828] ppid=4820 vsize=10794416 memory=10096 CPUtime=388.25 cores=1,3,5,7
/proc/4823/task/4828/stat : 4828 (java) S 4820 4823 3751 0 -1 1077944384 313766 0 0 0 38638 187 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421513005584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4829] ppid=4820 vsize=10794416 memory=8112282956445269571 CPUtime=388.53 cores=1,3,5,7
/proc/4823/task/4829/stat : 4829 (java) S 4820 4823 3751 0 -1 1077944384 257048 0 0 0 38675 178 0 0 20 0 16 0 44068283 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421511953040 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4830] ppid=4820 vsize=10794416 memory=1004 CPUtime=23.5 cores=1,3,5,7
/proc/4823/task/4830/stat : 4830 (java) R 4820 4823 3751 0 -1 4202560 111142 0 0 0 2345 5 0 0 20 0 16 0 44068284 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421213570112 140421893064314 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4831] ppid=4820 vsize=10794416 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4831/stat : 4831 (java) S 4820 4823 3751 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421212517856 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4832] ppid=4820 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4832/stat : 4832 (java) S 4820 4823 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44068285 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421211465216 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4833] ppid=4820 vsize=10794416 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4833/stat : 4833 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421210413776 140421908625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4834] ppid=4820 vsize=10794416 memory=3268 CPUtime=4.29 cores=1,3,5,7
/proc/4823/task/4834/stat : 4834 (java) S 4820 4823 3751 0 -1 1077944384 25215 0 0 0 426 3 0 0 20 0 16 0 44068287 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421209360416 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4835] ppid=4820 vsize=10794416 memory=1257372 CPUtime=4.02 cores=1,3,5,7
/proc/4823/task/4835/stat : 4835 (java) S 4820 4823 3751 0 -1 1077944384 16785 0 0 0 400 2 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421208307584 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4836] ppid=4820 vsize=10794416 memory=1404 CPUtime=0.73 cores=1,3,5,7
/proc/4823/task/4836/stat : 4836 (java) S 4820 4823 3751 0 -1 1077944384 5862 0 0 0 72 1 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421207255328 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4837] ppid=4820 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4837/stat : 4837 (java) S 4820 4823 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140421206202976 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4838] ppid=4820 vsize=10794416 memory=1257372 CPUtime=0.33 cores=1,3,5,7
/proc/4823/task/4838/stat : 4838 (java) S 4820 4823 3751 0 -1 1077944384 1823 0 0 0 19 14 0 0 20 0 16 0 44068288 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420561328944 140421908617858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
[pid=4823/tid=4846] ppid=4820 vsize=10794416 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/4823/task/4846/stat : 4846 (java) S 4820 4823 3751 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44112707 11053481984 2090302 33554432000 4194304 4196468 140727864275776 140420558175920 140421908616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10915840 140727864280177 140727864280329 140727864280329 140727864283087 0
Current children cumulated CPU time: 1622.09 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8361208 KiB

[startup+452.501 s]*
/proc/loadavg: 4.99 4.78 4.54 3/203 4847
/proc/meminfo: memFree=9542016/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): 452.55
CPU time (s): 1622.25
CPU user time (s): 1614.44
CPU system time (s): 7.80711
CPU usage (%): 358.468
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8361208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1614.44
system time used= 7.8071
maximum resident set size= 8361320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1492795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30780
involuntary context switches= 15352


# summary of solver processes directly reported to runsolver:
#   pid: 4823
#   total CPU time (s): 1622.25
#   total CPU user time (s): 1614.44
#   total CPU system time (s): 7.80711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.7556 second user time and 4.60948 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 15:10:54
IDJOB=4291993
IDBENCH=141262
IDSOLVER=2742
FILE ID=node106/4291993-1532265054
RUNJOBID= node106-1532261164-3783
PBS_JOBID= 21018972
Free space on /tmp= 52940 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-16-0260_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291993-1532265054/watcher-4291993-1532265054 -o /tmp/evaluation-result-4291993-1532265054/solver-4291993-1532265054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291993-1532265054.xml

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

MD5SUM BENCH= 3d35ef38e8714b8368aba06bbd25b59a
RANDOM SEED=1611721869

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17245668 kB
MemAvailable:   31055804 kB
Buffers:          243828 kB
Cached:         13654660 kB
SwapCached:            0 kB
Active:          2237064 kB
Inactive:       12598536 kB
Active(anon):     939732 kB
Inactive(anon):    17096 kB
Active(file):    1297332 kB
Inactive(file): 12581440 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             93048 kB
Writeback:             0 kB
AnonPages:        944020 kB
Mapped:            47564 kB
Shmem:             17036 kB
Slab:             387360 kB
SReclaimable:     359824 kB
SUnreclaim:        27536 kB
KernelStack:        3536 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2205412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52936 MiB
End job on node106 at 2018-07-22 15:18:27