Trace number 4289887

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? 417.661 154.211

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc128_c18.xml
MD5SUM76ce32fb4bedcb1ec6c5e9897c61dbaf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables16512
Number of constraints63
Number of domains2
Minimum domain size7
Maximum domain size128
Distribution of domain sizes[{"size":7,"count":62},{"size":128,"count":128}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":16322},{"degree":1,"count":97},{"degree":2,"count":68},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":8,"count":8},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity128
Distribution of constraint arities[{"arity":3,"count":62},{"arity":128,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289887-1532214647/watcher-4289887-1532214647 -o /tmp/evaluation-result-4289887-1532214647/solver-4289887-1532214647 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25960 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289887-1532214647.xml 

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

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=26471, runsolver pid=26468

[startup+0.101453 s]*
/proc/loadavg: 1.96 2.00 2.04 2/219 26486
/proc/meminfo: memFree=18329492/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659012 memory=31568 CPUtime=0.13 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 6446 0 0 0 12 1 0 0 20 0 15 0 39027877 10914828288 7892 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664753 7892 2843 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659012 memory=-8701690554791923582 CPUtime=0.09 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 23369 0 -1 4202560 4288 0 0 0 8 1 0 0 20 0 15 0 39027878 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537993961264 140537975108139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537915812112 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659012 memory=140425934939776 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537914759568 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537913707024 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) S 26468 26471 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537912654480 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659012 memory=140425934939776 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39027880 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537480808944 140537989749378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39027880 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537479755168 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39027881 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537478702576 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) S 26468 26471 23369 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537476597744 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) S 26468 26471 23369 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537475545200 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10659012 memory=140425934939776 CPUtime=0.02 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) R 26468 26471 23369 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 39027883 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537474492656 140537989759578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10659012 memory=140425934939776 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 7892 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31568 KiB

[startup+0.210613 s]*
/proc/loadavg: 1.96 2.00 2.04 3/219 26486
/proc/meminfo: memFree=18320312/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659012 memory=42028 CPUtime=0.33 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 7642 0 0 0 31 2 0 0 20 0 15 0 39027877 10914828288 10507 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664753 10507 3003 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 23369 0 -1 4202560 4617 0 0 0 19 1 0 0 20 0 15 0 39027878 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537993976384 140537589115204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537915812112 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659012 memory=140425935132146 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537914759568 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537913707024 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) S 26468 26471 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39027879 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537912654480 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659012 memory=140425934939776 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39027880 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537480808944 140537989749378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39027880 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537479755168 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39027881 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537478702576 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) S 26468 26471 23369 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 39027883 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537476597744 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) S 26468 26471 23369 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 39027883 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537475545200 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10659012 memory=140425934939776 CPUtime=0.07 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) R 26468 26471 23369 0 -1 4202560 641 0 0 0 7 0 0 0 20 0 15 0 39027883 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537474492656 140537989759578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10659012 memory=140425934939776 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027883 10914828288 10507 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42028 KiB

[startup+0.312261 s]*
/proc/loadavg: 1.96 2.00 2.04 6/219 26486
/proc/meminfo: memFree=18313736/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659088 memory=46988 CPUtime=0.51 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 8501 0 0 0 49 2 0 0 20 0 15 0 39027877 10914906112 11747 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664772 11747 3049 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659088 memory=8390339637985935414 CPUtime=0.3 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 23369 0 -1 4202560 5280 0 0 0 28 2 0 0 20 0 15 0 39027878 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537993975808 140537587858076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659088 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537915812112 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659088 memory=140425935132145 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537914759568 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537913707024 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) S 26468 26471 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537912654480 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659088 memory=140425934939776 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537480808944 140537989749378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537479755168 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39027881 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537478702576 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) R 26468 26471 23369 0 -1 4202560 564 0 0 0 4 0 0 0 20 0 15 0 39027883 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537476590768 140537974847761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) R 26468 26471 23369 0 -1 4202560 590 0 0 0 3 0 0 0 20 0 15 0 39027883 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537475526216 140537967334704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10659088 memory=140425934939776 CPUtime=0.12 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) R 26468 26471 23369 0 -1 4202560 699 0 0 0 12 0 0 0 20 0 15 0 39027883 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537474489024 140537968877005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10659088 memory=140425934939776 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 11747 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46988 KiB

[startup+0.701304 s]
/proc/loadavg: 1.96 2.00 2.04 5/219 26486
/proc/meminfo: memFree=18238464/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659088 memory=175624 CPUtime=1.76 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 12977 0 0 0 170 6 0 0 20 0 15 0 39027877 10914906112 43906 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664772 43906 3103 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659088 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 23369 0 -1 4202560 5466 0 0 0 64 4 0 0 20 0 15 0 39027878 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537993973920 140537591210676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537915812112 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537914759568 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659088 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537913707024 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659088 memory=5524 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) S 26468 26471 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537912654480 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659088 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537480808944 140537989749378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537479755168 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39027881 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537478702576 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10659088 memory=7739276948477997167 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10659088 memory=5788626802952987989 CPUtime=0.4 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) R 26468 26471 23369 0 -1 4202560 2459 0 0 0 40 0 0 0 20 0 15 0 39027883 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537476579904 140537973235019 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10659088 memory=-8412654363917126771 CPUtime=0.38 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) R 26468 26471 23369 0 -1 4202560 2006 0 0 0 38 0 0 0 20 0 15 0 39027883 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537475535120 140537973150829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10659088 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) S 26468 26471 23369 0 -1 1077944384 1675 0 0 0 26 0 0 0 20 0 15 0 39027883 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537474492656 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10659088 memory=31524 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 43906 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 175624 KiB

[startup+1.50084 s]
/proc/loadavg: 1.96 2.00 2.04 6/219 26486
/proc/meminfo: memFree=18154752/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659088 memory=204932 CPUtime=3.07 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 13763 0 0 0 299 8 0 0 20 0 15 0 39027877 10914906112 51233 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664772 51233 3122 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659088 memory=6791534058613427641 CPUtime=1.45 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 23369 0 -1 4202560 5471 0 0 0 141 4 0 0 20 0 15 0 39027878 10914906112 51233 33554432000 4194304 4196468 140728192738432 140537993976648 140537591417665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659088 memory=-7737605734073681312 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) S 26468 26471 23369 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 39027879 10914906112 51233 33554432000 4194304 4196468 140728192738432 140537915812112 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659088 memory=-8412652143485227891 CPUtime=0.01 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) S 26468 26471 23369 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 39027879 10914906112 51233 33554432000 4194304 4196468 140728192738432 140537914759568 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659088 memory=-6160033262581300882 CPUtime=0.01 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) S 26468 26471 23369 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 15 0 39027879 10914906112 51233 33554432000 4194304 4196468 140728192738432 140537913707024 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659088 memory=-8171376296011865461 CPUtime=0.01 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) S 26468 26471 23369 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 39027879 10914906112 51233 33554432000 4194304 4196468 140728192738432 140537912654480 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659088 memory=7016952788452204857 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 51233 33554432000 4194304 4196468 140728192738432 140537480808944 140537989749378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0

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

/proc/loadavg: 2.87 2.31 2.15 6/219 26568
/proc/meminfo: memFree=14886608/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659088 memory=8145112 CPUtime=407.08 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 155301 0 0 0 40209 499 0 0 20 0 15 0 39027877 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664772 2036278 3173 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659088 memory=6791534058613427641 CPUtime=39.32 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) S 26468 26471 23369 0 -1 1077944384 16806 0 0 0 3918 14 0 0 20 0 15 0 39027878 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537993971088 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659088 memory=1728 CPUtime=85.02 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) R 26468 26471 23369 0 -1 4202560 21576 0 0 0 8392 110 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537915812312 140537974727816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659088 memory=792 CPUtime=83.9 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) R 26468 26471 23369 0 -1 4202560 15657 0 0 0 8267 123 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537914759688 140537982366439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659088 memory=6791534058613427641 CPUtime=84.13 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) R 26468 26471 23369 0 -1 4202560 22876 0 0 0 8291 122 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537913706832 140537982366439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659088 memory=1948 CPUtime=84.57 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) R 26468 26471 23369 0 -1 4202560 21443 0 0 0 8337 120 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537912654288 140537982366439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659088 memory=5524 CPUtime=25.23 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 28517 0 0 0 2522 1 0 0 20 0 15 0 39027880 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537480807504 140537989748437 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10659088 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537479755232 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39027881 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537478702592 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10659088 memory=11968 CPUtime=2.23 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) S 26468 26471 23369 0 -1 1077944384 11635 0 0 0 222 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537476597504 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10659088 memory=1696 CPUtime=2.12 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) S 26468 26471 23369 0 -1 1077944384 11941 0 0 0 211 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537475545248 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10659088 memory=1296 CPUtime=0.4 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) S 26468 26471 23369 0 -1 1077944384 2709 0 0 0 39 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537474492704 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10659088 memory=2448 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10659088 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 755 0 0 0 4 4 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 407.08 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8145112 KiB

[startup+152.001 s]*
/proc/loadavg: 2.87 2.31 2.15 6/219 26568
/proc/meminfo: memFree=14886608/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659088 memory=8145112 CPUtime=413.31 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 155498 0 0 0 40831 500 0 0 20 0 15 0 39027877 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664772 2036278 3173 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659088 memory=1398720917958146503 CPUtime=39.32 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) S 26468 26471 23369 0 -1 1077944384 16806 0 0 0 3918 14 0 0 20 0 15 0 39027878 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537993971088 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659088 memory=0 CPUtime=86.63 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) R 26468 26471 23369 0 -1 4202560 21771 0 0 0 8553 110 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537915812312 140537974438062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659088 memory=140425934953312 CPUtime=85.42 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) R 26468 26471 23369 0 -1 4202560 15657 0 0 0 8419 123 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537914759688 140537982366439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659088 memory=140425934939776 CPUtime=85.68 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) R 26468 26471 23369 0 -1 4202560 22876 0 0 0 8445 123 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537913706832 140537982366439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659088 memory=3690480203297988656 CPUtime=86.12 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) R 26468 26471 23369 0 -1 4202560 21443 0 0 0 8492 120 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537912654288 140537982366439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659088 memory=5787213827130353767 CPUtime=25.23 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 28517 0 0 0 2522 1 0 0 20 0 15 0 39027880 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537480807504 140537989748437 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10659088 memory=2321098944041459743 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537479755232 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10659088 memory=3472468722162620080 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39027881 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537478702592 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10659088 memory=3544385894560575535 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10659088 memory=0 CPUtime=2.23 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) S 26468 26471 23369 0 -1 1077944384 11635 0 0 0 222 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537476597504 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10659088 memory=3472328296227670329 CPUtime=2.12 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) S 26468 26471 23369 0 -1 1077944384 11941 0 0 0 211 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537475545248 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10659088 memory=6944656592455360604 CPUtime=0.4 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) S 26468 26471 23369 0 -1 1077944384 2709 0 0 0 39 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537474492704 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 757 0 0 0 4 4 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 413.31 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8145112 KiB

[startup+153.601 s]
/proc/loadavg: 2.87 2.31 2.15 3/219 26568
/proc/meminfo: memFree=14886608/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10659088 memory=8145112 CPUtime=417.23 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 155788 0 0 0 41221 502 0 0 20 0 15 0 39027877 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2664772 2036278 3173 1 0 2627263 0
[pid=26471/tid=26473] ppid=26468 vsize=10659088 memory=1296 CPUtime=39.32 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) S 26468 26471 23369 0 -1 1077944384 16806 0 0 0 3918 14 0 0 20 0 15 0 39027878 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537993971088 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10659088 memory=2448 CPUtime=87.43 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) S 26468 26471 23369 0 -1 1077944384 22061 0 0 0 8633 110 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537915812112 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10659088 memory=1728 CPUtime=86.18 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) S 26468 26471 23369 0 -1 1077944384 15657 0 0 0 8495 123 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537914759568 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10659088 memory=1296 CPUtime=86.46 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) S 26468 26471 23369 0 -1 1077944384 22876 0 0 0 8522 124 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537913707024 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10659088 memory=2448 CPUtime=86.9 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) S 26468 26471 23369 0 -1 1077944384 21443 0 0 0 8569 121 0 0 20 0 15 0 39027879 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537912654480 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10659088 memory=1728 CPUtime=26.02 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) R 26468 26471 23369 0 -1 4202560 28517 0 0 0 2601 1 0 0 20 0 15 0 39027880 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537480807392 140537974734635 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10659088 memory=8141000 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 39027880 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537479755232 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10659088 memory=7164708 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39027881 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537478702592 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10659088 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10659088 memory=8145112 CPUtime=2.23 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) S 26468 26471 23369 0 -1 1077944384 11635 0 0 0 222 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537476597504 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10659088 memory=8145108 CPUtime=2.12 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) S 26468 26471 23369 0 -1 1077944384 11941 0 0 0 211 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537475545248 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10659088 memory=1296 CPUtime=0.4 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) S 26468 26471 23369 0 -1 1077944384 2709 0 0 0 39 1 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537474492704 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 757 0 0 0 4 4 0 0 20 0 15 0 39027883 10914906112 2036278 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 417.23 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8145112 KiB

[startup+154.001 s]*
/proc/loadavg: 2.87 2.31 2.15 2/220 26570
/proc/meminfo: memFree=14886344/32770624 swapFree=67108860/67108860
[pid=26471] ppid=26468 vsize=10794416 memory=8146060 CPUtime=417.61 cores=0,2,4,6
/proc/26471/stat : 26471 (java) S 26468 26471 23369 0 -1 1077944320 156620 0 0 0 41259 502 0 0 20 0 16 0 39027877 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140728192720976 140537989738231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
/proc/26471/statm: 2698604 2036515 3217 1 0 2661057 0
[pid=26471/tid=26473] ppid=26468 vsize=10794416 memory=1398720917958146503 CPUtime=39.34 cores=0,2,4,6
/proc/26471/task/26473/stat : 26473 (java) S 26468 26471 23369 0 -1 1077944384 17216 0 0 0 3920 14 0 0 20 0 16 0 39027878 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537993978912 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26474] ppid=26468 vsize=10794416 memory=2448 CPUtime=87.43 cores=0,2,4,6
/proc/26471/task/26474/stat : 26474 (java) S 26468 26471 23369 0 -1 1077944384 22061 0 0 0 8633 110 0 0 20 0 16 0 39027879 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537915812112 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26475] ppid=26468 vsize=10794416 memory=1728 CPUtime=86.18 cores=0,2,4,6
/proc/26471/task/26475/stat : 26475 (java) S 26468 26471 23369 0 -1 1077944384 15657 0 0 0 8495 123 0 0 20 0 16 0 39027879 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537914759568 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26476] ppid=26468 vsize=10794416 memory=792 CPUtime=86.46 cores=0,2,4,6
/proc/26471/task/26476/stat : 26476 (java) S 26468 26471 23369 0 -1 1077944384 22876 0 0 0 8522 124 0 0 20 0 16 0 39027879 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537913707024 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26477] ppid=26468 vsize=10794416 memory=6553956 CPUtime=86.9 cores=0,2,4,6
/proc/26471/task/26477/stat : 26477 (java) S 26468 26471 23369 0 -1 1077944384 21443 0 0 0 8569 121 0 0 20 0 16 0 39027879 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537912654480 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26478] ppid=26468 vsize=10794416 memory=6791534058613427641 CPUtime=26.35 cores=0,2,4,6
/proc/26471/task/26478/stat : 26478 (java) S 26468 26471 23369 0 -1 1077944384 28643 0 0 0 2634 1 0 0 20 0 16 0 39027880 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537480808944 140537989749378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26479] ppid=26468 vsize=10794416 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26479/stat : 26479 (java) S 26468 26471 23369 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39027880 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537479755232 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26480] ppid=26468 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26480/stat : 26480 (java) S 26468 26471 23369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39027881 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537478702592 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26481] ppid=26468 vsize=10794416 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26481/stat : 26481 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39027883 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537477651152 140537989756827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26482] ppid=26468 vsize=10794416 memory=5524 CPUtime=2.23 cores=0,2,4,6
/proc/26471/task/26482/stat : 26482 (java) S 26468 26471 23369 0 -1 1077944384 11694 0 0 0 222 1 0 0 20 0 16 0 39027883 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537476597744 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26483] ppid=26468 vsize=10794416 memory=1444 CPUtime=2.12 cores=0,2,4,6
/proc/26471/task/26483/stat : 26483 (java) S 26468 26471 23369 0 -1 1077944384 11991 0 0 0 211 1 0 0 20 0 16 0 39027883 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537475545200 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26484] ppid=26468 vsize=10794416 memory=1200 CPUtime=0.41 cores=0,2,4,6
/proc/26471/task/26484/stat : 26484 (java) S 26468 26471 23369 0 -1 1077944384 2848 0 0 0 40 1 0 0 20 0 16 0 39027883 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537474492656 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26485] ppid=26468 vsize=10794416 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26485/stat : 26485 (java) S 26468 26471 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39027883 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537473440352 140537989748437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26486] ppid=26468 vsize=10794416 memory=11968 CPUtime=0.08 cores=0,2,4,6
/proc/26471/task/26486/stat : 26486 (java) S 26468 26471 23369 0 -1 1077944384 757 0 0 0 4 4 0 0 20 0 16 0 39027883 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537472387888 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
[pid=26471/tid=26569] ppid=26468 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26471/task/26569/stat : 26569 (java) S 26468 26471 23369 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39043274 11053481984 2036515 33554432000 4194304 4196468 140728192738432 140537469236752 140537989749378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35454976 140728192742513 140728192742665 140728192742665 140728192745423 0
Current children cumulated CPU time: 417.61 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8146060 KiB

[startup+154.201 s]*
/proc/loadavg: 2.87 2.31 2.15 3/206 26570
/proc/meminfo: memFree=22669508/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 154.211
CPU time (s): 417.661
CPU user time (s): 412.601
CPU system time (s): 5.06012
CPU usage (%): 270.838
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8146060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 412.601
system time used= 5.06013
maximum resident set size= 8146372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156672
page faults= 0
swaps= 0
block input operations= 32
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9759
involuntary context switches= 5680


# summary of solver processes directly reported to runsolver:
#   pid: 26471
#   total CPU time (s): 417.661
#   total CPU user time (s): 412.601
#   total CPU system time (s): 5.06012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.911983 second user time and 1.55839 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 01:10:47
IDJOB=4289887
IDBENCH=141252
IDSOLVER=2742
FILE ID=node135/4289887-1532214647
RUNJOBID= node135-1532209914-25960
PBS_JOBID= 21018932
Free space on /tmp= 52936 MiB

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

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=1564338880

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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.50
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.50
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.50
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:        18347872 kB
MemAvailable:   26715076 kB
Buffers:          128708 kB
Cached:          8446588 kB
SwapCached:            0 kB
Active:          6498208 kB
Inactive:        7345108 kB
Active(anon):    5217996 kB
Inactive(anon):    69908 kB
Active(file):    1280212 kB
Inactive(file):  7275200 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2440 kB
Writeback:             0 kB
AnonPages:       5275380 kB
Mapped:            46604 kB
Shmem:             17056 kB
Slab:             266988 kB
SReclaimable:     240252 kB
SUnreclaim:        26736 kB
KernelStack:        3584 kB
PageTables:        15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6934000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5111808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 01:13:21