Trace number 4262843

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1407.86 391.625

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w2b3r4.xml
MD5SUM1f09663ffd56a311acfaad7e4cbda3a4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3829
Number of constraints235
Number of domains2
Minimum domain size117
Maximum domain size266
Distribution of domain sizes[{"size":117,"count":1},{"size":266,"count":3828}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":3712},{"degree":5,"count":116}]
Minimum constraint arity33
Maximum constraint arity3828
Distribution of constraint arities[{"arity":33,"count":232},{"arity":117,"count":1},{"arity":3828,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":116},{"type":"lex","count":1},{"type":"sum","count":116},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1311.70/366.02	Aug 13, 2017 4:26:06 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1311.70/366.02	INFO: Runtime exception
1311.70/366.02	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1311.70/366.02		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1311.70/366.02		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1311.70/366.02		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1311.70/366.02		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1311.70/366.02		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1311.70/366.02		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1311.70/366.02		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1311.70/366.02		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1311.70/366.02		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1311.70/366.02		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1311.70/366.02		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1311.70/366.02		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1311.70/366.02		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1311.70/366.02		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1311.70/366.02		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1311.70/366.02		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1311.70/366.02		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1311.70/366.02		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1311.70/366.02		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1311.70/366.02		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 22 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 26 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 27 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 31 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 32 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 36 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 37 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 41 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 42 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 46 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 47 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 51 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 52 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 56 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 57 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 61 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 62 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 66 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 67 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 71 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 72 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 76 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 77 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		... 81 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		... 82 more
1311.70/366.02	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1311.70/366.02		... 86 more
1311.70/366.02	Caused by: java.lang.reflect.InvocationTargetException
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1311.70/366.02		... 86 more
1311.70/366.02	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1311.70/366.02		at java.lang.reflect.Method.invoke(Method.java:498)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1311.70/366.02		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1311.70/366.02		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1311.70/366.02	
1388.18/386.57	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1388.18/386.57	c This is free software under the dual EPL/GNU LGPL licenses.
1388.18/386.57	c See www.sat4j.org for details.
1388.18/386.57	c That software uses the Rhino library from the Mozilla project.
1388.18/386.57	c version CUSTOM.v20170705
1388.18/386.57	c java.runtime.name	Java(TM) SE Runtime Environment
1388.18/386.57	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1388.18/386.57	c java.vm.version	25.131-b11
1388.18/386.57	c java.vm.vendor	Oracle Corporation
1388.18/386.57	c sun.arch.data.model	64
1388.18/386.57	c java.version		1.8.0_131
1388.18/386.57	c os.name		Linux
1388.18/386.57	c os.version		3.10.0-514.16.1.el7.x86_64
1388.18/386.57	c os.arch		amd64
1388.18/386.57	c Free memory 		499604488
1388.18/386.57	c Max memory 		7247757312
1388.18/386.57	c Total memory 		504889344
1388.18/386.57	c Number of processors 	4
1388.18/386.57	c c --- Begin Solver configuration ---
1388.18/386.57	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1388.18/386.57	c Learn all clauses as in MiniSAT
1388.18/386.57	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1388.18/386.57	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1388.18/386.57	c No reason simplification
1388.18/386.57	c Glucose 2.1 dynamic restart strategy
1388.18/386.57	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
1388.18/386.57	c timeout=2147483s
1388.18/386.57	c DB Simplification allowed=false
1388.18/386.57	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1388.18/386.57	c --- End Solver configuration ---
1407.72/391.52	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1407.72/391.52		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1407.72/391.52		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1407.72/391.52		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1407.72/391.52		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1407.72/391.52		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1407.72/391.53		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1407.72/391.53		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1407.72/391.53		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1407.72/391.53		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (12998 MiB free)
  memory of node 1: 16384 MiB (14991 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262843-1502634870/watcher-4262843-1502634870 -o /tmp/evaluation-result-4262843-1502634870/solver-4262843-1502634870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502634012-3893 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262843-1502634870.xml 

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

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

solver pid=3928, runsolver pid=3925

[startup+0.10013 s]*
/proc/loadavg: 1.06 1.03 1.05 4/216 3952
/proc/meminfo: memFree=28634208/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10555400 memory=29876 CPUtime=0.12 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 6539 0 0 0 11 1 0 0 20 0 15 0 96574965 10808729600 7469 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2638850 7469 2809 1 0 2627263 0
[pid=3928/tid=3930] ppid=3925 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) R 3925 3928 31095 0 -1 4202560 4371 0 0 0 8 0 0 0 20 0 15 0 96574966 10808729600 7469 33554432000 4194304 4196468 140722145846432 139687727221264 139687723017373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) S 3925 3928 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 7469 33554432000 4194304 4196468 140722145846432 139687649070224 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10555400 memory=139690590791296 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 7469 33554432000 4194304 4196468 140722145846432 139687648017424 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 7469 33554432000 4194304 4196468 140722145846432 139687646964624 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 7469 33554432000 4194304 4196468 140722145846432 139687645911824 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10555400 memory=139690590791296 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574968 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686959876464 139687723006594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574968 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686958822432 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686957769584 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) S 3925 3928 31095 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686955666288 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10555400 memory=139690590791296 CPUtime=0.01 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) R 3925 3928 31095 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 15 0 96574971 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686953560688 139687707075934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10555400 memory=139690590791296 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 7469 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29876 KiB

[startup+0.210385 s]*
/proc/loadavg: 1.06 1.03 1.05 6/216 3952
/proc/meminfo: memFree=28616468/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10555400 memory=39844 CPUtime=0.3 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 8057 0 0 0 28 2 0 0 20 0 15 0 96574965 10808729600 9961 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2638850 9961 2924 1 0 2627263 0
[pid=3928/tid=3930] ppid=3925 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) R 3925 3928 31095 0 -1 4202560 5136 0 0 0 19 1 0 0 20 0 15 0 96574966 10808729600 9961 33554432000 4194304 4196468 140722145846432 139687727232656 139687707075934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) S 3925 3928 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 9961 33554432000 4194304 4196468 140722145846432 139687649070224 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10555400 memory=139690590931063 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 9961 33554432000 4194304 4196468 140722145846432 139687648017424 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 9961 33554432000 4194304 4196468 140722145846432 139687646964624 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 9961 33554432000 4194304 4196468 140722145846432 139687645911824 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10555400 memory=139690590791296 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574968 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686959876464 139687723006594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574968 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686958822432 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686957769584 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) S 3925 3928 31095 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 15 0 96574971 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686955666288 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) S 3925 3928 31095 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 15 0 96574971 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10555400 memory=139690590791296 CPUtime=0.06 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) S 3925 3928 31095 0 -1 1077944384 844 0 0 0 6 0 0 0 20 0 15 0 96574971 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686953560688 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10555400 memory=139690590791296 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574971 10808729600 9961 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39844 KiB

[startup+0.314559 s]*
/proc/loadavg: 1.06 1.03 1.05 7/216 3952
/proc/meminfo: memFree=28601268/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10555476 memory=48436 CPUtime=0.55 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 8686 0 0 0 52 3 0 0 20 0 15 0 96574965 10808807424 12109 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2638869 12109 3033 1 0 2627263 0
[pid=3928/tid=3930] ppid=3925 vsize=10555476 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) R 3925 3928 31095 0 -1 4202560 5526 0 0 0 29 1 0 0 20 0 15 0 96574966 10808807424 12109 33554432000 4194304 4196468 140722145846432 139687727222784 139687707039077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) S 3925 3928 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574967 10808807424 12109 33554432000 4194304 4196468 140722145846432 139687649070224 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10555476 memory=139690590849312 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808807424 12109 33554432000 4194304 4196468 140722145846432 139687648017424 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808807424 12109 33554432000 4194304 4196468 140722145846432 139687646964624 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574967 10808807424 12109 33554432000 4194304 4196468 140722145846432 139687645911824 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10555476 memory=139690590856224 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574968 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686959876464 139687723006594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574968 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686958822432 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686957769584 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) R 3925 3928 31095 0 -1 4202560 603 0 0 0 5 0 0 0 20 0 15 0 96574971 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686955666288 139687701128078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10555476 memory=139690455977487 CPUtime=0.04 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) R 3925 3928 31095 0 -1 1077944384 259 0 0 0 4 0 0 0 20 0 15 0 96574971 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10555476 memory=139690590795209 CPUtime=0.13 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) R 3925 3928 31095 0 -1 4202560 940 0 0 0 13 0 0 0 20 0 15 0 96574971 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686953560688 139687708363415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10555476 memory=139690455982031 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10555476 memory=279381046790080 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574971 10808807424 12109 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48436 KiB

[startup+0.700877 s]
/proc/loadavg: 1.06 1.03 1.05 10/216 3952
/proc/meminfo: memFree=28155836/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10555476 memory=379212 CPUtime=1.59 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 10882 0 0 0 142 17 0 0 20 0 15 0 96574965 10808807424 94803 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2638869 94803 3112 1 0 2627263 0
[pid=3928/tid=3930] ppid=3925 vsize=10555476 memory=2372 CPUtime=0.58 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) R 3925 3928 31095 0 -1 4202560 5725 0 0 0 53 5 0 0 20 0 15 0 96574966 10808807424 94803 33554432000 4194304 4196468 140722145846432 139687727232608 139687709063572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) S 3925 3928 31095 0 -1 1077944384 120 0 0 0 4 2 0 0 20 0 15 0 96574967 10808807424 94803 33554432000 4194304 4196468 140722145846432 139687649070224 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10555476 memory=1420 CPUtime=0.07 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) S 3925 3928 31095 0 -1 1077944384 197 0 0 0 5 2 0 0 20 0 15 0 96574967 10808807424 94803 33554432000 4194304 4196468 140722145846432 139687648017424 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10555476 memory=15872 CPUtime=0.06 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) S 3925 3928 31095 0 -1 1077944384 201 0 0 0 4 2 0 0 20 0 15 0 96574967 10808807424 94803 33554432000 4194304 4196468 140722145846432 139687646964624 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10555476 memory=16448 CPUtime=0.08 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) S 3925 3928 31095 0 -1 1077944384 205 0 0 0 6 2 0 0 20 0 15 0 96574967 10808807424 94803 33554432000 4194304 4196468 140722145846432 139687645911824 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96574968 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686959876464 139687723006594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96574968 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686958822432 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686957769584 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) S 3925 3928 31095 0 -1 1077944384 953 0 0 0 22 0 0 0 20 0 15 0 96574971 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686955666288 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10555476 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) S 3925 3928 31095 0 -1 1077944384 679 0 0 0 23 0 0 0 20 0 15 0 96574971 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10555476 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) S 3925 3928 31095 0 -1 1077944384 1232 0 0 0 21 0 0 0 20 0 15 0 96574971 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686953560688 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574971 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574971 10808807424 94803 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 379212 KiB

[startup+1.50092 s]
/proc/loadavg: 1.06 1.03 1.05 3/216 3952
/proc/meminfo: memFree=27615284/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10555476 memory=1231268 CPUtime=2.8 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 12891 0 0 0 234 46 0 0 20 0 15 0 96574965 10808807424 307817 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2638869 307817 3112 1 0 2627263 0
[pid=3928/tid=3930] ppid=3925 vsize=10555476 memory=3467832427609011522 CPUtime=1.24 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) R 3925 3928 31095 0 -1 4202560 6591 0 0 0 109 15 0 0 20 0 15 0 96574966 10808807424 307817 33554432000 4194304 4196468 140722145846432 139687727232608 139687709063572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10555476 memory=627876 CPUtime=0.2 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) S 3925 3928 31095 0 -1 1077944384 205 0 0 0 13 7 0 0 20 0 15 0 96574967 10808807424 307817 33554432000 4194304 4196468 140722145846432 139687649070224 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10555476 memory=2241 CPUtime=0.21 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) S 3925 3928 31095 0 -1 1077944384 294 0 0 0 14 7 0 0 20 0 15 0 96574967 10808807424 307817 33554432000 4194304 4196468 140722145846432 139687648017424 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10555476 memory=1420 CPUtime=0.2 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) S 3925 3928 31095 0 -1 1077944384 288 0 0 0 13 7 0 0 20 0 15 0 96574967 10808807424 307817 33554432000 4194304 4196468 140722145846432 139687646964624 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10555476 memory=15872 CPUtime=0.22 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) S 3925 3928 31095 0 -1 1077944384 291 0 0 0 15 7 0 0 20 0 15 0 96574967 10808807424 307817 33554432000 4194304 4196468 140722145846432 139687645911824 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 995 0 0 0 0 0 0 0 20 0 15 0 96574968 10808807424 307817 33554432000 4194304 4196468 140722145846432 139686959876464 139687723006594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0

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

/proc/3928/task/3937/stat : 3937 (java) R 3925 3928 31095 0 -1 4202560 584064 0 0 0 33364 146 0 0 20 0 17 0 96574967 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139687645912024 139687704592044 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10688756 memory=1580 CPUtime=24.26 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 96432 0 0 0 2422 4 0 0 20 0 17 0 96574968 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686959874784 139687723005653 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10688756 memory=928 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 96574968 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686958822496 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10688756 memory=2119 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686957769600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10688756 memory=33612 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10688756 memory=33364 CPUtime=0.4 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) S 3925 3928 31095 0 -1 1077944384 2837 0 0 0 40 0 0 0 20 0 17 0 96574971 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686955666288 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10688756 memory=8317340 CPUtime=0.43 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) S 3925 3928 31095 0 -1 1077944384 2129 0 0 0 43 0 0 0 20 0 17 0 96574971 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10688756 memory=8552 CPUtime=0.26 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) S 3925 3928 31095 0 -1 1077944384 4000 0 0 0 26 0 0 0 20 0 17 0 96574971 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686953555456 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10688756 memory=5516 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10688756 memory=8112282956445269571 CPUtime=0.15 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 17 0 96574971 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3960] ppid=3925 vsize=10688756 memory=8552 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3960/stat : 3960 (java) S 3925 3928 31095 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 96611567 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686950399600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3961] ppid=3925 vsize=10688756 memory=5516 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3961/stat : 3961 (java) S 3925 3928 31095 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96611568 10945286144 2079336 33554432000 4194304 4196468 140722145846432 139686949347040 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 1390.77 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8317344 KiB

[startup+388.801 s]
/proc/loadavg: 7.58 5.57 3.11 9/219 3963
/proc/meminfo: memFree=12163932/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10688756 memory=8317352 CPUtime=1397.15 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 3613710 0 0 0 139025 690 0 0 20 0 17 0 96574965 10945286144 2079338 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2672189 2079338 3191 1 0 2660545 0
[pid=3928/tid=3930] ppid=3925 vsize=10688756 memory=8317352 CPUtime=21.19 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) S 3925 3928 31095 0 -1 1077944384 25877 0 0 0 2082 37 0 0 20 0 17 0 96574966 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687727236128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10688756 memory=2244 CPUtime=339.44 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) R 3925 3928 31095 0 -1 4202560 1003189 0 0 0 33792 152 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687649070424 139687707693222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10688756 memory=1156 CPUtime=337.01 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) R 3925 3928 31095 0 -1 4202560 774163 0 0 0 33527 174 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687648017624 139687707693086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10688756 memory=8112282956445269571 CPUtime=337.22 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) R 3925 3928 31095 0 -1 4202560 1097495 0 0 0 33554 168 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687646964512 139687707693086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10688756 memory=8552 CPUtime=336.68 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) R 3925 3928 31095 0 -1 4202560 605229 0 0 0 33520 148 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687645912024 139687707946052 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10688756 memory=5516 CPUtime=24.26 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 96432 0 0 0 2422 4 0 0 20 0 17 0 96574968 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686959874784 139687723005653 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10688756 memory=8317340 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 96574968 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686958822496 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686957769600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10688756 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10688756 memory=1420 CPUtime=0.4 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) S 3925 3928 31095 0 -1 1077944384 2837 0 0 0 40 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686955666288 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10688756 memory=15872 CPUtime=0.43 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) S 3925 3928 31095 0 -1 1077944384 2129 0 0 0 43 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10688756 memory=1728 CPUtime=0.26 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) S 3925 3928 31095 0 -1 1077944384 4000 0 0 0 26 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686953555456 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10688756 memory=15604 CPUtime=0.15 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3960] ppid=3925 vsize=10688756 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3960/stat : 3960 (java) S 3925 3928 31095 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 96611567 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686950399600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3961] ppid=3925 vsize=10688756 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3961/stat : 3961 (java) S 3925 3928 31095 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96611568 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686949347040 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 1397.15 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8317352 KiB

[startup+390.401 s]
/proc/loadavg: 7.61 5.61 3.13 9/219 3963
/proc/meminfo: memFree=12163932/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10688756 memory=8317352 CPUtime=1403.43 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 3619147 0 0 0 139652 691 0 0 20 0 17 0 96574965 10945286144 2079338 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2672189 2079338 3191 1 0 2660545 0
[pid=3928/tid=3930] ppid=3925 vsize=10688756 memory=8317340 CPUtime=21.19 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) S 3925 3928 31095 0 -1 1077944384 25877 0 0 0 2082 37 0 0 20 0 17 0 96574966 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687727236128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10688756 memory=8317340 CPUtime=341 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) R 3925 3928 31095 0 -1 4202560 1003189 0 0 0 33948 152 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687649070424 139687707992129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10688756 memory=8316224 CPUtime=338.6 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) R 3925 3928 31095 0 -1 4202560 775269 0 0 0 33686 174 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687648017424 139687707991814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10688756 memory=8316216 CPUtime=338.79 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) R 3925 3928 31095 0 -1 4202560 1101745 0 0 0 33711 168 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687646964512 139687707992016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10688756 memory=8317352 CPUtime=338.22 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) R 3925 3928 31095 0 -1 4202560 605301 0 0 0 33674 148 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687645912024 139687707992000 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10688756 memory=4616 CPUtime=24.27 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 96441 0 0 0 2423 4 0 0 20 0 17 0 96574968 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686959875008 139687723005653 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10688756 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 96574968 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686958822496 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10688756 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686957769600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10688756 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10688756 memory=1716 CPUtime=0.4 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) S 3925 3928 31095 0 -1 1077944384 2837 0 0 0 40 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686955666288 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10688756 memory=796 CPUtime=0.43 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) S 3925 3928 31095 0 -1 1077944384 2129 0 0 0 43 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10688756 memory=1952 CPUtime=0.26 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) S 3925 3928 31095 0 -1 1077944384 4000 0 0 0 26 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686953555456 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10688756 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10688756 memory=8552 CPUtime=0.15 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3960] ppid=3925 vsize=10688756 memory=5516 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3960/stat : 3960 (java) S 3925 3928 31095 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 96611567 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686950399600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3961] ppid=3925 vsize=10688756 memory=8317352 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3961/stat : 3961 (java) S 3925 3928 31095 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96611568 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686949347040 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 1403.43 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8317352 KiB

[startup+391.201 s]
/proc/loadavg: 7.61 5.61 3.13 6/219 3963
/proc/meminfo: memFree=12163932/32770624 swapFree=67108860/67108860
[pid=3928] ppid=3925 vsize=10688756 memory=8317352 CPUtime=1406.6 cores=0,2,4,6
/proc/3928/stat : 3928 (java) S 3925 3928 31095 0 -1 1077944320 3619187 0 0 0 139969 691 0 0 20 0 17 0 96574965 10945286144 2079338 33554432000 4194304 4196468 140722145846432 140722145828976 139687722995447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
/proc/3928/statm: 2672189 2079338 3191 1 0 2660545 0
[pid=3928/tid=3930] ppid=3925 vsize=10688756 memory=8112282956445269571 CPUtime=21.19 cores=0,2,4,6
/proc/3928/task/3930/stat : 3930 (java) S 3925 3928 31095 0 -1 1077944384 25877 0 0 0 2082 37 0 0 20 0 17 0 96574966 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687727236128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3934] ppid=3925 vsize=10688756 memory=27908 CPUtime=341.8 cores=0,2,4,6
/proc/3928/task/3934/stat : 3934 (java) R 3925 3928 31095 0 -1 4202560 1003189 0 0 0 34028 152 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687649070424 139687707991857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3935] ppid=3925 vsize=10688756 memory=1296 CPUtime=339.4 cores=0,2,4,6
/proc/3928/task/3935/stat : 3935 (java) R 3925 3928 31095 0 -1 4202560 775269 0 0 0 33766 174 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687648017232 139687715623655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3936] ppid=3925 vsize=10688756 memory=2428 CPUtime=339.58 cores=0,2,4,6
/proc/3928/task/3936/stat : 3936 (java) R 3925 3928 31095 0 -1 4202560 1101785 0 0 0 33790 168 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687646964432 139687715623655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3937] ppid=3925 vsize=10688756 memory=1296 CPUtime=339 cores=0,2,4,6
/proc/3928/task/3937/stat : 3937 (java) S 3925 3928 31095 0 -1 1077944384 605301 0 0 0 33752 148 0 0 20 0 17 0 96574967 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139687645911632 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3938] ppid=3925 vsize=10688756 memory=2428 CPUtime=24.27 cores=0,2,4,6
/proc/3928/task/3938/stat : 3938 (java) S 3925 3928 31095 0 -1 1077944384 96441 0 0 0 2423 4 0 0 20 0 17 0 96574968 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686959875008 139687723005653 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3939] ppid=3925 vsize=10688756 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3939/stat : 3939 (java) S 3925 3928 31095 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 96574968 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686958822496 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3940] ppid=3925 vsize=10688756 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3940/stat : 3940 (java) S 3925 3928 31095 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686957769600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3947] ppid=3925 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3947/stat : 3947 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686956717904 139687723014043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3948] ppid=3925 vsize=10688756 memory=11008 CPUtime=0.4 cores=0,2,4,6
/proc/3928/task/3948/stat : 3948 (java) S 3925 3928 31095 0 -1 1077944384 2837 0 0 0 40 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686955666288 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3949] ppid=3925 vsize=10688756 memory=1228 CPUtime=0.43 cores=0,2,4,6
/proc/3928/task/3949/stat : 3949 (java) S 3925 3928 31095 0 -1 1077944384 2129 0 0 0 43 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686954613488 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3950] ppid=3925 vsize=10688756 memory=1420 CPUtime=0.26 cores=0,2,4,6
/proc/3928/task/3950/stat : 3950 (java) S 3925 3928 31095 0 -1 1077944384 4000 0 0 0 26 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686953555456 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3951] ppid=3925 vsize=10688756 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3951/stat : 3951 (java) S 3925 3928 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686952508128 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3952] ppid=3925 vsize=10688756 memory=8317352 CPUtime=0.15 cores=0,2,4,6
/proc/3928/task/3952/stat : 3952 (java) S 3925 3928 31095 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 17 0 96574971 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686951455408 139687723006594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3960] ppid=3925 vsize=10688756 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3960/stat : 3960 (java) S 3925 3928 31095 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 96611567 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686950399600 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
[pid=3928/tid=3961] ppid=3925 vsize=10688756 memory=27908 CPUtime=0 cores=0,2,4,6
/proc/3928/task/3961/stat : 3961 (java) S 3925 3928 31095 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96611568 10945286144 2079338 33554432000 4194304 4196468 140722145846432 139686949347040 139687723005653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140722145854598 140722145854751 140722145854751 140722145857487 0
Current children cumulated CPU time: 1406.6 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8317352 KiB

[startup+391.601 s]*
/proc/loadavg: 7.61 5.61 3.13 6/204 3963
/proc/meminfo: memFree=15111200/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): 391.625
CPU time (s): 1407.86
CPU user time (s): 1400.84
CPU system time (s): 7.01042
CPU usage (%): 359.491
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8317352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1400.84
system time used= 7.01042
maximum resident set size= 8317360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3619289
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30705
involuntary context switches= 36920


# summary of solver processes directly reported to runsolver:
#   pid: 3928
#   total CPU time (s): 1407.86
#   total CPU user time (s): 1400.84
#   total CPU system time (s): 7.01042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.39295 second user time and 3.6945 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 16:20:12
IDJOB=4262843
IDBENCH=137526
IDSOLVER=2651
FILE ID=node104/4262843-1502634870
RUNJOBID= node104-1502634012-3893
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w2b3r4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262843-1502634870/watcher-4262843-1502634870 -o /tmp/evaluation-result-4262843-1502634870/solver-4262843-1502634870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502634012-3893 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262843-1502634870.xml

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

MD5SUM BENCH= 1f09663ffd56a311acfaad7e4cbda3a4
RANDOM SEED=593639736

node104.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.43
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.43
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.43
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.43
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:        28672308 kB
MemAvailable:   31988380 kB
Buffers:          155912 kB
Cached:          3442136 kB
SwapCached:            0 kB
Active:           336480 kB
Inactive:        3312300 kB
Active(anon):      53628 kB
Inactive(anon):    25024 kB
Active(file):     282852 kB
Inactive(file):  3287276 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3216 kB
Writeback:             0 kB
AnonPages:         56760 kB
Mapped:            44220 kB
Shmem:             25228 kB
Slab:             148336 kB
SReclaimable:     123556 kB
SUnreclaim:        24780 kB
KernelStack:        3184 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 16:26:44