Trace number 4263337

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 372.646 133.937

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-14-ext03.xml
MD5SUM223310c4b2c0f482c3233db9dc344582
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.514
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints100
Number of domains1
Minimum domain size196
Maximum domain size196
Distribution of domain sizes[{"size":196,"count":196}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":194},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":98},{"arity":196,"count":1}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263337-1502632040/watcher-4263337-1502632040 -o /tmp/evaluation-result-4263337-1502632040/solver-4263337-1502632040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263337-1502632040.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12139, runsolver pid=12136
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 2.01 2.09 2.33 2/217 12154
/proc/meminfo: memFree=23721464/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555400 memory=30960 CPUtime=0.12 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 6790 0 0 0 11 1 0 0 20 0 15 0 96285206 10808729600 7740 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638850 7740 2825 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555400 memory=-8773748148830375802 CPUtime=0.08 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) R 12136 12139 6758 0 -1 4202560 4631 0 0 0 8 0 0 0 20 0 15 0 96285207 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745727879104 139745707738462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555400 memory=140462899553920 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555400 memory=140462899553920 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285209 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745028413424 139745723669122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96285209 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745027359648 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96285209 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745026307056 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) S 12136 12139 6758 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745024203248 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745023150704 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10555400 memory=140462899553920 CPUtime=0.01 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) R 12136 12139 6758 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 15 0 96285212 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745022098160 139745704909356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10555400 memory=140462899553920 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 7740 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30960 KiB

[startup+0.21069 s]*
/proc/loadavg: 2.01 2.09 2.33 4/217 12154
/proc/meminfo: memFree=23715428/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555400 memory=37952 CPUtime=0.28 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 7774 0 0 0 26 2 0 0 20 0 15 0 96285206 10808729600 9488 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638850 9488 2909 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) R 12136 12139 6758 0 -1 4202560 5346 0 0 0 18 1 0 0 20 0 15 0 96285207 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745727893072 139745723679901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555400 memory=140462899974677 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555400 memory=140462899553920 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285209 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745028413424 139745723669122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96285209 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745027359648 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96285209 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745026307056 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) S 12136 12139 6758 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745024203248 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) S 12136 12139 6758 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 15 0 96285212 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745023150704 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10555400 memory=140462899553920 CPUtime=0.05 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) S 12136 12139 6758 0 -1 1077944384 454 0 0 0 5 0 0 0 20 0 15 0 96285212 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745022098160 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10555400 memory=140462899553920 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285212 10808729600 9496 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37952 KiB

[startup+0.316691 s]*
/proc/loadavg: 2.01 2.09 2.33 5/217 12154
/proc/meminfo: memFree=23706796/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555476 memory=46540 CPUtime=0.52 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 8863 0 0 0 49 3 0 0 20 0 15 0 96285206 10808807424 11635 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638869 11635 3037 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) R 12136 12139 6758 0 -1 4202560 5726 0 0 0 29 1 0 0 20 0 15 0 96285207 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745727893072 139745361251516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555476 memory=140462899974586 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555476 memory=140462899553920 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745028413424 139745723669122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745027359648 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745026307056 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) R 12136 12139 6758 0 -1 4202560 668 0 0 0 4 0 0 0 20 0 15 0 96285212 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745024189272 139745708538858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) R 12136 12139 6758 0 -1 4202560 363 0 0 0 4 0 0 0 20 0 15 0 96285212 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745023136728 139745708536448 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10555476 memory=140462899553920 CPUtime=0.11 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) R 12136 12139 6758 0 -1 4202560 741 0 0 0 11 0 0 0 20 0 15 0 96285212 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745022098160 139745702288058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10555476 memory=140462899553920 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 11635 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46540 KiB

[startup+0.700726 s]
/proc/loadavg: 2.08 2.10 2.34 6/217 12154
/proc/meminfo: memFree=23607260/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555476 memory=159416 CPUtime=1.72 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 11975 0 0 0 168 4 0 0 20 0 15 0 96285206 10808807424 39854 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638869 39854 3089 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555476 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) R 12136 12139 6758 0 -1 4202560 5887 0 0 0 64 3 0 0 20 0 15 0 96285207 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745727894264 139745364139209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555476 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555476 memory=5700 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) S 12136 12139 6758 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745028413424 139745723669122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745027359648 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10555476 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745026307056 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10555476 memory=7883949533517342546 CPUtime=0.41 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) R 12136 12139 6758 0 -1 4202560 1757 0 0 0 41 0 0 0 20 0 15 0 96285212 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745024196440 139745708579782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10555476 memory=7236547281622689387 CPUtime=0.39 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) R 12136 12139 6758 0 -1 4202560 1557 0 0 0 39 0 0 0 20 0 15 0 96285212 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745023130792 139745707125936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) S 12136 12139 6758 0 -1 1077944384 1403 0 0 0 22 0 0 0 20 0 15 0 96285212 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745022098160 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 39854 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 159416 KiB

[startup+1.50076 s]
/proc/loadavg: 2.08 2.10 2.34 3/217 12154
/proc/meminfo: memFree=23543840/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555476 memory=209240 CPUtime=2.93 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 14793 0 0 0 285 8 0 0 20 0 15 0 96285206 10808807424 52310 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638869 52310 3104 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555476 memory=6791534058613427641 CPUtime=1.45 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) R 12136 12139 6758 0 -1 4202560 5898 0 0 0 142 3 0 0 20 0 15 0 96285207 10808807424 52310 33554432000 4194304 4196468 140737442288032 139745727896720 139745364391334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555476 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 52310 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555476 memory=-2843874019102283166 CPUtime=0.02 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 15 0 96285207 10808807424 52310 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555476 memory=5450919713671312938 CPUtime=0.02 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 15 0 96285207 10808807424 52310 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555476 memory=7077795359591905642 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96285207 10808807424 52310 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6

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


[startup+131.201 s]
/proc/loadavg: 3.43 2.49 2.44 6/216 12156
/proc/meminfo: memFree=15473560/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555476 memory=8263992 CPUtime=365.41 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 206631 0 0 0 35938 603 0 0 20 0 15 0 96285206 10808807424 2065998 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638869 2065998 3158 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555476 memory=16764 CPUtime=38.77 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) S 12136 12139 6758 0 -1 1077944384 19240 0 0 0 3869 8 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745727891088 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555476 memory=8263992 CPUtime=77.23 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) R 12136 12139 6758 0 -1 4202560 43109 0 0 0 7569 154 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745330649992 139745716286183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555476 memory=8263992 CPUtime=77.06 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) R 12136 12139 6758 0 -1 4202560 26185 0 0 0 7563 143 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745329597136 139745716286183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555476 memory=636 CPUtime=77.03 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) R 12136 12139 6758 0 -1 4202560 28327 0 0 0 7560 143 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745328544984 139745708115608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555476 memory=960 CPUtime=76.8 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) R 12136 12139 6758 0 -1 4202560 28664 0 0 0 7536 144 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745327492048 139745716286183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555476 memory=6791534058613427641 CPUtime=14.36 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) S 12136 12139 6758 0 -1 1077944384 32941 0 0 0 1434 2 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745028411984 139745723668181 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10555476 memory=28092 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745027359712 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10555476 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745026307072 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10555476 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10555476 memory=6791534058613427641 CPUtime=1.72 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) S 12136 12139 6758 0 -1 1077944384 10518 0 0 0 170 2 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745024203296 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10555476 memory=1296 CPUtime=1.96 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) S 12136 12139 6758 0 -1 1077944384 12179 0 0 0 195 1 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745023150464 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10555476 memory=2396 CPUtime=0.34 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) S 12136 12139 6758 0 -1 1077944384 3095 0 0 0 33 1 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745022098208 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10555476 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10555476 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 967 0 0 0 3 4 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 365.41 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8263992 KiB

[startup+132.801 s]
/proc/loadavg: 3.43 2.49 2.44 6/216 12156
/proc/meminfo: memFree=15473560/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555476 memory=8263992 CPUtime=371.62 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 206631 0 0 0 36557 605 0 0 20 0 15 0 96285206 10808807424 2065998 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638869 2065998 3158 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555476 memory=6791534058613427641 CPUtime=38.77 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) S 12136 12139 6758 0 -1 1077944384 19240 0 0 0 3869 8 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745727891088 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555476 memory=11040 CPUtime=78.77 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 43109 0 0 0 7722 155 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555476 memory=8263992 CPUtime=78.59 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 26185 0 0 0 7715 144 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555476 memory=8263992 CPUtime=78.63 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 28327 0 0 0 7720 143 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555476 memory=792 CPUtime=78.34 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 28664 0 0 0 7689 145 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555476 memory=1424 CPUtime=14.36 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) R 12136 12139 6758 0 -1 4202560 32941 0 0 0 1434 2 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745028411984 139745708654484 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10555476 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745027359712 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745026307072 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10555476 memory=8263992 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10555476 memory=-8707038579349950309 CPUtime=1.72 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) S 12136 12139 6758 0 -1 1077944384 10518 0 0 0 170 2 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745024203296 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10555476 memory=-8412652177879177843 CPUtime=1.96 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) S 12136 12139 6758 0 -1 1077944384 12179 0 0 0 195 1 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745023150464 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10555476 memory=8263992 CPUtime=0.34 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) S 12136 12139 6758 0 -1 1077944384 3095 0 0 0 33 1 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745022098208 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10555476 memory=8263992 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10555476 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 967 0 0 0 3 4 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 371.62 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8263992 KiB

[startup+133.601 s]
/proc/loadavg: 3.43 2.49 2.44 3/216 12156
/proc/meminfo: memFree=15473560/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10555476 memory=8263992 CPUtime=372.42 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 206822 0 0 0 36637 605 0 0 20 0 15 0 96285206 10808807424 2065998 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2638869 2065998 3158 1 0 2627263 0
[pid=12139/tid=12141] ppid=12136 vsize=10555476 memory=2396 CPUtime=38.77 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) S 12136 12139 6758 0 -1 1077944384 19240 0 0 0 3869 8 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745727891088 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10555476 memory=6791534058613427641 CPUtime=78.77 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 43109 0 0 0 7722 155 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10555476 memory=16764 CPUtime=78.59 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 26185 0 0 0 7715 144 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10555476 memory=8263992 CPUtime=78.63 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 28327 0 0 0 7720 143 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10555476 memory=636 CPUtime=78.34 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 28664 0 0 0 7689 145 0 0 20 0 15 0 96285207 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10555476 memory=960 CPUtime=15.16 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) R 12136 12139 6758 0 -1 4202560 33137 0 0 0 1514 2 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745028411984 139745705267721 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10555476 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745027359712 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10555476 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 96285209 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745026307072 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10555476 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10555476 memory=1004 CPUtime=1.72 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) S 12136 12139 6758 0 -1 1077944384 10518 0 0 0 170 2 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745024203296 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10555476 memory=11040 CPUtime=1.96 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) S 12136 12139 6758 0 -1 1077944384 12179 0 0 0 195 1 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745023150464 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10555476 memory=5700 CPUtime=0.34 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) S 12136 12139 6758 0 -1 1077944384 3095 0 0 0 33 1 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745022098208 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10555476 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 967 0 0 0 3 4 0 0 20 0 15 0 96285212 10808807424 2065998 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 372.42 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8263992 KiB

[startup+133.801 s]
/proc/loadavg: 3.43 2.49 2.44 3/216 12156
/proc/meminfo: memFree=15473560/32770624 swapFree=67108860/67108860
[pid=12139] ppid=12136 vsize=10690804 memory=8264912 CPUtime=372.59 cores=0,2,4,6
/proc/12139/stat : 12139 (java) S 12136 12139 6758 0 -1 1077944320 209089 0 0 0 36653 606 0 0 20 0 16 0 96285206 10947383296 2066228 33554432000 4194304 4196468 140737442288032 140737442270576 139745723657975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
/proc/12139/statm: 2672701 2066228 3202 1 0 2661057 0
[pid=12139/tid=12141] ppid=12136 vsize=10690804 memory=6791534058613427641 CPUtime=38.79 cores=0,2,4,6
/proc/12139/task/12141/stat : 12141 (java) S 12136 12139 6758 0 -1 1077944384 19740 0 0 0 3871 8 0 0 20 0 16 0 96285207 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745727898656 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12142] ppid=12136 vsize=10690804 memory=1224 CPUtime=78.77 cores=0,2,4,6
/proc/12139/task/12142/stat : 12142 (java) S 12136 12139 6758 0 -1 1077944384 43109 0 0 0 7722 155 0 0 20 0 16 0 96285207 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745330649872 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12143] ppid=12136 vsize=10690804 memory=1716 CPUtime=78.59 cores=0,2,4,6
/proc/12139/task/12143/stat : 12143 (java) S 12136 12139 6758 0 -1 1077944384 26185 0 0 0 7715 144 0 0 20 0 16 0 96285207 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745329597328 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12144] ppid=12136 vsize=10690804 memory=10588 CPUtime=78.63 cores=0,2,4,6
/proc/12139/task/12144/stat : 12144 (java) S 12136 12139 6758 0 -1 1077944384 28327 0 0 0 7720 143 0 0 20 0 16 0 96285207 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745328544784 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12145] ppid=12136 vsize=10690804 memory=1200 CPUtime=78.34 cores=0,2,4,6
/proc/12139/task/12145/stat : 12145 (java) S 12136 12139 6758 0 -1 1077944384 28664 0 0 0 7689 145 0 0 20 0 16 0 96285207 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745327492240 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12146] ppid=12136 vsize=10690804 memory=15872 CPUtime=15.22 cores=0,2,4,6
/proc/12139/task/12146/stat : 12146 (java) S 12136 12139 6758 0 -1 1077944384 33188 0 0 0 1520 2 0 0 20 0 16 0 96285209 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745028413424 139745723669122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12147] ppid=12136 vsize=10690804 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12147/stat : 12147 (java) S 12136 12139 6758 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 96285209 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745027359712 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12148] ppid=12136 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12148/stat : 12148 (java) S 12136 12139 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96285209 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745026307072 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12149] ppid=12136 vsize=10690804 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12149/stat : 12149 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96285212 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745025255632 139745723676571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12150] ppid=12136 vsize=10690804 memory=11040 CPUtime=1.78 cores=0,2,4,6
/proc/12139/task/12150/stat : 12150 (java) S 12136 12139 6758 0 -1 1077944384 11666 0 0 0 176 2 0 0 20 0 16 0 96285212 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745024203248 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12151] ppid=12136 vsize=10690804 memory=1728 CPUtime=1.96 cores=0,2,4,6
/proc/12139/task/12151/stat : 12151 (java) S 12136 12139 6758 0 -1 1077944384 12417 0 0 0 195 1 0 0 20 0 16 0 96285212 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745023150704 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12152] ppid=12136 vsize=10690804 memory=1004 CPUtime=0.35 cores=0,2,4,6
/proc/12139/task/12152/stat : 12152 (java) S 12136 12139 6758 0 -1 1077944384 3365 0 0 0 34 1 0 0 20 0 16 0 96285212 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745022098160 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12153] ppid=12136 vsize=10690804 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/12139/task/12153/stat : 12153 (java) S 12136 12139 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96285212 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745021045856 139745723668181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
[pid=12139/tid=12154] ppid=12136 vsize=10690804 memory=5700 CPUtime=0.07 cores=0,2,4,6
/proc/12139/task/12154/stat : 12154 (java) S 12136 12139 6758 0 -1 1077944384 967 0 0 0 3 4 0 0 20 0 16 0 96285212 10947383296 2066228 33554432000 4194304 4196468 140737442288032 139745019992368 139745723669122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140737442292870 140737442293023 140737442293023 140737442295759 0
Current children cumulated CPU time: 372.59 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8264912 KiB

[startup+133.901 s]*
/proc/loadavg: 3.43 2.49 2.44 3/203 12158
/proc/meminfo: memFree=15961044/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 133.937
CPU time (s): 372.646
CPU user time (s): 366.543
CPU system time (s): 6.10299
CPU usage (%): 278.226
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8264912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 366.543
system time used= 6.10299
maximum resident set size= 8265224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209152
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8035
involuntary context switches= 3235


# summary of solver processes directly reported to runsolver:
#   pid: 12139
#   total CPU time (s): 372.646
#   total CPU user time (s): 366.543
#   total CPU system time (s): 6.10299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.881726 second user time and 1.2717 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 15:33:02
IDJOB=4263337
IDBENCH=134610
IDSOLVER=2651
FILE ID=node150/4263337-1502632040
RUNJOBID= node150-1502620602-10434
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-14-ext03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263337-1502632040/watcher-4263337-1502632040 -o /tmp/evaluation-result-4263337-1502632040/solver-4263337-1502632040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263337-1502632040.xml

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

MD5SUM BENCH= 223310c4b2c0f482c3233db9dc344582
RANDOM SEED=1270019322

node150.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.89
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.89
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.89
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.89
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:        23741356 kB
MemAvailable:   28457024 kB
Buffers:          236200 kB
Cached:          4757012 kB
SwapCached:            0 kB
Active:          4174096 kB
Inactive:        4388696 kB
Active(anon):    3572400 kB
Inactive(anon):    25068 kB
Active(file):     601696 kB
Inactive(file):  4363628 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       3575324 kB
Mapped:            55456 kB
Shmem:             25224 kB
Slab:             158480 kB
SReclaimable:     132356 kB
SUnreclaim:        26124 kB
KernelStack:        3824 kB
PageTables:        12216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5289652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3446784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 15:35:16