Trace number 4244061

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1045.34 177.648

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244061-1500679438/watcher-4244061-1500679438 -o /tmp/evaluation-result-4244061-1500679438/solver-4244061-1500679438 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500679436-15475 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244061-1500679438.xml 

pid=15609
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.24 1.06 1.38 2/266 15612
/proc/meminfo: memFree=31846760/32770624 swapFree=5888/213052
[pid=15612] ppid=15609 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 2202 0 0 0 0 0 0 0 20 0 2 0 3210704 8550137856 2442 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2087436 2442 1197 1 0 2076347 0
[pid=15612/tid=15613] ppid=15609 vsize=8350772 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 3 0 3210705 8551190528 2442 33554432000 4194304 4196468 140721233704208 140329015842512 140329011611349 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=8351800 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 3210706 8552243200 2442 33554432000 4194304 4196468 140721233704208 140328937675744 140329011611349 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=8351800 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 3210706 8552243200 2442 33554432000 4194304 4196468 140721233704208 140328936622944 140329011611349 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0

[startup+0.100098 s]
/proc/loadavg: 1.24 1.06 1.38 2/266 15612
/proc/meminfo: memFree=31846760/32770624 swapFree=5888/213052
[pid=15612] ppid=15609 vsize=10900456 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 4874 0 0 0 8 1 0 0 20 0 20 0 3210704 11162066944 5988 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725114 5988 2633 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900456 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 4202560 2960 0 0 0 7 1 0 0 20 0 20 0 3210705 11162066944 5988 33554432000 4194304 4196468 140721233704208 140329015831936 140329011623069 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162066944 5988 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162066944 5988 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200469 s]
/proc/loadavg: 1.24 1.06 1.38 2/266 15612
/proc/meminfo: memFree=31846760/32770624 swapFree=5888/213052
[pid=15612] ppid=15609 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 7050 0 0 0 24 2 0 0 20 0 20 0 3210704 11162169344 8309 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725139 8309 2853 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 4202560 4700 0 0 0 16 1 0 0 20 0 20 0 3210705 11162169344 8309 33554432000 4194304 4196468 140721233704208 140329015812976 140329011623069 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162169344 8309 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162169344 8309 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300356 s]
/proc/loadavg: 1.24 1.06 1.38 2/266 15612
/proc/meminfo: memFree=31846760/32770624 swapFree=5888/213052
[pid=15612] ppid=15609 vsize=10900556 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 8496 0 0 0 39 3 0 0 20 0 20 0 3210704 11162169344 10683 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725139 10683 2997 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 4202560 5474 0 0 0 25 2 0 0 20 0 20 0 3210705 11162169344 10683 33554432000 4194304 4196468 140721233704208 140329015833312 140328997732704 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162169344 10683 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162169344 10683 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700332 s]
/proc/loadavg: 1.24 1.06 1.38 2/266 15612
/proc/meminfo: memFree=31846760/32770624 swapFree=5888/213052
[pid=15612] ppid=15609 vsize=10900632 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 13351 0 0 0 198 6 0 0 20 0 20 0 3210704 11162247168 40143 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725158 40143 3091 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900632 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 4202560 5891 0 0 0 64 4 0 0 20 0 20 0 3210705 11162247168 40143 33554432000 4194304 4196468 140721233704208 140329015837432 140328613926983 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162247168 40143 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210706 11162247168 40143 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 10900632

[startup+1.50078 s]
/proc/loadavg: 1.24 1.06 1.38 3/286 15632
/proc/meminfo: memFree=31592608/32770624 swapFree=5888/213404
[pid=15612] ppid=15609 vsize=10900632 CPUtime=3.36 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 14459 0 0 0 318 18 0 0 20 0 20 0 3210704 11162247168 52345 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725158 52345 3106 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900632 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 4202560 5903 0 0 0 140 4 0 0 20 0 20 0 3210705 11162247168 52345 33554432000 4194304 4196468 140721233704208 140329015839576 140328614176565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15616] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15616/stat : 15616 (java) S 15609 15612 9859 0 -1 1077944384 13 0 0 0 1 1 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328935569808 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15617] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15617/stat : 15617 (java) S 15609 15612 9859 0 -1 1077944384 13 0 0 0 1 1 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328934517008 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15619] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15619/stat : 15619 (java) S 15609 15612 9859 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328933465232 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15620] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15620/stat : 15620 (java) S 15609 15612 9859 0 -1 1077944384 15 0 0 0 1 1 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328932412432 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15621] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15621/stat : 15621 (java) S 15609 15612 9859 0 -1 1077944384 18 0 0 0 1 1 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328931359632 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15622] ppid=15609 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15622/stat : 15622 (java) S 15609 15612 9859 0 -1 1077944384 18 0 0 0 1 1 0 0 20 0 20 0 3210706 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328610818832 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15623] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15623/stat : 15623 (java) S 15609 15612 9859 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3210708 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328486795632 140329011612290 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15624] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15624/stat : 15624 (java) S 15609 15612 9859 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328485741600 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15625] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15625/stat : 15625 (java) S 15609 15612 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328484688752 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15626] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15626/stat : 15626 (java) S 15609 15612 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328483637072 140329011619739 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15627] ppid=15609 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15627/stat : 15627 (java) S 15609 15612 9859 0 -1 1077944384 2519 0 0 0 65 0 0 0 20 0 20 0 3210713 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328482585456 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15628] ppid=15609 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15628/stat : 15628 (java) S 15609 15612 9859 0 -1 1077944384 1497 0 0 0 35 0 0 0 20 0 20 0 3210713 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328481532656 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15629] ppid=15609 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15629/stat : 15629 (java) S 15609 15612 9859 0 -1 1077944384 1726 0 0 0 37 0 0 0 20 0 20 0 3210713 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328480479856 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15630] ppid=15609 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15630/stat : 15630 (java) S 15609 15612 9859 0 -1 1077944384 1236 0 0 0 26 0 0 0 20 0 20 0 3210713 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328479427056 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15631] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15631/stat : 15631 (java) S 15609 15612 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328478374496 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15632] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15632/stat : 15632 (java) S 15609 15612 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210714 11162247168 52345 33554432000 4194304 4196468 140721233704208 140328477321776 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 10900632

[startup+3.1008 s]
/proc/loadavg: 1.24 1.06 1.38 3/286 15632
/proc/meminfo: memFree=31591344/32770624 swapFree=5888/213404
[pid=15612] ppid=15609 vsize=10900632 CPUtime=5.74 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 15107 0 0 0 516 58 0 0 20 0 20 0 3210704 11162247168 73165 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725158 73165 3118 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900632 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 4202560 5933 0 0 0 289 4 0 0 20 0 20 0 3210705 11162247168 73165 33554432000 4194304 4196468 140721233704208 140329015840048 140328614174167 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 75 0 0 0 7 5 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 92 0 0 0 7 6 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15616] ppid=15609 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15616/stat : 15616 (java) S 15609 15612 9859 0 -1 1077944384 87 0 0 0 7 6 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328935569808 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15617] ppid=15609 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15617/stat : 15617 (java) S 15609 15612 9859 0 -1 1077944384 90 0 0 0 7 7 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328934517008 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15619] ppid=15609 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15619/stat : 15619 (java) S 15609 15612 9859 0 -1 1077944384 92 0 0 0 7 6 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328933465232 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15620] ppid=15609 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15620/stat : 15620 (java) S 15609 15612 9859 0 -1 1077944384 89 0 0 0 7 6 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328932412432 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15621] ppid=15609 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15621/stat : 15621 (java) S 15609 15612 9859 0 -1 1077944384 129 0 0 0 8 6 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328931359632 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15622] ppid=15609 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15622/stat : 15622 (java) S 15609 15612 9859 0 -1 1077944384 88 0 0 0 7 6 0 0 20 0 20 0 3210706 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328610818832 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15623] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15623/stat : 15623 (java) S 15609 15612 9859 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3210708 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328486795632 140329011612290 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15624] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15624/stat : 15624 (java) S 15609 15612 9859 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328485741600 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15625] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15625/stat : 15625 (java) S 15609 15612 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328484688752 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15626] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15626/stat : 15626 (java) S 15609 15612 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328483637072 140329011619739 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15627] ppid=15609 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15627/stat : 15627 (java) S 15609 15612 9859 0 -1 1077944384 2519 0 0 0 65 0 0 0 20 0 20 0 3210713 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328482585456 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15628] ppid=15609 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15628/stat : 15628 (java) S 15609 15612 9859 0 -1 1077944384 1497 0 0 0 35 0 0 0 20 0 20 0 3210713 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328481532656 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15629] ppid=15609 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15629/stat : 15629 (java) S 15609 15612 9859 0 -1 1077944384 1726 0 0 0 37 0 0 0 20 0 20 0 3210713 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328480479856 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15630] ppid=15609 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15630/stat : 15630 (java) S 15609 15612 9859 0 -1 1077944384 1236 0 0 0 26 0 0 0 20 0 20 0 3210713 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328479427056 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15631] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15631/stat : 15631 (java) S 15609 15612 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328478374496 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15632] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15632/stat : 15632 (java) S 15609 15612 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210714 11162247168 73165 33554432000 4194304 4196468 140721233704208 140328477321776 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 10900632

[startup+6.30118 s]
/proc/loadavg: 1.30 1.08 1.38 3/286 15632
/proc/meminfo: memFree=31230304/32770624 swapFree=5888/213416
[pid=15612] ppid=15609 vsize=10900632 CPUtime=15.04 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 31684 0 0 0 1373 131 0 0 20 0 20 0 3210704 11162247168 149256 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725158 149256 3142 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900632 CPUtime=4.91 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) R 15609 15612 9859 0 -1 4202560 6559 0 0 0 485 6 0 0 20 0 20 0 3210705 11162247168 149256 33554432000 4194304 4196468 140721233704208 140329015835768 140328614631392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900632 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 474 0 0 0 76 14 0 0 20 0 20 0 3210706 11162247168 149256 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900632 CPUtime=0.91 cores=1,3,5,7,9,11,13,15

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

/proc/15612/task/15626/stat : 15626 (java) S 15609 15612 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328483637072 140329011619739 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15627] ppid=15609 vsize=10900632 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15627/stat : 15627 (java) S 15609 15612 9859 0 -1 1077944384 7720 0 0 0 165 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328482585504 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15628] ppid=15609 vsize=10900632 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15628/stat : 15628 (java) S 15609 15612 9859 0 -1 1077944384 10788 0 0 0 184 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328481532704 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15629] ppid=15609 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15629/stat : 15629 (java) S 15609 15612 9859 0 -1 1077944384 6307 0 0 0 142 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328480479616 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15630] ppid=15609 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15630/stat : 15630 (java) S 15609 15612 9859 0 -1 1077944384 2501 0 0 0 41 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328479427104 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15631] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15631/stat : 15631 (java) S 15609 15612 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328478374496 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15632] ppid=15609 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15632/stat : 15632 (java) S 15609 15612 9859 0 -1 1077944384 1327 0 0 0 3 3 0 0 20 0 20 0 3210714 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328477321776 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 1015.92
Current children cumulated vsize (KiB) 10900632

[startup+176.001 s]
/proc/loadavg: 7.30 3.37 2.17 10/285 15635
/proc/meminfo: memFree=22891852/32770624 swapFree=5888/213624
[pid=15612] ppid=15609 vsize=10900632 CPUtime=1040.78 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 215206 0 0 0 101694 2384 0 0 20 0 20 0 3210704 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725158 2077947 3157 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900632 CPUtime=34.6 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) S 15609 15612 9859 0 -1 1077944384 18230 0 0 0 3450 10 0 0 20 0 20 0 3210705 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140329015834192 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900632 CPUtime=123.4 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 17358 0 0 0 12045 295 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328937675216 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900632 CPUtime=123.17 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) R 15609 15612 9859 0 -1 4202560 25957 0 0 0 12023 294 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328936622728 140329004229351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15616] ppid=15609 vsize=10900632 CPUtime=123.12 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15616/stat : 15616 (java) R 15609 15612 9859 0 -1 4202560 17738 0 0 0 12009 303 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328935569928 140329004229351 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15617] ppid=15609 vsize=10900632 CPUtime=122.44 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15617/stat : 15617 (java) R 15609 15612 9859 0 -1 4202560 10871 0 0 0 11968 276 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328934517128 140329004229351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15619] ppid=15609 vsize=10900632 CPUtime=122.8 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15619/stat : 15619 (java) R 15609 15612 9859 0 -1 4202560 19322 0 0 0 11983 297 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328933465352 140329004229351 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15620] ppid=15609 vsize=10900632 CPUtime=123.13 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15620/stat : 15620 (java) R 15609 15612 9859 0 -1 4202560 18804 0 0 0 12016 297 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328932412552 140329004229351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15621] ppid=15609 vsize=10900632 CPUtime=123.37 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15621/stat : 15621 (java) R 15609 15612 9859 0 -1 4202560 14258 0 0 0 12060 277 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328931359832 140328996302151 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15622] ppid=15609 vsize=10900632 CPUtime=122.96 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15622/stat : 15622 (java) R 15609 15612 9859 0 -1 4202560 10805 0 0 0 11977 319 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328610818952 140329004229351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15623] ppid=15609 vsize=10900632 CPUtime=16.23 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15623/stat : 15623 (java) S 15609 15612 9859 0 -1 1077944384 31828 0 0 0 1621 2 0 0 20 0 20 0 3210708 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328486794192 140329011611349 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15624] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15624/stat : 15624 (java) S 15609 15612 9859 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328485741664 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15625] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15625/stat : 15625 (java) S 15609 15612 9859 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328484688752 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15626] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15626/stat : 15626 (java) S 15609 15612 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328483637072 140329011619739 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15627] ppid=15609 vsize=10900632 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15627/stat : 15627 (java) S 15609 15612 9859 0 -1 1077944384 7720 0 0 0 165 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328482585504 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15628] ppid=15609 vsize=10900632 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15628/stat : 15628 (java) S 15609 15612 9859 0 -1 1077944384 10788 0 0 0 184 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328481532704 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15629] ppid=15609 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15629/stat : 15629 (java) S 15609 15612 9859 0 -1 1077944384 6307 0 0 0 142 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328480479616 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15630] ppid=15609 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15630/stat : 15630 (java) S 15609 15612 9859 0 -1 1077944384 2501 0 0 0 41 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328479427104 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15631] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15631/stat : 15631 (java) S 15609 15612 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328478374496 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15632] ppid=15609 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15632/stat : 15632 (java) S 15609 15612 9859 0 -1 1077944384 1327 0 0 0 3 3 0 0 20 0 20 0 3210714 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328477321776 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 1040.78
Current children cumulated vsize (KiB) 10900632

[startup+176.801 s]
/proc/loadavg: 7.30 3.37 2.17 10/285 15635
/proc/meminfo: memFree=22891852/32770624 swapFree=5888/213624
[pid=15612] ppid=15609 vsize=10900632 CPUtime=1044.65 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 216608 0 0 0 102079 2386 0 0 20 0 20 0 3210704 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725158 2077947 3157 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900632 CPUtime=34.6 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) S 15609 15612 9859 0 -1 1077944384 18230 0 0 0 3450 10 0 0 20 0 20 0 3210705 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140329015834192 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900632 CPUtime=123.84 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 17358 0 0 0 12089 295 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900632 CPUtime=123.61 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 25957 0 0 0 12067 294 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15616] ppid=15609 vsize=10900632 CPUtime=123.55 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15616/stat : 15616 (java) S 15609 15612 9859 0 -1 1077944384 17738 0 0 0 12052 303 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328935569808 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15617] ppid=15609 vsize=10900632 CPUtime=122.89 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15617/stat : 15617 (java) S 15609 15612 9859 0 -1 1077944384 10872 0 0 0 12012 277 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328934517008 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15619] ppid=15609 vsize=10900632 CPUtime=123.22 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15619/stat : 15619 (java) S 15609 15612 9859 0 -1 1077944384 19322 0 0 0 12025 297 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328933465232 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15620] ppid=15609 vsize=10900632 CPUtime=123.58 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15620/stat : 15620 (java) S 15609 15612 9859 0 -1 1077944384 18804 0 0 0 12060 298 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328932412432 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15621] ppid=15609 vsize=10900632 CPUtime=123.83 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15621/stat : 15621 (java) S 15609 15612 9859 0 -1 1077944384 14345 0 0 0 12106 277 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328931359632 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15622] ppid=15609 vsize=10900632 CPUtime=123.4 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15622/stat : 15622 (java) S 15609 15612 9859 0 -1 1077944384 10805 0 0 0 12021 319 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328610818832 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15623] ppid=15609 vsize=10900632 CPUtime=16.56 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15623/stat : 15623 (java) R 15609 15612 9859 0 -1 4202560 33142 0 0 0 1654 2 0 0 20 0 20 0 3210708 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328486794080 140328996597524 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15624] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15624/stat : 15624 (java) S 15609 15612 9859 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328485741664 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15625] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15625/stat : 15625 (java) S 15609 15612 9859 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328484688752 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15626] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15626/stat : 15626 (java) S 15609 15612 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328483637072 140329011619739 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15627] ppid=15609 vsize=10900632 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15627/stat : 15627 (java) S 15609 15612 9859 0 -1 1077944384 7720 0 0 0 165 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328482585504 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15628] ppid=15609 vsize=10900632 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15628/stat : 15628 (java) S 15609 15612 9859 0 -1 1077944384 10788 0 0 0 184 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328481532704 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15629] ppid=15609 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15629/stat : 15629 (java) S 15609 15612 9859 0 -1 1077944384 6307 0 0 0 142 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328480479616 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15630] ppid=15609 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15630/stat : 15630 (java) S 15609 15612 9859 0 -1 1077944384 2501 0 0 0 41 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328479427104 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15631] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15631/stat : 15631 (java) S 15609 15612 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328478374496 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15632] ppid=15609 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15632/stat : 15632 (java) S 15609 15612 9859 0 -1 1077944384 1327 0 0 0 3 3 0 0 20 0 20 0 3210714 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328477321776 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 1044.65
Current children cumulated vsize (KiB) 10900632

[startup+177.209 s]
/proc/loadavg: 7.30 3.37 2.17 4/285 15635
/proc/meminfo: memFree=22891852/32770624 swapFree=5888/213624
[pid=15612] ppid=15609 vsize=10900632 CPUtime=1045.06 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) S 15609 15612 9859 0 -1 1077944320 217001 0 0 0 102120 2386 0 0 20 0 20 0 3210704 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140721233686752 140329011601143 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
/proc/15612/statm: 2725158 2077947 3157 1 0 2713552 0
[pid=15612/tid=15613] ppid=15609 vsize=10900632 CPUtime=34.6 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15613/stat : 15613 (java) S 15609 15612 9859 0 -1 1077944384 18230 0 0 0 3450 10 0 0 20 0 20 0 3210705 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140329015834192 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15614] ppid=15609 vsize=10900632 CPUtime=123.84 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15614/stat : 15614 (java) S 15609 15612 9859 0 -1 1077944384 17358 0 0 0 12089 295 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328937675408 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15615] ppid=15609 vsize=10900632 CPUtime=123.61 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) S 15609 15612 9859 0 -1 1077944384 25957 0 0 0 12067 294 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328936622608 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15616] ppid=15609 vsize=10900632 CPUtime=123.55 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15616/stat : 15616 (java) S 15609 15612 9859 0 -1 1077944384 17738 0 0 0 12052 303 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328935569808 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15617] ppid=15609 vsize=10900632 CPUtime=122.89 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15617/stat : 15617 (java) S 15609 15612 9859 0 -1 1077944384 10872 0 0 0 12012 277 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328934517008 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15619] ppid=15609 vsize=10900632 CPUtime=123.22 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15619/stat : 15619 (java) S 15609 15612 9859 0 -1 1077944384 19322 0 0 0 12025 297 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328933465232 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15620] ppid=15609 vsize=10900632 CPUtime=123.58 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15620/stat : 15620 (java) S 15609 15612 9859 0 -1 1077944384 18804 0 0 0 12060 298 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328932412432 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15621] ppid=15609 vsize=10900632 CPUtime=123.83 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15621/stat : 15621 (java) S 15609 15612 9859 0 -1 1077944384 14345 0 0 0 12106 277 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328931359632 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15622] ppid=15609 vsize=10900632 CPUtime=123.4 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15622/stat : 15622 (java) S 15609 15612 9859 0 -1 1077944384 10805 0 0 0 12021 319 0 0 20 0 20 0 3210706 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328610818832 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15623] ppid=15609 vsize=10900632 CPUtime=16.97 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15623/stat : 15623 (java) R 15609 15612 9859 0 -1 4202560 33535 0 0 0 1695 2 0 0 20 0 20 0 3210708 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328486794080 140328996597550 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15624] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15624/stat : 15624 (java) S 15609 15612 9859 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328485741664 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15625] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15625/stat : 15625 (java) S 15609 15612 9859 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3210709 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328484688752 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15626] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15626/stat : 15626 (java) S 15609 15612 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328483637072 140329011619739 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15627] ppid=15609 vsize=10900632 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15627/stat : 15627 (java) S 15609 15612 9859 0 -1 1077944384 7720 0 0 0 165 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328482585504 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15628] ppid=15609 vsize=10900632 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15628/stat : 15628 (java) S 15609 15612 9859 0 -1 1077944384 10788 0 0 0 184 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328481532704 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15629] ppid=15609 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15629/stat : 15629 (java) S 15609 15612 9859 0 -1 1077944384 6307 0 0 0 142 1 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328480479616 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15630] ppid=15609 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15630/stat : 15630 (java) S 15609 15612 9859 0 -1 1077944384 2501 0 0 0 41 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328479427104 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15631] ppid=15609 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15631/stat : 15631 (java) S 15609 15612 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210713 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328478374496 140329011611349 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
[pid=15612/tid=15632] ppid=15609 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15632/stat : 15632 (java) S 15609 15612 9859 0 -1 1077944384 1327 0 0 0 3 3 0 0 20 0 20 0 3210714 11162247168 2077947 33554432000 4194304 4196468 140721233704208 140328477321776 140329011612290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34078720 140721233708203 140721233708356 140721233708356 140721233711055 0
Current children cumulated CPU time (s) 1045.06
Current children cumulated vsize (KiB) 10900632

[startup+177.601 s]
/proc/loadavg: 7.30 3.37 2.17 4/285 15635
/proc/meminfo: memFree=22891852/32770624 swapFree=5888/213624
[pid=15612] ppid=15609 vsize=0 CPUtime=1045.29 cores=1,3,5,7,9,11,13,15
/proc/15612/stat : 15612 (java) Z 15609 15612 9859 0 -1 4227084 223882 0 2 0 102141 2388 0 0 20 0 2 0 3210704 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15612/statm: 0 0 0 0 0 0 0
[pid=15612/tid=15615] ppid=15609 vsize=0 CPUtime=123.62 cores=1,3,5,7,9,11,13,15
/proc/15612/task/15615/stat : 15615 (java) R 15609 15612 9859 0 -1 4203588 25957 0 0 0 12067 295 0 0 20 0 2 0 3210706 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1045.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 177.648
CPU time (s): 1045.34
CPU user time (s): 1021.41
CPU system time (s): 23.9287
CPU usage (%): 588.433
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1021.41
system time used= 23.9287
maximum resident set size= 8313176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223882
page faults= 2
swaps= 0
block input operations= 1880
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19129
involuntary context switches= 78953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4188 second user time and 1.82515 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 01:23:58
IDJOB=4244061
IDBENCH=134610
IDSOLVER=2623
FILE ID=node133/4244061-1500679438
RUNJOBID= node133-1500679436-15475
PBS_JOBID= 20623287
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-14-ext03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244061-1500679438/watcher-4244061-1500679438 -o /tmp/evaluation-result-4244061-1500679438/solver-4244061-1500679438 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500679436-15475 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244061-1500679438.xml

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

MD5SUM BENCH= 223310c4b2c0f482c3233db9dc344582
RANDOM SEED=1857994670

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

/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	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31846760 kB
MemAvailable:   31865020 kB
Buffers:           45896 kB
Cached:           281976 kB
SwapCached:            0 kB
Active:           326896 kB
Inactive:         221820 kB
Active(anon):     223920 kB
Inactive(anon):     8768 kB
Active(file):     102976 kB
Inactive(file):   213052 kB
Unevictable:        5888 kB
Mlocked:            5888 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:        224624 kB
Mapped:            42024 kB
Shmem:              8872 kB
Slab:              68676 kB
SReclaimable:      36132 kB
SUnreclaim:        32544 kB
KernelStack:        4768 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1172412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node133 at 2017-07-22 01:26:55