Trace number 4289905

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? 665.289 226.923

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko90_c18.xml
MD5SUMe1bd5b7e730358cb8a15a6f1e37f47a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62971
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables8190
Number of constraints4006
Number of domains2
Minimum domain size8
Maximum domain size90
Distribution of domain sizes[{"size":8,"count":4005},{"size":90,"count":90}]
Minimum variable degree0
Maximum variable degree90
Distribution of variable degrees[{"degree":0,"count":4095},{"degree":2,"count":4005},{"degree":90,"count":90}]
Minimum constraint arity3
Maximum constraint arity90
Distribution of constraint arities[{"arity":3,"count":4005},{"arity":90,"count":1}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

665.12/226.68	Jul 22, 2018 1:12:50 AM org.sat4j.reader.XMLCSP3Reader parseInstance
665.12/226.68	INFO: Runtime exception
665.12/226.68	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
665.12/226.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
665.12/226.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
665.12/226.68		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
665.12/226.68		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
665.12/226.68		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
665.12/226.68		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
665.12/226.68		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
665.12/226.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
665.12/226.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
665.12/226.68		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
665.12/226.68		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
665.12/226.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
665.12/226.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
665.12/226.68		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
665.12/226.68		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
665.12/226.68		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
665.12/226.68		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
665.12/226.68		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
665.12/226.68		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
665.12/226.68		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 22 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 26 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 27 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 31 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 32 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 36 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 37 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 41 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 42 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 46 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 47 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 51 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 52 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 56 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 57 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 61 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 62 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 66 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 67 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 71 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 72 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 76 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 77 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 81 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 82 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 86 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 87 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		... 91 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		... 92 more
665.12/226.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
665.12/226.68		... 96 more
665.12/226.68	Caused by: java.lang.reflect.InvocationTargetException
665.12/226.68		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
665.12/226.68		... 96 more
665.12/226.68	Caused by: java.lang.OutOfMemoryError: Java heap space
665.12/226.68		at org.sat4j.core.Vec.ensure(Vec.java:176)
665.12/226.68		at org.sat4j.core.Vec.push(Vec.java:183)
665.12/226.68		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1971)
665.12/226.68		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
665.12/226.68		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
665.12/226.68		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
665.12/226.68		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:538)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
665.12/226.68		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
665.12/226.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
665.12/226.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
665.12/226.68		at java.lang.reflect.Method.invoke(Method.java:498)
665.12/226.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
665.12/226.68	
665.24/226.88	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
665.24/226.88	c This is free software under the dual EPL/GNU LGPL licenses.
665.24/226.88	c See www.sat4j.org for details.
665.24/226.88	c That software uses the Rhino library from the Mozilla project.
665.24/226.88	c version 2.3.6-SNAPSHOT
665.24/226.88	c java.runtime.name	Java(TM) SE Runtime Environment
665.24/226.88	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
665.24/226.88	c java.vm.version	25.131-b11
665.24/226.88	c java.vm.vendor	Oracle Corporation
665.24/226.88	c sun.arch.data.model	64
665.24/226.88	c java.version		1.8.0_131
665.24/226.88	c os.name		Linux
665.24/226.88	c os.version		3.10.0-514.16.1.el7.x86_64
665.24/226.88	c os.arch		amd64
665.24/226.88	c Free memory 		499604488
665.24/226.88	c Max memory 		7247757312
665.24/226.88	c Total memory 		504889344
665.24/226.88	c Number of processors 	4
665.24/226.88	c c --- Begin Solver configuration ---
665.24/226.88	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
665.24/226.88	c Learn all clauses as in MiniSAT
665.24/226.88	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
665.24/226.88	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
665.24/226.88	c No reason simplification
665.24/226.88	c Glucose 2.1 dynamic restart strategy
665.24/226.88	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
665.24/226.88	c timeout=2147483s
665.24/226.88	c DB Simplification allowed=false
665.24/226.88	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
665.24/226.88	c --- End Solver configuration ---
665.24/226.88	c starts		: 0
665.24/226.88	c conflicts		: 0
665.24/226.88	c decisions		: 0
665.24/226.88	c propagations		: 0
665.24/226.88	c inspects		: 0
665.24/226.88	c shortcuts		: 0
665.24/226.88	c learnt literals	: 0
665.24/226.88	c learnt binary clauses	: 0
665.24/226.88	c learnt ternary clauses	: 0
665.24/226.88	c learnt constraints	: 0
665.24/226.88	c ignored constraints	: 0
665.24/226.88	c root simplifications	: 0
665.24/226.88	c removed literals (reason simplification)	: 0
665.24/226.88	c reason swapping (by a shorter reason)	: 0
665.24/226.88	c Calls to reduceDB	: 0
665.24/226.88	c Number of update (reduction) of LBD	: 0
665.24/226.88	c Imported unit clauses	: 0
665.24/226.88	c number of reductions to clauses (during analyze)	: 0
665.24/226.88	c number of learned constraints concerned by reduction	: 0
665.24/226.88	c number of learning phase by resolution	: 0
665.24/226.88	c number of learning phase by cutting planes	: 0
665.24/226.88	c number of rounding to 1 operations	: 0
665.24/226.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
665.24/226.88	c number of reductions of the coefficients by power 2 	: 0
665.24/226.88	c number of right shift for reduction by power 2 	: 0
665.24/226.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
665.24/226.88	c number of ending skipping 	: 0
665.24/226.88	c number of internal skipping 	: 0
665.24/226.88	c number of derivation steps 	: 0
665.24/226.88	c number of skipped derivation steps 	: 0
665.24/226.88	c number of remaining unassigned 	: 0
665.24/226.88	c number of remaining assigned 	: 0
665.24/226.88	c speed (assignments/second)	: 0.0
665.24/226.88	c non guided choices	: 0
665.24/226.88	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 (10692 MiB free)
  memory of node 1: 16384 MiB (9213 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289905-1532214544/watcher-4289905-1532214544 -o /tmp/evaluation-result-4289905-1532214544/solver-4289905-1532214544 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26949 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289905-1532214544.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
solver pid=27712, runsolver pid=27709
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 2.00 1.99 2.00 3/216 27727
/proc/meminfo: memFree=20365436/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659012 memory=30100 CPUtime=0.13 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 6605 0 0 0 12 1 0 0 20 0 15 0 39017553 10914828288 7525 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664753 7525 2841 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659012 memory=-8773748148830115202 CPUtime=0.09 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) R 27709 27712 24561 0 -1 4202560 4434 0 0 0 9 0 0 0 20 0 15 0 39017553 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520791980048 140520771831134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659012 memory=139695325243008 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659012 memory=139695325243008 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017555 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520347552112 140520787761794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39017556 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520346498080 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39017556 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) S 27709 27712 24561 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 39017558 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520343341936 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) S 27709 27712 24561 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39017558 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520342289136 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10659012 memory=139695325243008 CPUtime=0.02 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) S 27709 27712 24561 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 39017558 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520341236336 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10659012 memory=139695325243008 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017559 10914828288 7525 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30100 KiB

[startup+0.211344 s]*
/proc/loadavg: 2.00 1.99 2.00 3/216 27727
/proc/meminfo: memFree=20353884/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659012 memory=41016 CPUtime=0.33 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 7859 0 0 0 31 2 0 0 20 0 15 0 39017553 10914828288 10254 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664753 10254 3002 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) R 27709 27712 24561 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 39017553 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520791986928 140520771831134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659012 memory=288370071476954752 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659012 memory=139695325243008 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017555 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520347552112 140520787761794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39017556 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520346498080 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39017556 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) S 27709 27712 24561 0 -1 1077944384 535 0 0 0 2 0 0 0 20 0 15 0 39017558 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520343341936 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) S 27709 27712 24561 0 -1 1077944384 229 0 0 0 1 0 0 0 20 0 15 0 39017558 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520342289136 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10659012 memory=139695325243008 CPUtime=0.07 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) R 27709 27712 24561 0 -1 4202560 698 0 0 0 7 0 0 0 20 0 15 0 39017558 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520341236336 140520787771994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10659012 memory=139695325243008 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017559 10914828288 10254 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41016 KiB

[startup+0.315661 s]*
/proc/loadavg: 2.00 1.99 2.00 5/216 27727
/proc/meminfo: memFree=20343464/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659088 memory=52156 CPUtime=0.59 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 9797 0 0 0 57 2 0 0 20 0 15 0 39017553 10914906112 13039 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664772 13039 3065 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) R 27709 27712 24561 0 -1 4202560 5663 0 0 0 29 1 0 0 20 0 15 0 39017553 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520791987040 140520771831134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659088 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659088 memory=288370071476954752 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659088 memory=139695325243008 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) S 27709 27712 24561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39017555 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520347552112 140520787761794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520346498080 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) R 27709 27712 24561 0 -1 4202560 1119 0 0 0 7 0 0 0 20 0 15 0 39017558 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520343322952 140520772147744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) R 27709 27712 24561 0 -1 4202560 624 0 0 0 7 0 0 0 20 0 15 0 39017558 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520342274128 140520765093664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10659088 memory=139695325243008 CPUtime=0.13 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) R 27709 27712 24561 0 -1 1077944384 1023 0 0 0 13 0 0 0 20 0 15 0 39017558 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520341236336 140520787761794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10659088 memory=139695325243008 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017559 10914906112 13039 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52156 KiB

[startup+0.701704 s]
/proc/loadavg: 2.00 1.99 2.00 5/216 27727
/proc/meminfo: memFree=20301956/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659088 memory=133904 CPUtime=1.89 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 15335 0 0 0 185 4 0 0 20 0 15 0 39017553 10914906112 33476 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664772 33476 3092 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659088 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) R 27709 27712 24561 0 -1 4202560 5896 0 0 0 66 2 0 0 20 0 15 0 39017553 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520791989288 140520408096465 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659088 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659088 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39017554 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) S 27709 27712 24561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39017555 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520347552112 140520787761794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520346498080 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10659088 memory=7163631965283378496 CPUtime=0.44 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) R 27709 27712 24561 0 -1 4202560 3214 0 0 0 44 0 0 0 20 0 15 0 39017558 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520343324160 140520769295239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10659088 memory=6083353102074538087 CPUtime=0.45 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) R 27709 27712 24561 0 -1 4202560 3235 0 0 0 44 1 0 0 20 0 15 0 39017558 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520342272960 140520772496360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10659088 memory=7295946094789283920 CPUtime=0.29 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) R 27709 27712 24561 0 -1 4202560 1620 0 0 0 29 0 0 0 20 0 15 0 39017558 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520341236336 140520771831134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39017559 10914906112 33476 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 133904 KiB

[startup+1.50079 s]
/proc/loadavg: 2.00 1.99 2.00 5/216 27727
/proc/meminfo: memFree=20027124/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659088 memory=631752 CPUtime=4.21 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 23024 0 0 0 406 15 0 0 20 0 15 0 39017553 10914906112 157938 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664772 157938 3128 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659088 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) R 27709 27712 24561 0 -1 4202560 6277 0 0 0 130 7 0 0 20 0 15 0 39017553 10914906112 157938 33554432000 4194304 4196468 140732425848400 140520791986336 140520412961537 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659088 memory=-6951259422114956437 CPUtime=0.05 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 15 0 39017554 10914906112 157938 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659088 memory=-6509546260019855295 CPUtime=0.04 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 15 0 39017554 10914906112 157938 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659088 memory=-7390251449858225344 CPUtime=0.05 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 46 0 0 0 5 0 0 0 20 0 15 0 39017554 10914906112 157938 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659088 memory=-7096649868621430206 CPUtime=0.02 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 15 0 39017554 10914906112 157938 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) S 27709 27712 24561 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 15 0 39017555 10914906112 157938 33554432000 4194304 4196468 140732425848400 140520347552112 140520787761794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0

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


[startup+224.001 s]*
/proc/loadavg: 4.02 2.91 2.36 6/217 27739
/proc/meminfo: memFree=11983948/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659088 memory=8274860 CPUtime=658.38 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 184239 0 0 0 65347 491 0 0 20 0 15 0 39017553 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664772 2068715 3179 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659088 memory=1398720917958146503 CPUtime=45.59 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) S 27709 27712 24561 0 -1 1077944384 21162 0 0 0 4535 24 0 0 20 0 15 0 39017553 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520791983728 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659088 memory=5520 CPUtime=144.16 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) R 27709 27712 24561 0 -1 4202560 25504 0 0 0 14294 122 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520729754968 140520772747036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659088 memory=792 CPUtime=143.59 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) R 27709 27712 24561 0 -1 4202560 19175 0 0 0 14251 108 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520728701776 140520780378855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659088 memory=1228 CPUtime=143.91 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) R 27709 27712 24561 0 -1 4202560 17360 0 0 0 14263 128 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520392023048 140520780378855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659088 memory=4124 CPUtime=144.11 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 24141 0 0 0 14315 96 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520390969936 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659088 memory=2200 CPUtime=31.75 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) S 27709 27712 24561 0 -1 1077944384 49608 0 0 0 3173 2 0 0 20 0 15 0 39017555 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520347550672 140520787760853 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10659088 memory=8148 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520346498144 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10659088 memory=848 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10659088 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10659088 memory=916 CPUtime=2.33 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) S 27709 27712 24561 0 -1 1077944384 10812 0 0 0 232 1 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520343341984 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10659088 memory=8274860 CPUtime=2.21 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) S 27709 27712 24561 0 -1 1077944384 10529 0 0 0 219 2 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520342289184 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10659088 memory=2244 CPUtime=0.51 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) S 27709 27712 24561 0 -1 1077944384 3389 0 0 0 50 1 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520341236096 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10659088 memory=15872 CPUtime=0.13 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1175 0 0 0 6 7 0 0 20 0 15 0 39017559 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 658.38 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8274860 KiB

[startup+225.601 s]
/proc/loadavg: 4.02 2.91 2.36 6/217 27739
/proc/meminfo: memFree=11983948/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659088 memory=8274860 CPUtime=664.12 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 184746 0 0 0 65920 492 0 0 20 0 15 0 39017553 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664772 2068715 3179 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659088 memory=8274860 CPUtime=45.59 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) S 27709 27712 24561 0 -1 1077944384 21162 0 0 0 4535 24 0 0 20 0 15 0 39017553 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520791983728 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659088 memory=4028 CPUtime=145.61 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 25504 0 0 0 14439 122 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659088 memory=13844 CPUtime=144.97 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 19175 0 0 0 14389 108 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659088 memory=6791534058613427641 CPUtime=145.28 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 17360 0 0 0 14400 128 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659088 memory=960 CPUtime=145.5 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 24141 0 0 0 14454 96 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659088 memory=2340 CPUtime=31.9 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) R 27709 27712 24561 0 -1 4202560 50115 0 0 0 3188 2 0 0 20 0 15 0 39017555 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520347550672 140520772747028 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520346498144 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10659088 memory=4612 CPUtime=2.33 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) S 27709 27712 24561 0 -1 1077944384 10812 0 0 0 232 1 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520343341984 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10659088 memory=8384 CPUtime=2.21 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) S 27709 27712 24561 0 -1 1077944384 10529 0 0 0 219 2 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520342289184 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10659088 memory=1712 CPUtime=0.51 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) S 27709 27712 24561 0 -1 1077944384 3389 0 0 0 50 1 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520341236096 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10659088 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10659088 memory=9256 CPUtime=0.13 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1175 0 0 0 6 7 0 0 20 0 15 0 39017559 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 664.12 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8274860 KiB

[startup+226.401 s]
/proc/loadavg: 4.02 2.91 2.36 3/217 27739
/proc/meminfo: memFree=11983948/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10659088 memory=8274860 CPUtime=664.92 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 184746 0 0 0 66000 492 0 0 20 0 15 0 39017553 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2664772 2068715 3179 1 0 2627263 0
[pid=27712/tid=27714] ppid=27709 vsize=10659088 memory=14418107267549734 CPUtime=45.59 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) S 27709 27712 24561 0 -1 1077944384 21162 0 0 0 4535 24 0 0 20 0 15 0 39017553 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520791983728 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10659088 memory=6791534058613427641 CPUtime=145.61 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 25504 0 0 0 14439 122 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10659088 memory=18444 CPUtime=144.97 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 19175 0 0 0 14389 108 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10659088 memory=640 CPUtime=145.28 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 17360 0 0 0 14400 128 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10659088 memory=1792 CPUtime=145.5 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 24141 0 0 0 14454 96 0 0 20 0 15 0 39017554 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10659088 memory=8274860 CPUtime=32.7 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) R 27709 27712 24561 0 -1 4202560 50115 0 0 0 3268 2 0 0 20 0 15 0 39017555 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520347550672 140520772208238 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10659088 memory=3092 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520346498144 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10659088 memory=8274860 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39017556 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10659088 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10659088 memory=1398720917958146503 CPUtime=2.33 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) S 27709 27712 24561 0 -1 1077944384 10812 0 0 0 232 1 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520343341984 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10659088 memory=1004 CPUtime=2.21 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) S 27709 27712 24561 0 -1 1077944384 10529 0 0 0 219 2 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520342289184 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10659088 memory=11956 CPUtime=0.51 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) S 27709 27712 24561 0 -1 1077944384 3389 0 0 0 50 1 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520341236096 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39017558 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10659088 memory=3196 CPUtime=0.13 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1175 0 0 0 6 7 0 0 20 0 15 0 39017559 10914906112 2068715 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 664.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8274860 KiB

[startup+226.801 s]
/proc/loadavg: 4.02 2.91 2.36 3/217 27739
/proc/meminfo: memFree=11983948/32770624 swapFree=67108860/67108860
[pid=27712] ppid=27709 vsize=10794416 memory=8275760 CPUtime=665.24 cores=1,3,5,7
/proc/27712/stat : 27712 (java) S 27709 27712 24561 0 -1 1077944320 186070 0 0 0 66031 493 0 0 20 0 16 0 39017553 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140732425830944 140520787750647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
/proc/27712/statm: 2698604 2068940 3224 1 0 2661057 0
[pid=27712/tid=27714] ppid=27709 vsize=10794416 memory=288230621803970871 CPUtime=45.61 cores=1,3,5,7
/proc/27712/task/27714/stat : 27714 (java) S 27709 27712 24561 0 -1 1077944384 21636 0 0 0 4537 24 0 0 20 0 16 0 39017553 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520791991328 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27715] ppid=27709 vsize=10794416 memory=14418107267549734 CPUtime=145.61 cores=1,3,5,7
/proc/27712/task/27715/stat : 27715 (java) S 27709 27712 24561 0 -1 1077944384 25504 0 0 0 14439 122 0 0 20 0 16 0 39017554 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520729754768 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27716] ppid=27709 vsize=10794416 memory=303430223234596890 CPUtime=144.97 cores=1,3,5,7
/proc/27712/task/27716/stat : 27716 (java) S 27709 27712 24561 0 -1 1077944384 19175 0 0 0 14389 108 0 0 20 0 16 0 39017554 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520728701968 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27717] ppid=27709 vsize=10794416 memory=288230621803970871 CPUtime=145.28 cores=1,3,5,7
/proc/27712/task/27717/stat : 27717 (java) S 27709 27712 24561 0 -1 1077944384 17360 0 0 0 14400 128 0 0 20 0 16 0 39017554 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520392022928 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27718] ppid=27709 vsize=10794416 memory=14418107267549734 CPUtime=145.5 cores=1,3,5,7
/proc/27712/task/27718/stat : 27718 (java) S 27709 27712 24561 0 -1 1077944384 24141 0 0 0 14454 96 0 0 20 0 16 0 39017554 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520390970128 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27719] ppid=27709 vsize=10794416 memory=4100 CPUtime=32.95 cores=1,3,5,7
/proc/27712/task/27719/stat : 27719 (java) S 27709 27712 24561 0 -1 1077944384 50160 0 0 0 3293 2 0 0 20 0 16 0 39017555 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520347552112 140520787761794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27720] ppid=27709 vsize=10794416 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27720/stat : 27720 (java) S 27709 27712 24561 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39017556 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520346498144 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27721] ppid=27709 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27721/stat : 27721 (java) S 27709 27712 24561 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39017556 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520345445232 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27722] ppid=27709 vsize=10794416 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27722/stat : 27722 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39017558 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520344393552 140520787769243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27723] ppid=27709 vsize=10794416 memory=1424 CPUtime=2.34 cores=1,3,5,7
/proc/27712/task/27723/stat : 27723 (java) S 27709 27712 24561 0 -1 1077944384 11079 0 0 0 233 1 0 0 20 0 16 0 39017558 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520343341936 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27724] ppid=27709 vsize=10794416 memory=4612 CPUtime=2.22 cores=1,3,5,7
/proc/27712/task/27724/stat : 27724 (java) S 27709 27712 24561 0 -1 1077944384 10826 0 0 0 220 2 0 0 20 0 16 0 39017558 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520342289136 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27725] ppid=27709 vsize=10794416 memory=1728 CPUtime=0.52 cores=1,3,5,7
/proc/27712/task/27725/stat : 27725 (java) S 27709 27712 24561 0 -1 1077944384 3579 0 0 0 51 1 0 0 20 0 16 0 39017558 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520341236336 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27726] ppid=27709 vsize=10794416 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27712/task/27726/stat : 27726 (java) S 27709 27712 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39017558 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520340183776 140520787760853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
[pid=27712/tid=27727] ppid=27709 vsize=10794416 memory=4100 CPUtime=0.13 cores=1,3,5,7
/proc/27712/task/27727/stat : 27727 (java) S 27709 27712 24561 0 -1 1077944384 1175 0 0 0 6 7 0 0 20 0 16 0 39017559 11053481984 2068940 33554432000 4194304 4196468 140732425848400 140520339131056 140520787761794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140732425856113 140732425856265 140732425856265 140732425859023 0
Current children cumulated CPU time: 665.24 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8275760 KiB

[startup+226.901 s]*
/proc/loadavg: 4.02 2.91 2.36 3/204 27741
/proc/meminfo: memFree=15471392/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): 226.923
CPU time (s): 665.289
CPU user time (s): 660.319
CPU system time (s): 4.96954
CPU usage (%): 293.178
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8275760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 660.319
system time used= 4.96954
maximum resident set size= 8276012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14822
involuntary context switches= 8135


# summary of solver processes directly reported to runsolver:
#   pid: 27712
#   total CPU time (s): 665.289
#   total CPU user time (s): 660.319
#   total CPU system time (s): 4.96954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3963 second user time and 2.24547 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 01:09:04
IDJOB=4289905
IDBENCH=141248
IDSOLVER=2742
FILE ID=node151/4289905-1532214544
RUNJOBID= node151-1532209720-26949
PBS_JOBID= 21018924
Free space on /tmp= 55076 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko90_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289905-1532214544/watcher-4289905-1532214544 -o /tmp/evaluation-result-4289905-1532214544/solver-4289905-1532214544 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26949 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289905-1532214544.xml

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

MD5SUM BENCH= e1bd5b7e730358cb8a15a6f1e37f47a5
RANDOM SEED=2044092233

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20385932 kB
MemAvailable:   31602528 kB
Buffers:          223628 kB
Cached:         11145132 kB
SwapCached:            0 kB
Active:          1267152 kB
Inactive:       10494588 kB
Active(anon):     395692 kB
Inactive(anon):    16976 kB
Active(file):     871460 kB
Inactive(file): 10477612 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2788 kB
Writeback:             0 kB
AnonPages:        495532 kB
Mapped:            46908 kB
Shmem:             17032 kB
Slab:             322604 kB
SReclaimable:     295984 kB
SUnreclaim:        26620 kB
KernelStack:        3856 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1302660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55072 MiB
End job on node151 at 2018-07-22 01:12:51