Trace number 4263181

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? 443.642 152.01601

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-05.xml
MD5SUM8c67453fb3d985d7ef69f755cd1f1510
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark406
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size63
Maximum domain size100
Distribution of domain sizes[{"size":63,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263181-1502634028/watcher-4263181-1502634028 -o /tmp/evaluation-result-4263181-1502634028/solver-4263181-1502634028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263181-1502634028.xml 

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

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

solver pid=30329, runsolver pid=30326

[startup+0.100454 s]*
/proc/loadavg: 1.97 1.99 2.01 2/204 30338
/proc/meminfo: memFree=30843328/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10151672 memory=21708 CPUtime=0.05 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 4336 0 0 0 4 1 0 0 20 0 9 0 65623475 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2537918 5427 2153 1 0 2527415 0
[pid=30329/tid=30331] ppid=30326 vsize=10151672 memory=8390339637985935414 CPUtime=0.03 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) R 30326 30329 897 0 -1 4202560 2976 0 0 0 3 0 0 0 20 0 9 0 65623481 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139985962225528 139985942070622 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65623482 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139985888410640 139985958000341 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10151672 memory=288370327075939968 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65623482 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139985887358096 139985958000341 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65623482 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139985886305040 139985958000341 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65623482 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139985885252496 139985958000341 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10151672 memory=139950924228224 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65623483 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139984996657392 139985958001282 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65623483 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139984995603616 139985958000341 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65623484 10395312128 5427 18446744073709551615 4194304 4196468 140720703427040 139984994550512 139985958000341 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21708 KiB

[startup+0.209759 s]*
/proc/loadavg: 1.97 1.99 2.01 3/210 30344
/proc/meminfo: memFree=30842364/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551156 memory=27100 CPUtime=0.08 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 5295 0 0 0 7 1 0 0 20 0 15 0 65623475 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637789 6775 2740 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) R 30326 30329 897 0 -1 4202560 3237 0 0 0 6 0 0 0 20 0 15 0 65623481 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139985962226656 139985958002070 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139985888410640 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551156 memory=288370327075939968 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139985887358096 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139985886305040 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139985885252496 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551156 memory=139950924228224 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65623483 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984996657392 139985958001282 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65623483 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984995603616 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65623484 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984994550512 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 897 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984992447216 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984991394672 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551156 memory=139950924228224 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) R 30326 30329 897 0 -1 4202560 264 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984990341616 139985937421653 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30343] ppid=30326 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984989289312 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30344] ppid=30326 vsize=10551156 memory=139950924228224 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623495 10804383744 6775 18446744073709551615 4194304 4196468 140720703427040 139984988236336 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27100 KiB

[startup+0.310009 s]*
/proc/loadavg: 1.97 1.99 2.01 3/210 30344
/proc/meminfo: memFree=30830052/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551156 memory=36572 CPUtime=0.23 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 8356 0 0 0 20 3 0 0 20 0 15 0 65623475 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637789 9143 2871 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) R 30326 30329 897 0 -1 4202560 6006 0 0 0 14 2 0 0 20 0 15 0 65623481 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139985962227008 139985958012061 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139985888410640 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139985887358096 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139985886305040 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65623482 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139985885252496 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65623483 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984996657392 139985958001282 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65623483 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984995603616 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65623484 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984994550512 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 897 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 65623486 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984992447216 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984991394672 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 897 0 -1 1077944384 399 0 0 0 4 0 0 0 20 0 15 0 65623486 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984990341616 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30343] ppid=30326 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984989289312 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30344] ppid=30326 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623495 10804383744 9143 18446744073709551615 4194304 4196468 140720703427040 139984988236336 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36572 KiB

[startup+0.700745 s]
/proc/loadavg: 1.97 1.99 2.01 5/210 30344
/proc/meminfo: memFree=30812216/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551232 memory=100812 CPUtime=1.19 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 12252 0 0 0 114 5 0 0 20 0 15 0 65623475 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637808 25203 3057 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) R 30326 30329 897 0 -1 4202560 7393 0 0 0 51 4 0 0 20 0 15 0 65623481 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139985962226336 139985553242240 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 memory=301 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139985888410640 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 memory=248 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139985887358096 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 memory=279901542828928 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623482 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139985886305040 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 memory=279901542884528 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65623482 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139985885252496 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 memory=139950771418960 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984996657392 139985958001282 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984995603616 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65623484 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984994550512 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 memory=2000 CPUtime=0.21 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) R 30326 30329 897 0 -1 4202560 1429 0 0 0 21 0 0 0 20 0 15 0 65623486 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984992437008 139985958011482 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 memory=10976 CPUtime=0.19 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) R 30326 30329 897 0 -1 4202560 821 0 0 0 19 0 0 0 20 0 15 0 65623486 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984991383104 139985937214593 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 memory=1200 CPUtime=0.21 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 897 0 -1 1077944384 1241 0 0 0 21 0 0 0 20 0 15 0 65623486 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984990341616 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984989289312 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 memory=20656 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65623495 10804461568 25203 18446744073709551615 4194304 4196468 140720703427040 139984988236336 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 100812 KiB

[startup+1.50135 s]
/proc/loadavg: 1.97 1.99 2.01 3/210 30344
/proc/meminfo: memFree=30722800/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551232 memory=237452 CPUtime=3.23 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 24403 0 0 0 310 13 0 0 20 0 15 0 65623475 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637808 59363 3090 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 memory=110 CPUtime=1.3 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) R 30326 30329 897 0 -1 4202560 7968 0 0 0 125 5 0 0 20 0 15 0 65623481 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139985962201496 139985553310468 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 memory=3 CPUtime=0.03 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 897 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 15 0 65623482 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139985888410640 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 memory=3 CPUtime=0.03 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 897 0 -1 1077944384 62 0 0 0 2 1 0 0 20 0 15 0 65623482 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139985887358096 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 memory=2000 CPUtime=0.03 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 897 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 65623482 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139985886305040 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 memory=10976 CPUtime=0.03 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 897 0 -1 1077944384 45 0 0 0 2 1 0 0 20 0 15 0 65623482 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139985885252496 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 memory=7446534215326328402 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 897 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139984996657392 139985958001282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 memory=7446817803663337318 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139984995603616 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 memory=7308613693210974569 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 65623484 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139984994550512 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 memory=180 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 memory=6943526294502006880 CPUtime=0.84 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) R 30326 30329 897 0 -1 4202560 8455 0 0 0 83 1 0 0 20 0 15 0 65623486 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139984992427720 139985941486923 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 memory=4532 CPUtime=0.62 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) R 30326 30329 897 0 -1 4202560 4532 0 0 0 62 0 0 0 20 0 15 0 65623486 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139984991375480 139985941489000 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 897 0 -1 1077944384 1720 0 0 0 27 0 0 0 20 0 15 0 65623486 10804461568 59363 18446744073709551615 4194304 4196468 140720703427040 139984990341616 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0

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


[startup+147.201 s]
/proc/loadavg: 3.69 2.49 2.18 6/210 30349
/proc/meminfo: memFree=22486264/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551232 memory=8309844 CPUtime=428.6 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 157922 0 0 0 42319 541 0 0 20 0 15 0 65623475 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637808 2077461 3133 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 memory=1240 CPUtime=37.2 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 897 0 -1 1077944384 19071 0 0 0 3708 12 0 0 20 0 15 0 65623481 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985962222992 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 memory=2248 CPUtime=92.91 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 897 0 -1 4202560 15205 0 0 0 9161 130 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985888410760 139985950618343 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 memory=-8774313645642428999 CPUtime=93.49 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 897 0 -1 4202560 19555 0 0 0 9224 125 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985887358296 139985942690766 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 memory=1292 CPUtime=92.85 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 897 0 -1 4202560 17338 0 0 0 9156 129 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985886304848 139985950618343 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 memory=2316 CPUtime=93.28 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 897 0 -1 4202560 23421 0 0 0 9193 135 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985885252304 139985950618343 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 memory=1728 CPUtime=14.85 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 897 0 -1 1077944384 38031 0 0 0 1483 2 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984996655952 139985958000341 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 memory=8309844 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984995603680 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 memory=8309844 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 65623484 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984994550528 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 memory=37072 CPUtime=1.85 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 897 0 -1 1077944384 12551 0 0 0 184 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984992447264 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 memory=4116 CPUtime=1.66 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 897 0 -1 1077944384 8108 0 0 0 165 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984991394432 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 memory=37072 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 897 0 -1 1077944384 2999 0 0 0 33 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984990341664 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984989289312 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 memory=2316 CPUtime=0.08 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 897 0 -1 1077944384 239 0 0 0 5 3 0 0 20 0 15 0 65623495 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984988236336 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 428.6 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8309844 KiB

[startup+150.401 s]
/proc/loadavg: 3.69 2.49 2.18 6/210 30349
/proc/meminfo: memFree=22486140/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551232 memory=8309844 CPUtime=440.99 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 157922 0 0 0 43554 545 0 0 20 0 15 0 65623475 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637808 2077461 3133 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 memory=2316 CPUtime=37.2 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 897 0 -1 1077944384 19071 0 0 0 3708 12 0 0 20 0 15 0 65623481 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985962222992 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 memory=8309844 CPUtime=95.94 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 897 0 -1 4202560 15205 0 0 0 9463 131 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985888410760 139985950618343 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 memory=356368 CPUtime=96.69 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 897 0 -1 4202560 19555 0 0 0 9544 125 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985887358296 139985942690766 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 memory=4068 CPUtime=95.92 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 897 0 -1 4202560 17338 0 0 0 9462 130 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985886304848 139985950618343 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 memory=-8774313645642428999 CPUtime=96.36 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 897 0 -1 4202560 23421 0 0 0 9500 136 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985885252616 139985950618343 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 memory=8309844 CPUtime=14.85 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 897 0 -1 1077944384 38031 0 0 0 1483 2 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984996655952 139985958000341 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 memory=8309844 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984995603680 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 65623484 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984994550528 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 memory=8309844 CPUtime=1.85 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 897 0 -1 1077944384 12551 0 0 0 184 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984992447264 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 memory=8309844 CPUtime=1.66 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 897 0 -1 1077944384 8108 0 0 0 165 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984991394432 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 memory=-8774313645642428999 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 897 0 -1 1077944384 2999 0 0 0 33 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984990341664 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 memory=640 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984989289312 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 897 0 -1 1077944384 239 0 0 0 5 3 0 0 20 0 15 0 65623495 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984988236336 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 440.99 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8309844 KiB

[startup+151.201 s]
/proc/loadavg: 3.69 2.49 2.18 3/210 30349
/proc/meminfo: memFree=22486140/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551232 memory=8309844 CPUtime=442.98 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 158429 0 0 0 43753 545 0 0 20 0 15 0 65623475 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637808 2077461 3133 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 memory=1728 CPUtime=37.2 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 897 0 -1 1077944384 19071 0 0 0 3708 12 0 0 20 0 15 0 65623481 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985962222992 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 memory=1228 CPUtime=96.34 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 897 0 -1 1077944384 15205 0 0 0 9503 131 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985888410640 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 memory=796 CPUtime=97.1 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 897 0 -1 1077944384 19555 0 0 0 9585 125 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985887358096 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 memory=5788 CPUtime=96.32 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 897 0 -1 1077944384 17338 0 0 0 9502 130 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985886305040 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 memory=1712 CPUtime=96.76 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 897 0 -1 1077944384 23421 0 0 0 9540 136 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985885252496 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 memory=4616 CPUtime=15.24 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) R 30326 30329 897 0 -1 4202560 38538 0 0 0 1522 2 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984996655952 139985942447705 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984995603680 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 65623484 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984994550528 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 memory=2000 CPUtime=1.85 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 897 0 -1 1077944384 12551 0 0 0 184 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984992447264 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 memory=10976 CPUtime=1.66 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 897 0 -1 1077944384 8108 0 0 0 165 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984991394432 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 memory=2316 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 897 0 -1 1077944384 2999 0 0 0 33 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984990341664 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984989289312 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 897 0 -1 1077944384 239 0 0 0 5 3 0 0 20 0 15 0 65623495 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984988236336 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 442.98 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8309844 KiB

[startup+151.601 s]
/proc/loadavg: 3.69 2.49 2.18 3/210 30349
/proc/meminfo: memFree=22486140/32770624 swapFree=67108860/67108860
[pid=30329] ppid=30326 vsize=10551232 memory=8309844 CPUtime=443.38 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 897 0 -1 1077944320 158708 0 0 0 43793 545 0 0 20 0 15 0 65623475 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 140720703409584 139985957990135 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
/proc/30329/statm: 2637808 2077461 3133 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 memory=2000 CPUtime=37.2 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 897 0 -1 1077944384 19071 0 0 0 3708 12 0 0 20 0 15 0 65623481 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985962222992 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 memory=10976 CPUtime=96.34 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 897 0 -1 1077944384 15205 0 0 0 9503 131 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985888410640 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 memory=1200 CPUtime=97.1 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 897 0 -1 1077944384 19555 0 0 0 9585 125 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985887358096 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 memory=15880 CPUtime=96.32 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 897 0 -1 1077944384 17338 0 0 0 9502 130 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985886305040 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 memory=20656 CPUtime=96.76 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 897 0 -1 1077944384 23421 0 0 0 9540 136 0 0 20 0 15 0 65623482 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139985885252496 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 memory=4044 CPUtime=15.64 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) R 30326 30329 897 0 -1 4202560 38817 0 0 0 1562 2 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984996655952 139985942986536 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 memory=640 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 65623483 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984995603680 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 65623484 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984994550528 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984993499088 139985958008731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 memory=960 CPUtime=1.85 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 897 0 -1 1077944384 12551 0 0 0 184 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984992447264 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 memory=1240 CPUtime=1.66 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 897 0 -1 1077944384 8108 0 0 0 165 1 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984991394432 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 memory=2248 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 897 0 -1 1077944384 2999 0 0 0 33 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984990341664 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65623486 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984989289312 139985958000341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 897 0 -1 1077944384 239 0 0 0 5 3 0 0 20 0 15 0 65623495 10804461568 2077461 18446744073709551615 4194304 4196468 140720703427040 139984988236336 139985958001282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27648000 140720703435152 140720703435305 140720703435305 140720703438799 0
Current children cumulated CPU time: 443.38 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8309844 KiB

[startup+152.001 s]*
/proc/loadavg: 3.56 2.48 2.18 3/197 30351
/proc/meminfo: memFree=28861336/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): 152.016
CPU time (s): 443.642
CPU user time (s): 438.141
CPU system time (s): 5.50066
CPU usage (%): 291.839
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8310732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.141
system time used= 5.50066
maximum resident set size= 8311016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11191
involuntary context switches= 5635


# summary of solver processes directly reported to runsolver:
#   pid: 30329
#   total CPU time (s): 443.642
#   total CPU user time (s): 438.141
#   total CPU system time (s): 5.50066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.95999 second user time and 1.44795 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 16:06:22
IDJOB=4263181
IDBENCH=135904
IDSOLVER=2651
FILE ID=node125/4263181-1502634028
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263181-1502634028/watcher-4263181-1502634028 -o /tmp/evaluation-result-4263181-1502634028/solver-4263181-1502634028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263181-1502634028.xml

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

MD5SUM BENCH= 8c67453fb3d985d7ef69f755cd1f1510
RANDOM SEED=1549682599

node125.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.07
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.07
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.07
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.07
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:        30856300 kB
MemAvailable:   31704076 kB
Buffers:          284740 kB
Cached:           858732 kB
SwapCached:            0 kB
Active:           902784 kB
Inactive:         583220 kB
Active(anon):     342864 kB
Inactive(anon):    33100 kB
Active(file):     559920 kB
Inactive(file):   550120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:        342264 kB
Mapped:            58536 kB
Shmem:             33444 kB
Slab:             133156 kB
SReclaimable:     107140 kB
SUnreclaim:        26016 kB
KernelStack:        3440 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1229944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 16:08:54