Trace number 4289900

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1929.37 565.797

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko49_c18.xml
MD5SUM69d2b1c9cf4919b13dd8bc483772d8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12137
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables2450
Number of constraints1177
Number of domains2
Minimum domain size8
Maximum domain size49
Distribution of domain sizes[{"size":8,"count":1176},{"size":49,"count":49}]
Minimum variable degree0
Maximum variable degree49
Distribution of variable degrees[{"degree":0,"count":1225},{"degree":2,"count":1176},{"degree":49,"count":49}]
Minimum constraint arity3
Maximum constraint arity49
Distribution of constraint arities[{"arity":3,"count":1176},{"arity":49,"count":1}]
Number of extensional constraints1176
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1176},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289900-1532214621/watcher-4289900-1532214621 -o /tmp/evaluation-result-4289900-1532214621/solver-4289900-1532214621 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289900-1532214621.xml 

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

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

solver pid=28372, runsolver pid=28369

[startup+0.100463 s]*
/proc/loadavg: 2.01 2.02 2.05 3/216 28387
/proc/meminfo: memFree=17813072/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10659012 memory=31096 CPUtime=0.12 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 6843 0 0 0 10 2 0 0 20 0 15 0 39025249 10914828288 7774 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2664753 7774 2845 1 0 2627263 0
[pid=28372/tid=28374] ppid=28369 vsize=10659012 memory=-8701690554792449410 CPUtime=0.09 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 25105 0 -1 4202560 4677 0 0 0 7 2 0 0 20 0 15 0 39025250 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282869266288 140282865073558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10659012 memory=140032840062592 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10659012 memory=140032840062592 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025252 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282169908080 140282865072770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39025252 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282168854048 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39025252 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282167801200 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 25105 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282165696880 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 25105 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282164644080 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10659012 memory=140032840062592 CPUtime=0.02 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) R 28369 28372 25105 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 39025255 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282163591280 140282844200397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10659012 memory=140032840062592 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 7774 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31096 KiB

[startup+0.210631 s]*
/proc/loadavg: 2.01 2.02 2.05 3/216 28387
/proc/meminfo: memFree=17802208/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10659012 memory=42028 CPUtime=0.33 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 8118 0 0 0 30 3 0 0 20 0 15 0 39025249 10914828288 10507 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2664753 10507 3007 1 0 2627263 0
[pid=28372/tid=28374] ppid=28369 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 25105 0 -1 4202560 5064 0 0 0 18 2 0 0 20 0 15 0 39025250 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282869283520 140282848407421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10659012 memory=140032840089839 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025250 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10659012 memory=140032840062592 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025252 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282169908080 140282865072770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39025252 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282168854048 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39025252 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282167801200 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 25105 0 -1 1077944384 486 0 0 0 2 0 0 0 20 0 15 0 39025255 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282165696880 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 25105 0 -1 1077944384 492 0 0 0 2 0 0 0 20 0 15 0 39025255 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282164644080 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10659012 memory=140032840062592 CPUtime=0.07 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) R 28369 28372 25105 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 39025255 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282163591280 140282843630783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10659012 memory=140032840062592 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025255 10914828288 10507 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42028 KiB

[startup+0.31127 s]*
/proc/loadavg: 2.01 2.02 2.05 9/216 28387
/proc/meminfo: memFree=17709804/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10659088 memory=54236 CPUtime=0.56 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 9612 0 0 0 52 4 0 0 20 0 15 0 39025249 10914906112 13559 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2664772 13559 3071 1 0 2627263 0
[pid=28372/tid=28374] ppid=28369 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 25105 0 -1 4202560 5631 0 0 0 27 3 0 0 20 0 15 0 39025250 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282869298568 140282849142140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10659088 memory=140032840089441 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10659088 memory=140032840062592 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39025252 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282169908080 140282865072770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39025252 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282168854048 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39025252 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282167801200 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) R 28369 28372 25105 0 -1 4202560 1020 0 0 0 7 0 0 0 20 0 15 0 39025255 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282165677896 140282849350624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) R 28369 28372 25105 0 -1 4202560 760 0 0 0 4 0 0 0 20 0 15 0 39025255 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282164624984 140282851087200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10659088 memory=140032840062592 CPUtime=0.12 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) R 28369 28372 25105 0 -1 1077944384 834 0 0 0 12 0 0 0 20 0 15 0 39025255 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282163591088 140282865071829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10659088 memory=140032840062592 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025255 10914906112 13559 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 54236 KiB

[startup+0.706266 s]
/proc/loadavg: 2.01 2.02 2.05 5/216 28387
/proc/meminfo: memFree=17619824/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10659088 memory=186116 CPUtime=1.93 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 12219 0 0 0 185 8 0 0 20 0 15 0 39025249 10914906112 46529 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2664772 46529 3120 1 0 2627263 0
[pid=28372/tid=28374] ppid=28369 vsize=10659088 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 25105 0 -1 4202560 6160 0 0 0 63 5 0 0 20 0 15 0 39025250 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282869298064 140282846710490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 39025250 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 25105 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39025252 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282169908080 140282865072770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39025252 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282168854048 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39025252 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282167801200 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10659088 memory=7017547551848162880 CPUtime=0.42 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) R 28369 28372 25105 0 -1 4202560 1393 0 0 0 42 0 0 0 20 0 15 0 39025255 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282165677840 140282848547573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10659088 memory=7811323491934034026 CPUtime=0.42 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) R 28369 28372 25105 0 -1 4202560 1571 0 0 0 42 0 0 0 20 0 15 0 39025255 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282164642480 140282842670070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10659088 memory=5787213827096799335 CPUtime=0.36 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) R 28369 28372 25105 0 -1 4202560 1609 0 0 0 36 0 0 0 20 0 15 0 39025255 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282163586776 140282850227278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39025255 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39025255 10914906112 46529 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 186116 KiB

[startup+1.50084 s]
/proc/loadavg: 2.09 2.04 2.05 5/216 28387
/proc/meminfo: memFree=17489584/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10659088 memory=316668 CPUtime=4.37 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 19828 0 0 0 423 14 0 0 20 0 15 0 39025249 10914906112 79167 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2664772 79167 3145 1 0 2627263 0
[pid=28372/tid=28374] ppid=28369 vsize=10659088 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 25105 0 -1 4202560 6240 0 0 0 138 6 0 0 20 0 15 0 39025250 10914906112 79167 33554432000 4194304 4196468 140728237229280 140282869295240 140282506831556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10659088 memory=-6951259422114956437 CPUtime=0.02 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 15 0 39025250 10914906112 79167 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10659088 memory=-6509546260019855295 CPUtime=0.01 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 39025250 10914906112 79167 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10659088 memory=-7390251449858225344 CPUtime=0.03 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 105 0 0 0 2 1 0 0 20 0 15 0 39025250 10914906112 79167 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10659088 memory=-7096649868621430206 CPUtime=0.03 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 115 0 0 0 2 1 0 0 20 0 15 0 39025250 10914906112 79167 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 25105 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39025252 10914906112 79167 33554432000 4194304 4196468 140728237229280 140282169908080 140282865072770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0

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

[pid=28372/tid=28375] ppid=28369 vsize=10794416 memory=0 CPUtime=456.3 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 125229 0 0 0 45460 170 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10794416 memory=1796 CPUtime=457.48 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 102883 0 0 0 45584 164 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10794416 memory=8311240 CPUtime=455.88 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 109647 0 0 0 45415 173 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10794416 memory=0 CPUtime=455.15 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 114083 0 0 0 45333 182 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10794416 memory=26676 CPUtime=53.89 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) R 28369 28372 25105 0 -1 4202560 116706 0 0 0 5384 5 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282169906624 140282849519226 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10794416 memory=844 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282168854112 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10794416 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282167800320 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10794416 memory=8310328 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10794416 memory=8310328 CPUtime=1.39 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 25105 0 -1 1077944384 5412 0 0 0 138 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282165696640 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10794416 memory=6791534058613427641 CPUtime=1.49 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 25105 0 -1 1077944384 6830 0 0 0 148 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282164644128 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10794416 memory=1200 CPUtime=0.5 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 25105 0 -1 1077944384 3347 0 0 0 49 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282163587152 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10794416 memory=10412 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10794416 memory=4616 CPUtime=0.22 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 420 0 0 0 11 11 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28399] ppid=28369 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28399/stat : 28399 (java) S 28369 28372 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282158333744 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28400] ppid=28369 vsize=10794416 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28400/stat : 28400 (java) S 28369 28372 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282157281712 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 1928.36 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8311244 KiB

[startup+565.201 s]
/proc/loadavg: 6.80 6.17 4.09 6/217 28476
/proc/meminfo: memFree=6328860/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10794416 memory=8311244 CPUtime=1928.76 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 608005 0 0 0 192147 729 0 0 20 0 17 0 39025249 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2698604 2077811 3220 1 0 2661057 0
[pid=28372/tid=28374] ppid=28369 vsize=10794416 memory=8311240 CPUtime=45.97 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) S 28369 28372 25105 0 -1 1077944384 21930 0 0 0 4574 23 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282869302304 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10794416 memory=6791534058613427641 CPUtime=456.3 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 125229 0 0 0 45460 170 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10794416 memory=10412 CPUtime=457.48 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 102883 0 0 0 45584 164 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10794416 memory=4616 CPUtime=455.88 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 109647 0 0 0 45415 173 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10794416 memory=1428 CPUtime=455.15 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 114083 0 0 0 45333 182 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10794416 memory=15876 CPUtime=54.29 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) R 28369 28372 25105 0 -1 4202560 116706 0 0 0 5424 5 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282169906624 140282850058024 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10794416 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282168854112 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10794416 memory=8572 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282167800320 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10794416 memory=9916 CPUtime=1.39 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 25105 0 -1 1077944384 5412 0 0 0 138 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282165696640 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10794416 memory=1228 CPUtime=1.49 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 25105 0 -1 1077944384 6830 0 0 0 148 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282164644128 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10794416 memory=1952 CPUtime=0.5 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 25105 0 -1 1077944384 3347 0 0 0 49 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282163587152 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10794416 memory=6791534058613427641 CPUtime=0.22 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 420 0 0 0 11 11 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28399] ppid=28369 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28399/stat : 28399 (java) S 28369 28372 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282158333744 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28400] ppid=28369 vsize=10794416 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28400/stat : 28400 (java) S 28369 28372 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282157281712 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 1928.76 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8311244 KiB

[startup+565.601 s]
/proc/loadavg: 6.80 6.17 4.09 6/217 28476
/proc/meminfo: memFree=6328860/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10794416 memory=8311244 CPUtime=1929.17 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 608005 0 0 0 192188 729 0 0 20 0 17 0 39025249 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2698604 2077811 3220 1 0 2661057 0
[pid=28372/tid=28374] ppid=28369 vsize=10794416 memory=1292 CPUtime=45.97 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) S 28369 28372 25105 0 -1 1077944384 21930 0 0 0 4574 23 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282869302304 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10794416 memory=8311240 CPUtime=456.3 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 125229 0 0 0 45460 170 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10794416 memory=8311240 CPUtime=457.48 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 102883 0 0 0 45584 164 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10794416 memory=1728 CPUtime=455.88 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 109647 0 0 0 45415 173 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10794416 memory=1700 CPUtime=455.15 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 114083 0 0 0 45333 182 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10794416 memory=796 CPUtime=54.69 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) R 28369 28372 25105 0 -1 4202560 116706 0 0 0 5464 5 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282169906624 140282849519254 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10794416 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282168854112 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10794416 memory=56 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282167800320 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10794416 memory=261876638957107 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10794416 memory=65 CPUtime=1.39 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 25105 0 -1 1077944384 5412 0 0 0 138 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282165696640 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10794416 memory=8311244 CPUtime=1.49 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 25105 0 -1 1077944384 6830 0 0 0 148 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282164644128 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10794416 memory=2240 CPUtime=0.5 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 25105 0 -1 1077944384 3347 0 0 0 49 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282163587152 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10794416 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10794416 memory=2200 CPUtime=0.22 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 420 0 0 0 11 11 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28399] ppid=28369 vsize=10794416 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28399/stat : 28399 (java) S 28369 28372 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282158333744 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28400] ppid=28369 vsize=10794416 memory=636 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28400/stat : 28400 (java) S 28369 28372 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282157281712 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 1929.17 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8311244 KiB

[startup+565.701 s]
/proc/loadavg: 6.80 6.17 4.09 6/217 28476
/proc/meminfo: memFree=6328860/32770624 swapFree=67108860/67108860
[pid=28372] ppid=28369 vsize=10794416 memory=8311244 CPUtime=1929.27 cores=1,3,5,7
/proc/28372/stat : 28372 (java) S 28369 28372 25105 0 -1 1077944320 608005 0 0 0 192198 729 0 0 20 0 17 0 39025249 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140728237211824 140282865061623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
/proc/28372/statm: 2698604 2077811 3220 1 0 2661057 0
[pid=28372/tid=28374] ppid=28369 vsize=10794416 memory=8311240 CPUtime=45.97 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (java) S 28369 28372 25105 0 -1 1077944384 21930 0 0 0 4574 23 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282869302304 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28375] ppid=28369 vsize=10794416 memory=280065422614680 CPUtime=456.3 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 25105 0 -1 1077944384 125229 0 0 0 45460 170 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282472143504 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28376] ppid=28369 vsize=10794416 memory=280065423197728 CPUtime=457.48 cores=1,3,5,7
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 25105 0 -1 1077944384 102883 0 0 0 45584 164 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282471090704 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28377] ppid=28369 vsize=10794416 memory=8311240 CPUtime=455.88 cores=1,3,5,7
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 25105 0 -1 1077944384 109647 0 0 0 45415 173 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282470037904 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28378] ppid=28369 vsize=10794416 memory=8311240 CPUtime=455.15 cores=1,3,5,7
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 25105 0 -1 1077944384 114083 0 0 0 45333 182 0 0 20 0 17 0 39025250 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282468985104 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28379] ppid=28369 vsize=10794416 memory=8311240 CPUtime=54.79 cores=1,3,5,7
/proc/28372/task/28379/stat : 28379 (java) R 28369 28372 25105 0 -1 4202560 116706 0 0 0 5474 5 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282169906624 140282850058027 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28380] ppid=28369 vsize=10794416 memory=8311240 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 25105 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282168854112 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28381] ppid=28369 vsize=10794416 memory=8310164 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 25105 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 39025252 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282167800320 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28382] ppid=28369 vsize=10794416 memory=8311240 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282166749520 140282865080219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28383] ppid=28369 vsize=10794416 memory=1200 CPUtime=1.39 cores=1,3,5,7
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 25105 0 -1 1077944384 5412 0 0 0 138 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282165696640 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28384] ppid=28369 vsize=10794416 memory=8311244 CPUtime=1.49 cores=1,3,5,7
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 25105 0 -1 1077944384 6830 0 0 0 148 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282164644128 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28385] ppid=28369 vsize=10794416 memory=8310316 CPUtime=0.5 cores=1,3,5,7
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 25105 0 -1 1077944384 3347 0 0 0 49 1 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282163587152 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28386] ppid=28369 vsize=10794416 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282162538720 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28387] ppid=28369 vsize=10794416 memory=8310308 CPUtime=0.22 cores=1,3,5,7
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 25105 0 -1 1077944384 420 0 0 0 11 11 0 0 20 0 17 0 39025255 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282161487024 140282865072770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28399] ppid=28369 vsize=10794416 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28399/stat : 28399 (java) S 28369 28372 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282158333744 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
[pid=28372/tid=28400] ppid=28369 vsize=10794416 memory=13944 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28400/stat : 28400 (java) S 28369 28372 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39078617 11053481984 2077811 33554432000 4194304 4196468 140728237229280 140282157281712 140282865071829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20676608 140728237237361 140728237237513 140728237237513 140728237240271 0
Current children cumulated CPU time: 1929.27 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8311244 KiB

Child status: 0
Real time (s): 565.797
CPU time (s): 1929.37
CPU user time (s): 1922.03
CPU system time (s): 7.34054
CPU usage (%): 341.001
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8311244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1922.03
system time used= 7.34054
maximum resident set size= 8311460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 611250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39361
involuntary context switches= 58285


# summary of solver processes directly reported to runsolver:
#   pid: 28372
#   total CPU time (s): 1929.37
#   total CPU user time (s): 1922.03
#   total CPU system time (s): 7.34054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.774 second user time and 5.16837 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:10:21
IDJOB=4289900
IDBENCH=141251
IDSOLVER=2742
FILE ID=node139/4289900-1532214621
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

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

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

MD5SUM BENCH= 69d2b1c9cf4919b13dd8bc483772d8bf
RANDOM SEED=704537931

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17830564 kB
MemAvailable:   31142144 kB
Buffers:          127796 kB
Cached:         13239904 kB
SwapCached:            0 kB
Active:          1872088 kB
Inactive:       12346964 kB
Active(anon):     806828 kB
Inactive(anon):    64124 kB
Active(file):    1065260 kB
Inactive(file): 12282840 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4988 kB
Writeback:             0 kB
AnonPages:        858304 kB
Mapped:            46740 kB
Shmem:             17036 kB
Slab:             418836 kB
SReclaimable:     391940 kB
SUnreclaim:        26896 kB
KernelStack:        3568 kB
PageTables:         6840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2309824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45860 MiB
End job on node139 at 2018-07-22 01:19:47