Trace number 4263044

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 2017-07-05? 499.66199 171.575

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai80a.xml
MD5SUMc9a66f606132a3c8760ec6756f0c4250
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7129639
Best CPU time to get the best result obtained on this benchmark2519.7
Satisfiable
(Un)Satisfiability was proved
Number of variables6480
Number of constraints3128
Number of domains2
Minimum domain size80
Maximum domain size100
Distribution of domain sizes[{"size":80,"count":80},{"size":100,"count":3127}]
Minimum variable degree0
Maximum variable degree80
Distribution of variable degrees[{"degree":0,"count":3273},{"degree":2,"count":3127},{"degree":77,"count":3},{"degree":78,"count":14},{"degree":79,"count":29},{"degree":80,"count":34}]
Minimum constraint arity3
Maximum constraint arity80
Distribution of constraint arities[{"arity":3,"count":3127},{"arity":80,"count":1}]
Number of extensional constraints3127
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3127},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263044-1502620529/watcher-4263044-1502620529 -o /tmp/evaluation-result-4263044-1502620529/solver-4263044-1502620529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263044-1502620529.xml 

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

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

solver pid=6955, runsolver pid=6952

[startup+0.100146 s]*
/proc/loadavg: 2.08 3.16 3.04 4/217 6970
/proc/meminfo: memFree=24026204/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10555400 memory=30244 CPUtime=0.12 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 6678 0 0 0 11 1 0 0 20 0 15 0 95133824 10808729600 7561 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2638850 7561 2787 1 0 2627263 0
[pid=6955/tid=6957] ppid=6952 vsize=10555400 memory=-8681075832805749952 CPUtime=0.09 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) R 6952 6955 4973 0 -1 4202560 4536 0 0 0 8 1 0 0 20 0 15 0 95133824 10808729600 7561 33554432000 4194304 4196468 140725716338912 140538407116592 140538402915485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 7561 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10555400 memory=140519779067520 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 7561 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 7561 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 7561 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10555400 memory=140519779067520 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) S 6952 6955 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95133826 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537893955568 140538402904706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95133827 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537892901792 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95133827 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133829 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) S 6952 6955 4973 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 95133829 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537889745392 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) S 6952 6955 4973 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 95133829 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537888692848 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10555400 memory=140519779067520 CPUtime=0.02 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) S 6952 6955 4973 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 95133829 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537887640304 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133830 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10555400 memory=140519779067520 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133830 10808729600 7561 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30244 KiB

[startup+0.213943 s]*
/proc/loadavg: 2.08 3.16 3.04 5/217 6970
/proc/meminfo: memFree=24017152/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10555400 memory=39452 CPUtime=0.33 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 7934 0 0 0 31 2 0 0 20 0 15 0 95133824 10808729600 9863 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2638850 9863 2988 1 0 2627263 0
[pid=6955/tid=6957] ppid=6952 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) R 6952 6955 4973 0 -1 4202560 5034 0 0 0 19 1 0 0 20 0 15 0 95133824 10808729600 9863 33554432000 4194304 4196468 140725716338912 140538407131344 140538402915485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 9863 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10555400 memory=140519779076118 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 9863 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 9863 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95133825 10808729600 9863 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10555400 memory=140519779067520 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) S 6952 6955 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95133826 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537893955568 140538402904706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95133827 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537892901792 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95133827 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133829 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) R 6952 6955 4973 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 95133829 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537889745392 140538402904706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) R 6952 6955 4973 0 -1 4202560 312 0 0 0 2 0 0 0 20 0 15 0 95133829 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537888692848 140538382404992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10555400 memory=140519779067520 CPUtime=0.07 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) R 6952 6955 4973 0 -1 4202560 789 0 0 0 7 0 0 0 20 0 15 0 95133829 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537887640432 140538381848128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133830 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10555400 memory=140519779067520 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133830 10808729600 9863 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39452 KiB

[startup+0.31048 s]*
/proc/loadavg: 2.08 3.16 3.04 4/217 6970
/proc/meminfo: memFree=24001708/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10555476 memory=55436 CPUtime=0.65 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 10538 0 0 0 62 3 0 0 20 0 15 0 95133824 10808807424 13859 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2638869 13859 3052 1 0 2627263 0
[pid=6955/tid=6957] ppid=6952 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) R 6952 6955 4973 0 -1 4202560 5627 0 0 0 28 2 0 0 20 0 15 0 95133824 10808807424 13859 33554432000 4194304 4196468 140725716338912 140538407127008 140538402915485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 13876 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10555476 memory=13991313473529496 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 13876 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 13876 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 13876 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10555476 memory=140519779067520 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) S 6952 6955 4973 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95133826 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537893955568 140538402904706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537892901792 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133829 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) S 6952 6955 4973 0 -1 1077944384 1000 0 0 0 10 0 0 0 20 0 15 0 95133829 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537889745392 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10555476 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) S 6952 6955 4973 0 -1 1077944384 1260 0 0 0 11 0 0 0 20 0 15 0 95133829 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537888692848 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10555476 memory=140519779067520 CPUtime=0.12 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) S 6952 6955 4973 0 -1 1077944384 1286 0 0 0 12 0 0 0 20 0 15 0 95133829 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537887640304 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133830 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10555476 memory=140519779067520 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133830 10808807424 13876 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55436 KiB

[startup+0.700774 s]
/proc/loadavg: 2.08 3.16 3.04 6/217 6970
/proc/meminfo: memFree=23973412/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10555476 memory=92728 CPUtime=1.68 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 11700 0 0 0 164 4 0 0 20 0 15 0 95133824 10808807424 23182 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2638869 23182 3088 1 0 2627263 0
[pid=6955/tid=6957] ppid=6952 vsize=10555476 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) R 6952 6955 4973 0 -1 4202560 5804 0 0 0 65 2 0 0 20 0 15 0 95133824 10808807424 23182 33554432000 4194304 4196468 140725716338912 140538407128160 140538402907441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23182 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10555476 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23182 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23182 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10555476 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23182 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) S 6952 6955 4973 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95133826 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537893955568 140538402904706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537892901792 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133829 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10555476 memory=4639098309541127021 CPUtime=0.35 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) S 6952 6955 4973 0 -1 1077944384 1493 0 0 0 35 0 0 0 20 0 15 0 95133829 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537889745392 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10555476 memory=7597685182856913236 CPUtime=0.34 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) S 6952 6955 4973 0 -1 1077944384 1360 0 0 0 34 0 0 0 20 0 15 0 95133829 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537888692848 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10555476 memory=7236547281622689387 CPUtime=0.29 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) S 6952 6955 4973 0 -1 1077944384 1673 0 0 0 29 0 0 0 20 0 15 0 95133829 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537887640304 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133830 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133830 10808807424 23182 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 92728 KiB

[startup+1.50066 s]
/proc/loadavg: 2.08 3.16 3.04 3/217 6970
/proc/meminfo: memFree=23961932/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10555476 memory=95132 CPUtime=2.55 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 12431 0 0 0 251 4 0 0 20 0 15 0 95133824 10808807424 23783 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2638869 23783 3094 1 0 2627263 0
[pid=6955/tid=6957] ppid=6952 vsize=10555476 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) R 6952 6955 4973 0 -1 4202560 6030 0 0 0 145 2 0 0 20 0 15 0 95133824 10808807424 23783 33554432000 4194304 4196468 140725716338912 140538407128160 140538385356251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10555476 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23783 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10555476 memory=-2843874019102283166 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23783 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10555476 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23783 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10555476 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95133825 10808807424 23783 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) S 6952 6955 4973 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95133826 10808807424 23783 33554432000 4194304 4196468 140725716338912 140537893955568 140538402904706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0

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

[pid=6955/tid=6969] ppid=6952 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133830 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10555476 memory=1944 CPUtime=0.1 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 465 0 0 0 4 6 0 0 20 0 15 0 95133830 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 496.12 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8242764 KiB

[startup+170.401 s]
/proc/loadavg: 4.27 3.52 3.18 6/217 6972
/proc/meminfo: memFree=15799224/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10555476 memory=8242764 CPUtime=498.67 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 758880 0 0 0 49419 448 0 0 20 0 15 0 95133824 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2638869 2060691 3157 1 0 2627263 0
[pid=6955/tid=6957] ppid=6952 vsize=10555476 memory=8112282956445269571 CPUtime=39.94 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) S 6952 6955 4973 0 -1 1077944384 56104 0 0 0 3956 38 0 0 20 0 15 0 95133824 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538407126928 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10555476 memory=1292 CPUtime=109.08 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 135869 0 0 0 10810 98 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10555476 memory=2428 CPUtime=108.49 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 174461 0 0 0 10747 102 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10555476 memory=1728 CPUtime=108.37 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 126097 0 0 0 10747 90 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10555476 memory=792 CPUtime=108.6 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 179717 0 0 0 10752 108 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10555476 memory=9992 CPUtime=19.74 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) R 6952 6955 4973 0 -1 4202560 68448 0 0 0 1971 3 0 0 20 0 15 0 95133826 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537893954128 140538387889926 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537892901856 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10555476 memory=-7814691523512926820 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10555476 memory=-7361183220417257581 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10555476 memory=7976406965554101975 CPUtime=1.81 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) S 6952 6955 4973 0 -1 1077944384 5920 0 0 0 181 0 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537889745152 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10555476 memory=281039306857936 CPUtime=1.98 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) S 6952 6955 4973 0 -1 1077944384 7349 0 0 0 197 1 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537888692896 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10555476 memory=7007708004876308560 CPUtime=0.45 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) S 6952 6955 4973 0 -1 1077944384 3039 0 0 0 44 1 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537887640352 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10555476 memory=8242764 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133830 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10555476 memory=1424 CPUtime=0.1 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 465 0 0 0 4 6 0 0 20 0 15 0 95133830 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 498.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8242764 KiB

[startup+171.201 s]
/proc/loadavg: 4.27 3.52 3.18 3/217 6972
/proc/meminfo: memFree=15799224/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10555476 memory=8242764 CPUtime=499.47 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 758881 0 0 0 49499 448 0 0 20 0 15 0 95133824 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2638869 2060691 3157 1 0 2627263 0
[pid=6955/tid=6957] ppid=6952 vsize=10555476 memory=15541803839391055 CPUtime=39.94 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) S 6952 6955 4973 0 -1 1077944384 56104 0 0 0 3956 38 0 0 20 0 15 0 95133824 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538407126928 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10555476 memory=3040 CPUtime=109.08 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 135869 0 0 0 10810 98 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10555476 memory=8112282956445269571 CPUtime=108.49 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 174461 0 0 0 10747 102 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10555476 memory=27640 CPUtime=108.37 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 126097 0 0 0 10747 90 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10555476 memory=1292 CPUtime=108.6 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 179717 0 0 0 10752 108 0 0 20 0 15 0 95133825 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10555476 memory=2428 CPUtime=20.54 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) R 6952 6955 4973 0 -1 4202560 68449 0 0 0 2051 3 0 0 20 0 15 0 95133826 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537893954016 140538387890112 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10555476 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537892901856 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10555476 memory=8242764 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95133827 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10555476 memory=4052 CPUtime=1.81 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) S 6952 6955 4973 0 -1 1077944384 5920 0 0 0 181 0 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537889745152 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10555476 memory=16488 CPUtime=1.98 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) S 6952 6955 4973 0 -1 1077944384 7349 0 0 0 197 1 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537888692896 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10555476 memory=18472 CPUtime=0.45 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) S 6952 6955 4973 0 -1 1077944384 3039 0 0 0 44 1 0 0 20 0 15 0 95133829 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537887640352 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10555476 memory=640 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95133830 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10555476 memory=1200 CPUtime=0.1 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 465 0 0 0 4 6 0 0 20 0 15 0 95133830 10808807424 2060691 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 499.47 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8242764 KiB

[startup+171.401 s]
/proc/loadavg: 4.27 3.52 3.18 3/217 6972
/proc/meminfo: memFree=15799224/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10690804 memory=8243692 CPUtime=499.6 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 759796 0 0 0 49511 449 0 0 20 0 16 0 95133824 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2672701 2060923 3201 1 0 2661057 0
[pid=6955/tid=6957] ppid=6952 vsize=10690804 memory=8552 CPUtime=39.97 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) S 6952 6955 4973 0 -1 1077944384 56534 0 0 0 3959 38 0 0 20 0 16 0 95133824 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538407134240 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10690804 memory=15872 CPUtime=109.08 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 135869 0 0 0 10810 98 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10690804 memory=4052 CPUtime=108.49 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 174461 0 0 0 10747 102 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10690804 memory=16488 CPUtime=108.37 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 126097 0 0 0 10747 90 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10690804 memory=18472 CPUtime=108.6 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 179717 0 0 0 10752 108 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10690804 memory=640 CPUtime=20.62 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) S 6952 6955 4973 0 -1 1077944384 68683 0 0 0 2059 3 0 0 20 0 16 0 95133826 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537893955568 140538402904706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10690804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 95133827 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537892901856 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10690804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95133827 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10690804 memory=2344 CPUtime=1.81 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) S 6952 6955 4973 0 -1 1077944384 5989 0 0 0 181 0 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537889745392 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10690804 memory=932 CPUtime=1.98 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) S 6952 6955 4973 0 -1 1077944384 7349 0 0 0 197 1 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537888692848 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10690804 memory=1580 CPUtime=0.46 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) S 6952 6955 4973 0 -1 1077944384 3173 0 0 0 45 1 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537887640304 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10690804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95133830 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10690804 memory=4132 CPUtime=0.1 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 465 0 0 0 4 6 0 0 20 0 16 0 95133830 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 499.6 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8243692 KiB

[startup+171.501 s]
/proc/loadavg: 4.27 3.52 3.18 3/217 6972
/proc/meminfo: memFree=15799224/32770624 swapFree=67108860/67108860
[pid=6955] ppid=6952 vsize=10690804 memory=8243692 CPUtime=499.6 cores=1,3,5,7
/proc/6955/stat : 6955 (java) S 6952 6955 4973 0 -1 1077944320 759796 0 0 0 49511 449 0 0 20 0 16 0 95133824 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140725716321456 140538402893559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
/proc/6955/statm: 2672701 2060923 3201 1 0 2661057 0
[pid=6955/tid=6957] ppid=6952 vsize=10690804 memory=8242764 CPUtime=39.97 cores=1,3,5,7
/proc/6955/task/6957/stat : 6957 (java) S 6952 6955 4973 0 -1 1077944384 56534 0 0 0 3959 38 0 0 20 0 16 0 95133824 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538407134240 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6958] ppid=6952 vsize=10690804 memory=8242752 CPUtime=109.08 cores=1,3,5,7
/proc/6955/task/6958/stat : 6958 (java) S 6952 6955 4973 0 -1 1077944384 135869 0 0 0 10810 98 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538328967952 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6959] ppid=6952 vsize=10690804 memory=8242764 CPUtime=108.49 cores=1,3,5,7
/proc/6955/task/6959/stat : 6959 (java) S 6952 6955 4973 0 -1 1077944384 174461 0 0 0 10747 102 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538327915408 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6960] ppid=6952 vsize=10690804 memory=8243224 CPUtime=108.37 cores=1,3,5,7
/proc/6955/task/6960/stat : 6960 (java) S 6952 6955 4973 0 -1 1077944384 126097 0 0 0 10747 90 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538326862864 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6961] ppid=6952 vsize=10690804 memory=8242760 CPUtime=108.6 cores=1,3,5,7
/proc/6955/task/6961/stat : 6961 (java) S 6952 6955 4973 0 -1 1077944384 179717 0 0 0 10752 108 0 0 20 0 16 0 95133825 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140538325810320 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6962] ppid=6952 vsize=10690804 memory=1708 CPUtime=20.62 cores=1,3,5,7
/proc/6955/task/6962/stat : 6962 (java) S 6952 6955 4973 0 -1 1077944384 68683 0 0 0 2059 3 0 0 20 0 16 0 95133826 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537893955568 140538402904706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6963] ppid=6952 vsize=10690804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6963/stat : 6963 (java) S 6952 6955 4973 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 95133827 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537892901856 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6964] ppid=6952 vsize=10690804 memory=3160 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6964/stat : 6964 (java) S 6952 6955 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95133827 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537891849200 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6965] ppid=6952 vsize=10690804 memory=8242748 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6965/stat : 6965 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537890797776 140538402912155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6966] ppid=6952 vsize=10690804 memory=281039307158128 CPUtime=1.81 cores=1,3,5,7
/proc/6955/task/6966/stat : 6966 (java) S 6952 6955 4973 0 -1 1077944384 5989 0 0 0 181 0 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537889745392 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6967] ppid=6952 vsize=10690804 memory=1708 CPUtime=1.98 cores=1,3,5,7
/proc/6955/task/6967/stat : 6967 (java) S 6952 6955 4973 0 -1 1077944384 7349 0 0 0 197 1 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537888692848 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6968] ppid=6952 vsize=10690804 memory=8112282956445269571 CPUtime=0.46 cores=1,3,5,7
/proc/6955/task/6968/stat : 6968 (java) S 6952 6955 4973 0 -1 1077944384 3173 0 0 0 45 1 0 0 20 0 16 0 95133829 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537887640304 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6969] ppid=6952 vsize=10690804 memory=8242764 CPUtime=0 cores=1,3,5,7
/proc/6955/task/6969/stat : 6969 (java) S 6952 6955 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95133830 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537886588000 140538402903765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
[pid=6955/tid=6970] ppid=6952 vsize=10690804 memory=960 CPUtime=0.1 cores=1,3,5,7
/proc/6955/task/6970/stat : 6970 (java) S 6952 6955 4973 0 -1 1077944384 465 0 0 0 4 6 0 0 20 0 16 0 95133830 10947383296 2060923 33554432000 4194304 4196468 140725716338912 140537885534512 140538402904706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30199808 140725716345990 140725716346143 140725716346143 140725716348879 0
Current children cumulated CPU time: 499.6 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8243692 KiB

Child status: 0
Real time (s): 171.575
CPU time (s): 499.662
CPU user time (s): 495.12
CPU system time (s): 4.54203
CPU usage (%): 291.222
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8243692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 495.12
system time used= 4.54203
maximum resident set size= 8243996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760000
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12769
involuntary context switches= 4398


# summary of solver processes directly reported to runsolver:
#   pid: 6955
#   total CPU time (s): 499.662
#   total CPU user time (s): 495.12
#   total CPU system time (s): 4.54203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.926104 second user time and 1.85429 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 12:21:11
IDJOB=4263044
IDBENCH=123023
IDSOLVER=2651
FILE ID=node151/4263044-1502620529
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai80a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263044-1502620529/watcher-4263044-1502620529 -o /tmp/evaluation-result-4263044-1502620529/solver-4263044-1502620529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263044-1502620529.xml

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

MD5SUM BENCH= c9a66f606132a3c8760ec6756f0c4250
RANDOM SEED=1112455150

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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        24045580 kB
MemAvailable:   27141124 kB
Buffers:          229276 kB
Cached:          3158896 kB
SwapCached:            0 kB
Active:          5686592 kB
Inactive:        2597440 kB
Active(anon):    4899256 kB
Inactive(anon):    25044 kB
Active(file):     787336 kB
Inactive(file):  2572396 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2024 kB
Writeback:             0 kB
AnonPages:       4903524 kB
Mapped:            55192 kB
Shmem:             25224 kB
Slab:             129772 kB
SReclaimable:     103292 kB
SUnreclaim:        26480 kB
KernelStack:        3824 kB
PageTables:        14804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5973164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4751360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 12:24:02