Trace number 4289904

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1686.95 494.427

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko81_c18.xml
MD5SUM7967f0a5d6026ea184db99fec624e08d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49154
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables6642
Number of constraints3241
Number of domains2
Minimum domain size8
Maximum domain size81
Distribution of domain sizes[{"size":8,"count":3240},{"size":81,"count":81}]
Minimum variable degree0
Maximum variable degree81
Distribution of variable degrees[{"degree":0,"count":3321},{"degree":2,"count":3240},{"degree":81,"count":81}]
Minimum constraint arity3
Maximum constraint arity81
Distribution of constraint arities[{"arity":3,"count":3240},{"arity":81,"count":1}]
Number of extensional constraints3240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3240},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289904-1532214975/watcher-4289904-1532214975 -o /tmp/evaluation-result-4289904-1532214975/solver-4289904-1532214975 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25960 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289904-1532214975.xml 

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

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


[startup+0.100691 s]*
/proc/loadavg: 2.15 2.28 2.17 3/220 26729
/proc/meminfo: memFree=23018404/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10659012 memory=30756 CPUtime=0.12 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 6750 0 0 0 11 1 0 0 20 0 15 0 39060634 10914828288 7689 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2664753 7689 2822 1 0 2627263 0
[pid=26714/tid=26716] ppid=26711 vsize=10659012 memory=-8773748148830375804 CPUtime=0.09 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) R 26711 26714 23369 0 -1 4202560 4590 0 0 0 8 1 0 0 20 0 15 0 39060634 10914828288 7689 33554432000 4194304 4196468 140724683106320 139939278038976 139939257898334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 7689 33554432000 4194304 4196468 140724683106320 139939230370704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938879167248 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938878114960 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) S 26711 26714 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938877062160 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) S 26711 26714 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39060636 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938833643632 139939273828994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39060637 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938832589600 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39060637 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938831537264 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) S 26711 26714 23369 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938829433456 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938828380656 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0.02 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) R 26711 26714 23369 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 39060640 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938827328368 139939273839194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 7689 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30756 KiB

[startup+0.210718 s]*
/proc/loadavg: 2.15 2.28 2.17 3/220 26729
/proc/meminfo: memFree=23006532/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10659012 memory=41892 CPUtime=0.33 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 8097 0 0 0 31 2 0 0 20 0 15 0 39060634 10914828288 10473 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2664753 10473 3006 1 0 2627263 0
[pid=26714/tid=26716] ppid=26711 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) R 26711 26714 23369 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 39060634 10914828288 10473 33554432000 4194304 4196468 140724683106320 139939278056000 139939273829782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 10473 33554432000 4194304 4196468 140724683106320 139939230370704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10659012 memory=139814722176498 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938879167248 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938878114960 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) S 26711 26714 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938877062160 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) S 26711 26714 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39060636 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938833643632 139939273828994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39060637 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938832589600 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39060637 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938831537264 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) S 26711 26714 23369 0 -1 1077944384 749 0 0 0 2 0 0 0 20 0 15 0 39060640 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938829433456 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) S 26711 26714 23369 0 -1 1077944384 258 0 0 0 2 0 0 0 20 0 15 0 39060640 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938828380656 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0.07 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) R 26711 26714 23369 0 -1 4202560 694 0 0 0 7 0 0 0 20 0 15 0 39060640 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938827324096 139939266054974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 10473 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41892 KiB

[startup+0.310556 s]*
/proc/loadavg: 2.15 2.28 2.17 5/220 26729
/proc/meminfo: memFree=22996064/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10659012 memory=52332 CPUtime=0.58 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 9765 0 0 0 55 3 0 0 20 0 15 0 39060634 10914828288 13083 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2664753 13083 3039 1 0 2627263 0
[pid=26714/tid=26716] ppid=26711 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) R 26711 26714 23369 0 -1 4202560 5589 0 0 0 28 1 0 0 20 0 15 0 39060634 10914828288 13083 33554432000 4194304 4196468 140724683106320 139939278030128 139939257898334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10659012 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 13083 33554432000 4194304 4196468 140724683106320 139939230370704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10659012 memory=139814722176497 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 13083 33554432000 4194304 4196468 140724683106320 139938879167248 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938878114960 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) S 26711 26714 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39060635 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938877062160 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) S 26711 26714 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39060636 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938833643632 139939273828994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39060637 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938832589600 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39060637 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938831537264 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10659012 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) R 26711 26714 23369 0 -1 4202560 1136 0 0 0 6 0 0 0 20 0 15 0 39060640 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938829426088 139939252110872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10659012 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) R 26711 26714 23369 0 -1 4202560 744 0 0 0 6 0 0 0 20 0 15 0 39060640 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938828361672 139939254519511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0.13 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) R 26711 26714 23369 0 -1 1077944384 951 0 0 0 13 0 0 0 20 0 15 0 39060640 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938827328368 139939273828994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10659012 memory=139814721984128 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060640 10914828288 13148 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 52332 KiB

[startup+0.70099 s]
/proc/loadavg: 2.15 2.28 2.17 5/220 26729
/proc/meminfo: memFree=22960768/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10659088 memory=127324 CPUtime=1.88 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 14720 0 0 0 184 4 0 0 20 0 15 0 39060634 10914906112 31831 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2664772 31831 3090 1 0 2627263 0
[pid=26714/tid=26716] ppid=26711 vsize=10659088 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) R 26711 26714 23369 0 -1 4202560 5913 0 0 0 65 2 0 0 20 0 15 0 39060634 10914906112 31831 33554432000 4194304 4196468 140724683106320 139939278052560 139938913540058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914906112 31831 33554432000 4194304 4196468 140724683106320 139939230370704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938879167248 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10659088 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060635 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938878114960 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10659088 memory=5524 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) S 26711 26714 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39060635 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938877062160 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10659088 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) S 26711 26714 23369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39060636 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938833643632 139939273828994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39060637 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938832589600 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39060637 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938831537264 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10659088 memory=7518026621751088994 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10659088 memory=6082227202167695463 CPUtime=0.42 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) R 26711 26714 23369 0 -1 4202560 3174 0 0 0 42 0 0 0 20 0 15 0 39060640 10914906112 31831 33554432000 4194304 4196468 140724683106320 139938829418368 139939258726751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10659088 memory=7810487918915055718 CPUtime=0.44 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) R 26711 26714 23369 0 -1 4202560 2417 0 0 0 44 0 0 0 20 0 15 0 39060640 10914906112 32343 33554432000 4194304 4196468 140724683106320 139938828361672 139939251834826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10659088 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) R 26711 26714 23369 0 -1 1077944384 1845 0 0 0 31 0 0 0 20 0 15 0 39060640 10914906112 32343 33554432000 4194304 4196468 140724683106320 139938827328368 139939273828994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39060640 10914906112 32343 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39060640 10914906112 32343 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 127324 KiB

[startup+1.50074 s]
/proc/loadavg: 2.15 2.28 2.17 5/220 26729
/proc/meminfo: memFree=22650664/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10659088 memory=505320 CPUtime=4.39 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 27071 0 0 0 425 14 0 0 20 0 15 0 39060634 10914906112 126330 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2664772 126330 3126 1 0 2627263 0
[pid=26714/tid=26716] ppid=26711 vsize=10659088 memory=6791534058613427641 CPUtime=1.42 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) R 26711 26714 23369 0 -1 4202560 6266 0 0 0 136 6 0 0 20 0 15 0 39060634 10914906112 126330 33554432000 4194304 4196468 140724683106320 139939278030496 139938909771482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10659088 memory=-6951259422114956437 CPUtime=0.02 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) S 26711 26714 23369 0 -1 1077944384 42 0 0 0 2 0 0 0 20 0 15 0 39060635 10914906112 126330 33554432000 4194304 4196468 140724683106320 139939230370704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10659088 memory=-6509546260019855299 CPUtime=0.02 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) S 26711 26714 23369 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 15 0 39060635 10914906112 126330 33554432000 4194304 4196468 140724683106320 139938879167248 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10659088 memory=-7390251449858225344 CPUtime=0.02 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) S 26711 26714 23369 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 15 0 39060635 10914906112 126330 33554432000 4194304 4196468 140724683106320 139938878114960 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10659088 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) S 26711 26714 23369 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 39060635 10914906112 126330 33554432000 4194304 4196468 140724683106320 139938877062160 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) S 26711 26714 23369 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 39060636 10914906112 126330 33554432000 4194304 4196468 140724683106320 139938833643632 139939273828994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0

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

/proc/26714/task/26720/stat : 26720 (java) R 26711 26714 23369 0 -1 4202560 22878 0 0 0 39189 155 0 0 20 0 17 0 39060635 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938877062360 139939258518451 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10794416 memory=13868 CPUtime=43.87 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) S 26711 26714 23369 0 -1 1077944384 95307 0 0 0 4383 4 0 0 20 0 17 0 39060636 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938833642176 139939273828053 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938832589664 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10794416 memory=8315808 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938831537280 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10794416 memory=13868 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10794416 memory=1296 CPUtime=2.03 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) S 26711 26714 23369 0 -1 1077944384 11242 0 0 0 201 2 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938829433216 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10794416 memory=6791534058613427641 CPUtime=1.98 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) S 26711 26714 23369 0 -1 1077944384 11111 0 0 0 196 2 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938828380704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10794416 memory=7595130987143521361 CPUtime=0.53 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) S 26711 26714 23369 0 -1 1077944384 4725 0 0 0 52 1 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938827328416 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10794416 memory=279629215580512 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10794416 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1900 0 0 0 18 18 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26745] ppid=26711 vsize=10794416 memory=6440235876196046947 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26745/stat : 26745 (java) S 26711 26714 23369 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938754445920 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26746] ppid=26711 vsize=10794416 memory=6935649255759568960 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26746/stat : 26746 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938753393088 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 1671.83 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8315808 KiB

[startup+492.801 s]
/proc/loadavg: 4.93 4.19 3.11 5/222 26747
/proc/meminfo: memFree=14225516/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10794416 memory=8315808 CPUtime=1684.22 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 269945 0 0 0 167787 635 0 0 20 0 17 0 39060634 11053481984 2078952 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2698604 2078952 3217 1 0 2661057 0
[pid=26714/tid=26716] ppid=26711 vsize=10794416 memory=8315808 CPUtime=45.69 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) S 26711 26714 23369 0 -1 1077944384 21553 0 0 0 4547 22 0 0 20 0 17 0 39060634 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139939278058528 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10794416 memory=8315808 CPUtime=399.16 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) R 26711 26714 23369 0 -1 4202560 39211 0 0 0 39786 130 0 0 20 0 17 0 39060635 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139939230370512 139939266446055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10794416 memory=8315808 CPUtime=396.91 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) R 26711 26714 23369 0 -1 4202560 30966 0 0 0 39535 156 0 0 20 0 17 0 39060635 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938879167056 139939266446055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10794416 memory=13868 CPUtime=396.96 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) R 26711 26714 23369 0 -1 4202560 29613 0 0 0 39541 155 0 0 20 0 17 0 39060635 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938878115080 139939266446055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10794416 memory=8315808 CPUtime=396.64 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) R 26711 26714 23369 0 -1 4202560 22878 0 0 0 39509 155 0 0 20 0 17 0 39060635 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938877062360 139939258807511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10794416 memory=2196 CPUtime=43.87 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) S 26711 26714 23369 0 -1 1077944384 95307 0 0 0 4383 4 0 0 20 0 17 0 39060636 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938833642176 139939273828053 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10794416 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938832589664 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10794416 memory=2448 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938831537280 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10794416 memory=792 CPUtime=2.03 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) S 26711 26714 23369 0 -1 1077944384 11242 0 0 0 201 2 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938829433216 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10794416 memory=1728 CPUtime=1.98 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) S 26711 26714 23369 0 -1 1077944384 11111 0 0 0 196 2 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938828380704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10794416 memory=792 CPUtime=0.53 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) S 26711 26714 23369 0 -1 1077944384 4725 0 0 0 52 1 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938827328416 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10794416 memory=1948 CPUtime=0.36 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1902 0 0 0 18 18 0 0 20 0 17 0 39060640 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26745] ppid=26711 vsize=10794416 memory=11968 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26745/stat : 26745 (java) S 26711 26714 23369 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938754445920 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26746] ppid=26711 vsize=10794416 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26746/stat : 26746 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078952 33554432000 4194304 4196468 140724683106320 139938753393088 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 1684.22 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8315808 KiB

[startup+493.601 s]
/proc/loadavg: 4.93 4.19 3.11 6/222 26747
/proc/meminfo: memFree=14225516/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10794416 memory=8315820 CPUtime=1686.11 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 270592 0 0 0 167976 635 0 0 20 0 17 0 39060634 11053481984 2078955 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2698604 2078955 3217 1 0 2661057 0
[pid=26714/tid=26716] ppid=26711 vsize=10794416 memory=8315808 CPUtime=45.69 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) S 26711 26714 23369 0 -1 1077944384 21553 0 0 0 4547 22 0 0 20 0 17 0 39060634 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139939278058528 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10794416 memory=6791534058613427641 CPUtime=399.53 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) S 26711 26714 23369 0 -1 1077944384 39211 0 0 0 39823 130 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139939230370704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10794416 memory=7528 CPUtime=397.27 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) S 26711 26714 23369 0 -1 1077944384 30966 0 0 0 39571 156 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938879167248 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10794416 memory=2244 CPUtime=397.32 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) S 26711 26714 23369 0 -1 1077944384 29613 0 0 0 39577 155 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938878114960 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10794416 memory=4132 CPUtime=397.03 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) S 26711 26714 23369 0 -1 1077944384 22878 0 0 0 39548 155 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938877062160 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10794416 memory=2196 CPUtime=44.28 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) R 26711 26714 23369 0 -1 4202560 95954 0 0 0 4424 4 0 0 20 0 17 0 39060636 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938833642176 139939258814251 0 0 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10794416 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938832589664 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10794416 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938831537280 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10794416 memory=11968 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10794416 memory=1696 CPUtime=2.03 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) S 26711 26714 23369 0 -1 1077944384 11242 0 0 0 201 2 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938829433216 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10794416 memory=8368 CPUtime=1.98 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) S 26711 26714 23369 0 -1 1077944384 11111 0 0 0 196 2 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938828380704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10794416 memory=4616 CPUtime=0.53 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) S 26711 26714 23369 0 -1 1077944384 4725 0 0 0 52 1 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938827328416 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10794416 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10794416 memory=4012 CPUtime=0.36 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1902 0 0 0 18 18 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26745] ppid=26711 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26745/stat : 26745 (java) S 26711 26714 23369 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938754445920 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26746] ppid=26711 vsize=10794416 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26746/stat : 26746 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938753393088 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 1686.11 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8315820 KiB

[startup+494.001 s]*
/proc/loadavg: 4.93 4.19 3.11 3/222 26747
/proc/meminfo: memFree=14225516/32770624 swapFree=67108860/67108860
[pid=26714] ppid=26711 vsize=10794416 memory=8315820 CPUtime=1686.52 cores=0,2,4,6
/proc/26714/stat : 26714 (java) S 26711 26714 23369 0 -1 1077944320 270592 0 0 0 168017 635 0 0 20 0 17 0 39060634 11053481984 2078955 33554432000 4194304 4196468 140724683106320 140724683088864 139939273817847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
/proc/26714/statm: 2698604 2078955 3217 1 0 2661057 0
[pid=26714/tid=26716] ppid=26711 vsize=10794416 memory=6791534058613427641 CPUtime=45.69 cores=0,2,4,6
/proc/26714/task/26716/stat : 26716 (java) S 26711 26714 23369 0 -1 1077944384 21553 0 0 0 4547 22 0 0 20 0 17 0 39060634 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139939278058528 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26717] ppid=26711 vsize=10794416 memory=4126316290023845779 CPUtime=399.53 cores=0,2,4,6
/proc/26714/task/26717/stat : 26717 (java) S 26711 26714 23369 0 -1 1077944384 39211 0 0 0 39823 130 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139939230370704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26718] ppid=26711 vsize=10794416 memory=6791534058613427641 CPUtime=397.27 cores=0,2,4,6
/proc/26714/task/26718/stat : 26718 (java) S 26711 26714 23369 0 -1 1077944384 30966 0 0 0 39571 156 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938879167248 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26719] ppid=26711 vsize=10794416 memory=1008 CPUtime=397.32 cores=0,2,4,6
/proc/26714/task/26719/stat : 26719 (java) S 26711 26714 23369 0 -1 1077944384 29613 0 0 0 39577 155 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938878114960 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26720] ppid=26711 vsize=10794416 memory=11968 CPUtime=397.03 cores=0,2,4,6
/proc/26714/task/26720/stat : 26720 (java) S 26711 26714 23369 0 -1 1077944384 22878 0 0 0 39548 155 0 0 20 0 17 0 39060635 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938877062160 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26721] ppid=26711 vsize=10794416 memory=1696 CPUtime=44.69 cores=0,2,4,6
/proc/26714/task/26721/stat : 26721 (java) R 26711 26714 23369 0 -1 4202560 95954 0 0 0 4465 4 0 0 20 0 17 0 39060636 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938833642064 139939258275480 0 0 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26722] ppid=26711 vsize=10794416 memory=8368 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26722/stat : 26722 (java) S 26711 26714 23369 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938832589664 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26723] ppid=26711 vsize=10794416 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26723/stat : 26723 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39060637 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938831537280 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26724] ppid=26711 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26724/stat : 26724 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938830485584 139939273836443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26725] ppid=26711 vsize=10794416 memory=1948 CPUtime=2.03 cores=0,2,4,6
/proc/26714/task/26725/stat : 26725 (java) S 26711 26714 23369 0 -1 1077944384 11242 0 0 0 201 2 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938829433216 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26726] ppid=26711 vsize=10794416 memory=5524 CPUtime=1.98 cores=0,2,4,6
/proc/26714/task/26726/stat : 26726 (java) S 26711 26714 23369 0 -1 1077944384 11111 0 0 0 196 2 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938828380704 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26727] ppid=26711 vsize=10794416 memory=1444 CPUtime=0.53 cores=0,2,4,6
/proc/26714/task/26727/stat : 26727 (java) S 26711 26714 23369 0 -1 1077944384 4725 0 0 0 52 1 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938827328416 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26728] ppid=26711 vsize=10794416 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26728/stat : 26728 (java) S 26711 26714 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938758650848 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26729] ppid=26711 vsize=10794416 memory=1008 CPUtime=0.36 cores=0,2,4,6
/proc/26714/task/26729/stat : 26729 (java) S 26711 26714 23369 0 -1 1077944384 1902 0 0 0 18 18 0 0 20 0 17 0 39060640 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938757597616 139939273828994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26745] ppid=26711 vsize=10794416 memory=11968 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26745/stat : 26745 (java) S 26711 26714 23369 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938754445920 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
[pid=26714/tid=26746] ppid=26711 vsize=10794416 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26746/stat : 26746 (java) S 26711 26714 23369 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39108303 11053481984 2078955 33554432000 4194304 4196468 140724683106320 139938753393088 139939273828053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12152832 140724683109489 140724683109641 140724683109641 140724683112399 0
Current children cumulated CPU time: 1686.52 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8315820 KiB

[startup+494.401 s]*
/proc/loadavg: 4.93 4.19 3.11 3/207 26747
/proc/meminfo: memFree=17486284/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): 494.427
CPU time (s): 1686.95
CPU user time (s): 1680.56
CPU system time (s): 6.39529
CPU usage (%): 341.193
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8315820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1680.56
system time used= 6.39529
maximum resident set size= 8316076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28529
involuntary context switches= 21795


# summary of solver processes directly reported to runsolver:
#   pid: 26714
#   total CPU time (s): 1686.95
#   total CPU user time (s): 1680.56
#   total CPU system time (s): 6.39529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.0219 second user time and 4.93649 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 01:16:15
IDJOB=4289904
IDBENCH=141258
IDSOLVER=2742
FILE ID=node135/4289904-1532214975
RUNJOBID= node135-1532209914-25960
PBS_JOBID= 21018932
Free space on /tmp= 52936 MiB

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

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

MD5SUM BENCH= 7967f0a5d6026ea184db99fec624e08d
RANDOM SEED=336729158

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23033876 kB
MemAvailable:   31401504 kB
Buffers:          129052 kB
Cached:          8446348 kB
SwapCached:            0 kB
Active:          1821780 kB
Inactive:        7345364 kB
Active(anon):     541432 kB
Inactive(anon):    69908 kB
Active(file):    1280348 kB
Inactive(file):  7275456 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2088 kB
Writeback:             0 kB
AnonPages:        643592 kB
Mapped:            46580 kB
Shmem:             17056 kB
Slab:             267808 kB
SReclaimable:     240284 kB
SUnreclaim:        27524 kB
KernelStack:        3904 kB
PageTables:         6832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1560860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 01:24:29