Trace number 4263312

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1645.34 478.543

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-06.xml
MD5SUM000bb8293185d226d4bd39fa547f2fd1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.036646999
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints62
Number of domains1
Minimum domain size729
Maximum domain size729
Distribution of domain sizes[{"size":729,"count":62}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":61},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":61}]
Number of extensional constraints61
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":61},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14556 MiB free)
  memory of node 1: 16384 MiB (15266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263312-1502635824/watcher-4263312-1502635824 -o /tmp/evaluation-result-4263312-1502635824/solver-4263312-1502635824 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263312-1502635824.xml 

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

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

solver pid=1940, runsolver pid=1937

[startup+0.100177 s]*
/proc/loadavg: 2.06 2.84 3.21 2/202 1942
/proc/meminfo: memFree=30535388/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9936560 memory=14900 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 3002 0 0 0 0 0 0 0 20 0 6 0 105493728 10175037440 3659 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2484140 3659 1597 1 0 2473637 0
[pid=1940/tid=1942] ppid=1937 vsize=9936560 memory=-7174084197762691781 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) R 1937 1940 12395 0 -1 4202560 2050 0 0 0 0 0 0 0 20 0 6 0 105493738 10175037440 4055 18446744073709551615 4194304 4196468 140731062553568 140541328503376 140541308347742 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=9936560 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 105493738 10175037440 4055 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=9936560 memory=140086949709440 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 105493738 10175037440 4055 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 105493738 10175037440 4055 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 105493738 10175037440 4055 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14900 KiB

[startup+0.210211 s]*
/proc/loadavg: 2.06 2.84 3.21 2/214 1954
/proc/meminfo: memFree=30525360/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=10484492 memory=23556 CPUtime=0.05 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 4849 0 0 0 4 1 0 0 20 0 14 0 105493728 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2621123 5889 2576 1 0 2610620 0
[pid=1940/tid=1942] ppid=1937 vsize=10484492 memory=-7174084197762691781 CPUtime=0.05 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) D 1937 1940 12395 0 -1 4202560 2959 0 0 0 4 1 0 0 20 0 14 0 105493738 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140541328504736 140541324289277 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10484492 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105493738 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10484492 memory=140086949709440 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105493738 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105493738 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105493738 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10484492 memory=140086949709440 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105493740 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540820327280 140541324278402 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 105493740 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540819273248 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 105493740 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540818220400 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105493743 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) S 1937 1940 12395 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 14 0 105493743 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540816116080 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105493743 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540815063280 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10484492 memory=140086949709440 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) S 1937 1940 12395 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 105493743 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540814010480 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105493743 10736119808 5889 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23556 KiB

[startup+0.310094 s]*
/proc/loadavg: 2.06 2.84 3.21 3/215 1955
/proc/meminfo: memFree=30516868/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=10551156 memory=31084 CPUtime=0.18 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 8061 0 0 0 15 3 0 0 20 0 15 0 105493728 10804383744 7771 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2637789 7771 2837 1 0 2627261 0
[pid=1940/tid=1942] ppid=1937 vsize=10551156 memory=280173601875524 CPUtime=0.13 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) R 1937 1940 12395 0 -1 4202560 5774 0 0 0 11 2 0 0 20 0 15 0 105493738 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140541328502400 140541324289181 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105493738 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10551156 memory=140086949709440 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105493738 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105493738 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105493738 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105493740 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540820327280 140541324278402 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105493740 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540819273248 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105493740 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540818220400 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105493743 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) R 1937 1940 12395 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 105493743 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540816116080 140541324278402 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) S 1937 1940 12395 0 -1 1077944384 81 0 0 0 1 0 0 0 20 0 15 0 105493743 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540815063280 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) R 1937 1940 12395 0 -1 4202560 402 0 0 0 3 0 0 0 20 0 15 0 105493743 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540814010480 140541324279190 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105493743 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1955] ppid=1937 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1955/stat : 1955 (java) S 1937 1940 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105493751 10804383744 7823 18446744073709551615 4194304 4196468 140731062553568 140540811906224 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31084 KiB

[startup+0.700973 s]
/proc/loadavg: 2.06 2.84 3.21 5/215 1955
/proc/meminfo: memFree=30500880/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=10551232 memory=107156 CPUtime=1.19 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 12720 0 0 0 113 6 0 0 20 0 15 0 105493728 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2637808 26789 3063 1 0 2627261 0
[pid=1940/tid=1942] ppid=1937 vsize=10551232 memory=51784 CPUtime=0.5 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) R 1937 1940 12395 0 -1 4202560 7813 0 0 0 47 3 0 0 20 0 15 0 105493738 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140541328441424 140541308347152 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105493738 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105493738 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10551232 memory=23 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105493738 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10551232 memory=85 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105493738 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) S 1937 1940 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105493740 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540820327280 140541324278402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10551232 memory=7959395632134893881 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105493740 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540819273248 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10551232 memory=5931329019416957264 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105493740 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540818220400 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10551232 memory=8023269665315972697 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105493743 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10551232 memory=742138739404329024 CPUtime=0.22 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) R 1937 1940 12395 0 -1 4202560 1347 0 0 0 22 0 0 0 20 0 15 0 105493743 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540816097504 140541304119437 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10551232 memory=9047017150487036575 CPUtime=0.21 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) R 1937 1940 12395 0 -1 4202560 1113 0 0 0 21 0 0 0 20 0 15 0 105493743 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540815049304 140541303523623 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) R 1937 1940 12395 0 -1 4202560 1101 0 0 0 21 0 0 0 20 0 15 0 105493743 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540814010480 140541303208792 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105493743 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1955] ppid=1937 vsize=10551232 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1955/stat : 1955 (java) S 1937 1940 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105493751 10804461568 26789 18446744073709551615 4194304 4196468 140731062553568 140540811906224 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 107156 KiB

[startup+1.50096 s]
/proc/loadavg: 2.06 2.84 3.21 5/215 1955
/proc/meminfo: memFree=30361508/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=10551232 memory=289652 CPUtime=3.45 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 24103 0 0 0 328 17 0 0 20 0 15 0 105493728 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2637808 72413 3098 1 0 2627261 0
[pid=1940/tid=1942] ppid=1937 vsize=10551232 memory=4132 CPUtime=1.19 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) R 1937 1940 12395 0 -1 4202560 7885 0 0 0 115 4 0 0 20 0 15 0 105493738 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140541328490624 140540946693293 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10551232 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 152 0 0 0 6 1 0 0 20 0 15 0 105493738 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10551232 memory=280173601878752 CPUtime=0.09 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 70 0 0 0 7 2 0 0 20 0 15 0 105493738 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10551232 memory=7521694639987712849 CPUtime=0.09 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 134 0 0 0 7 2 0 0 20 0 15 0 105493738 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10551232 memory=1 CPUtime=0.09 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 160 0 0 0 7 2 0 0 20 0 15 0 105493738 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) S 1937 1940 12395 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105493740 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540820327280 140541324278402 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105493740 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540819273248 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105493740 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540818220400 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105493743 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10551232 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) S 1937 1940 12395 0 -1 1077944384 9248 0 0 0 86 2 0 0 20 0 15 0 105493743 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540816116080 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10551232 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) S 1937 1940 12395 0 -1 1077944384 3310 0 0 0 70 1 0 0 20 0 15 0 105493743 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540815063280 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) S 1937 1940 12395 0 -1 1077944384 1699 0 0 0 26 0 0 0 20 0 15 0 105493743 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540814010480 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105493743 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1955] ppid=1937 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1955/stat : 1955 (java) S 1937 1940 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105493751 10804461568 72413 18446744073709551615 4194304 4196468 140731062553568 140540811906224 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 289652 KiB


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

/proc/1940/task/1942/stat : 1942 (java) S 1937 1940 12395 0 -1 1077944384 20153 0 0 0 4711 27 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541328507936 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10684512 memory=1728 CPUtime=389.33 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) R 1937 1940 12395 0 -1 4202560 152278 0 0 0 38764 169 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541265304328 140541316895463 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10684512 memory=1012 CPUtime=388.98 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) R 1937 1940 12395 0 -1 4202560 159467 0 0 0 38730 168 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541264251216 140541316895463 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10684512 memory=956 CPUtime=388.82 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) R 1937 1940 12395 0 -1 4202560 127190 0 0 0 38699 183 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541263198728 140541316895463 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10684512 memory=1236 CPUtime=390.07 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) R 1937 1940 12395 0 -1 4202560 163903 0 0 0 38828 179 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540932647072 140541309263679 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10684512 memory=1152 CPUtime=33.67 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) S 1937 1940 12395 0 -1 1077944384 89025 0 0 0 3361 6 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540820325824 140541324277461 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540819273312 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540818220416 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10684512 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10684512 memory=8199284 CPUtime=1.42 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) S 1937 1940 12395 0 -1 1077944384 15743 0 0 0 140 2 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540816115840 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10684512 memory=8199284 CPUtime=1.31 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) S 1937 1940 12395 0 -1 1077944384 7287 0 0 0 130 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540815063328 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10684512 memory=51804 CPUtime=0.31 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) S 1937 1940 12395 0 -1 1077944384 3247 0 0 0 30 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540814005392 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1955] ppid=1937 vsize=10684512 memory=2460 CPUtime=0.22 cores=1,3,5,7
/proc/1940/task/1955/stat : 1955 (java) S 1937 1940 12395 0 -1 1077944384 455 0 0 0 11 11 0 0 20 0 16 0 105493751 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540811906224 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=2304] ppid=1937 vsize=10684512 memory=-7027409196973593448 CPUtime=0 cores=1,3,5,7
/proc/1940/task/2304/stat : 2304 (java) S 1937 1940 12395 0 -1 1077944384 376 0 0 0 0 0 0 0 20 0 16 0 105537912 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540810850624 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 1641.61 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8199284 KiB

[startup+477.601 s]
/proc/loadavg: 7.68 6.01 4.47 10/215 2305
/proc/meminfo: memFree=14633344/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=10684512 memory=8199284 CPUtime=1644.39 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 740993 0 0 0 163694 745 0 0 20 0 16 0 105493728 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2671128 2049821 3175 1 0 2660543 0
[pid=1940/tid=1942] ppid=1937 vsize=10684512 memory=51804 CPUtime=47.38 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) S 1937 1940 12395 0 -1 1077944384 20153 0 0 0 4711 27 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541328507936 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10684512 memory=1296 CPUtime=389.99 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 152278 0 0 0 38830 169 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10684512 memory=2460 CPUtime=389.65 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 159467 0 0 0 38796 169 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10684512 memory=7680170660397595203 CPUtime=389.49 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 127190 0 0 0 38765 184 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10684512 memory=1992 CPUtime=390.76 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 163903 0 0 0 38897 179 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10684512 memory=7680170660397595203 CPUtime=33.78 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) R 1937 1940 12395 0 -1 4202560 89398 0 0 0 3372 6 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540820325712 140541308724825 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10684512 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540819273312 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10684512 memory=8198976 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540818220416 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10684512 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10684512 memory=1012 CPUtime=1.42 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) S 1937 1940 12395 0 -1 1077944384 15743 0 0 0 140 2 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540816115840 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10684512 memory=1228 CPUtime=1.31 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) S 1937 1940 12395 0 -1 1077944384 7287 0 0 0 130 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540815063328 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10684512 memory=1992 CPUtime=0.31 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) S 1937 1940 12395 0 -1 1077944384 3247 0 0 0 30 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540814005392 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10684512 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1955] ppid=1937 vsize=10684512 memory=796 CPUtime=0.22 cores=1,3,5,7
/proc/1940/task/1955/stat : 1955 (java) S 1937 1940 12395 0 -1 1077944384 455 0 0 0 11 11 0 0 20 0 16 0 105493751 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540811906224 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=2304] ppid=1937 vsize=10684512 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/1940/task/2304/stat : 2304 (java) S 1937 1940 12395 0 -1 1077944384 376 0 0 0 0 0 0 0 20 0 16 0 105537912 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540810850624 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 1644.39 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8199284 KiB

[startup+478.001 s]*
/proc/loadavg: 7.68 6.01 4.47 6/215 2305
/proc/meminfo: memFree=14633344/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=10684512 memory=8199284 CPUtime=1644.8 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 740993 0 0 0 163735 745 0 0 20 0 16 0 105493728 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2671128 2049821 3175 1 0 2660543 0
[pid=1940/tid=1942] ppid=1937 vsize=10684512 memory=2240 CPUtime=47.38 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) S 1937 1940 12395 0 -1 1077944384 20153 0 0 0 4711 27 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541328507936 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10684512 memory=-7003737579269690708 CPUtime=389.99 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 152278 0 0 0 38830 169 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10684512 memory=7680170660397595203 CPUtime=389.65 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 159467 0 0 0 38796 169 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10684512 memory=1156 CPUtime=389.49 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 127190 0 0 0 38765 184 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10684512 memory=3004 CPUtime=390.76 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 163903 0 0 0 38897 179 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10684512 memory=840 CPUtime=34.19 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) R 1937 1940 12395 0 -1 4202560 89398 0 0 0 3413 6 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540820325712 140541309263679 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10684512 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540819273312 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10684512 memory=3080 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540818220416 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10684512 memory=3052 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10684512 memory=6933928925625698159 CPUtime=1.42 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) S 1937 1940 12395 0 -1 1077944384 15743 0 0 0 140 2 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540816115840 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10684512 memory=-7003737579269690708 CPUtime=1.31 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) S 1937 1940 12395 0 -1 1077944384 7287 0 0 0 130 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540815063328 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10684512 memory=3080 CPUtime=0.31 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) S 1937 1940 12395 0 -1 1077944384 3247 0 0 0 30 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540814005392 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10684512 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1955] ppid=1937 vsize=10684512 memory=1012 CPUtime=0.22 cores=1,3,5,7
/proc/1940/task/1955/stat : 1955 (java) S 1937 1940 12395 0 -1 1077944384 455 0 0 0 11 11 0 0 20 0 16 0 105493751 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540811906224 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=2304] ppid=1937 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1940/task/2304/stat : 2304 (java) S 1937 1940 12395 0 -1 1077944384 376 0 0 0 0 0 0 0 20 0 16 0 105537912 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540810850624 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 1644.8 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8199284 KiB

[startup+478.401 s]
/proc/loadavg: 7.68 6.01 4.47 6/215 2305
/proc/meminfo: memFree=14633344/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=10684512 memory=8199284 CPUtime=1645.19 cores=1,3,5,7
/proc/1940/stat : 1940 (java) S 1937 1940 12395 0 -1 1077944320 740993 0 0 0 163774 745 0 0 20 0 16 0 105493728 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140731062536112 140541324267255 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
/proc/1940/statm: 2671128 2049821 3175 1 0 2660543 0
[pid=1940/tid=1942] ppid=1937 vsize=10684512 memory=8199284 CPUtime=47.38 cores=1,3,5,7
/proc/1940/task/1942/stat : 1942 (java) S 1937 1940 12395 0 -1 1077944384 20153 0 0 0 4711 27 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541328507936 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1943] ppid=1937 vsize=10684512 memory=33 CPUtime=389.99 cores=1,3,5,7
/proc/1940/task/1943/stat : 1943 (java) S 1937 1940 12395 0 -1 1077944384 152278 0 0 0 38830 169 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541265304208 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1944] ppid=1937 vsize=10684512 memory=8199284 CPUtime=389.65 cores=1,3,5,7
/proc/1940/task/1944/stat : 1944 (java) S 1937 1940 12395 0 -1 1077944384 159467 0 0 0 38796 169 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541264251408 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1945] ppid=1937 vsize=10684512 memory=8199284 CPUtime=389.49 cores=1,3,5,7
/proc/1940/task/1945/stat : 1945 (java) S 1937 1940 12395 0 -1 1077944384 127190 0 0 0 38765 184 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140541263198608 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1946] ppid=1937 vsize=10684512 memory=8199284 CPUtime=390.76 cores=1,3,5,7
/proc/1940/task/1946/stat : 1946 (java) S 1937 1940 12395 0 -1 1077944384 163903 0 0 0 38897 179 0 0 20 0 16 0 105493738 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540932647184 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1947] ppid=1937 vsize=10684512 memory=2968 CPUtime=34.58 cores=1,3,5,7
/proc/1940/task/1947/stat : 1947 (java) R 1937 1940 12395 0 -1 4202560 89398 0 0 0 3452 6 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540820325712 140541308724886 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1948] ppid=1937 vsize=10684512 memory=8199284 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1948/stat : 1948 (java) S 1937 1940 12395 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540819273312 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1949] ppid=1937 vsize=10684512 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1949/stat : 1949 (java) S 1937 1940 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105493740 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540818220416 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1950] ppid=1937 vsize=10684512 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1950/stat : 1950 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540817168720 140541324285851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1951] ppid=1937 vsize=10684512 memory=7680170660397595203 CPUtime=1.42 cores=1,3,5,7
/proc/1940/task/1951/stat : 1951 (java) S 1937 1940 12395 0 -1 1077944384 15743 0 0 0 140 2 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540816115840 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1952] ppid=1937 vsize=10684512 memory=2460 CPUtime=1.31 cores=1,3,5,7
/proc/1940/task/1952/stat : 1952 (java) S 1937 1940 12395 0 -1 1077944384 7287 0 0 0 130 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540815063328 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1953] ppid=1937 vsize=10684512 memory=1728 CPUtime=0.31 cores=1,3,5,7
/proc/1940/task/1953/stat : 1953 (java) S 1937 1940 12395 0 -1 1077944384 3247 0 0 0 30 1 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540814005392 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1954] ppid=1937 vsize=10684512 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/1940/task/1954/stat : 1954 (java) S 1937 1940 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105493743 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540812957920 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=1955] ppid=1937 vsize=10684512 memory=1436 CPUtime=0.22 cores=1,3,5,7
/proc/1940/task/1955/stat : 1955 (java) S 1937 1940 12395 0 -1 1077944384 455 0 0 0 11 11 0 0 20 0 16 0 105493751 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540811906224 140541324278402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
[pid=1940/tid=2304] ppid=1937 vsize=10684512 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/1940/task/2304/stat : 2304 (java) S 1937 1940 12395 0 -1 1077944384 376 0 0 0 0 0 0 0 20 0 16 0 105537912 10940940288 2049821 18446744073709551615 4194304 4196468 140731062553568 140540810850624 140541324277461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140731062555024 140731062555177 140731062555177 140731062558671 0
Current children cumulated CPU time: 1645.19 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8199284 KiB

[startup+478.501 s]*
/proc/loadavg: 7.68 6.01 4.47 6/201 2305
/proc/meminfo: memFree=15503184/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): 478.543
CPU time (s): 1645.34
CPU user time (s): 1637.85
CPU system time (s): 7.49815
CPU usage (%): 343.823
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8199284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1637.85
system time used= 7.49815
maximum resident set size= 8199444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 741093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30585
involuntary context switches= 35580


# summary of solver processes directly reported to runsolver:
#   pid: 1940
#   total CPU time (s): 1645.34
#   total CPU user time (s): 1637.85
#   total CPU system time (s): 7.49815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.90496 second user time and 4.78309 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 16:36:31
IDJOB=4263312
IDBENCH=138765
IDSOLVER=2651
FILE ID=node135/4263312-1502635824
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263312-1502635824/watcher-4263312-1502635824 -o /tmp/evaluation-result-4263312-1502635824/solver-4263312-1502635824 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263312-1502635824.xml

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

MD5SUM BENCH= 000bb8293185d226d4bd39fa547f2fd1
RANDOM SEED=1779104829

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.21
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.21
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.21
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.21
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:        30538636 kB
MemAvailable:   31435620 kB
Buffers:          312456 kB
Cached:           882116 kB
SwapCached:            0 kB
Active:          1232124 kB
Inactive:         556540 kB
Active(anon):     594416 kB
Inactive(anon):    41324 kB
Active(file):     637708 kB
Inactive(file):   515216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:        296576 kB
Mapped:            67044 kB
Shmem:             41656 kB
Slab:             147316 kB
SReclaimable:     119792 kB
SUnreclaim:        27524 kB
KernelStack:        3808 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1559440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 16:44:29